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 59bd617 commit 389cb03Copy full SHA for 389cb03
pandas/core/generic.py
@@ -10363,7 +10363,7 @@ def any(
10363
self: DataFrame,
10364
axis: Axis = ...,
10365
bool_only: bool_t | None = ...,
10366
- skipna: bool_t = True,
+ skipna: bool_t = ...,
10367
level: Level | None = ...,
10368
**kwargs,
10369
) -> Series:
@@ -10374,7 +10374,7 @@ def any(
10374
self: Series,
10375
10376
10377
10378
10379
10380
) -> bool_t:
0 commit comments