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
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
ae6dc97
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 8, 2022
BUG: Fixed Unicode decoding error in `Period.strftime` when a locale-specific directive is used (#46405)
Show description for ae6dc97
smarie
and
Sylvain MARIE
authored
ae6dc97
Copy full SHA for ae6dc97
BUG: Column.size should be a method (#48426)
mroeschke
authored
c30456f
Copy full SHA for c30456f
DOC: Fix typo (#48452)
phofl
authored
28331e0
Copy full SHA for 28331e0
Commits on Sep 7, 2022
CI: Bump timeout to 180 minutes (#48354)
Show description for 0b1d400
mroeschke
authored
0b1d400
Copy full SHA for 0b1d400
BLD: Refactor Dockerfile to not install dev enviornment on base (#48427)
Show description for 78a5f71
mroeschke
authored
78a5f71
Copy full SHA for 78a5f71
CI: Pin ipython version (#48444)
Show description for 266dbd5
phofl
authored
266dbd5
Copy full SHA for 266dbd5
DOC: Clarify that objects dtype takes precedence in where (#48380)
Show description for 7ee5d60
phofl
authored
7ee5d60
Copy full SHA for 7ee5d60
CLN, STYLE: remove unused variables and imports in Cython files (#48290)
Show description for 6dc589b
MarcoGorelli
authored
6dc589b
Copy full SHA for 6dc589b
BUG: masked mean unnecessarily overflowing (#48378)
phofl
authored
b8ae9bb
Copy full SHA for b8ae9bb
BUG: ensure to return writable buffer in __dataframe__ interchange for categorical column (#48419)
Show description for ce143a2
jorisvandenbossche
authored
ce143a2
Copy full SHA for ce143a2
REGR: get_loc for ExtensionEngine not returning bool indexer for na (#48411)
phofl
authored
58c124f
Copy full SHA for 58c124f
Commits on Sep 6, 2022
BUG: ArrowExtensionArray._from_* accepts pyarrow arrays (#48264)
mroeschke
authored
50c119d
Copy full SHA for 50c119d
Upgrade codespell version and fix misspelled words (#48364)
Show description for edf0fce
lucasdamo
authored
edf0fce
Copy full SHA for edf0fce
DOC: More types for groupby's by argument (#48377)
Show description for 1196bb0
amotzop
and
Amotz
authored
1196bb0
Copy full SHA for 1196bb0
TYP: contextmanager expects a Generator (#48383)
twoertwein
authored
6f8ab49
Copy full SHA for 6f8ab49
CLN/DOC: Adjust xpath validation and error messaging in read_xml with IO tools doc note and example (#48386)
Show description for d1d9b7f
ParfaitG
authored
d1d9b7f
Copy full SHA for d1d9b7f
ENH: Suppport masks in median groupby algo (#48387)
Show description for da6cae7
phofl
authored
da6cae7
Copy full SHA for da6cae7
WARN: Avoid FutureWarnings in tests (#48398)
Show description for d92103d
phofl
authored
d92103d
Copy full SHA for d92103d
BUG: safe_sort losing MultiIndex dtypes (#48412)
phofl
authored
8cb7cfe
Copy full SHA for 8cb7cfe
DOC: Add deprecation to is_categorical (#48414)
bashtage
authored
0daa6bb
Copy full SHA for 0daa6bb
TST: add tests for parser functions being pickle-able. (#48389)
DriesSchaumont
authored
a9138a9
Copy full SHA for a9138a9
The indexes of DataFrame.describe(percentiles=[0.29, 0.57, 0.58]) are incorrect (#48298)
Show description for 82ce975
Khor Chean Wei
and
mroeschke
authored
82ce975
Copy full SHA for 82ce975
TST: Test Nullable int floordiv by 0 (#48229)
mroeschke
authored
2d8d313
Copy full SHA for 2d8d313
TST: Address/catch more test warnings (#48358)
mroeschke
authored
6787b8b
Copy full SHA for 6787b8b
Docs: Added 'cross' option to one part of DataFrame.join() docstring where it was missing (#48407)
maharris77
authored
480d6be
Copy full SHA for 480d6be
Commits on Sep 5, 2022
CI: Pin mambaforge image (#48381)
Show description for fa211d4
phofl
authored
fa211d4
Copy full SHA for fa211d4
Commits on Sep 4, 2022
DOC: Add none as a default argument for orient (#48281)
ambujpawar
authored
ddf2541
Copy full SHA for ddf2541
Commits on Sep 3, 2022
TYP: Remove use of deprecated mypy option (#48239)
Show description for 4b645ae
hauntsaninja
authored
4b645ae
Copy full SHA for 4b645ae
DOC: how to_datetime %S differs from strptime (#48376)
Show description for 64c8a05
yadomkar
and
MarcoGorelli
authored
64c8a05
Copy full SHA for 64c8a05
Commits on Sep 2, 2022
Added test for `assert_index_equal` to check that function raises an exception if two different types (#48351)
Show description for a72340a
MrShevan
and
Anton Shevtsov
authored
a72340a
Copy full SHA for a72340a
TST: to_numeric(large_float, downcast=float) isn't lossy (#48372)
mroeschke
authored
f0fff8c
Copy full SHA for f0fff8c
ENH: Support mask for groupby var and mean (#48078)
phofl
authored
9c509e2
Copy full SHA for 9c509e2
BUG: Reindex casting to object in certain situation (#48190)
phofl
authored
854987f
Copy full SHA for 854987f
CI: Setting up ssh key to upload prod docs (#48265)
Show description for fee9b5d
datapythonista
authored
fee9b5d
Copy full SHA for fee9b5d
DOC: add pd.Grouper type to groupby by argument types (#48357)
paradox-lab
authored
d8ddfca
Copy full SHA for d8ddfca
Pagination
Previous
Next
You can’t perform that action at this time.