Skip to content

Commit d5b31c2

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

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
@@ -22,7 +22,7 @@ keypoints:
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."
25-
- "Plots can be created from DataFrames or from subsets of data that have been generated with `groupby()`."
25+
- "Plots can be created from DataFrames or subsets of data that have been generated with `groupby()`."
2626
---
2727

2828
# Working With Pandas DataFrames in Python

0 commit comments

Comments
 (0)