We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f43a61 commit fd5f866Copy full SHA for fd5f866
pandas-stubs/core/indexes/base.pyi
@@ -529,7 +529,7 @@ UnknownIndex: TypeAlias = Index[Any]
529
@type_check_only
530
class _IndexSubclassBase(Index[S1], Generic[S1, GenericT_co]):
531
@overload
532
- def to_numpy(
+ def to_numpy( # pyrefly: ignore
533
self,
534
dtype: None = None,
535
copy: bool = False,
pandas-stubs/core/series.pyi
@@ -2947,7 +2947,7 @@ class Series(IndexOpsMixin[S1], NDFrame):
2947
2948
class _SeriesSubclassBase(Series[S1], Generic[S1, GenericT_co]):
2949
2950
2951
2952
2953
0 commit comments