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

BUG: GH14233 resample().median() failed if duplicate column names wer… Bug Resample resample method
#15202 by Dr-Irv was closed Jan 24, 2017 Loading… updated Feb 28, 2017
4 tasks done
0.20.0
BUG: Inconsistent return type for downsampling on resample of empty DataFrame Bug Resample resample method Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#15093 by discort was merged Jun 13, 2017 Loading… updated Jun 13, 2017
4 tasks done
0.21.0
BUG: fix infer frequency for business daily Bug Frequency DateOffsets Resample resample method
#16683 by AdamGleave was merged Jul 7, 2017 Loading… updated Jul 7, 2017 0.21.0
BUG: resample and apply modify the index type for empty Series Bug Indexing Related to indexing on series/frames, not to indexes themselves Resample resample method
#17149 by discort was merged Aug 9, 2017 Loading… updated Aug 9, 2017
4 tasks done
0.21.0
BUG: Rolling apply on DataFrame with Datetime index returns NaN Bug Resample resample method Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#17156 by FXocena was merged Aug 10, 2017 Loading… updated Aug 10, 2017
2 tasks done
0.21.0
added nearest to resample + test Enhancement Resample resample method
#17498 by ab320012 was merged Sep 17, 2017 Loading… updated Sep 17, 2017
4 tasks done
0.21.0
BUG:Time Grouper bug fix when applied for list groupers Bug Groupby Resample resample method
#17587 by ruiann was merged Oct 1, 2017 Loading… updated Oct 6, 2017
4 tasks done
0.21.0
BUG: Fix some PeriodIndex resampling issues Period Period data type Resample resample method
#16153 by winklerand was merged Oct 1, 2017 Loading… updated Oct 6, 2017 0.21.0
resample().apply not returning multiple columns like groupby(pd.Timegrouper()).apply Bug Datetime Datetime data dtype Resample resample method
#17950 by discort was merged Oct 27, 2017 Loading… updated Dec 11, 2017
4 tasks done
0.21.1
!I fix for BUG: resample with tz-aware: Values falls after last bin #15549 Bug Resample resample method
#18337 by ahcub was merged Nov 21, 2017 Loading… updated Nov 21, 2017
4 tasks
0.21.1
Added repr string for Grouper and TimeGrouper Groupby Output-Formatting __repr__ of pandas objects, to_string Resample resample method
#18203 by topper-123 was merged Nov 27, 2017 Loading… updated Dec 11, 2017
3 tasks
0.21.1
FIX: Raise errors when wrong string arguments are passed to resample Error Reporting Incorrect or improved errors from pandas Resample resample method
#19307 by cchwala was merged Jan 21, 2018 Loading… updated Jan 23, 2018
3 of 4 tasks
0.23.0
API/BUG: Enforce "normalized" pytz timezones for DatetimeIndex Bug Resample resample method Timezones Timezone data dtype
#20510 by mroeschke was merged Apr 11, 2018 Loading… updated Apr 11, 2018
3 tasks done
0.23.0
DEPR: remove v018 resample compatibilitiy Compat pandas objects compatability with Numpy or Python functions Resample resample method
#20782 by jreback was merged Apr 24, 2018 Loading… updated Apr 24, 2018 0.23.0
Resampling with NaT in TimedeltaIndex raises MemoryError Bug Resample resample method Timedelta Timedelta data type
#22253 by discort was merged Aug 9, 2018 Loading… updated Aug 9, 2018
4 tasks done
0.23.5
Resampler.__iter__() not working Compat pandas objects compatability with Numpy or Python functions Groupby Resample resample method
#22365 by discort was merged Aug 22, 2018 Loading… updated Aug 22, 2018
4 tasks done
0.24.0
ENH: add quantile method to resample Enhancement Resample resample method
#22304 by discort was merged Aug 22, 2018 Loading… updated Aug 22, 2018
4 tasks done
0.24.0
BUG: loffset has no effect when passing in a numpy.timedelta64 Bug Resample resample method
#22482 by discort was merged Sep 4, 2018 Loading… updated Sep 4, 2018
4 tasks done
0.24.0
BUG: Correctly weekly resample over DST Resample resample method Timezones Timezone data dtype
#22941 by mroeschke was merged Oct 3, 2018 Loading… updated Oct 3, 2018
5 tasks done
0.24.0
2
5
DOC: update pandas.core.groupby.DataFrameGroupBy.resample docstring. Docs Resample resample method
#20374 by pandres was merged Nov 14, 2018 Loading… updated Nov 14, 2018
5 tasks done
TST: split up pandas/tests/test_resample.py Resample resample method Testing pandas testing functions or related to the test suite
#23872 by simonjayhawkins was merged Nov 26, 2018 Loading… updated Nov 26, 2018
2 tasks done
0.24.0
TST/CLN: parametrize tests\resample\test_time_grouper.py Resample resample method Testing pandas testing functions or related to the test suite
#24013 by simonjayhawkins was merged Dec 3, 2018 Loading… updated Dec 3, 2018
2 tasks done
0.24.0
BUG - anchoring dates for resample with Day(n>1) Bug Frequency DateOffsets Resample resample method
#24159 by ms7463 was merged Dec 13, 2018 Loading… updated Dec 13, 2018
4 tasks
0.24.0
REF/TST: Add more pytest idiom to tests/resample Resample resample method Testing pandas testing functions or related to the test suite
#24230 by simonjayhawkins was merged Dec 13, 2018 Loading… updated Dec 13, 2018 0.24.0
REF/TST: Add more pytest idiom to resample/test_base.py Resample resample method Testing pandas testing functions or related to the test suite
#24377 by simonjayhawkins was merged Dec 23, 2018 Loading… updated Dec 24, 2018
2 tasks done
0.24.0
ProTip! no:milestone will show everything without a milestone.