I have a multiple Timeseries in different files and I know that Pandas can infer the frequency of the DateTimeIndex for each:
pd.infer_freq(data.index)