Skip to content

Commit 37712f9

Browse files
authored
Update README.md
1 parent b68b4dc commit 37712f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

polars-groupby/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This download contains materials designed to complement the RealPython tutorial [Aggregating and Grouping Data in Polars](https://realpython.com/aggregating-and-grouping-data-in-polars-groupby/).
1+
This download contains materials for the Real Python tutorial [How to Group Data Using Polars .group_by()](https://realpython.com/aggregating-and-grouping-data-in-polars-groupby/).
22

33
You should create a new folder named aggregations on your computer and place each of these files inside it. You may also consider creating a [Python virtual environment](https://realpython.com/python-virtual-environments-a-primer/) within this folder.
44

@@ -7,7 +7,7 @@ Your download bundle contains the following files:
77
course.parquet - This file contains all data from both `math.parquet` and `portuguese.parquet`.
88
math.parquet - This file contains data relating to a mathematics class.
99
portuguese.parquet - This file contains data relating to a Portuguese language class.
10-
student.txt - This file defines every field in the above three files.
10+
student.txt - This file defines every field in the three files above.
1111
math_classes.parquet - This file contains data used in the time series analysis examples.
1212

1313
tutorial_code.ipynb - This file contains the code used in the tutorial.

0 commit comments

Comments
 (0)