Skip to content

Commit 02ad373

Browse files
authored
Merge branch 'master' into python-strip
2 parents 20a52e6 + b7192c3 commit 02ad373

40 files changed

+927
-50
lines changed

duckdb/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
These files will allow you to work along with the [Introducing DuckDB](https://realpython.com/python-duckdb/) tutorial.
2+
3+
The files are:
4+
5+
- `duckdb_code.ipynb`: Contains the code you see in the tutorial.
6+
- `parties.json`: JSON file containing political party information.
7+
- `presidents.csv`: CSV file containing president information.
8+
- `presidents.parquet`: Parquet file containing president information.
9+

0 commit comments

Comments
 (0)