Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
state:open label:Resample
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pandas-dev
/
pandas
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
19.1k
Star
46.8k
Code
Issues
3.5k
Pull requests
135
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Information for new contributors
#49275 ·
noatamir
opened
on Oct 24, 2022
9
FEEDBACK: PyArrow as a required dependency and PyArrow backed strings
#54466 ·
phofl
opened
on Aug 9, 2023
161
Issues
Search Issues
state
:
open
label
:
Resample
state:open label:Resample
Search
Labels
Milestones
New issue
Search results
Open
Closed
BUG: Behavior change in pandas 3.x with <code>Series.resample</code> and <code>closed="right", how="right"</code>
Bug
Regression
Functionality that used to work in a prior pandas version
Functionality that used to work in a prior pandas version
Resample
resample method
resample method
Status: Open.
#62200
In pandas-dev/pandas;
·
TomAugspurger
opened
on Aug 26, 2025
·
3.0
BUG: resampling with origin=end_date includes extra elements in the bucket
Bug
Needs Triage
Issue that has not been reviewed by a pandas team member
Issue that has not been reviewed by a pandas team member
Resample
resample method
resample method
Status: Open.
#62154
In pandas-dev/pandas;
·
vasil-pashov
opened
on Aug 20, 2025
BUG: Empty column name in group dataframe when using pyarrow types
Bug
Resample
resample method
resample method
Status: Open.
#59823
In pandas-dev/pandas;
·
dbalabka
opened
on Sep 16, 2024
BUG: Resampling to <code>"B"</code> frequency with <code>closed="right"</code> and <code>label="right"</code> adds empty bins
Bug
Resample
resample method
resample method
Status: Open.
#59495
In pandas-dev/pandas;
·
torext
opened
on Aug 13, 2024
BUG: groupby then resample on column gives incorrect results if the index is out of order
Bug
Groupby
Resample
resample method
resample method
Status: Open.
#59350
In pandas-dev/pandas;
·
knowecho
opened
on Jul 30, 2024
BUG: In <code>main</code>, using <code>resample().interpolate(inplace=True)</code> raises an exception
Bug
Deprecate
Functionality to remove in pandas
Functionality to remove in pandas
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Resample
resample method
resample method
Status: Open.
#58690
In pandas-dev/pandas;
·
Dr-Irv
opened
on May 12, 2024
ENH: Downsampling pyarrow backed DatetimeIndex should potentially return date32 instead of timestamp
Arrow
pyarrow functionality
pyarrow functionality
Datetime
Datetime data dtype
Datetime data dtype
datetime.date
stdlib datetime.date support
stdlib datetime.date support
Enhancement
Resample
resample method
resample method
Status: Open.
#58308
In pandas-dev/pandas;
·
WillAyd
opened
on Apr 18, 2024
BUG: Incorrect behaviour when using <code>loc</code> on a resampled time index dataframe
Bug
Frequency
DateOffsets
DateOffsets
Indexing
Related to indexing on series/frames, not to indexes themselves
Related to indexing on series/frames, not to indexes themselves
Resample
resample method
resample method
Status: Open.
#58255
In pandas-dev/pandas;
·
jose-moran
opened
on Apr 14, 2024
BUG: Resampling with non nano returns an error
Bug
Non-Nano
datetime64/timedelta64 with non-nanosecond resolution
datetime64/timedelta64 with non-nanosecond resolution
Regression
Functionality that used to work in a prior pandas version
Functionality that used to work in a prior pandas version
Resample
resample method
resample method
Status: Open.
#57427
In pandas-dev/pandas;
·
khider
opened
on Feb 14, 2024
QST: FutureWarning: Resampling with a PeriodIndex is deprecated, how to resample now?
Closing Candidate
May be closeable, needs more eyeballs
May be closeable, needs more eyeballs
Deprecate
Functionality to remove in pandas
Functionality to remove in pandas
Needs Discussion
Requires discussion from core team before further action
Requires discussion from core team before further action
Period
Period data type
Period data type
Resample
resample method
resample method
Status: Open.
#57033
In pandas-dev/pandas;
·
andreas-wolf
opened
on Jan 23, 2024
·
3.0
ENH: Add limit_area to Resample.ffill and Resample.bfill
Enhancement
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Resample
resample method
resample method
Status: Open.
#56532
In pandas-dev/pandas;
·
rhshadrach
opened
on Dec 17, 2023
PERF: Optimize resample Method by Adding Precomputation and Subgroup Aggregation Option
Needs Triage
Issue that has not been reviewed by a pandas team member
Issue that has not been reviewed by a pandas team member
Performance
Memory or execution speed performance
Memory or execution speed performance
Resample
resample method
resample method
Status: Open.
#55563
In pandas-dev/pandas;
·
dorianquelle
opened
on Oct 17, 2023
You can’t perform that action at this time.