Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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:Arrow
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.4k
Star
47.3k
Code
Issues
3.4k
Pull requests
163
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
:
Arrow
state:open label:Arrow
Search
Labels
Milestones
New issue
Search results
Open
Closed
BUG(pandas 3.0 regression): <code>drop(index=...)</code> doesn't accept NA values when using arrow dtype in index
Arrow
pyarrow functionality
pyarrow functionality
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
Status: Open.
#63304
In pandas-dev/pandas;
·
tswast
opened
on Dec 8, 2025
·
3.0
BUG: Adding pyarrow column to missing column changes to NaN in DataFrame addition
Arrow
pyarrow functionality
pyarrow functionality
Bug
Numeric Operations
Arithmetic, Comparison, and Logical operations
Arithmetic, Comparison, and Logical operations
Status: Open.
#63288
In pandas-dev/pandas;
·
mattharrison
opened
on Dec 6, 2025
BUG: <code>.dt.seconds</code> Discrepancy Between NumPy and PyArrow Timedelta Dtypes
Arrow
pyarrow functionality
pyarrow functionality
Bug
Needs Discussion
Requires discussion from core team before further action
Requires discussion from core team before further action
Timedelta
Timedelta data type
Timedelta data type
Status: Open.
#63283
In pandas-dev/pandas;
·
mattharrison
opened
on Dec 6, 2025
·
3.0
BUG: PyArrow string: list indexing and negative indices fail after str.split()
Arrow
pyarrow functionality
pyarrow functionality
Bug
Nested Data
Data where the values are collections (lists, sets, dicts, objects, etc.).
Data where the values are collections (lists, sets, dicts, objects, etc.).
Status: Open.
#63221
In pandas-dev/pandas;
·
Elliottt-Chen
opened
on Nov 27, 2025
BUG: Arrow duration reduction consistency
Arrow
pyarrow functionality
pyarrow functionality
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
Unexpected or buggy dtype conversions
Reduction Operations
sum, mean, min, max, etc.
sum, mean, min, max, etc.
Status: Open.
#63170
In pandas-dev/pandas;
·
rhshadrach
opened
on Nov 21, 2025
BUG: pd.read_parquet raises exception filtering on Period type columns
Arrow
pyarrow functionality
pyarrow functionality
Bug
IO Parquet
parquet, feather
parquet, feather
Status: Open.
#62769
In pandas-dev/pandas;
·
spillz
opened
on Oct 20, 2025
BUG: read_csv with pyarrow engine cannot handle single-line CSV files
Arrow
pyarrow functionality
pyarrow functionality
Bug
IO CSV
read_csv, to_csv
read_csv, to_csv
Status: Open.
#62635
In pandas-dev/pandas;
·
jorisvandenbossche
opened
on Oct 9, 2025
BUG: <code>np.isnan</code> raises on pyarrow dtypes
Arrow
pyarrow functionality
pyarrow functionality
Bug
PDEP missing values
Issues that would be addressed by the Ice Cream Agreement from the Aug 2023 sprint
Issues that would be addressed by the Ice Cream Agreement from the Aug 2023 sprint
Status: Open.
#62506
In pandas-dev/pandas;
·
MarcoGorelli
opened
on Sep 29, 2025
BUG: _get_common_dtype with date32[pyarrow] and null[pyarrow]
Arrow
pyarrow functionality
pyarrow functionality
Bug
datetime.date
stdlib datetime.date support
stdlib datetime.date support
Dtype Conversions
Unexpected or buggy dtype conversions
Unexpected or buggy dtype conversions
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Concat, Merge/Join, Stack/Unstack, Explode
Status: Open.
#62343
In pandas-dev/pandas;
·
jbrockmendel
opened
on Sep 15, 2025
ENH: Add arrow engine to to_csv
Arrow
pyarrow functionality
pyarrow functionality
Enhancement
IO CSV
read_csv, to_csv
read_csv, to_csv
Performance
Memory or execution speed performance
Memory or execution speed performance
Stale
Status: Open (in progress).
pandas-dev/pandas
number 62267
#62267
In pandas-dev/pandas;
·
swt2c
opened
on Sep 5, 2025
PARTIAL FIX: Improve leading zeros preservation with dtype=str for dict-based dtypes
Arrow
pyarrow functionality
pyarrow functionality
Bug
IO CSV
read_csv, to_csv
read_csv, to_csv
Stale
Status: Open (in progress).
pandas-dev/pandas
number 62242
#62242
In pandas-dev/pandas;
·
dxdc
opened
on Sep 2, 2025
BUG: ArrowEA.astype to categorical returning all-NaT
Arrow
pyarrow functionality
pyarrow functionality
Bug
Categorical
Categorical Data Type
Categorical Data Type
datetime.date
stdlib datetime.date support
stdlib datetime.date support
Dtype Conversions
Unexpected or buggy dtype conversions
Unexpected or buggy dtype conversions
Status: Open.
#62051
In pandas-dev/pandas;
·
jbrockmendel
opened
on Aug 5, 2025
You can’t perform that action at this time.