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 c854c37 commit 60d7955Copy full SHA for 60d7955
1 file changed
_episodes/02-starting-with-data.md
@@ -18,7 +18,7 @@ objectives:
18
- "Perform basic mathematical operations and summary statistics on data in a Pandas DataFrame."
19
- "Create simple plots."
20
keypoints:
21
- - "Libraries enable you to add functions to Python."
+ - "Libraries enable us to extend the functionality of Python."
22
- "Pandas is a popular library for working with data."
23
- "A Dataframe is a Pandas data structure that allows one to access data by column (name or index) or row."
24
- "Aggregating data using the `groupby()` function enables you to generate useful summaries of data quickly."
0 commit comments