Up-sampling and filling while also passing the "how" parameter #2073
Labels
Enhancement
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Resample
resample method
Milestone
I'm up-sampling quarterly data to monthly periods and using a fill method which is working fine, but then when I pass in an argument for "how", it seems to disable the filling feature.
My understanding was that "how" doesn't mean anything in the context of up-sampling, in which case I would expect passing the parameter to have no effect on the output.
Is this a bug or am I missing something about how this is supposed to work?
See below (pandas 0.8.1):
The text was updated successfully, but these errors were encountered: