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: Series.resample failing for non-nanosecond unit that's out of bounds for nano reso Non-Nano datetime64/timedelta64 with non-nanosecond resolution Resample resample method
#62955 by phofl was merged Nov 3, 2025 Loading… updated Nov 3, 2025
5 tasks done
3.0
DEPR: resample with PeriodIndex Clean Period Period data type Resample resample method Stale
#58021 by jbrockmendel was closed Sep 25, 2025 Loading… updated Sep 25, 2025
5 tasks
BUG: Resampling to "B" frequency with closed="right" and label="right" adds empty bins Bug Resample resample method Stale
#59620 by natmokval was closed Nov 4, 2024 Loading… updated Nov 4, 2024
4 tasks done
Starting month ignored by resample Bug Resample resample method Stale
#59547 by KatsiarynaDzibrova was closed Sep 25, 2024 Loading… updated Sep 25, 2024
1 of 5 tasks
Update resample.py Resample resample method
#59353 by Amit-0905 was closed Aug 21, 2024 Loading… updated Aug 21, 2024
5 tasks done
BUG: DataFrame.resample changing index type to MultiIndex when dataframe is empty and upsampling MultiIndex Resample resample method
#55772 by Charlie-XIAO was closed Feb 28, 2024 Loading… updated Feb 28, 2024
4 tasks done
BUG: Timestamp origin takes no effect in resample for 'MS' frequency Frequency DateOffsets Resample resample method
#53938 by mcgeestocks was merged Jul 25, 2023 Loading… updated Jul 25, 2023
4 tasks done
2.1
Backport PR #52615 on branch 2.0.x (REGR: DataFrame.resample fails on a frame with no columns) Resample resample method
#52804 by mroeschke was merged Apr 20, 2023 Loading… updated Apr 20, 2023 2.0.1
Backport PR #52071: DEPR: Properly enforce group_keys defaulting to False in resample Deprecate Functionality to remove in pandas Groupby Resample resample method
#52078 by rhshadrach was merged Mar 19, 2023 Loading… updated Mar 19, 2023 2.0
DEPR: Change default of numeric_only to False in Resampler methods Deprecate Functionality to remove in pandas Nuisance Columns Identifying/Dropping nuisance columns in reductions, groupby.add, DataFrame.apply Resample resample method
#49915 by rhshadrach was merged Nov 26, 2022 Loading… updated Nov 27, 2022
5 tasks
2.0
DOC: Added mean function as a method of Resampler and updated docstring Docs Resample resample method
#48902 by donghyyun was closed Oct 7, 2022 Draft updated Oct 7, 2022
4 tasks done
CI/TST: Fix test_resample_empty_dataframe for 32 bit build 32bit 32-bit systems Resample resample method Testing pandas testing functions or related to the test suite
#48095 by mroeschke was merged Aug 15, 2022 Loading… updated Aug 16, 2022
2 tasks done
1.5
DEPR: numeric_only default in resampler ops Deprecate Functionality to remove in pandas Nuisance Columns Identifying/Dropping nuisance columns in reductions, groupby.add, DataFrame.apply Resample resample method
#47177 by rhshadrach was merged Jun 5, 2022 Loading… updated Jun 6, 2022
3 tasks done
1.5
BUG: Resampler attempts to aggregate the on column Bug Reduction Operations sum, mean, min, max, etc. Resample resample method
#47107 by rhshadrach was merged May 27, 2022 Loading… updated May 27, 2022
4 tasks done
1.5
REGR: Raise NotImplementedError for agg with axis=1 and multiple funcs Apply Apply, Aggregate, Transform, Map Bug Groupby Regression Functionality that used to work in a prior pandas version Resample resample method Window rolling, ewma, expanding
#47078 by rhshadrach was merged May 21, 2022 Loading… updated May 23, 2022
5 tasks done
1.4.3
2
4
Backport PR #47078 on branch 1.4.x (REGR: Raise NotImplementedError for agg with axis=1 and multiple funcs) Apply Apply, Aggregate, Transform, Map Bug Groupby Regression Functionality that used to work in a prior pandas version Resample resample method Window rolling, ewma, expanding
#47086 by meeseeksmachine was merged May 22, 2022 Loading… updated May 22, 2022 1.4.3
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
#44828 by simonjayhawkins was merged Dec 10, 2021 Loading… updated Dec 10, 2021
4 tasks
1.3.5
BUG: Groupby.agg with timegrouper, nat, and numba Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate numba numba-accelerated operations Resample resample method
#43515 by jbrockmendel was merged Sep 12, 2021 Loading… updated Sep 12, 2021
1 of 4 tasks
1.4
REF: always use grouper=self.grouper in resample Refactor Internal refactoring of code Resample resample method
#43484 by jbrockmendel was merged Sep 10, 2021 Loading… updated Sep 10, 2021 1.4
Backport PR #43410 on branch 1.3.x (REGR: Resampler.aggregate fails when used with column selection) Bug Regression Functionality that used to work in a prior pandas version Resample resample method
#43444 by meeseeksmachine was merged Sep 7, 2021 Loading… updated Sep 7, 2021 1.3.3
ENH: Deprecate non-keyword arguments for Resampler.interpolate Deprecate Functionality to remove in pandas Resample resample method
#41699 by Anupam-USP was merged Jun 5, 2021 Loading… updated Jun 5, 2021
4 tasks done
1.3
BUG: resample.apply with non-unique columns Bug Resample resample method
#41445 by jbrockmendel was merged May 13, 2021 Loading… updated May 13, 2021
3 of 4 tasks
1.3
REF: de-lazify Resampler init Refactor Internal refactoring of code Resample resample method
#41245 by jbrockmendel was merged May 2, 2021 Loading… updated May 3, 2021 1.3
CLN: remove Resampler._typ Clean Resample resample method
#41239 by jbrockmendel was merged Apr 30, 2021 Loading… updated Apr 30, 2021 1.3
REF: simplify kwargs unpacking in resample Refactor Internal refactoring of code Resample resample method
#41235 by ivanovmg was merged Apr 30, 2021 Loading… updated Apr 30, 2021
4 tasks
1.3
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.