Skip to content

Commit f5f34e8

Browse files
authored
update PR to reflect @maxim-belkin suggestion
1 parent 98ccde6 commit f5f34e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_episodes/02-starting-with-data.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ 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. Pandas is a popular library for working with data."
21+
- "Libraries enable you to add functions to Python."
22+
- "Pandas is a popular library for working with data."
2223
- "A DataFrame can be used to access data either by column name, column integer, or row."
2324
- "Aggregating data using the `groupby()` function enables you to generate useful summaries of data quickly."
2425
- "Plots can be created from DataFrames or from subsets of data that have been generated with `groupby()`."

0 commit comments

Comments
 (0)