In Machine learning sitution, we usually split data into trainset and testset.
for example, in a dataframe, i need to keep 70% data as trainset, the last 30% is testset.<