Skip to content

Commit c854c37

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

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
@@ -20,7 +20,7 @@ objectives:
2020
keypoints:
2121
- "Libraries enable you to add functions to Python."
2222
- "Pandas is a popular library for working with data."
23-
- "A DataFrame can be used to access data either by column name, column integer, or row."
23+
- "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."
2525
- "Plots can be created from DataFrames or from subsets of data that have been generated with `groupby()`."
2626
---

0 commit comments

Comments
 (0)