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
47k
Code
Issues
3.4k
Pull requests
165
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
2eca7e1
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 12, 2022
ENH: TDA+datetime_scalar support non-nano (#47675)
jbrockmendel
authored
2eca7e1
Copy full SHA for 2eca7e1
Commits on Jul 11, 2022
ENH: TDA.__mul__ support non-nano (#47668)
Show description for 669f21f
jbrockmendel
authored
669f21f
Copy full SHA for 669f21f
BUG: df.groupby().resample()[[cols]] without key columns raise KeyError (#47605)
Show description for b03389e
GYHHAHA
authored
b03389e
Copy full SHA for b03389e
Code review from #46759 : moved strftime benchmark file outside of tslibs dir (#47665)
Show description for 6867bab
smarie
and
Sylvain MARIE
authored
6867bab
Copy full SHA for 6867bab
ci: add GitHub token permissions for workflows (#47652)
Show description for 25d1c17
varunsh-coder
authored
25d1c17
Copy full SHA for 25d1c17
WEB: Add governance page to the website (#47660)
datapythonista
authored
ae1d859
Copy full SHA for ae1d859
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
Pagination
Previous
Next
You can’t perform that action at this time.