Skip to content

Commit

Permalink
refact(#1): add save csv file without index
Browse files Browse the repository at this point in the history
  • Loading branch information
fedepacher committed Jun 9, 2023
1 parent 8d45993 commit 36f935e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etl.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2188,7 +2188,7 @@
"metadata": {},
"outputs": [],
"source": [
"df_movies_new.to_csv('ProcessedData/proc_movies.csv')"
"df_movies_new.to_csv('ProcessedData/proc_movies.csv', index=False)"
]
}
],
Expand Down

0 comments on commit 36f935e

Please sign in to comment.