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 milestone: label:
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.3k
Star
47.2k
Code
Issues
3.4k
Pull requests
203
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
Issues
Search Issues
is
:
open
milestone
:
label
:
is:open milestone: label:
Search
Labels
Milestones
New issue
Search results
Open
Closed
TRACKER: new default String dtype (pyarrow-backed, numpy NaN semantics)
API Design
Arrow
pyarrow functionality
pyarrow functionality
Strings
String extension data type and string data
String extension data type and string data
Status: Open.
#54792
In pandas-dev/pandas;
·
jorisvandenbossche
opened
on Aug 28, 2023
·
3.1
Information for new contributors
good first issue
Status: Open.
#49275
In pandas-dev/pandas;
·
noatamir
opened
on Oct 24, 2022
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: <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: concat doesn't preserve attrs (as alternative for append deprecated in 1.4)
API - Consistency
Internal Consistency of API/Behavior
Internal Consistency of API/Behavior
Enhancement
metadata
_metadata, .attrs
_metadata, .attrs
Status: Open.
#45824
In pandas-dev/pandas;
·
MarcoGorelli
opened
on Feb 4, 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
PERF: concat of pyarrow string array does not rechunk
Arrow
pyarrow functionality
pyarrow functionality
Enhancement
Needs Discussion
Requires discussion from core team before further action
Requires discussion from core team before further action
Performance
Memory or execution speed performance
Memory or execution speed performance
Strings
String extension data type and string data
String extension data type and string data
Status: Open.
#42357
In pandas-dev/pandas;
·
jreback
opened
on Jul 3, 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.fillna is altering None values of unspecified columns
Bug
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Series
Series data structure
Series data structure
Status: Open.
#40498
In pandas-dev/pandas;
·
RSchweiger
opened
on Mar 18, 2021
BUG: Scatterplot x-axis label disappears with colorscale when using matplotlib backend
Bug
Visualization
plotting
plotting
Status: Open.
#36064
In pandas-dev/pandas;
·
discdiver
opened
on Sep 2, 2020
different behaviour of df.isin() in 1.0.5/1.1.0, when df contains None
Bug
isin
isin method
isin method
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
Status: Open.
#35565
In pandas-dev/pandas;
·
johny-b
opened
on Aug 5, 2020
You can’t perform that action at this time.