Using pd.asfreq() on an index with duplicate values
I have a pandas timeseries with an index ‘date’ which has lots of duplicate dates. Now, I don’t want to drop the duplicates as they refer to unique rows of data. As my data is published every week, I’d like to interpolate available data on a daily basis through forward fill.