The code will create a split folder for every N files in the dataset given as input. The output folder will be named "mydrive" and the ratio of the size of the splitted folder will be (.7, .2, .1).
import pandas as pd
df = pd.read_csv('edxrfhc.csv')
print(df.to_string())