is there a good code to split dataframes into chunks and automatically name each chunk into its own dataframe?
for example, dfmaster has 1000 records. split by 200 and create df1, df2,….df5 any guidance would be much appreciated.
I've looked on other boards and there is no guidance for a function that can automatically create new dataframes.