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
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.4k
Star
47.2k
Code
Issues
3.4k
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
Commits
Branch selector
905fe6b
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 15, 2023
BUG/CoW: is_range_indexer can't handle very large arrays (#53672)
Show description for 905fe6b
lithomas1
authored
905fe6b
Copy full SHA for 905fe6b
CI/TST: Mark test_to_read_gcs as single_cpu (#53677)
mroeschke
authored
99965f1
Copy full SHA for 99965f1
Commits on Jun 14, 2023
DOC: Fixing EX01 - Added examples (#53647)
Show description for 841e760
DeaMariaLeon
authored
841e760
Copy full SHA for 841e760
CI: Attempt to fix wheel builds (#53670)
lithomas1
authored
3e2e7c3
Copy full SHA for 3e2e7c3
TYP: core.missing (#53625)
jbrockmendel
authored
f8ece0e
Copy full SHA for f8ece0e
PERF: Series.str.get_dummies for ArrowDtype(pa.string()) (#53655)
Show description for e27b0e7
lukemanley
authored
e27b0e7
Copy full SHA for e27b0e7
DEPR: method, limit in NDFrame.replace (#53492)
Show description for 8893c38
jbrockmendel
authored
8893c38
Copy full SHA for 8893c38
BUG: groupby sum turning `inf+inf` and `(-inf)+(-inf)` into `nan` (#53623)
Charlie-XIAO
authored
aca58cd
Copy full SHA for aca58cd
CI: Build pandas even if doctests fail (#53657)
mroeschke
authored
2106c4d
Copy full SHA for 2106c4d
Commits on Jun 13, 2023
ENH: Series.explode to support pyarrow-backed list types (#53602)
Show description for ee43ae0
lukemanley
authored
ee43ae0
Copy full SHA for ee43ae0
BUG: RangeIndex.union(sort=True) with another RangeIndex (#53495)
mroeschke
authored
abcd440
Copy full SHA for abcd440
TST: Refactor slow test (#53610)
mroeschke
authored
7287eaf
Copy full SHA for 7287eaf
DOC: Added links to GitHub tutorials/resources for Forking Workflow in contributing.rst (#53628)
Show description for 3a33710
ssharp0
authored
3a33710
Copy full SHA for 3a33710
BUG: interpolate with complex dtype (#53635)
Show description for 882719a
jbrockmendel
authored
882719a
Copy full SHA for 882719a
DEPR: interpolate with object dtype (#53638)
jbrockmendel
authored
2f19184
Copy full SHA for 2f19184
ENH: Series.str.join for ArrowDtype(pa.string()) (#53646)
Show description for 1f3c9bc
lukemanley
authored
1f3c9bc
Copy full SHA for 1f3c9bc
BUG: DataFrame.stack with sort=True and unsorted MultiIndex levels (#53637)
Show description for 5edc2cc
rhshadrach
authored
5edc2cc
Copy full SHA for 5edc2cc
TST: Add test for apply cast types GH#9506 (#53591)
Show description for 8b4f36c
liang3zy22
authored
8b4f36c
Copy full SHA for 8b4f36c
PDEP-9: Allow third-party projects to register pandas connectors with a standard API (#51799)
datapythonista
authored
027adc5
Copy full SHA for 027adc5
Commits on Jun 12, 2023
BUG: clean_fill_method failing to raise (#53620)
Show description for 4149f32
jbrockmendel
and
mroeschke
authored
4149f32
Copy full SHA for 4149f32
DEPR: NDFrame.interpolate with ffill/bfill methods (#53607)
Show description for 7aed7bd
jbrockmendel
authored
7aed7bd
Copy full SHA for 7aed7bd
ENH: Groupby.transform support string input with engine=numba (#53579)
Show description for adc5f8b
lithomas1
authored
adc5f8b
Copy full SHA for adc5f8b
REF: move interpolate validation to core.missing (#53580)
Show description for 7e66493
jbrockmendel
authored
7e66493
Copy full SHA for 7e66493
DEPR: pd.value_counts (#53493)
Show description for 8b6a244
jbrockmendel
authored
8b6a244
Copy full SHA for 8b6a244
DOC: Multi-conditional examples added to .loc docstring (#53572)
Show description for d7af4db
sweisss
authored
d7af4db
Copy full SHA for d7af4db
PERF: Series.str.split(expand=True) for pyarrow-backed strings (#53585)
Show description for 94a8af5
lukemanley
authored
94a8af5
Copy full SHA for 94a8af5
ENH: Implement PandasArray, DTA, TDA interpolate (#53594)
Show description for 828e743
jbrockmendel
authored
828e743
Copy full SHA for 828e743
DOC: Fixed inconsistencies in pandas.DataFrame.pivot_table docstring parameter descriptions (#53605)
Show description for 7369347
tpaxman
authored
7369347
Copy full SHA for 7369347
DOC: pd.Period and pd.period_range should document that they accept datetime, date and pd.Timestamp (#53611)
Show description for f0c8248
ABizzinotto
authored
f0c8248
Copy full SHA for f0c8248
TST: Mark numba & threading tests as single cpu (#53608)
Show description for 42cdb31
mroeschke
authored
42cdb31
Copy full SHA for 42cdb31
Bump pypa/cibuildwheel from 2.13.0 to 2.13.1 (#53614)
Show description for a43c2e4
dependabot[bot]
authored
a43c2e4
Copy full SHA for a43c2e4
CI: Fix the deprecation bot (#53593)
Show description for 1fe5add
lithomas1
authored
1fe5add
Copy full SHA for 1fe5add
DOC: Fixing EX01 - Added examples (#53619)
Show description for 734841f
DeaMariaLeon
authored
734841f
Copy full SHA for 734841f
Commits on Jun 11, 2023
Corrected minor typos in the paragraph below 'Formatting the Display' (#53598)
kyunghei
authored
c65c8dd
Copy full SHA for c65c8dd
Commits on Jun 10, 2023
TYP: Fix typing issues, mainly Something => IndexLabel (#53469)
Show description for 5cf5c73
behrenhoff
authored
5cf5c73
Copy full SHA for 5cf5c73
Pagination
Previous
Next
You can’t perform that action at this time.