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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
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
Search or jump to...
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.9k
Star
48.6k
Code
Issues
3.1k
Pull requests
269
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit History
Commits on May 1, 2026
CLN: fill in placeholder GH refs in test comments (#65434)
Show description for 4019d92
jbrockmendel
and
claude
authored
4019d92
Copy full SHA for 4019d92
CI: lowercase types-pymysql/types-pyyaml to fix mamba 2.6.0 shard lookup (#65430)
jbrockmendel
authored
cec3575
Copy full SHA for cec3575
Commits on Apr 30, 2026
DOC: fix name of Bamboo weekly author (#65426)
jorisvandenbossche
authored
ce92ae8
Copy full SHA for ce92ae8
REF: drop freq attribute from DTA/TDA arrays (GH-24566) (#65429)
Show description for d9998e5
jbrockmendel
and
claude
authored
d9998e5
Copy full SHA for d9998e5
CLN: drop stale FIXME for closed pyperclip#55 in clipboard module (#65421)
Show description for 97fccaa
jbrockmendel
and
claude
authored
97fccaa
Copy full SHA for 97fccaa
CLN: remove dead JoinUnit._is_valid_na_for code in internals.concat (#65417)
Show description for 85a9553
jbrockmendel
and
claude
authored
85a9553
Copy full SHA for 85a9553
CLN: Replace stale 0.10.1 FIXME in use_dynamic_x (#65416)
Show description for 95405dd
jbrockmendel
and
claude
authored
95405dd
Copy full SHA for 95405dd
CI: explicitly ignore .pixi/ for update workflow (#65424)
jorisvandenbossche
authored
e06383f
Copy full SHA for e06383f
DOC: fix source link for classes in the reference docs (#65399)
jorisvandenbossche
authored
3d131ad
Copy full SHA for 3d131ad
BUG: fix numpy ufuncs (e.g. np.isnan) raising TypeError on pyarrow dtypes with distinguish_nan_and_na enabled (#65041)
jbrockmendel
authored
660c072
Copy full SHA for 660c072
BUG: `DataFrame.agg` with list-like funcs reintroduces filtered columns as `NaN` with `numeric_only=True` (#65219)
gautamvarmadatla
authored
68ddc67
Copy full SHA for 68ddc67
Commits on Apr 29, 2026
PERF: restore libjoin fastpath for CategoricalIndex intersection/union (#65176)
Show description for 197b63c
jbrockmendel
and
claude
authored
197b63c
Copy full SHA for 197b63c
DOC: clarify pickle compatibility is only within major versions (#64960)
Show description for eaa50ae
jbrockmendel
and
claude
authored
eaa50ae
Copy full SHA for eaa50ae
REF: add ExtensionArray._groupby_quantile method (#64831)
Show description for 147d7c4
jbrockmendel
and
claude
authored
147d7c4
Copy full SHA for 147d7c4
REF: relocate _freq storage from DTA/TDA arrays to Index (GH#24566) (#65322)
Show description for 09fc282
jbrockmendel
and
claude
authored
09fc282
Copy full SHA for 09fc282
DOC: clarify resolution-dependence of Timestamp/Timedelta min/max/resolution (#65339)
Show description for 95417df
jbrockmendel
and
claude
authored
95417df
Copy full SHA for 95417df
CLN: only try to normalize pytz in index when pytz is installed (#65411)
jorisvandenbossche
authored
39a17f5
Copy full SHA for 39a17f5
PERF: branchless calendar algorithms and batch field extractors (#64662)
Show description for 728dd5c
jbrockmendel
and
claude
authored
728dd5c
Copy full SHA for 728dd5c
BUG: Preserve nullable index dtype in `_transform_index` (#65316)
gautamvarmadatla
authored
16cddde
Copy full SHA for 16cddde
DOC: drop stale "experimental" notes and fix tab-completion list (#65385)
jbrockmendel
authored
18aedcb
Copy full SHA for 18aedcb
PERF: pass how=left to _factorize_keys in _left_join_on_index (#65160) (#65199)
iabhi4
authored
8496174
Copy full SHA for 8496174
Commits on Apr 28, 2026
CI: pin pyodide-build to fix venv pip wrapper crash (#65403)
jbrockmendel
authored
d4d1611
Copy full SHA for d4d1611
DEPR: followup warn on .at setitem when a new column expands the frame (#65354)
Show description for 54e6f44
jbrockmendel
and
claude
authored
54e6f44
Copy full SHA for 54e6f44
DOC: document TextFileReader in the API reference (#65341)
jbrockmendel
authored
c85684c
Copy full SHA for c85684c
PERF: speed up read_sas for full-precision numeric columns (#65363)
Show description for 53be332
jbrockmendel
and
claude
authored
53be332
Copy full SHA for 53be332
TST: assert pyarrow's quoting ValueError instead of xfailing (#65402)
jbrockmendel
authored
c8aa10c
Copy full SHA for c8aa10c
TYP: tighten Timestamp/Timedelta round/floor/ceil return types (#65383)
Show description for 4e205dd
jbrockmendel
and
claude
authored
4e205dd
Copy full SHA for 4e205dd
PERF: Speed up Timedelta.total_seconds (#65388)
Show description for 3ad975f
jbrockmendel
and
claude
authored
3ad975f
Copy full SHA for 3ad975f
CLN: remove _offset_map cache in offsets.pyx (#65390)
jbrockmendel
authored
fabfd11
Copy full SHA for fabfd11
BUG: infer_dtype treats pd.NA as a generic null in TemporalValidator (#65391)
Show description for 2449a5d
jbrockmendel
and
claude
authored
2449a5d
Copy full SHA for 2449a5d
CLN: point cython3 TODOs at upstream cython#2485 (#65387)
Show description for e82b5dc
jbrockmendel
and
claude
authored
e82b5dc
Copy full SHA for e82b5dc
CLN: drop stale FIXME in ObjectStringArrayMixin._str_map (#65394)
Show description for d7ddc6d
jbrockmendel
and
claude
authored
d7ddc6d
Copy full SHA for d7ddc6d
BUG: prevent using numexpr 2.10 with newer numpy to avoid silent wrong results (#65400)
jorisvandenbossche
authored
6401071
Copy full SHA for 6401071
Parquet IO: also use zoneinfo timezones by default even when pyarrow uses pytz (#65134)
jorisvandenbossche
authored
9eb6685
Copy full SHA for 9eb6685
CLN: remove stale cython3 conditional-nogil TODO in rank_sorted_1d (#65392)
jbrockmendel
authored
da757e7
Copy full SHA for da757e7
Previous
Next
You can’t perform that action at this time.