Skip to content

lisa: Remove use of pandas.Series.fillna(method=...)

FIX

fillna(method=...) parameter has beeen deprecated, so use the ffill()/bfill() equivalent instead.

Merge request reports