Skip to content

Commit 98ccde6

Browse files
committed
adding keypoints to 02
1 parent cf434d5 commit 98ccde6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

_episodes/02-starting-with-data.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ objectives:
1818
- "Perform basic mathematical operations and summary statistics on data in a Pandas DataFrame."
1919
- "Create simple plots."
2020
keypoints:
21-
- "FIXME"
21+
- "Libraries enable you to add functions to Python. Pandas is a popular library for working with data."
22+
- "A DataFrame can be used to access data either by column name, column integer, or row."
23+
- "Aggregating data using the `groupby()` function enables you to generate useful summaries of data quickly."
24+
- "Plots can be created from DataFrames or from subsets of data that have been generated with `groupby()`."
2225
---
2326

2427
# Working With Pandas DataFrames in Python

0 commit comments

Comments
 (0)