Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesha authored Feb 21, 2024
1 parent 1938f0e commit 054ebb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/05-merging-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ have been repeated. We can reindex the new DataFrame using the `reset_index()` m

### Writing Out Data to CSV

We can use the `to_csv` command to do export a DataFrame in CSV format. Note that the code
We can use the `to_csv` command to export a DataFrame in CSV format. Note that the code
below will by default save the data into the current working directory. We can
save it to a different folder by adding the foldername and a slash to the file
`vertical_stack.to_csv('foldername/out.csv')`. We use the `index=False` so that
Expand Down

0 comments on commit 054ebb0

Please sign in to comment.