timeatlas.time_series_dataset.TimeSeriesDataset.to_df

TimeSeriesDataset.to_df() → pandas.core.frame.DataFrame

Converts a TimeSeriesDataset to a Pandas DataFrame

The indexes of all the TimeSeries in the TimeSeriesDataset will get merged. That means that you are the only responsible if the merge induces the addition of many NaNs in your data. Therefore, it’s better to use this method if you are sure that your TimeSeries share a common frequency as well as start and end.

Returns

DataFrame