-
Notifications
You must be signed in to change notification settings - Fork 522
dataframe client writes nothing when using json protocol #700
Comments
Hi @d3banjan, I had the same issue. It looks like it's a change in the Pandas API that returns an empty list if you call |
@richardhanson @d3banjan thanks for the discussion! Downgrading pandas to 0.23.4 solved problem also for me, however, looking forward to a solution with using latest version of pandas :) |
same issue here, after updating pandas influx did not receive any data from DataframeClient.write_points(format='jason'), python program still run without any errors, just no data went trough |
Thanks @richardhanson and others for the hint. I found it interesting that the pandas changelog https://pandas.pydata.org/pandas-docs/stable/whatsnew/v0.24.1.html noted a regression fix in
There is a "new regression" (oxymoron!!) probably introduced by the following PR -- |
This bug breaks the tutorial example here: https://github.com/influxdata/influxdb-python/blob/master/examples/tutorial_pandas.py If you try it with the current version of pandas |
The workarounds that work for me are downgrading pandas to 0.23 or use |
my environment
The text was updated successfully, but these errors were encountered: