If you want to change the frequency of time-series data, use resample. In the code below, I use resample to show the records every two days instead of every day.
My previous tips on time-series with pandas.