I have a list of dataframes:
list_of_dfs = [df_1, df_2, df_3]
I can extract each dataframe from this list using:
print(list_of_dfs['df1'].head())
However, I am interested in the following:
- I want to extract these dataframes in a for loop, perform some calculations
- Append the updated dataframes