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 c641bfd commit d2bc244Copy full SHA for d2bc244
1 file changed
_episodes/04-data-types-and-format.md
@@ -16,7 +16,7 @@ objectives:
16
- "Write manipulated data to a file."
17
keypoints:
18
- "Pandas and base Python use slightly different names for data types"
19
- - Each column in a DataFrame has a shared data type for all rows
+ - "Each column in a DataFrame has a shared data type for all rows"
20
- "The type of one column in a DataFrame can be checked using `dataFrameName[column_name].dtype`"
21
- "Make conscious decisions about how to manage missing data"
22
- "A DataFrame can be saved to a CSV file using `pd.read_csv`"
0 commit comments