= MockTimeSeries(set_index=True).df
df df.head()
time | feature_0 | feature_1 | feature_2 | |
---|---|---|---|---|
series | ||||
0 | 0 | 4 | 8 | 0 |
0 | 1 | 0 | 0 | 0 |
0 | 2 | 0 | 2 | 2 |
0 | 3 | 6 | 0 | 4 |
0 | 4 | 7 | 4 | 3 |
time | feature_0 | feature_1 | feature_2 | |
---|---|---|---|---|
series | ||||
0 | 0 | 4 | 8 | 0 |
0 | 1 | 0 | 0 | 0 |
0 | 2 | 0 | 2 | 2 |
0 | 3 | 6 | 0 | 4 |
0 | 4 | 7 | 4 | 3 |
TimeDatasetMixin (df:pandas.core.frame.DataFrame=<factory>, time_key:str='time', include_time:Optional[bool]=False, device:Optional[littyping.device.Device]=None)