Category "resampling"

Pandas TimeSeries resample produces NaNs

I am resampling a Pandas TimeSeries. The timeseries consist of binary values (it is a categorical variable) with no missing values, but after resampling NaNs ap

pandas monthly resample 15th day

I am trying to resample to monthly values but with respect to 15th day I checked the timeseries offsets documentation but there is only M month end frequenc