We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a942216 commit f50b91fCopy full SHA for f50b91f
1 file changed
_episodes/04-data-types-and-format.md
@@ -18,7 +18,7 @@ keypoints:
18
- Python uses two main data types text and numeric, these have a different names in basic Python and Pandas
19
- Each column in a DataFrame has a shared data type for all rows
20
- Any data type can be converted to another type
21
- - You can discard or change null values
+ - Null values can be discarded or changed
22
- After manipulating a DataFrame you can save it in a CSV file
23
24
---
0 commit comments