Skip to content

Commit a942216

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

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
@@ -17,7 +17,7 @@ objectives:
1717
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
20-
- You can convert any data type to another type
20+
- Any data type can be converted to another type
2121
- You can discard or change null values
2222
- After manipulating a DataFrame you can save it in a CSV file
2323

0 commit comments

Comments
 (0)