-
- 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
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
BUG/REF: TimedeltaIndex.__new__ Bug Datetime Datetime data dtype Refactor Internal refactoring of code Timedelta Timedelta data type
REF/ENH: Constructors for DatetimeArray/TimedeltaArray Datetime Datetime data dtype Timedelta Timedelta data type
#23493 by jbrockmendel was closed Nov 9, 2018 Loading…
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
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
implement truediv, rtruediv directly in TimedeltaArray; tests Numeric Operations Arithmetic, Comparison, and Logical operations Timedelta Timedelta data type
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
Fix Index __mul__-like ops with timedelta scalars Compat pandas objects compatability with Numpy or Python functions Timedelta Timedelta data type
Add more overflow tests for timedelta64 operations Stale Testing pandas testing functions or related to the test suite Timedelta Timedelta data type
ENH: Allow aggregate numeric operations on timedelta64. API Design Groupby Timedelta Timedelta data type
#6884 by danielballan was closed May 9, 2015 Loading…
Adds custom plot formatting for TimedeltaIndex. Timedelta Timedelta data type Visualization plotting
ENH: add to_offset method to Timedelta #9064 Dtype Conversions Unexpected or buggy dtype conversions Enhancement Frequency DateOffsets Timedelta Timedelta data type
Fix Series[timedelta64]+DatetimeIndex[tz] bugs Bug Datetime Datetime data dtype Timedelta Timedelta data type Timezones Timezone data dtype
DEPR: Deprecate box kwarg for to_timedelta and to_datetime Datetime Datetime data dtype Deprecate Functionality to remove in pandas Timedelta Timedelta data type
Previous Next
ProTip! Exclude everything labeled
bug with -label:bug.