Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

ENH: create Timedelta scalar / TimedeltaIndex API Design Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Internals Related to non-user accessible pandas implementation Timedelta Timedelta data type
#8184 by jreback was merged Sep 13, 2014 Loading…
25 tasks done
0.15.0
BUG/REF: TimedeltaIndex.__new__ Bug Datetime Datetime data dtype Refactor Internal refactoring of code Timedelta Timedelta data type
#23539 by jbrockmendel was merged Nov 11, 2018 Loading… 0.24.0
REF/ENH: Constructors for DatetimeArray/TimedeltaArray Datetime Datetime data dtype Timedelta Timedelta data type
#23493 by jbrockmendel was closed Nov 9, 2018 Loading…
BUG: fix raise of TypeError when subtracting timedelta array Bug Timedelta Timedelta data type
#22054 by illegalnumbers was merged Sep 18, 2018 Loading…
4 tasks done
0.24.0
ENH: support cut/qcut for datetime/timedelta (GH14714) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Datetime Datetime data dtype Enhancement Timedelta Timedelta data type
#14737 by aileronajay was merged Dec 3, 2016 Loading…
4 tasks done
0.20.0
implement Timedelta mod, divmod, rmod, rdivmod, fix and test scalar methods Testing pandas testing functions or related to the test suite Timedelta Timedelta data type
#19365 by jbrockmendel was closed Feb 19, 2018 Loading…
2 of 4 tasks
DEPR: Add Deprecated warning for timedelta with passed units M and Y Deprecate Functionality to remove in pandas Timedelta Timedelta data type
#23264 by ryankarlos was merged Feb 8, 2019 Loading…
4 tasks done
0.25.0
implement truediv, rtruediv directly in TimedeltaArray; tests Numeric Operations Arithmetic, Comparison, and Logical operations Timedelta Timedelta data type
#23829 by jbrockmendel was merged Nov 29, 2018 Loading…
4 tasks done
0.24.0
BUG: Check for overflow in TimedeltaIndex addition. Bug Timedelta Timedelta data type
#14237 by gfyoung was closed Sep 27, 2016 Loading… 0.19.0
BUG: Don't error in pd.to_timedelta when errors=ignore Bug Timedelta Timedelta data type
#13832 by gfyoung was closed Aug 15, 2016 Loading… 0.19.0
Accepts integer/float string with units and raises when unit is ambiguous (2) Error Reporting Incorrect or improved errors from pandas Timedelta Timedelta data type
#23025 by Sup3rGeo was closed May 3, 2019 Loading…
4 tasks done
BUG: Patch Checked Add Method Bug Timedelta Timedelta data type
#14324 by gfyoung was closed Oct 19, 2016 Loading… 0.19.1
Fix Index __mul__-like ops with timedelta scalars Compat pandas objects compatability with Numpy or Python functions Timedelta Timedelta data type
#19333 by jbrockmendel was merged Feb 22, 2018 Loading…
3 of 4 tasks
0.23.0
Add more overflow tests for timedelta64 operations Stale Testing pandas testing functions or related to the test suite Timedelta Timedelta data type
#46854 by patrickmckenna was closed Aug 15, 2022 Loading…
2 of 4 tasks
1.5
Adds custom plot formatting for TimedeltaIndex. Timedelta Timedelta data type Visualization plotting
#15067 by jgoppert was closed Feb 22, 2017 Loading…
2 of 3 tasks
0.20.0
DOC: Fixed timedelta docstring and examples Docs Timedelta Timedelta data type
#23259 by ryankarlos was merged Nov 20, 2018 Loading…
4 tasks done
0.24.0
TYP: remove NaTType as possible result of Timestamp and Timedelta constructor Timedelta Timedelta data type Timestamp pd.Timestamp and associated methods Typing type annotations, mypy/pyright type checking
#46171 by Dr-Irv was merged Mar 8, 2022 Loading… 1.5
ENH: add to_offset method to Timedelta #9064 Dtype Conversions Unexpected or buggy dtype conversions Enhancement Frequency DateOffsets Timedelta Timedelta data type
#9226 by tvyomkesh was merged Jan 18, 2015 Loading… 0.16.0
Fix Series[timedelta64]+DatetimeIndex[tz] bugs Bug Datetime Datetime data dtype Timedelta Timedelta data type Timezones Timezone data dtype
#18884 by jbrockmendel was merged Jan 2, 2018 Loading…
4 tasks done
0.23.0
DEPR: Deprecate box kwarg for to_timedelta and to_datetime Datetime Datetime data dtype Deprecate Functionality to remove in pandas Timedelta Timedelta data type
#24486 by cbertinato was merged Mar 13, 2019 Loading…
4 tasks done
0.25.0
BUG: Prevent addition overflow with TimedeltaIndex Bug Timedelta Timedelta data type
#14816 by gfyoung was merged Dec 17, 2016 Loading… 0.20.0
BUG: Fix a bug in 'timedelta_range' that produced an extra point on a edge case (fix #30353) Datetime Datetime data dtype Timedelta Timedelta data type
#33498 by hasB4K was merged May 9, 2020 Loading…
5 tasks done
1.1
ProTip! Exclude everything labeled bug with -label:bug.