Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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.5k
Pull requests
169
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
b80523a
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 27, 2024
broaden if check; specify error message
dontgoto
committed
b80523a
Copy full SHA for b80523a
Commits on Mar 26, 2024
add attribute type hint
dontgoto
committed
af3f19e
Copy full SHA for af3f19e
Merge remote-tracking branch 'origin/#29049_make_holiday_support_offsets_of_offsets' into #29049_make_holiday_support_offsets_of_offsets
dontgoto
committed
8bc29a3
Copy full SHA for 8bc29a3
don't accept, only raise with more informative exception
dontgoto
committed
c24b143
Copy full SHA for c24b143
Commits on Mar 25, 2024
Merge branch 'main' into #29049_make_holiday_support_offsets_of_offsets
dontgoto
authored
bb6e2b5
Copy full SHA for bb6e2b5
Commits on Mar 24, 2024
DOC Add documentation for how pandas rounds values in Series.round and Dataframe.round methods (#57981)
Show description for 4f145b3
marenwestermann
authored
4f145b3
Copy full SHA for 4f145b3
Implement hash_join for merges (#57970)
phofl
authored
669ddfb
Copy full SHA for 669ddfb
Commits on Mar 23, 2024
ENH: set __module__ for objects in pandas pd.DataFrame API (#55171)
Show description for e51039a
aimlnerd
and
jorisvandenbossche
authored
e51039a
Copy full SHA for e51039a
Commits on Mar 22, 2024
REF/PERF: Use concat(..., ignore_index=True) when index doesn't matter (#57913)
mroeschke
authored
a789288
Copy full SHA for a789288
CLN: enforce deprecation of `NDFrame.interpolate` with `ffill/bfill/pad/backfill` methods (#57869)
Show description for 677a4ea
natmokval
authored
677a4ea
Copy full SHA for 677a4ea
CLN: Enforce verbose parameter deprecation in read_csv/read_table (#57966)
lithomas1
authored
eddd8e3
Copy full SHA for eddd8e3
DOC: Update docs with the use of meson instead of setup.py (#57917)
DeaMariaLeon
authored
a93fd6e
Copy full SHA for a93fd6e
DOC: fix closing sq. bracket in pandas.read_fwf example (#57959) (#57961)
Show description for 8dc8f64
danlsn
authored
8dc8f64
Copy full SHA for 8dc8f64
Merge branch 'main' into #29049_make_holiday_support_offsets_of_offsets
dontgoto
authored
d18187c
Copy full SHA for d18187c
Commits on Mar 21, 2024
DEPR: remove deprecated units ‘H’, ’T’, and smaller from Timedelta, TimedeltaIndex (#57627)
natmokval
authored
41383cf
Copy full SHA for 41383cf
Use memcpy / realloc more effectively in hashtable (#57695)
WillAyd
authored
8704cfa
Copy full SHA for 8704cfa
PERF: Avoid np.divmod in maybe_sequence_to_range (#57812)
Show description for bfaf917
mroeschke
authored
bfaf917
Copy full SHA for bfaf917
DOC: #38067 add missing holiday observance rules (#57939)
Show description for 97c3a45
dontgoto
authored
97c3a45
Copy full SHA for 97c3a45
Clean up more Cython warning (#57946)
WillAyd
authored
ec9a98e
Copy full SHA for ec9a98e
Merge branch 'main' into #29049_make_holiday_support_offsets_of_offsets
dontgoto
authored
98f3d96
Copy full SHA for 98f3d96
CLN: replace deprecated freqs `H`/`M` with `h`/`ME` in tests for plotting (#57877)
Show description for cfe191d
natmokval
authored
cfe191d
Copy full SHA for cfe191d
Merge branch 'main' into #29049_make_holiday_support_offsets_of_offsets
dontgoto
authored
a3d44e5
Copy full SHA for a3d44e5
Commits on Mar 20, 2024
Fix tagging within Dockerfile (#57935)
WillAyd
authored
d17723c
Copy full SHA for d17723c
update docstring
dontgoto
committed
0548ddf
Copy full SHA for 0548ddf
make types compatible
dontgoto
committed
8e572bb
Copy full SHA for 8e572bb
BUG: PyArrow dtypes were not supported in the interchange protocol (#57764)
Show description for 710720e
MarcoGorelli
authored
710720e
Copy full SHA for 710720e
REF: Clean up concat statefullness and validation (#57933)
Show description for 825dfe4
mroeschke
authored
825dfe4
Copy full SHA for 825dfe4
BUG: Negative freq in date_range produces values out of start and endpoints (#56832)
Show description for 1b84930
3 people
authored
1b84930
Copy full SHA for 1b84930
CLN: Hashtable rename struct members (#57704)
Show description for 303d78b
WillAyd
authored
303d78b
Copy full SHA for 303d78b
BUG: Replace on Series/DataFrame stops replacing after first NA (#57865)
Show description for 0f7ded2
asishm
and
pre-commit-ci[bot]
authored
0f7ded2
Copy full SHA for 0f7ded2
Cython guard against [c|m|re]alloc failures (#57705)
WillAyd
authored
114a84d
Copy full SHA for 114a84d
Refactored pandas_timedelta_to_timedeltastruct (#55999)
Show description for eb55bca
WillAyd
authored
eb55bca
Copy full SHA for eb55bca
REF: Avoid new object creation when reverse slicing when possible (#57902)
Show description for d23f95f
mroeschke
authored
d23f95f
Copy full SHA for d23f95f
DOC: Getting started tutorials css adjustments (#57916)
Show description for faa4c04
SilvestriStefano
authored
faa4c04
Copy full SHA for faa4c04
DOC: fix minor typos and grammar missing_data.rst (#57929)
Show description for bdc1485
hutch3232
authored
bdc1485
Copy full SHA for bdc1485
Pagination
Previous
Next
You can’t perform that action at this time.