Skip to content

Commit 95e68ae

Browse files
authored
Update _episodes/04-data-types-and-format.md
1 parent 515fbe4 commit 95e68ae

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
@@ -17,7 +17,7 @@ objectives:
1717
keypoints:
1818
- "Pandas uses other names for data types than Python, for example: “object" for textual data."
1919
- "A column in a DataFrame can only have one data type."
20-
- "The type of one column in a DataFrame can be checked using `dataFrameName[column_name].dtype`"
20+
- "The data type in a DataFrame’s single column can be checked using `dtype`."
2121
- "Make conscious decisions about how to manage missing data"
2222
- "A DataFrame can be saved to a CSV file using `pd.read_csv`"
2323
---

0 commit comments

Comments
 (0)