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

COMPAT: NaT accessors Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timedelta Timedelta data type
#15782 by jreback was merged Mar 27, 2017 Loading… updated Mar 27, 2017 0.20.0
CLN: reorg pandas.tseries Clean Datetime Datetime data dtype Period Period data type Timedelta Timedelta data type
#16040 by jreback was merged Apr 18, 2017 Loading… updated Apr 21, 2017 0.20.0
BUG: resampling with NaT in TimedeltaIndex (#13223) Bug Resample resample method Timedelta Timedelta data type
#14649 by fr-chaofan was closed May 7, 2017 Loading… updated May 7, 2017
4 tasks
BUG: TimedeltaIndex raising ValueError when slice indexing (#16637) Bug Indexing Related to indexing on series/frames, not to indexes themselves Timedelta Timedelta data type
#16638 by jdeschenes was merged Jul 6, 2017 Loading… updated Jul 7, 2017 0.20.3
Fixes for #16896(TimedeltaIndex indexing regression for strings) Bug Indexing Related to indexing on series/frames, not to indexes themselves Timedelta Timedelta data type
#16907 by jdeschenes was merged Jul 13, 2017 Loading… updated Jul 14, 2017
4 tasks done
0.21.0
Fix for #16909(DeltatimeIndex.get_loc is not working on np.deltatime64 data type) Indexing Related to indexing on series/frames, not to indexes themselves Timedelta Timedelta data type
#16912 by jdeschenes was merged Jul 14, 2017 Loading… updated Jul 14, 2017
3 of 4 tasks
0.21.0
Tslib unused Clean Internals Related to non-user accessible pandas implementation Timedelta Timedelta data type
#17402 by jbrockmendel was merged Sep 1, 2017 Loading… updated Sep 1, 2017
4 tasks
0.21.0
DOC: Removed Timedelta.is_populated and fixed spelling errors Docs Timedelta Timedelta data type
#17469 by GuessWhoSamFoo was merged Sep 8, 2017 Loading… updated Sep 11, 2017
4 tasks done
0.21.0
BUG: overflow on Timedelta construction & arithmetic now raises Compat pandas objects compatability with Numpy or Python functions Timedelta Timedelta data type
#17640 by jreback was merged Sep 23, 2017 Loading… updated Sep 23, 2017 0.21.0
Move timedelta-specific functions to tslibs.timedeltas Clean Timedelta Timedelta data type
#17827 by jbrockmendel was merged Oct 21, 2017 Loading… updated Oct 27, 2017 0.21.0
tslib flake8 cleanup, missing declarations Code Style Code style, linting, code_checks Datetime Datetime data dtype Timedelta Timedelta data type
#17907 by jbrockmendel was merged Oct 20, 2017 Loading… updated Oct 30, 2017
4 tasks
0.21.0
Separate out arithmetic tests for datetimelike indexes Datetime Datetime data dtype Period Period data type Testing pandas testing functions or related to the test suite Timedelta Timedelta data type
#18049 by jbrockmendel was merged Nov 1, 2017 Loading… updated Nov 2, 2017 0.23.0
Port Timedelta implementation to tslibs.timedeltas Clean Internals Related to non-user accessible pandas implementation Timedelta Timedelta data type
#17937 by jbrockmendel was merged Nov 3, 2017 Loading… updated Nov 3, 2017
1 of 4 tasks
0.23.0
PERF: Vectorized Timedelta property access (#18092) Performance Memory or execution speed performance Timedelta Timedelta data type
#18225 by WillAyd was merged Nov 12, 2017 Loading… updated Nov 15, 2017
4 tasks done
0.23.0
BUG: Unwanted conversion from timedelta to float (#18493) Bug Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Timedelta Timedelta data type
#18586 by fjdiod was merged Dec 2, 2017 Loading… updated Dec 11, 2017
4 tasks
0.21.1
Cleanup & De-duplication for custom offset classes Clean Internals Related to non-user accessible pandas implementation Timedelta Timedelta data type
#18640 by jbrockmendel was merged Dec 6, 2017 Loading… updated Dec 6, 2017
1 of 4 tasks
0.23.0
BUG: Fix tz-aware DatetimeIndex +/- TimedeltaIndex/timedelta64 array Bug Datetime Datetime data dtype Timedelta Timedelta data type Timezones Timezone data dtype
#18653 by jschendel was merged Dec 7, 2017 Loading… updated Dec 7, 2017
4 tasks done
0.23.0
timestamp/timedelta test cleanup Clean Datetime Datetime data dtype Testing pandas testing functions or related to the test suite Timedelta Timedelta data type
#18619 by jbrockmendel was merged Dec 4, 2017 Loading… updated Dec 8, 2017 0.23.0
algebra cleanup in FY5253 and Easter offsets Clean Timedelta Timedelta data type
#18350 by jbrockmendel was merged Nov 22, 2017 Loading… updated Dec 8, 2017 0.23.0
Masking and overflow checks for datetimeindex and timedeltaindex ops Bug Timedelta Timedelta data type
#18020 by jbrockmendel was merged Nov 4, 2017 Loading… updated Dec 12, 2017
3 of 4 tasks
0.21.1
Added ISO 8601 Duration string constructor for Timedelta Enhancement Timedelta Timedelta data type
#19065 by WillAyd was merged Jan 5, 2018 Loading… updated Jan 5, 2018
4 tasks done
0.23.0
Fix and test TimedeltaIndex.__rfloordiv__ bug Bug Timedelta Timedelta data type
#19125 by jbrockmendel was merged Jan 7, 2018 Loading… updated Jan 7, 2018
2 of 4 tasks
0.23.0
BUG/TST: assure conversions of datetimelikes for object, numeric dtypes Datetime Datetime data dtype Reshaping Concat, Merge/Join, Stack/Unstack, Explode Timedelta Timedelta data type
#19224 by jreback was merged Jan 13, 2018 Loading… updated Jan 13, 2018 0.23.0
2
2
Split and parametrize test_operators Datetime Datetime data dtype Numeric Operations Arithmetic, Comparison, and Logical operations Testing pandas testing functions or related to the test suite Timedelta Timedelta data type
#19173 by jbrockmendel was merged Jan 15, 2018 Loading… updated Jan 15, 2018 0.23.0
BUG: Fix resample with np.timedelta64 loffset has no effect Reshaping Concat, Merge/Join, Stack/Unstack, Explode Timedelta Timedelta data type
#18708 by Licht-T was closed Jan 21, 2018 Loading… updated Jan 21, 2018
3 of 4 tasks
ProTip! Type g i on any issue or pull request to go back to the issue listing page.