Posts by Matheus Jarel • 1 point
2 posts
-
0
votes2
answers1584
viewsA: How to insert data from one dataframe into an index present in another?
I figured it out, and I come back here to answer like I did. Within the function: pd.read_csv has an attribute called name, just put the name I want and the columns receive them, example: df1 =…
pythonanswered Matheus Jarel 1 -
-1
votes2
answers1584
viewsQ: How to insert data from one dataframe into an index present in another?
I have a folder with about 480 CSV files, only they don’t have an index and I created another CSV file to be their index (there are 119 columns in the index) When I enter using df.append the file…
pythonasked Matheus Jarel 1