Skip to content

Commit c71476c

Browse files
committed
Update README
1 parent 5e17d19 commit c71476c

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

narwhals-python/README.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
# 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/).
4-
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 |
12-
13-
14-
15-
16-
3+
This folder contains the downloadable code from the Real Python tutorial: [Writing DataFrame-Agnostic Python Code With Narwhals](https://realpython.com/narwhals-python/).
4+
5+
| File | Description |
6+
|---------------------------|-----------------------------------------------------|
7+
| `presidents.parquet` | Data for main sections of the tutorial |
8+
| `universal_processing.py` | Functions used in the main sections of the tutorial |
9+
| `authors.parquet` | Data for the self study section of the tutorial |
10+
| `books.parquet` | Data for the self study section of the tutorial |
11+
| `exercise_solution.py` | A possible solution to the self study exercise |

0 commit comments

Comments
 (0)