We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
numfocus
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent b47075d commit 8e3669fCopy full SHA for 8e3669f
pandas/core/arrays/masked.py
@@ -957,7 +957,7 @@ def equals(self, other) -> bool:
957
return array_equivalent(left, right, dtype_equal=True)
958
959
def _quantile(
960
- self: BaseMaskedArrayT, qs: npt.NDArray[np.float64], interpolation: str
+ self, qs: npt.NDArray[np.float64], interpolation: str
961
) -> BaseMaskedArray:
962
"""
963
Dispatch to quantile_with_mask, needed because we do not have
0 commit comments