Skip to content

Commit

Permalink
Refactor to use polars (#244)
Browse files Browse the repository at this point in the history
Closes #243 

Lots of changes, lots of comments added.  Please ask questions.

---------

Co-authored-by: Adam <[email protected]>
  • Loading branch information
jcadam14 and jcadam14 authored Nov 6, 2024
1 parent 541b95d commit 4398f7e
Show file tree
Hide file tree
Showing 25 changed files with 3,531 additions and 2,862 deletions.
1,716 changes: 1,475 additions & 241 deletions poetry.lock

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ pandera = "^0.20.3"
requests = "^2.32.3"
tabulate = "^0.9.0"
ujson = "^5.9.0"
matplotlib = "^3.9.0"
fsspec = "^2024.6.1"
polars = "^1.6.0"
pyarrow = "^17.0.0"
boto3 = "~1.34.0"
s3fs = "^2024.9.0"

[tool.poetry.group.dev.dependencies]
pytest = "8.3.2"
Expand Down
Loading

0 comments on commit 4398f7e

Please sign in to comment.