Skip to content

Commit d71d80b

Browse files
Update _episodes/04-data-types-and-format.md
Co-Authored-By: orchid00 <[email protected]>
1 parent 468b08a commit d71d80b

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
@@ -15,7 +15,7 @@ objectives:
1515
- "Analyze datasets having missing/null values (NaN values)."
1616
- "Write manipulated data to a file."
1717
keypoints:
18-
- "Pandas uses other names for data types than Python, for example: object" for textual data."
18+
- "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."
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."

0 commit comments

Comments
 (0)