Leeds-MRG / Minos

SIPHER Microsimulation for estimating the effect on Income policy on mental health.
MIT License
4 stars 3 forks source link

383 Replace Ffill & Bfill #437

Closed ld-archer closed 5 months ago

ld-archer commented 5 months ago

Replaced the original logic around forward and backward fills (using the pd.df.replace() function) with pd.fillna() as the forward and backward fill methods in replace() are being deprecated.

Closes #383