This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
write_points of Pandas DataFrameClient ( Pandas 0.24.2) is not working #738
Open
Description
I tried to push Pandas Data Frame using write_points of DataFrameClient object (Python Package: 5.2.2).
It did not write and did not throw any exception in Influx log too when I did tail -f command.
Then I downgraded Pandas Package to 0.23.4. Then write_points method is able to push the data into InfluxDB. I feel that it is short term fix I figured out. But Influx client package must be fixed.
Can you pls. support on this front.