Skip to content

Commit 242050d

Browse files
authored
add missing key points
1 parent e9cd8d5 commit 242050d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

_episodes/04-data-types-and-format.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ objectives:
1515
- "Analyze datasets having missing/null values (NaN values)."
1616
- "Write manipulated data to a file."
1717
keypoints:
18-
- "FIXME"
18+
- Python uses two main data types text and numeric, these have a different name in basic Python and Pandas
19+
- Each column in a DataFrame has a shared data type for all rows
20+
- You can convert any data type to another type
21+
- You can discard or change null values
22+
- After manipulating a DataFrame you can save it in a CSV file
23+
1924
---
2025

2126
The format of individual columns and rows will impact analysis performed on a

0 commit comments

Comments
 (0)