RandomFractals / chicago-crimes

Exploring Chicago crimes dataset with Jupyter notebooks, DuckDB, Malloy and new Panel/PyScript data and dashboard tools.
GNU Affero General Public License v3.0
38 stars 4 forks source link

Add crimes parquet data read with Polars notebook example #20

Closed RandomFractals closed 1 year ago

RandomFractals commented 1 year ago

see #7 and Polars read parquet docs: https://pola-rs.github.io/polars/py-polars/html/reference/api/polars.read_parquet.html

RandomFractals commented 1 year ago

new section in docs: https://github.com/RandomFractals/chicago-crimes#with-polars-parquet

Feel free to compare it to #19 :)