I have a dataframe with 2000 rows. I only wish to save 99 rows at a time into a csv file. Is it possible to write multiple csv files with 99 consecutive rows of the dataframe i.e 20 files of 99 rows for 1980 rows, and final csv file containing 20 rows?
Furthermore, given the amount of files created, is it possible to add _1, _2,_3 etc.. to the filename output to ensure they're easily defined?