I have a lot dataframes ( created in previous script) all starts with P20 (names). They Are not save in aby folders, just as variables in script. I need to select those dataframes And convert to excel with same name. Ie
For each dataframe.name like (P20*)
Dataframes.to_excel(dataframe.nale.xlsx)`
I assume i need to use some global function but i am not familiar with that. Can you please help me with that? Thank you