-
- 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
Backport PR #44828 on branch 1.3.x (REGR: resampling DataFrame with DateTimeIndex with empty groups and uint8, uint16 or uint32 columns incorrectly raising RuntimeError) Datetime Datetime data dtype Regression Functionality that used to work in a prior pandas version Resample resample method
BUG: Unable to pass additional arguments to resample().apply() API Design Bug Resample resample method
#14635 by sivieri was closed Feb 27, 2017 Loading…
[WIP]: Add quantile shortcut API Design Resample resample method
#15032 by srinivasreddy was closed Mar 28, 2017 Loading…
1 of 4 tasks
Backport PR #37198 on branch 1.1.x (BUG: Regression in Resample.apply raised error when apply affected only a Series) Apply Apply, Aggregate, Transform, Map Resample resample method
ENH: Allow quantile to accept an int Enhancement Resample resample method
#26350 by dsaxton was closed May 13, 2019 Loading…
DEPR #16747: deprecate pd.TimeGrouper Deprecate Functionality to remove in pandas Resample resample method
ENH: Add end and end_day options for origin from resample Enhancement Resample resample method
#37805 by GYHHAHA was closed Dec 11, 2020 Loading…
2 of 5 tasks
BUG: resample with tz-aware: Values falls after last bin Bug Resample resample method
#15555 by ahcub was closed Mar 28, 2017 Loading…
4 tasks
feat!: Removes Relating to inplace parameter or equivalent Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Resample resample method Stale
inplace option for `pandas.core.resample.Resampler.i… inplace #58847 by cbpygit was closed Oct 29, 2024 Loading…
5 tasks done
DOC: update the pandas.core.resample.Resampler.backfill docstring Docs Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Resample resample method
BUG: resample by BusinessHour raises ValueError Resample resample method
#16447 by scari was closed Dec 10, 2017 Loading…
4 tasks done
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…
4 tasks
BUG: resample method Stale
groupby then resample on column gives incorrect results if the index is out of order Bug Groupby Resample #59408 by aram-cedarwood was closed Apr 15, 2025 Loading…
4 of 5 tasks
ENH: add 'origin' and 'offset' arguments to 'resample' and 'pd.Grouper' API - Consistency Internal Consistency of API/Behavior Resample resample method
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.