Pandas Forward Fill nach Up -Sampling
df['ffill'] = df.asfreq('M', method='ffill')
M.U
df['ffill'] = df.asfreq('M', method='ffill')