Posts by Paulo Lima • 13 points
1 post
-
0
votes2
answers665
viewsQ: Load multiple concatenated CSV at once in Python
Talk personal, quiet? There is an easier way to load . csv concatenated at once instead of doing the procedure below? z1 = pd.read_csv('arquivo1.csv') z2 = pd.read_csv('arquivo2.csv') z3 =…