You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: polars-groupby/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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/).
2
2
3
3
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.
4
4
@@ -7,7 +7,7 @@ Your download bundle contains the following files:
7
7
course.parquet - This file contains all data from both `math.parquet` and `portuguese.parquet`.
8
8
math.parquet - This file contains data relating to a mathematics class.
9
9
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.
11
11
math_classes.parquet - This file contains data used in the time series analysis examples.
12
12
13
13
tutorial_code.ipynb - This file contains the code used in the tutorial.
0 commit comments