I have a lot of dataframes which are sequentially named in the format "set1", "set2", "set3" ....
I need to run a for loop across all the dataframes to carry out various operations in this dataframes.
How will I convert the string "set1" to the dataframe set1 so that I can carry out operations like set1.index, set1.columns e.t.c