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.2k
Star
47k
Code
Issues
3.4k
Pull requests
163
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
62cc55e
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 2, 2024
Merge branch 'main' into deps/pytz/optional
mroeschke
authored
62cc55e
Copy full SHA for 62cc55e
CI: Use Miniforge over Mambaforge (#59357)
Show description for 642d244
mroeschke
authored
642d244
Copy full SHA for 642d244
DOC: Typo in docs for na_values parameter in pandas.read_csv function #59314 (#59318)
Show description for d530525
kushagr96
authored
d530525
Copy full SHA for d530525
Commits on Aug 1, 2024
fix: show correct error message when invalid period alias is passed to to_timestamp (#59373)
MarcoGorelli
authored
7ee1091
Copy full SHA for 7ee1091
String dtype: restrict options.mode.string_storage to python|pyarrow (remove pyarrow_numpy) (#59376)
Show description for 6adba55
jorisvandenbossche
authored
6adba55
Copy full SHA for 6adba55
Commits on Jul 31, 2024
TST (string dtype): replace string_storage fixture with explicit storage/na_value keyword arguments for dtype creation (#59375)
jorisvandenbossche
authored
0d12b44
Copy full SHA for 0d12b44
TST (string dtype): remove usage of arrow_string_storage fixture (#59368)
Show description for 4b4c86e
jorisvandenbossche
authored
4b4c86e
Copy full SHA for 4b4c86e
ENH: Allow to plot weighted KDEs. (#59337)
Show description for 9c08431
fbourgey
and
yuanx749
authored
9c08431
Copy full SHA for 9c08431
TST (string dtype): change any_string_dtype fixture to use actual dtype instances (#59345)
Show description for 89c8d7a
jorisvandenbossche
and
mroeschke
authored
89c8d7a
Copy full SHA for 89c8d7a
DOC: fix ES01,RT03,SA01 for pandas.MultiIndex.remove_unused_levels (#59366)
tuhinsharma121
authored
4c39c08
Copy full SHA for 4c39c08
DOC: fix ES01,RT03,SA01 for pandas.MultiIndex.set_levels (#59367)
tuhinsharma121
authored
6fdafda
Copy full SHA for 6fdafda
DOC: fix ES01,SA01 for pandas.MultiIndex.levshape (#59365)
Show description for 7416a59
tuhinsharma121
authored
7416a59
Copy full SHA for 7416a59
DOC: fix ES01,PR07 for pandas.MultiIndex.get_loc (#59364)
tuhinsharma121
authored
8456ead
Copy full SHA for 8456ead
DOC: fix PR07,RT03,SA01 for pandas.MultiIndex.copy (#59363)
tuhinsharma121
authored
70c7aca
Copy full SHA for 70c7aca
DOC: Added extra sentences to clarify series.GroupBy snippets in examples (#59331)
Show description for 73b5578
ApoorvApoorv
authored
73b5578
Copy full SHA for 73b5578
DOC: Typo in style.ipynb (#59361)
Show description for 88a5668
wjandrea
authored
88a5668
Copy full SHA for 88a5668
Commits on Jul 30, 2024
BUG: Avoid RangeIndex conversion in read_csv if dtype is specified (#59316)
Show description for 7acd629
mroeschke
authored
7acd629
Copy full SHA for 7acd629
Add doc for counting categorical dtype (#59327)
Show description for 12c8ec4
jahn96
authored
12c8ec4
Copy full SHA for 12c8ec4
DOC: fix PR07,SA01 for pandas.MultiIndex.append (#59354)
tuhinsharma121
authored
7e7735b
Copy full SHA for 7e7735b
TST (string dtype): follow-up on GH-59329 fixing new xfails (#59352)
Show description for dd2dbcd
jorisvandenbossche
authored
dd2dbcd
Copy full SHA for dd2dbcd
Commits on Jul 29, 2024
TST (string dtype): xfail all currently failing tests with future.infer_string (#59329)
Show description for 9c8c685
jorisvandenbossche
and
mroeschke
authored
9c8c685
Copy full SHA for 9c8c685
BUG: Fix 57735 (#59335)
Show description for aa4dc71
matiaslindgren
and
mroeschke
authored
aa4dc71
Copy full SHA for aa4dc71
String dtype: rename the storage options and add `na_value` keyword in `StringDtype()` (#59330)
Show description for f25a09e
jorisvandenbossche
authored
f25a09e
Copy full SHA for f25a09e
DOC: Promote Arrow C Data Interface over Interchange Protocol (#59347)
WillAyd
authored
56ea76a
Copy full SHA for 56ea76a
TST: Remove unnecessary test_boolean_types.xlsx (#59348)
mroeschke
authored
f4c454a
Copy full SHA for f4c454a
DOC: add SA01 for pandas.Timestamp.isoweekday (#59341)
Show description for c8bdce9
CaesarTY
authored
c8bdce9
Copy full SHA for c8bdce9
BUG: Added test for setitem using loc not aligning on index (#59340)
Show description for dd28adb
DipanshiB
authored
dd28adb
Copy full SHA for dd28adb
Doc: Fix docstring SA01 error for pandas.core.groupby median and pandas.core.resample median (#59339)
Show description for 00cd5f1
sukriti1
authored
00cd5f1
Copy full SHA for 00cd5f1
TST: Add test for `numpy.maximum` with `Timestamp` and `Series` of `datetime64` (#59338)
Show description for 7acec4f
tirthrajj
authored
7acec4f
Copy full SHA for 7acec4f
Commits on Jul 27, 2024
TST (string dtype): clean-up xpasssing tests with future string dtype (#59323)
jorisvandenbossche
authored
9b375be
Copy full SHA for 9b375be
Commits on Jul 26, 2024
BUG: Missing value code not recognised for Stata format version 105 a… (#59325)
Show description for 5af55e0
cmjcharlton
authored
5af55e0
Copy full SHA for 5af55e0
Fix pyarrow 17 test
mroeschke
committed
c59f52e
Copy full SHA for c59f52e
Merge remote-tracking branch 'upstream/main' into deps/pytz/optional
mroeschke
committed
445842e
Copy full SHA for 445842e
REF (string dtype): rename using_pyarrow_string_dtype to using_string_dtype (#59320)
jorisvandenbossche
authored
0e0814b
Copy full SHA for 0e0814b
DOC: Fix link to Conda package in README.md (#59321)
Show description for 445a9d5
bzm10
authored
445a9d5
Copy full SHA for 445a9d5
Pagination
Previous
Next
You can’t perform that action at this time.