-
Notifications
You must be signed in to change notification settings - Fork 522
write_points of Pandas DataFrameClient ( Pandas 0.24.2) is not working #738
Comments
I'm experiencing this issue as well. Our cloud platform is running Pandas 0.25.0 and the even the Pandas tutorial example from the Influxdb site does not work (https://influxdb-python.readthedocs.io/en/latest/examples.html#tutorials-pandas). Reverting to Pandas 0.23.4 does work, however that's not a practical solution for us. |
I had the same situation. Before pandas v0.24.0 As the line protocol option on |
Yes, this needs to be fixed. I'm looking into this now...thanks a lot for your patience! |
Thx for reply. We will try the 'line' protocal in write_points as the work
around. We will be looking forward to have final fix.
Thanks once again
…On Thu, Aug 8, 2019 at 9:41 AM Sebastian Borza ***@***.***> wrote:
Yes, this needs to be fixed. I'm looking into this now...thanks a lot for
your patience <#737>!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#738?email_source=notifications&email_token=ADQSV54QKJJATQDCSYZQFHTQDOMHBA5CNFSM4IFVLFZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD32LVSQ#issuecomment-519355082>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADQSV56BNEDIYKS6SSMWY4TQDOMHBANCNFSM4IFVLFZQ>
.
|
I advocate for this to be fixed as well. New user to Influx DB -> very frustrating. |
Same issue... was struggling to figure out why it wasn't working. |
This issue is somehow closely related with the issue #696, in fact even for that issue it is necessary to downgrade to Pandas 0.23.4. Please fix the issue, otherwise it is not possible to use colab with influx data. |
Any updates on this issue? I cannot write a dataframe into influx |
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.
The text was updated successfully, but these errors were encountered: