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 515fbe4 commit 95e68aeCopy full SHA for 95e68ae
1 file changed
_episodes/04-data-types-and-format.md
@@ -17,7 +17,7 @@ objectives:
17
keypoints:
18
- "Pandas uses other names for data types than Python, for example: “object" for textual data."
19
- "A column in a DataFrame can only have one data type."
20
- - "The type of one column in a DataFrame can be checked using `dataFrameName[column_name].dtype`"
+ - "The data type in a DataFrame’s single column can be checked using `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`"
23
---
0 commit comments