I have a dataframe in the format:
ID Price
1 20
2 15
3 30
4 40
5 15
with a ID.count equal to 1000
and let's say I want to create 5 data frames with each 200 rows of the original data frame, in the original sequence as well. How can I split it like this?