Skip to content

Commit 62e9533

Browse files
authored
Update _episodes/04-data-types-and-format.md
1 parent 242050d commit 62e9533

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-
- Python uses two main data types text and numeric, these have a different name in basic Python and Pandas
18+
- Python uses two main data types text and numeric, these have a different names in basic Python and Pandas
1919
- Each column in a DataFrame has a shared data type for all rows
2020
- You can convert any data type to another type
2121
- You can discard or change null values

0 commit comments

Comments
 (0)