Skip to content

Commit

Permalink
remove pandas and fix all queries
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Nov 26, 2024
1 parent 72d910b commit bd16ac3
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 359 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 --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 bd16ac3

Please sign in to comment.