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
181
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
f3f2cd9
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 1, 2023
DEPR: Deprecate the convert_dtype param in Series.Apply (#52257)
Show description for f3f2cd9
topper-123
and
mroeschke
committed
f3f2cd9
Copy full SHA for f3f2cd9
fix tests
topper-123
committed
fe857a4
Copy full SHA for fe857a4
clearer error message
topper-123
committed
6a0f6c2
Copy full SHA for 6a0f6c2
add deprecation message to Series.apply II
topper-123
committed
06d498b
Copy full SHA for 06d498b
add deprecation message to Series.apply
topper-123
committed
21811d0
Copy full SHA for 21811d0
fix code examples III
topper-123
committed
e66c23f
Copy full SHA for e66c23f
fix code examples II
topper-123
committed
ca3478a
Copy full SHA for ca3478a
fix code examples
topper-123
committed
ffc0928
Copy full SHA for ffc0928
fix cookbook.rst example
topper-123
committed
4847f78
Copy full SHA for 4847f78
fix tests
topper-123
committed
3ffe69c
Copy full SHA for 3ffe69c
fix warning
topper-123
committed
4c0274a
Copy full SHA for 4c0274a
DEPR: Deprecate returning a DataFrame in SeriesApply.apply_standard
topper-123
committed
3c390fe
Copy full SHA for 3c390fe
Commits on Mar 31, 2023
PERF: concat (#52291)
jbrockmendel
authored
1c2ad16
Copy full SHA for 1c2ad16
PERF: concat_compat (#52316)
jbrockmendel
authored
9ba4ef8
Copy full SHA for 9ba4ef8
WEB: remove links to pandas-governance + assorted cleanups (#52162)
Show description for 5ea5570
MarcoGorelli
authored
5ea5570
Copy full SHA for 5ea5570
ENH: add LaTeX math mode with parentheses (#51903)
Show description for c61c7ba
natmokval
authored
c61c7ba
Copy full SHA for c61c7ba
PERF: use non-copying path for Groupby.skew (#52104)
Show description for 233bd83
jbrockmendel
authored
233bd83
Copy full SHA for 233bd83
DEPR: Passing a dictionary to SeriesGroupBy.agg (#52268)
Show description for fe09ace
rhshadrach
authored
fe09ace
Copy full SHA for fe09ace
DOC: Include timedelta as freq for timedelta_range, interval_range, and date_range (#52307)
Show description for af513bb
allisonkwan
authored
af513bb
Copy full SHA for af513bb
BUG: DataFrame.corrwith raising for pyarrow-backed dtypes (#52314)
Show description for 379f9c0
lukemanley
authored
379f9c0
Copy full SHA for 379f9c0
TYP: concat_compat (#52315)
jbrockmendel
authored
0428536
Copy full SHA for 0428536
BUG: zero-pad shorter years in `Timestamp.isoformat` (#52220)
Show description for 578275d
keewis
authored
578275d
Copy full SHA for 578275d
CLN: Assorted cleanups (#52318)
rhshadrach
authored
6cae820
Copy full SHA for 6cae820
DOC: improve (dark) theme getting started tutorials (#52097)
stijnvanhoey
authored
44eb283
Copy full SHA for 44eb283
TYP: Remove unneeded type ignore (#52308)
mroeschke
authored
ceef0da
Copy full SHA for ceef0da
Commits on Mar 30, 2023
CI: Test pyarrow nightly instead of intermediate versions (#52211)
Show description for 4a2c06c
mroeschke
authored
4a2c06c
Copy full SHA for 4a2c06c
Bump pypa/cibuildwheel from 2.9.0 to 2.12.1 (#52298)
Show description for 176d256
dependabot[bot]
authored
176d256
Copy full SHA for 176d256
PERF: needs_i8_conversion expect dtype object (#52288)
jbrockmendel
authored
c016b65
Copy full SHA for c016b65
PERF: concat_same_type for PeriodDtype (#52290)
Show description for b522e7e
jbrockmendel
authored
b522e7e
Copy full SHA for b522e7e
combine_first with mix tz test GH#26283 (#52294)
Show description for 261d425
liang3zy22
authored
261d425
Copy full SHA for 261d425
DEPR: Deprecate the convert_dtype param in Series.Apply (#52257)
Show description for 825b5c3
topper-123
and
mroeschke
authored
825b5c3
Copy full SHA for 825b5c3
DOC: Update link in user guide/style (#52304)
Show description for 37e823d
allisonkwan
authored
37e823d
Copy full SHA for 37e823d
ENH: add na_action to Categorical.map & CategoricalIndex.map (#51645)
Show description for 72cd001
topper-123
authored
72cd001
Copy full SHA for 72cd001
BUG: Removed bug from groupby/min on categoricals (#52236)
Show description for 9fbb860
DeaMariaLeon
authored
9fbb860
Copy full SHA for 9fbb860
Bump actions/stale from 4 to 8 (#52297)
Show description for 32f789f
dependabot[bot]
authored
32f789f
Copy full SHA for 32f789f
Pagination
Previous
Next
You can’t perform that action at this time.