Skip to content

Commit 738564e

Browse files
authored
TYP: keyword-only NDFrame.fillna (#50345)
1 parent b002462 commit 738564e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/generic.py

+1
Original file line numberDiff line numberDiff line change
@@ -6580,6 +6580,7 @@ def fillna(
65806580
def fillna(
65816581
self: NDFrameT,
65826582
value: Hashable | Mapping | Series | DataFrame = None,
6583+
*,
65836584
method: FillnaOptions | None = None,
65846585
axis: Axis | None = None,
65856586
inplace: bool_t = False,

0 commit comments

Comments
 (0)