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 2737710 commit eccee48Copy full SHA for eccee48
1 file changed
_episodes/04-data-types-and-format.md
@@ -19,7 +19,7 @@ keypoints:
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
- Null values can be discarded or changed
22
- - A DataFrame can be saved to a CSV file
+ - "A DataFrame can be saved to a CSV file using `pd.read_csv`"
23
---
24
25
The format of individual columns and rows will impact analysis performed on a
0 commit comments