Skip to content

Commit 1472cce

Browse files
authored
Update _episodes/04-data-types-and-format.md
1 parent eccee48 commit 1472cce

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
@@ -18,7 +18,7 @@ keypoints:
1818
- 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
- Any data type can be converted to another type
21-
- Null values can be discarded or changed
21+
- "Make conscious decisions about how to manage missing data"
2222
- "A DataFrame can be saved to a CSV file using `pd.read_csv`"
2323
---
2424

0 commit comments

Comments
 (0)