BUG: nanops.nanmedian doesn't work when axis=None #7352
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
The default value for the
axis
argument fornanops.nanmedia
isNone
. However, the function raises an exception when using this value:The text was updated successfully, but these errors were encountered: