Skip to content

Commit 468b08a

Browse files
authored
Update _episodes/04-data-types-and-format.md
1 parent 0d7780f commit 468b08a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/04-data-types-and-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keypoints:
1919
- "A column in a DataFrame can only have one data type."
2020
- "The data type in a DataFrame’s single column can be checked using `dtype`."
2121
- "Make conscious decisions about how to manage missing data."
22-
- "A DataFrame can be saved to a CSV file using `pd.read_csv`"
22+
- "A DataFrame can be saved to a CSV file using `pandas.to_csv`."
2323
---
2424

2525
The format of individual columns and rows will impact analysis performed on a

0 commit comments

Comments
 (0)