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

Issue handling extremely small values or NaN #39

Closed
dusvyat opened this issue Jun 21, 2023 · 1 comment
Closed

Issue handling extremely small values or NaN #39

dusvyat opened this issue Jun 21, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@dusvyat
Copy link

dusvyat commented Jun 21, 2023

Getting the following error when loading in context data for Writer Handler demo. My hypothesis is that is happening due to some columns containing many nulls which pandas handles as NaN.

python3.9/site-packages/numpy/core/fromnumeric.py:3474: RuntimeWarning: Mean of empty slice.
return _methods._mean(a, axis=axis, dtype=dtype,
python3.9/site-packages/numpy/core/_methods.py:189: RuntimeWarning: invalid value encountered in double_scalars
ret = ret.dtype.type(ret / rcount)

paxcema added a commit that referenced this issue Jul 4, 2023
paxcema added a commit that referenced this issue Jul 31, 2023
fix warnings reported in #39
@paxcema paxcema added the bug Something isn't working label Jan 22, 2024
@paxcema
Copy link
Contributor

paxcema commented Jan 22, 2024

Closed via #45.

@paxcema paxcema closed this as completed Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants