@@ -500,7 +500,7 @@ def median(
500500 keepdims : bool = ...,
501501) -> _ArrayType : ...
502502
503- _InterpolationKind = L [
503+ _MethodKind = L [
504504 "inverted_cdf" ,
505505 "averaged_inverted_cdf" ,
506506 "closest_observation" ,
@@ -523,7 +523,7 @@ def percentile(
523523 axis : None = ...,
524524 out : None = ...,
525525 overwrite_input : bool = ...,
526- interpolation : _InterpolationKind = ...,
526+ method : _MethodKind = ...,
527527 keepdims : L [False ] = ...,
528528) -> floating [Any ]: ...
529529@overload
@@ -533,7 +533,7 @@ def percentile(
533533 axis : None = ...,
534534 out : None = ...,
535535 overwrite_input : bool = ...,
536- interpolation : _InterpolationKind = ...,
536+ method : _MethodKind = ...,
537537 keepdims : L [False ] = ...,
538538) -> complexfloating [Any , Any ]: ...
539539@overload
@@ -543,7 +543,7 @@ def percentile(
543543 axis : None = ...,
544544 out : None = ...,
545545 overwrite_input : bool = ...,
546- interpolation : _InterpolationKind = ...,
546+ method : _MethodKind = ...,
547547 keepdims : L [False ] = ...,
548548) -> timedelta64 : ...
549549@overload
@@ -553,7 +553,7 @@ def percentile(
553553 axis : None = ...,
554554 out : None = ...,
555555 overwrite_input : bool = ...,
556- interpolation : _InterpolationKind = ...,
556+ method : _MethodKind = ...,
557557 keepdims : L [False ] = ...,
558558) -> datetime64 : ...
559559@overload
@@ -563,7 +563,7 @@ def percentile(
563563 axis : None = ...,
564564 out : None = ...,
565565 overwrite_input : bool = ...,
566- interpolation : _InterpolationKind = ...,
566+ method : _MethodKind = ...,
567567 keepdims : L [False ] = ...,
568568) -> Any : ...
569569@overload
@@ -573,7 +573,7 @@ def percentile(
573573 axis : None = ...,
574574 out : None = ...,
575575 overwrite_input : bool = ...,
576- interpolation : _InterpolationKind = ...,
576+ method : _MethodKind = ...,
577577 keepdims : L [False ] = ...,
578578) -> NDArray [floating [Any ]]: ...
579579@overload
@@ -583,7 +583,7 @@ def percentile(
583583 axis : None = ...,
584584 out : None = ...,
585585 overwrite_input : bool = ...,
586- interpolation : _InterpolationKind = ...,
586+ method : _MethodKind = ...,
587587 keepdims : L [False ] = ...,
588588) -> NDArray [complexfloating [Any , Any ]]: ...
589589@overload
@@ -593,7 +593,7 @@ def percentile(
593593 axis : None = ...,
594594 out : None = ...,
595595 overwrite_input : bool = ...,
596- interpolation : _InterpolationKind = ...,
596+ method : _MethodKind = ...,
597597 keepdims : L [False ] = ...,
598598) -> NDArray [timedelta64 ]: ...
599599@overload
@@ -603,7 +603,7 @@ def percentile(
603603 axis : None = ...,
604604 out : None = ...,
605605 overwrite_input : bool = ...,
606- interpolation : _InterpolationKind = ...,
606+ method : _MethodKind = ...,
607607 keepdims : L [False ] = ...,
608608) -> NDArray [datetime64 ]: ...
609609@overload
@@ -613,7 +613,7 @@ def percentile(
613613 axis : None = ...,
614614 out : None = ...,
615615 overwrite_input : bool = ...,
616- interpolation : _InterpolationKind = ...,
616+ method : _MethodKind = ...,
617617 keepdims : L [False ] = ...,
618618) -> NDArray [object_ ]: ...
619619@overload
@@ -623,7 +623,7 @@ def percentile(
623623 axis : None | _ShapeLike = ...,
624624 out : None = ...,
625625 overwrite_input : bool = ...,
626- interpolation : _InterpolationKind = ...,
626+ method : _MethodKind = ...,
627627 keepdims : bool = ...,
628628) -> Any : ...
629629@overload
@@ -633,7 +633,7 @@ def percentile(
633633 axis : None | _ShapeLike = ...,
634634 out : _ArrayType = ...,
635635 overwrite_input : bool = ...,
636- interpolation : _InterpolationKind = ...,
636+ method : _MethodKind = ...,
637637 keepdims : bool = ...,
638638) -> _ArrayType : ...
639639
0 commit comments