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
160
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
2141c1c
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 7, 2022
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
Revert inclusive default change of IntervalDtype (#47367)
phofl
authored
d9dd128
Copy full SHA for d9dd128
Commits on Jul 5, 2022
TST: Test aggregate with list values #25581 (#47559)
Show description for 37e6239
srotondo
authored
37e6239
Copy full SHA for 37e6239
ENH: DTI/DTA.astype support non-nano (#47579)
Show description for 67e8c4c
jbrockmendel
authored
67e8c4c
Copy full SHA for 67e8c4c
ENH/TST: Add BaseMethodsTests tests for ArrowExtensionArray (#47552)
Show description for 700ef33
mroeschke
authored
700ef33
Copy full SHA for 700ef33
CI: flake8-pyi (#47595)
twoertwein
authored
4d17588
Copy full SHA for 4d17588
REF: share DTA/TDA.__init__ (#47583)
jbrockmendel
authored
b6d5e97
Copy full SHA for b6d5e97
Fix SAS7BDAT run-length encoding formula (#47099)
Show description for 8e8f627
jonashaag
authored
8e8f627
Copy full SHA for 8e8f627
ENH: Move CSSWarning to error/__init__.py per GH27656 (#47591)
Show description for e52f8b7
dataxerik
authored
e52f8b7
Copy full SHA for e52f8b7
TST: added test for handling repeated keys when using Series.loc with Multiindex (#47594)
johnmantios
authored
319964a
Copy full SHA for 319964a
BUG Fix: pd.apply returns a dataframe when empty dataframe instead of a series (#47222)
Show description for fa76d81
Khor Chean Wei
authored
fa76d81
Copy full SHA for fa76d81
TST: added test for to_json when called on numbers exceeding the int64 limit (#47589)
Show description for 5fb276a
johnmantios
authored
5fb276a
Copy full SHA for 5fb276a
DEPR: numeic_only in Series and SeriesGroupBy consistency (#47561)
Show description for 37d0194
rhshadrach
authored
37d0194
Copy full SHA for 37d0194
Commits on Jul 3, 2022
BUG: read_excel not forward filling index columns when no names are given (#47496)
phofl
authored
4fe2f31
Copy full SHA for 4fe2f31
BUG: to_sql with method=callable not returning int raising TypeError (#47474)
mroeschke
authored
2856607
Copy full SHA for 2856607
PERF: use c-division in nancorr (#47518)
MarcoGorelli
authored
1924be3
Copy full SHA for 1924be3
BUG: concat losing columns dtypes for join=outer (#47586)
phofl
authored
1ac1391
Copy full SHA for 1ac1391
ENH/TST: Add BaseGroupbyTests tests for ArrowExtensionArray (#47515)
mroeschke
authored
b81f431
Copy full SHA for b81f431
TYP: misc return type annotations (#47558)
twoertwein
authored
f538568
Copy full SHA for f538568
TYP: fix a few errors found by pandas-stub (#47562)
twoertwein
authored
a7c8513
Copy full SHA for a7c8513
Adding testcase for quartile performed on a timestamp column group by ( closes #33168 ) (#47575)
dannyi96
authored
d05bdeb
Copy full SHA for d05bdeb
BUG: DataFrame.loc not aligning rhs df for single block case (#47581)
phofl
authored
4fddc41
Copy full SHA for 4fddc41
CLN: concat union_indexes now respecting sort keyword (#47588)
phofl
authored
f8b3585
Copy full SHA for f8b3585
Commits on Jul 1, 2022
BUG: Series.setitem losing precision when enlarging (#47342)
phofl
authored
bd9a6f0
Copy full SHA for bd9a6f0
PERF: Some faster date/time string formatting (#46759)
smarie
authored
55d9dcf
Copy full SHA for 55d9dcf
CLN: Move monotonic check to safe_sort_index (#47573)
phofl
authored
5266143
Copy full SHA for 5266143
REF: simplify DTA.__init__ (#47574)
jbrockmendel
authored
6792f5c
Copy full SHA for 6792f5c
Pagination
Previous
Next
You can’t perform that action at this time.