BUG: several nanops fail when axis==0 for 1-dimensional nan arrays #7354
Labels
Bug
Internals
Related to non-user accessible pandas implementation
Numeric Operations
Arithmetic, Comparison, and Logical operations
Testing
pandas testing functions or related to the test suite
Milestone
Several of the functions in
nanops
, includingnanmean
,nanmedian
, and anything using_get_counts
will crash when using a 1-dimensional all-nan array when theaxis
argument is set to 0.The text was updated successfully, but these errors were encountered: