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

Allow np.nan, np.inf values in DataFrameClient.write_points #436

Closed
wants to merge 5 commits into from

Conversation

nmerket
Copy link

@nmerket nmerket commented Apr 10, 2017

Fixes #422

.gitignore Outdated
@@ -21,3 +21,4 @@ docs/build/
.coverage
cover
env
.idea
Copy link
Collaborator

Choose a reason for hiding this comment

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

This isn't produced by anything in our repository. It should be ignored globally on your system.

See: https://help.github.com/articles/ignoring-files/#create-a-global-gitignore

@nmerket
Copy link
Author

nmerket commented Apr 12, 2017 via email

@jacobeverist
Copy link

Thanks for this! Missing data is all over my datasets and it made the pandas influxdb interface completely unusable without this patch.

@nmerket
Copy link
Author

nmerket commented Nov 14, 2017

@jacobeverist You're welcome. I made this quite a while ago to solve a problem I was having and then didn't need to use influxdb after all for my project. I'm not sure why it was never merged. @aviau had one minor comment, and I addressed it. It looks like there's another PR that addresses this that's pending as well (#507).

@sebito91
Copy link
Contributor

sebito91 commented Apr 9, 2020

Replaced by #816, yay!

@sebito91 sebito91 closed this Apr 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataFrame write "nan", "inf" error in influxdb
5 participants