Pandas Forward Fill nach Up -Sampling

df['ffill'] = df.asfreq('M', method='ffill')
M.U