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 valueis provided thenmethodmust beNoneand vice-versa
- If methodis provided theninplacemust beFalse