Posts by Fred Paiva • 11 points
1 post
-
0
votes1
answer51
viewsQ: How to name multiple dataframes automatically in Python?
I need help automating a dataframe naming process that I’m applying. I imported 3 csv files and applied the code below, which worked smoothly: Loja_1, Loja_2, Loja_3 = (pd.read_csv(cont) for cont in…