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:Strings
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
state
:
open
label
:
Strings
state:open label:Strings
Search
Labels
Milestones
New issue
Search results
Open
Closed
String dtype: known differences and performance considerations for "pyarrow" vs "python" storage variants
Docs
Strings
String extension data type and string data
String extension data type and string data
Status: Open.
#63105
In pandas-dev/pandas;
·
jorisvandenbossche
opened
on Nov 13, 2025
DOC: add storage and na_value to StringDtype reference page
Docs
Strings
String extension data type and string data
String extension data type and string data
Status: Open (in progress).
pandas-dev/pandas
number 63104
#63104
In pandas-dev/pandas;
·
jorisvandenbossche
opened
on Nov 13, 2025
·
3.0
BUG: StringArray with NA behaves different to numpy object array for elementwise comparisons
Bug
Compat
pandas objects compatability with Numpy or Python functions
pandas objects compatability with Numpy or Python functions
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Needs Triage
Issue that has not been reviewed by a pandas team member
Issue that has not been reviewed by a pandas team member
Strings
String extension data type and string data
String extension data type and string data
Status: Open.
#62802
In pandas-dev/pandas;
·
ssche
opened
on Oct 22, 2025
REF/API: Move ArrowDtype(pa.foo_string()) into StringDtype(...)
API Design
Needs Discussion
Requires discussion from core team before further action
Requires discussion from core team before further action
Strings
String extension data type and string data
String extension data type and string data
Status: Open.
#62129
In pandas-dev/pandas;
·
jbrockmendel
opened
on Aug 16, 2025
BUG: <code>pd.api.types.is_string_dtype()</code> returns inconsistent results for Categorical series vs dtype
Bug
Needs Discussion
Requires discussion from core team before further action
Requires discussion from core team before further action
Strings
String extension data type and string data
String extension data type and string data
Status: Open.
#62109
In pandas-dev/pandas;
·
nsarang
opened
on Aug 14, 2025
BUG: raise a proper exception when str.rsplit is passed a regex and clarify the docs
Stale
Strings
String extension data type and string data
String extension data type and string data
Status: Open (in progress).
pandas-dev/pandas
number 62035
#62035
In pandas-dev/pandas;
·
hamdanal
opened
on Aug 3, 2025
BUG: <code>metadata</code> on <code>np.ndarray</code> of <code>np.dtype("O")</code> dtype lost when roundtripped through <code>pandas.Series</code>
Strings
String extension data type and string data
String extension data type and string data
Status: Open.
#61938
In pandas-dev/pandas;
·
ilan-gold
opened
on Jul 24, 2025
BUG: Passing string[pyarrow] to the dtype parameter of e.g. csv_read() does produce a string type Series
Arrow
pyarrow functionality
pyarrow functionality
Dtype Conversions
Unexpected or buggy dtype conversions
Unexpected or buggy dtype conversions
IO CSV
read_csv, to_csv
read_csv, to_csv
Needs Discussion
Requires discussion from core team before further action
Requires discussion from core team before further action
Strings
String extension data type and string data
String extension data type and string data
Status: Open.
#61496
In pandas-dev/pandas;
·
ClauPet
opened
on May 26, 2025
BUG: documented usage of of <code>str.split(...).str.get</code> fails on dtype <code>large_string[pyarrow]</code>
Bug
Needs Discussion
Requires discussion from core team before further action
Requires discussion from core team before further action
Strings
String extension data type and string data
String extension data type and string data
Status: Open.
#61431
In pandas-dev/pandas;
·
SandroCasagrande
opened
on May 12, 2025
BUG(string dtype): Arithmetic operations between Series with string dtype index
API - Consistency
Internal Consistency of API/Behavior
Internal Consistency of API/Behavior
Bug
Needs Discussion
Requires discussion from core team before further action
Requires discussion from core team before further action
Strings
String extension data type and string data
String extension data type and string data
Status: Open.
#61425
In pandas-dev/pandas;
·
rhshadrach
opened
on May 10, 2025
BUG: <code>.str.contains()</code> regex lookbehind and lookahead fail for data type <code>string[pyarrow]</code>
Arrow
pyarrow functionality
pyarrow functionality
Bug
Strings
String extension data type and string data
String extension data type and string data
Status: Open.
#60833
In pandas-dev/pandas;
·
noahblakesmith
opened
on Feb 3, 2025
TST (string dtype): clean-up interpolate tests
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Stale
Strings
String extension data type and string data
String extension data type and string data
Testing
pandas testing functions or related to the test suite
pandas testing functions or related to the test suite
Status: Open (in progress).
pandas-dev/pandas
number 60653
#60653
In pandas-dev/pandas;
·
jorisvandenbossche
opened
on Jan 3, 2025
·
3.0
You can’t perform that action at this time.