Skip to content

Commit 32c0aad

Browse files
authored
Merge pull request #400 from wrightaprilm/02-kp
adding keypoints to 02
2 parents 7a60bef + d5b31c2 commit 32c0aad

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

_episodes/02-starting-with-data.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ 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 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."
25+
- "Plots can be created from DataFrames or subsets of data that have been generated with `groupby()`."
2226
---
2327

2428
# Working With Pandas DataFrames in Python

0 commit comments

Comments
 (0)