Skip to content

Commit c641bfd

Browse files
authored
Update _episodes/04-data-types-and-format.md
1 parent 4ccbaa0 commit c641bfd

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 names in basic Python and Pandas
18+
- "Pandas and base Python use slightly different names for data types"
1919
- Each column in a DataFrame has a shared data type for all rows
2020
- "The type of one column in a DataFrame can be checked using `dataFrameName[column_name].dtype`"
2121
- "Make conscious decisions about how to manage missing data"

0 commit comments

Comments
 (0)