- #1
fog37
- 1,569
- 108
Hello,
When dealing with a dataframe with two columns, X and T where T is time, the time column is often converted to be the index of the dataframe itself (which by default is 0,1,2,3,...). What is the advantage of doing that? I know how to implement that but I am not sure what the main benefit is...
Thank you!
When dealing with a dataframe with two columns, X and T where T is time, the time column is often converted to be the index of the dataframe itself (which by default is 0,1,2,3,...). What is the advantage of doing that? I know how to implement that but I am not sure what the main benefit is...
Thank you!