lisa: Remove use of pandas.Series.fillna(method=...)
FIX
fillna(method=...) parameter has beeen deprecated, so use the ffill()/bfill() equivalent instead.
FIX
fillna(method=...) parameter has beeen deprecated, so use the ffill()/bfill() equivalent instead.