Skip to content

Commit 054ebb0

Browse files
authored
another typo
1 parent 1938f0e commit 054ebb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/05-merging-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ have been repeated. We can reindex the new DataFrame using the `reset_index()` m
125125

126126
### Writing Out Data to CSV
127127

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

0 commit comments

Comments
 (0)