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
Discover and 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.3k
Star
47.1k
Code
Issues
3.4k
Pull requests
166
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
5ec6139
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 11, 2022
TYP: make _engine_type consistently a property (#47664)
twoertwein
authored
5ec6139
Copy full SHA for 5ec6139
Commits on Jul 10, 2022
Enh move pytable errors and warnings (#47662)
Show description for 63caef9
dataxerik
and
mroeschke
authored
63caef9
Copy full SHA for 63caef9
DOC: Fixed CoC broken link (#47661)
RadoslawLemiec
authored
f7f3e6e
Copy full SHA for f7f3e6e
SAS7BDAT parser: Faster string parsing (#47404)
jonashaag
authored
56dc719
Copy full SHA for 56dc719
REGR: maybe_convert_objects ignoring uints (#47475)
rhshadrach
authored
03af0ac
Copy full SHA for 03af0ac
WEB: Update NumFOCUS committee members (#47650)
datapythonista
authored
262a716
Copy full SHA for 262a716
TYP: fix some of the __hash__ methods (#47654)
twoertwein
authored
01d0874
Copy full SHA for 01d0874
CLN: Rename private variables to inclusive (#47655)
Show description for 102b3ca
phofl
authored
102b3ca
Copy full SHA for 102b3ca
BUG: Series.str.zfill() behaves differently than str.zfill() from standard library (#47633)
Show description for 9b63034
xr-chen
authored
9b63034
Copy full SHA for 9b63034
TYP: enable reportUnusedImport (#46937)
Show description for a4fec22
twoertwein
authored
a4fec22
Copy full SHA for a4fec22
Commits on Jul 9, 2022
BUG: Add `storage_option` parameter to to_excel method in Styler (#46491)
Show description for f74a186
eshirvana
and
jreback
authored
f74a186
Copy full SHA for f74a186
TYP: Improve typing interval inclusive (#47646)
Show description for 5506476
phofl
authored
5506476
Copy full SHA for 5506476
Commits on Jul 8, 2022
ENH: RangeIndex._shallow_copy can return RangeIndex (#47557)
mroeschke
authored
e915b0a
Copy full SHA for e915b0a
BUG: Fixed `tm.set_locale` context manager, it could error and leak when category LC_ALL was used (#47570)
smarie
authored
8e6ca28
Copy full SHA for 8e6ca28
BUG: boolean indexer with NA raising when reindex is necessary (#47623)
phofl
authored
2367feb
Copy full SHA for 2367feb
CI: Bump Mac/Windows build timeout to 120 minutes (#47523)
Show description for 03b0b2c
mroeschke
authored
03b0b2c
Copy full SHA for 03b0b2c
"DOC #45443 edited the documentation of where/mask functions" (#47626)
Show description for aa5b866
ahmedibrhm
and
mroeschke
authored
aa5b866
Copy full SHA for aa5b866
DEPR: Deprecate set_closed and add set_incluive (#47636)
Show description for bd4ff39
phofl
authored
bd4ff39
Copy full SHA for bd4ff39
Fixed mypy errors in frequencies.py (#47644)
Show description for cef9aad
srotondo
authored
cef9aad
Copy full SHA for cef9aad
POC/ENH: Timedelta min/max/resolution support non-nano (#47641)
Show description for 64ae0fe
jbrockmendel
authored
64ae0fe
Copy full SHA for 64ae0fe
DEPR: Remove deprecation from private class IntervalTree (#47637)
Show description for f6658ef
phofl
authored
f6658ef
Copy full SHA for f6658ef
TST: adding test for multiindex nunique raising not implemnted error (#47638)
Show description for 16e9b1e
noatamir
authored
16e9b1e
Copy full SHA for 16e9b1e
DOC: avoid overriding Python built-in functions (#47631)
Show description for 1ad2821
wany-oh
authored
1ad2821
Copy full SHA for 1ad2821
BUG: using read_xml with iterparse and names will ignore duplicate values (#47630)
ParfaitG
authored
3adfcff
Copy full SHA for 3adfcff
ENH/TST: Add TestBaseReshaping tests for ArrowExtensionArray (#47601)
mroeschke
authored
fce0953
Copy full SHA for fce0953
Commits on Jul 7, 2022
Test for nested series equality #22400 (#47627)
Show description for d52f2ce
srotondo
authored
d52f2ce
Copy full SHA for d52f2ce
CLN: Add tets and fix docstring for concat with sort=True and outer join (#47612)
Show description for 2141c1c
phofl
authored
2141c1c
Copy full SHA for 2141c1c
TYP: more return annotations in core/ (#47618)
Show description for f654176
twoertwein
authored
f654176
Copy full SHA for f654176
WARN: Don't show FutureWarning when enlarging df with iloc (#47621)
Show description for 028d0d6
phofl
authored
028d0d6
Copy full SHA for 028d0d6
BUG: Return Float64 for read_parquet(use_nullable_dtypes=True) (#47619)
mroeschke
authored
efebf78
Copy full SHA for efebf78
TST: Added test for strides in column major Dataframes stored in HDFS… (#47616)
Show description for b4ec020
johnmantios
authored
b4ec020
Copy full SHA for b4ec020
Commits on Jul 6, 2022
DOC: Fixed pandas capitalization (#47617)
Show description for 9a8b193
Marvjowa
and
Marvin Walter
authored
9a8b193
Copy full SHA for 9a8b193
TYP: return values in core/*.py (#47587)
Show description for 9612375
twoertwein
authored
9612375
Copy full SHA for 9612375
⬆️ UPGRADE: Autoupdate pre-commit config (#47564)
Show description for a9a496c
3 people
authored
a9a496c
Copy full SHA for a9a496c
DOC: fix shared compression_options and decompression_options (#47609)
Show description for 7a29d4a
alastair
authored
7a29d4a
Copy full SHA for 7a29d4a
Pagination
Previous
Next
You can’t perform that action at this time.