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

Update _dataframe_client.py #593

Merged
merged 1 commit into from
Jun 11, 2018
Merged

Conversation

dragoshenron
Copy link
Contributor

Permanent error "NameError: name 'to_datetime' is not defined".
Reason: to_datetime is a function defined in pandas not a method on a DataFrame. (see: https://stackoverflow.com/questions/48387878/attributeerror-dataframe-object-has-no-attribute-to-datetime)
Tested with Python 3.5.3 and Pandas 0.23.0

Permanent error "NameError: name 'to_datetime' is not defined".
Reason: to_datetime is a function defined in pandas not a method on a DataFrame. (see: https://stackoverflow.com/questions/48387878/attributeerror-dataframe-object-has-no-attribute-to-datetime)
Tested with Python 3.5.3 and Pandas 0.23.0
@xginn8 xginn8 merged commit 472de65 into influxdata:master Jun 11, 2018
@xginn8
Copy link
Collaborator

xginn8 commented Jun 11, 2018

Thank you for contributing!

@justjwheelin
Copy link

Awesome – I just hit this issue too and saw it was just fixed. This would be awesome to get into a new bugfix release on PyPI.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants