You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify input dtypes for the statistical functions
Functions like mean() that perform divisions require floating-point inputs.
All other functions require numeric inputs.
This was mentioned in data-apis#232 but does not fix the main question of that issue
(the behavior of the statistical functions on empty arrays). I can implement
that as well if we come to an agreement about what it should say.
0 commit comments