Skip to content

Commit 60d7955

Browse files
authored
Update _episodes/02-starting-with-data.md
1 parent c854c37 commit 60d7955

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/02-starting-with-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ objectives:
1818
- "Perform basic mathematical operations and summary statistics on data in a Pandas DataFrame."
1919
- "Create simple plots."
2020
keypoints:
21-
- "Libraries enable you to add functions to Python."
21+
- "Libraries enable us to extend the functionality of Python."
2222
- "Pandas is a popular library for working with data."
2323
- "A Dataframe is a Pandas data structure that allows one to access data by column (name or index) or row."
2424
- "Aggregating data using the `groupby()` function enables you to generate useful summaries of data quickly."

0 commit comments

Comments
 (0)