-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
cleanup; use timedelta instead of relativedelta where possible Code Style Code style, linting, code_checks Frequency DateOffsets
#18183 by jbrockmendel was closed Nov 10, 2017 Loading… updated Nov 12, 2017
offsets cleanup Clean Frequency DateOffsets Performance Memory or execution speed performance
#18174 by jbrockmendel was closed Nov 9, 2017 Loading… updated Nov 12, 2017
implement non-controversial cleanup portions of #18762 Clean Frequency DateOffsets
#18959 by jbrockmendel was closed Dec 29, 2017 Loading… updated Feb 11, 2018
4 tasks
offsets/liboffsets cleanup Clean Frequency DateOffsets
#19922 by jbrockmendel was closed Mar 1, 2018 Loading… updated Jun 22, 2018
[WIP] Complete offset prefix mapping Frequency DateOffsets
#20562 by tv3141 was closed Nov 4, 2018 Loading… updated Nov 4, 2018
1 of 4 tasks
REF/TST: Fix remaining DatetimeArray with DateOffset arithmetic ops Datetime Datetime data dtype Frequency DateOffsets
BUG: Fix localize_pydatetime using meta datetimes as Timestamp (#25734) Bug Frequency DateOffsets
#25746 by ArtificialQualia was closed Apr 5, 2019 Loading… updated Apr 5, 2019
4 tasks done
BUG:remove rollback from generate_range Frequency DateOffsets
#27337 by Alpima-Quant was closed Oct 11, 2019 Loading… updated Oct 11, 2019
2 of 5 tasks
BUG: make pct_change can handle the anchored freq #28664 Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Frequency DateOffsets
BUG: incorrect output of first('1M') in case if first index is the last day of the month (#29623) Frequency DateOffsets
#30138 by Franklinluo17 was closed Jan 1, 2020 Loading… updated Jan 1, 2020
5 tasks
Implement missing offset comparison methods API Design Compat pandas objects compatability with Numpy or Python functions Frequency DateOffsets
#18738 by jbrockmendel was closed Dec 28, 2017 Loading… updated Apr 5, 2020
2 of 4 tasks
DEPR: Timestamp.freq Deprecate Functionality to remove in pandas Frequency DateOffsets
#33832 by jbrockmendel was closed May 22, 2020 Loading… updated May 22, 2020
5 tasks done
BUG: preserve freq in DTI/TDI factorize ExtensionArray Extending pandas with custom dtypes or arrays. Frequency DateOffsets Mothballed Temporarily-closed PR the author plans to return to
#33836 by jbrockmendel was closed Jun 11, 2020 Loading… updated Jun 11, 2020
3 of 5 tasks
DEPR: _BaseOffset's parameter Functionality to remove in pandas Frequency DateOffsets
n should be prevented from being 0 Deprecate #31185 by MarcoGorelli was closed Jul 5, 2020 • Draft updated Oct 10, 2020
5 tasks
Regression in offsets caused offsets to be no longer hashable Datetime Datetime data dtype Frequency DateOffsets Regression Functionality that used to work in a prior pandas version
Previous Next
ProTip! Filter pull requests by the default branch with base:main.