Skip to content

Commit 79a11be

Browse files
committed
Update the README file
1 parent 2ac201d commit 79a11be

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

narwhals-python/README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
This file contains the downloadable code from the RealPython tutorial: \[Writing DataFrame Agnostic Python Code With Narwhals](https://realpython.com/dataframe-agnostic-code-with-narwhals-python/)
1+
# Writing DataFrame-Agnostic Python Code With Narwhals
22

3+
This folder contains the downloadable code from the Real Python tutorial: [Writing DataFrame-Agnostic Python Code With Narwhals](https://realpython.com/python-narwhals/).
34

4-
5-
authors.parquet - File of data for main sections of the tutorial.
6-
7-
books.parquet - File of data for the self study section of the tutorial.
8-
9-
presidents.parquet - File of data for the self study section of the tutorial.
10-
11-
12-
13-
exercise\_solution.py - File containing a possible solution to the self study exercise.
14-
15-
universal\_processing.py - File containing functions used in the main sections of the tutorial.
5+
| File | Description |
6+
|--------------------------- |----------------------------------------------------- |
7+
| `authors.parquet` | Data for main sections of the tutorial |
8+
| `books.parquet` | Data for the self study section of the tutorial |
9+
| `presidents.parquet` | Data for the self study section of the tutorial |
10+
| `exercise_solution.py` | A possible solution to the self study exercise |
11+
| `universal_processing.py` | Functions used in the main sections of the tutorial |
1612

1713

1814

0 commit comments

Comments
 (0)