pd.Series.fillna
¶
pandas.Series.fillna(value=None, method=None, axis=None, inplace=False, limit=None, downcast=None)
Supported Arguments¶
argument | datatypes | other requirements |
---|---|---|
value |
Scalar | |
method |
One of ("bfill", "backfill", "ffill", and "pad") | Must be constant at Compile Time |
inplace |
Boolean | Must be constant at Compile Time |
- If
value
is provided thenmethod
must beNone
and vice-versa - If
method
is provided theninplace
must beFalse