Skip to content

ENH: Add numba engine to df.apply #55104

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

Merged
merged 26 commits into from
Oct 22, 2023
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
1fa802c
ENH: Add numba engine to df.apply
lithomas1 Sep 12, 2023
c6af7c9
Merge branch 'main' of github.com:pandas-dev/pandas into numba-apply
lithomas1 Sep 12, 2023
0ac544d
complete?
lithomas1 Sep 14, 2023
31b9e20
wip: pass tests
lithomas1 Sep 19, 2023
6190772
Merge branch 'main' of github.com:pandas-dev/pandas into numba-apply
lithomas1 Sep 24, 2023
55df7ad
fix existing tests
lithomas1 Sep 24, 2023
3c89b0f
go for green
lithomas1 Sep 25, 2023
1418d3e
fix checks?
lithomas1 Sep 25, 2023
c143c67
fix pyright
lithomas1 Sep 25, 2023
0d827c4
update docs
lithomas1 Sep 28, 2023
7129ee8
Merge branch 'main' of github.com:pandas-dev/pandas into numba-apply
lithomas1 Sep 28, 2023
b0ba283
Merge branch 'main' into numba-apply
lithomas1 Sep 29, 2023
f4e80a6
eliminate a blank line
lithomas1 Sep 29, 2023
21e2186
update from code review + more tests
lithomas1 Oct 7, 2023
b60bef8
Merge branch 'main' of github.com:pandas-dev/pandas into numba-apply
lithomas1 Oct 9, 2023
ba1d0e0
fix failing tests
lithomas1 Oct 10, 2023
088d27f
Simplify w/ context manager
lithomas1 Oct 12, 2023
60539a1
skip if no numba
lithomas1 Oct 12, 2023
76538d6
simplify more
lithomas1 Oct 12, 2023
cca34f9
specify dtypes
lithomas1 Oct 12, 2023
8b423bf
Merge branch 'main' of github.com:pandas-dev/pandas into numba-apply
lithomas1 Oct 15, 2023
f135def
Merge branch 'main' into numba-apply
lithomas1 Oct 16, 2023
b2e50d2
Merge branch 'numba-apply' of github.com:lithomas1/pandas into numba-…
lithomas1 Oct 16, 2023
f86024f
address code review
lithomas1 Oct 16, 2023
a15293d
add errors for invalid columns
lithomas1 Oct 19, 2023
8fe5d89
adjust message
lithomas1 Oct 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading