Skip to content

Commit

Permalink
Merge pull request #270 from ritchie46/fix_polars
Browse files Browse the repository at this point in the history
Fix polars
  • Loading branch information
rschu1ze authored Nov 29, 2024
2 parents e360844 + 1d74427 commit 472df79
Show file tree
Hide file tree
Showing 5 changed files with 611 additions and 691 deletions.
2 changes: 1 addition & 1 deletion polars/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

sudo apt-get update
sudo apt-get install -y python3-pip
pip install --break-system-packages pandas polars
pip install -U --break-system-packages polars

# Download the data
wget --no-verbose --continue https://datasets.clickhouse.com/hits_compatible/athena/hits.parquet
Expand Down
Loading

0 comments on commit 472df79

Please sign in to comment.