pandas.tseries.offsets.Day.freqstr# Day.freqstr# Return a string representing the frequency. Examples >>> pd.Day(5).freqstr '5D' >>> pd.offsets.Day(1).freqstr 'D'