pd.DataFrame.fillna
¶
pandas.DataFrame.fillna(value=None, method=None, axis=None, inplace=False, limit=None, downcast=None)
Supported Arguments¶
value
: various scalars- Must be of the same type as the filled column
inplace
: Constant booleaninplace
is not supported alongside method
method
: One ofbfill
,backfill
,ffill
, orpad
- Must be constant at Compile Time
inplace
is not supported alongside method