-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
[READY] Improved performance of Period
's default formatter (period_format
)
#51459
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
MarcoGorelli
merged 53 commits into
pandas-dev:main
from
smarie:feature/44764_perf_issue_new_period
May 7, 2023
Merged
Changes from 51 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
2504a90
Improved performance of default period formatting (`period_format`). …
c1bbfd6
Improved ASV for period frames and datetimes
3693b30
What's new
3c4efea
Update asv_bench/benchmarks/strftime.py
smarie 7ccb423
Merge branch 'main' of https://github.com/pandas-dev/pandas into feat…
e4a58e7
Fixed whats new backticks
714d518
Merge branch 'feature/44764_perf_issue_new_period' of https://github.…
04fbf6b
Completed whatsnew
279114d
Added ASVs for to_csv for period
35ec182
Aligned the namings
28d8b5d
Completed Whats new
a69aeca
Added a docstring explaining why the ASV bench with custom date forma…
705ff81
Merge branch 'main' of https://github.com/pandas-dev/pandas into feat…
08d8d5e
Merge branch 'main' of https://github.com/pandas-dev/pandas into feat…
c1ff5fb
Moved whatsnew to 2.0.0
5b0acc8
Moved whatsnew to 2.1
f4cef3a
Merge branch 'main' of https://github.com/pandas-dev/pandas into feat…
4cefded
Merge branch 'main' of https://github.com/pandas-dev/pandas into feat…
99b82f9
Merge branch 'main' of https://github.com/pandas-dev/pandas into feat…
3df0666
Merge branch 'main' into feature/44764_perf_issue_new_period
smarie 576e475
Merge branch 'main' of https://github.com/pandas-dev/pandas into feat…
d55e47f
Improved docstring as per code review
316d2b7
Merge remote-tracking branch 'origin/feature/44764_perf_issue_new_per…
e62867e
Merge branch 'main' into feature/44764_perf_issue_new_period
smarie 2cd568c
Renamed asv params as per code review
a07d89e
Fixed ASV comment as per code review
8ad4827
ASV: renamed parameters as per code review
03d9778
Improved `period_format`: now the performance is the same when no for…
8d21053
Code review: Improved strftime ASV: set_index is now in the setup
13acb29
Merge remote-tracking branch 'origin/feature/44764_perf_issue_new_per…
4fd20ad
Removed useless main
5d4bfc1
Removed wrong code
77b8b7a
Improved ASVs for period formatting: now there is a "default explicit…
24a6b63
Merge branch 'main' of https://github.com/pandas-dev/pandas into feat…
a309388
Update pandas/_libs/tslibs/period.pyx
smarie 17eedeb
Update pandas/_libs/tslibs/period.pyx
smarie 14b7489
Update pandas/_libs/tslibs/period.pyx
smarie e1a81ef
Minor refactoring to avoid retesting for none several time
faf97eb
Merge branch 'feature/44764_perf_issue_new_period' of https://github.…
f6ced94
Fixed issue: bool does not exist, using bint
3da1e4b
Added missing quarter variable as cdef
55d180e
Fixed asv bug
ea9fc47
Merge branch 'main' of https://github.com/pandas-dev/pandas into feat…
4becd71
Merge branch 'main' of https://github.com/pandas-dev/pandas into feat…
74cbabf
Merge branch 'main' into feature/44764_perf_issue_new_period
smarie b3d5963
Merge branch 'main' of https://github.com/pandas-dev/pandas into feat…
1301795
Merge remote-tracking branch 'origin/feature/44764_perf_issue_new_per…
61ce96e
Code review: fixed docstring
6890776
Merge branch 'main' of https://github.com/pandas-dev/pandas into feat…
e14c383
Merge branch 'main' into feature/44764_perf_issue_new_period
smarie ac68ab9
Merge branch 'main' of https://github.com/pandas-dev/pandas into feat…
1a05c22
Update doc/source/whatsnew/v2.1.0.rst
MarcoGorelli d3c19d0
fixup
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.