How to subtract sample data set from parent data set on base of index?
How to get a train data set with 7 rows from a main data set of 10 rows after creating a test data set with 3 random rows, I need to subtract the test data set from the main data set. However, I need to do this without using train_test_split().