I have a list of dataframes (n = 275). I'd like to save each one of them as a separate csv file in the same directory on my PC. I'd like to write a function to do that automaticaly. maybe someone could give an advice how can I do that?
Can anybody assist me in this:
dframes_list - list of dataframe names
df_00001 - dataframe name example that I have now and that I expect.
Thank you in advance.