Skip to content

Issues: pandas-dev/pandas

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignee
Filter by who’s assigned
Sort

Issues list

BUG: In main, using resample().interpolate(inplace=True) raises an exception Bug Deprecate Functionality to remove in pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Resample resample method
#58690 opened May 12, 2024 by Dr-Irv
3 tasks done
DEPR: resample with PeriodIndex Clean Period Period data type Resample resample method Stale
#58021 opened Mar 26, 2024 by jbrockmendel Loading…
5 tasks
BUG: Resampling with non nano returns an error Bug Non-Nano datetime64/timedelta64 with non-nanosecond resolution Regression Functionality that used to work in a prior pandas version Resample resample method
#57427 opened Feb 14, 2024 by khider
3 tasks done
2.3
ENH: Add limit_area to Resample.ffill and Resample.bfill Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Resample resample method
#56532 opened Dec 17, 2023 by rhshadrach
PERF: Optimize resample Method by Adding Precomputation and Subgroup Aggregation Option Needs Triage Issue that has not been reviewed by a pandas team member Performance Memory or execution speed performance Resample resample method
#55563 opened Oct 17, 2023 by dorianquelle
3 tasks done
REF: Replace args/kwargs in groupby.resample with TimeGrouper arguments Groupby Needs Discussion Requires discussion from core team before further action Refactor Internal refactoring of code Resample resample method
#54961 opened Sep 2, 2023 by rhshadrach
DOC: TimeGrouper seems to be missing Docs Resample resample method
#54295 opened Jul 28, 2023 by wjandrea
1 task done
BUG: resample dropping column Bug Regression Functionality that used to work in a prior pandas version Resample resample method
#53110 opened May 5, 2023 by hyonschu
3 tasks done
BUG: AmbiguousTimeError when resampling "Atlantic/Azores" to weekly resolution Bug Resample resample method Timezones Timezone data dtype
#51211 opened Feb 7, 2023 by kdebrab
2 of 3 tasks
ENH: Support Resampler.mean(engine="numba") Enhancement numba numba-accelerated operations Resample resample method
#48675 opened Sep 21, 2022 by donghyyun
3 tasks done
BUG: pd.Grouper creates empty groups (and in doing so is inconsistent with groupby) with pd.DatetimeIndex Closing Candidate May be closeable, needs more eyeballs Datetime Datetime data dtype Groupby Resample resample method
#47963 opened Aug 4, 2022 by bollard
2 of 3 tasks
BUG: Unexpected side effects within agg function Apply Apply, Aggregate, Transform, Map Bug Resample resample method
#44813 opened Dec 8, 2021 by matteosantama
2 of 3 tasks
BUG: Resampler agg cannot apply on list of functions Apply Apply, Aggregate, Transform, Map Bug Resample resample method
#44400 opened Nov 11, 2021 by Mengda-Li
2 of 3 tasks
BUG: Unexpected period range index shift Bug Period Period data type Resample resample method
#44363 opened Nov 9, 2021 by jmcinto
3 tasks done
ProTip! Exclude everything labeled bug with -label:bug.