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 242050d commit 62e9533Copy full SHA for 62e9533
1 file changed
_episodes/04-data-types-and-format.md
@@ -15,7 +15,7 @@ objectives:
15
- "Analyze datasets having missing/null values (NaN values)."
16
- "Write manipulated data to a file."
17
keypoints:
18
- - Python uses two main data types text and numeric, these have a different name in basic Python and Pandas
+ - 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
- You can convert any data type to another type
21
- You can discard or change null values
0 commit comments