Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to read nan values of float fields #6

Open
relonger opened this issue Sep 29, 2017 · 1 comment
Open

Impossible to read nan values of float fields #6

relonger opened this issue Sep 29, 2017 · 1 comment

Comments

@relonger
Copy link

due to na_values=set(), keep_default_na=False at to_dataframe no nan values supported, but clickhouse can store nan, inf, -info for float32/64 values and it should be supported in read_clickhouse.

Without patching there is no way now to load nan'able data.

@kszucs
Copy link
Owner

kszucs commented Sep 29, 2017

@relonger Thanks for the report! I intend to move towards using clickhouse-driver which will solve this issue. Perhaps You might help with implementing it. Are You interested?

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

No branches or pull requests

2 participants