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

Fix pandas example #547

Merged
merged 2 commits into from
Feb 11, 2018
Merged

Fix pandas example #547

merged 2 commits into from
Feb 11, 2018

Conversation

techaddicted
Copy link
Contributor

Current example code raises KeyError: '[0] not in index', which can
be fixed by adding columns=['0'] to the DataFrame creation.
Fixes issue #497

Current example code raises KeyError: '[0] not in index' and
can be fixed by adding columns=['0'] to the DataFrame creation.
Fixed issue #497
@sbonaime
Copy link

could you merge this pull-request ?

Copy link
Collaborator

@xginn8 xginn8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! Looks good!

@xginn8 xginn8 merged commit b47362c into influxdata:master Feb 11, 2018
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