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
d6100b4
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 19, 2022
Merge branch 'main' of https://github.com/pandas-dev/pandas into groupby_dropna_filtering
Show description for d6100b4
rhshadrach
committed
d6100b4
Copy full SHA for d6100b4
dtype fix
rhshadrach
committed
93f306c
Copy full SHA for 93f306c
STYLE enable pylint: subprocess-run-check (#49781)
Show description for cbade64
natmokval
authored
cbade64
Copy full SHA for cbade64
STYLE enable pylint: method-cache-max-size-none (#49751)
Show description for 42bb8fe
3 people
authored
42bb8fe
Copy full SHA for 42bb8fe
BUG: Behaviour change in 1.5.0 when using Timedelta as Enum data type (#49579)
Show description for 606499d
krasch
and
krasch
authored
606499d
Copy full SHA for 606499d
Commits on Nov 18, 2022
DEPR: enforce Series constructor with int dtype deprs (#49777)
jbrockmendel
authored
b01cc53
Copy full SHA for b01cc53
BUG: DataFrame from dict with non-nano Timedelta (#48901)
Show description for d4e3963
jbrockmendel
authored
d4e3963
Copy full SHA for d4e3963
ENH: date_range support reso keyword (#49106)
Show description for a99c1ad
jbrockmendel
authored
a99c1ad
Copy full SHA for a99c1ad
TST: Refactor sql test classes. (#49757)
Show description for 4f3c381
cdcadman
and
Chuck Cadman
authored
4f3c381
Copy full SHA for 4f3c381
REGR: arithmetic ops recursion error with midx with different dtypes (#49776)
Show description for 20172d4
phofl
authored
20172d4
Copy full SHA for 20172d4
TST: Use stronger assertion in test_regression_allowlist_methods (#49755)
Show description for fdb917f
isaac-chung
authored
fdb917f
Copy full SHA for fdb917f
BUG: loc raising error for MultiIndex with bool indexer (#49766)
phofl
authored
12aca3c
Copy full SHA for 12aca3c
STYLE enable pylint: typevar-name-incorrect-variance (#49768)
natmokval
authored
a45dcfd
Copy full SHA for a45dcfd
API: read_stata with index_col=None should return RangeIndex (#49745)
Show description for c37dfc1
3 people
authored
c37dfc1
Copy full SHA for c37dfc1
CLN: Don't intercept NotImplementedError in _cython_transform (#49742)
rhshadrach
authored
6b575b4
Copy full SHA for 6b575b4
REF: use sanitize_array in Index.__new__ (#49718)
Show description for 8020bf1
jbrockmendel
authored
8020bf1
Copy full SHA for 8020bf1
BUG: groupby.describe with as_index=False incorrect (#49643)
Show description for 68e2c2a
rhshadrach
authored
68e2c2a
Copy full SHA for 68e2c2a
Commits on Nov 17, 2022
BUG: Fixes dataFrame to_string(header=False) (#49738)
Show description for 04c33d3
andrewchen1216
authored
04c33d3
Copy full SHA for 04c33d3
CLN: Testing and unused (#49754)
Show description for 3d8cb79
mroeschke
authored
3d8cb79
Copy full SHA for 3d8cb79
BUG: SparseArray.astype(np.int64) (#49704)
Show description for cca262d
jbrockmendel
authored
cca262d
Copy full SHA for cca262d
BUG: parsing ISO8601 string with `format=` and timezone name fails (#49747)
Show description for a37b78d
MarcoGorelli
authored
a37b78d
Copy full SHA for a37b78d
Revert "Add 'color' and 'size' to arguments (#44856)" (#49734)
Show description for 961005a
phofl
authored
961005a
Copy full SHA for 961005a
Refactor sqlalchemy code in pandas.io.sql to help prepare for sqlalchemy 2.0. (#49531)
Show description for 08f070d
cdcadman
and
Chuck Cadman
authored
08f070d
Copy full SHA for 08f070d
STYLE enable pylint: global-variable-not-assigned (#49744)
natmokval
authored
a1b6fcb
Copy full SHA for a1b6fcb
BUG: pandas.to_datetime() does not respect exact format string with ISO8601 (#49333)
Show description for d2630d8
nikitaved
authored
d2630d8
Copy full SHA for d2630d8
STYLE enable B005 check in flake8-bugbear (#49707)
Show description for 4a5d77f
MarcoGorelli
authored
4a5d77f
Copy full SHA for 4a5d77f
STYLE: fix pylint redefined-outer-name warnings (#49656) (#49743)
Show description for b1f1f37
zemnly
authored
b1f1f37
Copy full SHA for b1f1f37
CLN: enable pylint's redefined-outer-name in pandas/core/resample.py (#49724)
Show description for 25f8968
calhockemeyer
authored
25f8968
Copy full SHA for 25f8968
API: Float64Index.astype(datetimelike) (#49660)
Show description for 96b5780
jbrockmendel
authored
96b5780
Copy full SHA for 96b5780
ENH: dont guess %Y/%m (#49711)
MarcoGorelli
authored
634196a
Copy full SHA for 634196a
API: allow mixed-datetimes-and-ints in to_datetime, DatetimeIndex (#49348)
Show description for 8d8d3cf
jbrockmendel
authored
8d8d3cf
Copy full SHA for 8d8d3cf
STYLE: fix pylint unneeded-not warnings (#49382)
Show description for 694c0cd
Moisan
authored
694c0cd
Copy full SHA for 694c0cd
Commits on Nov 16, 2022
ENH: Compile Factorizer class for all numeric dtypes (#49624)
Show description for f6d3cb2
phofl
authored
f6d3cb2
Copy full SHA for f6d3cb2
CI: Upgrade mypy to 0.990 (#49626)
phofl
authored
c04bba4
Copy full SHA for c04bba4
CI/TST: pip extras install (#49241)
mroeschke
authored
18aca9c
Copy full SHA for 18aca9c
Pagination
Previous
Next
You can’t perform that action at this time.