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
is:open is:issue label: label:Regression
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.2k
Star
47k
Code
Issues
3.5k
Pull requests
164
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
165
Issues
Search Issues
is
:
open
is
:
issue
label
:
label
:
Regression
is:open is:issue label: label:Regression
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
Potential regression induced by "BUG: Use large_string in string array consistently"
Arrow
pyarrow functionality
pyarrow functionality
Needs Triage
Issue that has not been reviewed by a pandas team member
Issue that has not been reviewed by a pandas team member
Regression
Functionality that used to work in a prior pandas version
Functionality that used to work in a prior pandas version
Strings
String extension data type and string data
String extension data type and string data
Status: Open.
#58651
In pandas-dev/pandas;
·
DeaMariaLeon
opened
on May 9, 2024
Potential perf regressions introduced by Copy-on-Write
Copy / view semantics
Performance
Memory or execution speed performance
Memory or execution speed performance
Regression
Functionality that used to work in a prior pandas version
Functionality that used to work in a prior pandas version
Status: Open.
#57431
In pandas-dev/pandas;
·
rhshadrach
opened
on Feb 15, 2024
BUG: pandas 2.2.0 <code>DataFrame.groupby</code> regression when group labels of type <code>pd.Timestamp</code>
Bug
Index
Related to the Index class or subclasses
Related to the Index class or subclasses
Regression
Functionality that used to work in a prior pandas version
Functionality that used to work in a prior pandas version
Timezones
Timezone data dtype
Timezone data dtype
Status: Open.
#57192
In pandas-dev/pandas;
·
maread99
opened
on Feb 1, 2024
BUG: Regression on np.logical_or, it behaves erraticly from 2.0, breaking backwards compatibility
Bug
Compat
pandas objects compatability with Numpy or Python functions
pandas objects compatability with Numpy or Python functions
Regression
Functionality that used to work in a prior pandas version
Functionality that used to work in a prior pandas version
ufuncs
__array_ufunc__ and __array_function__
__array_ufunc__ and __array_function__
Status: Open.
#54416
In pandas-dev/pandas;
·
PabloRuizCuevas
opened
on Aug 4, 2023
BUG: <code>Series.replace</code> converts <code>np.nan</code> into <code>pd.NaT</code> implicitly
Dtype Conversions
Unexpected or buggy dtype conversions
Unexpected or buggy dtype conversions
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Regression
Functionality that used to work in a prior pandas version
Functionality that used to work in a prior pandas version
replace
replace method
replace method
Status: Open.
#48034
In pandas-dev/pandas;
·
ng-henry
opened
on Aug 11, 2022
BUG: AttributeError: 'bool' object has no attribute 'to_numpy' in "mask_missing" method of core/missing.py
Bug
Constructors
Series/DataFrame/Index/pd.array Constructors
Series/DataFrame/Index/pd.array Constructors
Regression
Functionality that used to work in a prior pandas version
Functionality that used to work in a prior pandas version
replace
replace method
replace method
Subclassing
Subclassing pandas objects
Subclassing pandas objects
Status: Open.
#47101
In pandas-dev/pandas;
·
rainnnnny
opened
on May 24, 2022
BUG: dataframe with datetimeindex as index, when indexing columns interprets some strings as datetimes
Bug
Datetime
Datetime data dtype
Datetime data dtype
Indexing
Related to indexing on series/frames, not to indexes themselves
Related to indexing on series/frames, not to indexes themselves
Regression
Functionality that used to work in a prior pandas version
Functionality that used to work in a prior pandas version
Status: Open.
#47006
In pandas-dev/pandas;
·
JamesHowse
opened
on May 12, 2022
BUG: <code>DataFrame.loc</code> is not consistent with <code>DataFrame.__setitem__</code> when used with 2D numpy array
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
Related to indexing on series/frames, not to indexes themselves
Regression
Functionality that used to work in a prior pandas version
Functionality that used to work in a prior pandas version
Status: Open.
#46544
In pandas-dev/pandas;
·
anmyachev
opened
on Mar 28, 2022
BUG: Inconsistent assignment of <code>NAT</code> values to datetime columns in <code>MultiIndex</code>
Bug
Datetime
Datetime data dtype
Datetime data dtype
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
MultiIndex
Regression
Functionality that used to work in a prior pandas version
Functionality that used to work in a prior pandas version
Timedelta
Timedelta data type
Timedelta data type
Status: Open.
#43351
In pandas-dev/pandas;
·
galipremsagar
opened
on Sep 1, 2021
BUG: behavior change in dataframe.shift(, freq=infer) when upgrading from pandas 1.1.5 to 1.2.x
Bug
Frequency
DateOffsets
DateOffsets
Regression
Functionality that used to work in a prior pandas version
Functionality that used to work in a prior pandas version
Status: Open.
#40799
In pandas-dev/pandas;
·
laurent-mutricy
opened
on Apr 6, 2021
BUG: Series.plot.bar() raises TypeError on timedelta dtype
Bug
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Regression
Functionality that used to work in a prior pandas version
Functionality that used to work in a prior pandas version
Timedelta
Timedelta data type
Timedelta data type
Visualization
plotting
plotting
Status: Open.
#39320
In pandas-dev/pandas;
·
darkdragon-001
opened
on Jan 21, 2021
You can’t perform that action at this time.