i am currently working on timeseries forecasting, and I have to split the data into a training set and a test set. (Have the first 70% of the data be in the training set)
However, i cannot use the train_test_split function because it will shuffle the rows. How else I can split the data