Rename method TSDataset.index
-> TSDataset.timetamps
and make it read-only
#564
Milestone
TSDataset.index
-> TSDataset.timetamps
and make it read-only
#564
🚀 Task description
There are two problems with current
TSDataset.index
:ts.df.index
and could be changed inplacePlan
TSDataset.index
toTSDataset.timestamps
self.df.index.copy()
ts.index
was used and replace them withts.timestamps
Test cases
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: