Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: replace pandas with polars (#178) #205

Merged
merged 24 commits into from
Oct 13, 2023
Merged

build: replace pandas with polars (#178) #205

merged 24 commits into from
Oct 13, 2023

Conversation

korikuzma
Copy link
Member

Initial work for #178 to help improve startup time

From https://pypi.org/project/polars/:

Lightweight

Polars is also very lightweight. It comes with zero required dependencies, and this shows in the import times:

  polars: 70ms
  numpy: 104ms
  pandas: 520ms

@korikuzma korikuzma added priority:low Low priority build Changes that affect the build system or dependencies labels Oct 11, 2023
@korikuzma korikuzma self-assigned this Oct 11, 2023
@jsstevenson
Copy link
Member

polars: 70ms
numpy: 104ms
pandas: 520ms

lol sick

jsstevenson
jsstevenson previously approved these changes Oct 11, 2023
Copy link
Member

@jsstevenson jsstevenson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

down the line we could also look at making the big table into a LazyFrame but probably not worth the time right now

Base automatically changed from issue-202 to main October 13, 2023 12:01
@korikuzma korikuzma dismissed jsstevenson’s stale review October 13, 2023 12:01

The base branch was changed.

@korikuzma korikuzma merged commit 774f17e into main Oct 13, 2023
10 checks passed
@korikuzma korikuzma deleted the issue-178 branch October 13, 2023 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Changes that affect the build system or dependencies priority:low Low priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants