Skip to content

Commit 03d7117

Browse files
committed
address CI issues
1 parent 49114a2 commit 03d7117

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/core/series.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6182,9 +6182,7 @@ def isna(self) -> Series:
61826182

61836183
def isnull(self) -> Series:
61846184
"""
6185-
61866185
Series.isnull is an alias for Series.isna.
6187-
61886186
Detect missing values.
61896187
61906188
Return a boolean same-sized object indicating if the values are NA.
@@ -6325,9 +6323,7 @@ def notna(self) -> Series:
63256323

63266324
def notnull(self) -> Series:
63276325
"""
6328-
63296326
Series.notnull is an alias for Series.notna.
6330-
63316327
Detect existing (non-missing) values.
63326328
63336329
Return a boolean same-sized object indicating if the values are not NA.

0 commit comments

Comments
 (0)