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

null values in time series cause client side summary stats to error out #158

Closed
alee opened this issue Nov 30, 2021 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@alee
Copy link
Member

alee commented Nov 30, 2021

No description provided.

@alee alee added the bug Something isn't working label Nov 30, 2021
@bocinsky
Copy link
Contributor

bocinsky commented Nov 30, 2021

There are drop-in nan-avoiding replacements for numpy.mean (numpy.nanmean) and numpy.std (numpy.nanstd).

@alee
Copy link
Member Author

alee commented Nov 30, 2021

Unfortunately these stats are still being computed client-side in JavaScript using MathJS

See josdejong/mathjs#830

@alee alee closed this as completed in 0642daf Nov 30, 2021
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