Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Bug after upgrading from pandas 0.18.1 to pandas 0.20.2 #462

Closed
t-pfaff opened this issue Jun 7, 2017 · 2 comments
Closed

Bug after upgrading from pandas 0.18.1 to pandas 0.20.2 #462

t-pfaff opened this issue Jun 7, 2017 · 2 comments

Comments

@t-pfaff
Copy link

t-pfaff commented Jun 7, 2017

write_points() now throws an error for if not (isinstance(dataframe.index, pd.tseries.period.PeriodIndex) or (line 118 in _dataframe_client.py:

AttributeError: module 'pandas.tseries' has no attribute 'period'

@sebito91
Copy link
Contributor

sebito91 commented Jun 7, 2017

@t-pfaff which version of the influxdb-python module are you using? We just patched the code (#457) to address this in the latest release. Can you please try the 4.1.1 release?

https://pypi.python.org/pypi/influxdb/4.1.1

@t-pfaff
Copy link
Author

t-pfaff commented Jun 13, 2017

@sebito91 I used influxdb 3.0.0 Upgraded to 4.1.1 and it works. Thanks!

@xginn8 xginn8 closed this as completed Sep 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants