We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d7955 commit d5b31c2Copy full SHA for d5b31c2
1 file changed
_episodes/02-starting-with-data.md
@@ -22,7 +22,7 @@ keypoints:
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 from subsets of data that have been generated with `groupby()`."
+ - "Plots can be created from DataFrames or subsets of data that have been generated with `groupby()`."
26
---
27
28
# Working With Pandas DataFrames in Python
0 commit comments