Small changes

This commit is contained in:
Andras Schmelczer 2026-02-07 21:22:38 +00:00
parent a7d528fb68
commit f9bd218a3e
9 changed files with 212 additions and 16 deletions

View file

@ -77,7 +77,7 @@
"import polars as pl\n",
"\n",
"\n",
"pl.scan_parquet(\"../data/wide.parquet\").head(20).collect()\n"
"pl.scan_parquet(\"../data/wide.parquet\").head(20).collect()"
]
},
{