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.3k
Star
47.1k
Code
Issues
3.4k
Pull requests
182
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
35bcd26
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 25, 2017
DOC: Added example to MultiIndex doc string (#17653)
topper-123
authored and
jorisvandenbossche
committed
35bcd26
Copy full SHA for 35bcd26
DOC: fixed errors in doc string for Categorical + cleanup (#17655)
topper-123
authored and
jorisvandenbossche
committed
0d06216
Copy full SHA for 0d06216
Commits on Sep 24, 2017
TST: Fix repeat parameter overwritten the sparse asv test (#17659)
Licht-T
authored and
jreback
committed
6da85b3
Copy full SHA for 6da85b3
TST: install cython from pip for 3.6_NUMPY_DEV build (#17657)
jreback
authored
e0743a1
Copy full SHA for e0743a1
preserve kwargs order on assign func for py36plus - #14207 (#17632)
bobhaffner
authored and
jreback
committed
965c1c8
Copy full SHA for 965c1c8
cut/paste AccessorProperty and PandasDelegate to core.accessor (#17651)
jbrockmendel
authored and
jreback
committed
f8bf129
Copy full SHA for f8bf129
API: Warn about dups in names for read_csv (#17346)
Show description for 1f51271
gfyoung
authored and
jreback
committed
1f51271
Copy full SHA for 1f51271
API: harmonize drop/reindex/rename args (GH12392) - drop (#17644)
Show description for ae16bf9
jorisvandenbossche
authored and
TomAugspurger
committed
ae16bf9
Copy full SHA for ae16bf9
DOC: revise What's New for inferring compression from non-string paths (#17338)
Show description for c95eb38
dhimmel
authored and
jorisvandenbossche
committed
c95eb38
Copy full SHA for c95eb38
Commits on Sep 23, 2017
de-privatize timezone functions (#17543)
jbrockmendel
authored and
jreback
committed
d43aba8
Copy full SHA for d43aba8
Remove unused cimports (#17585)
jbrockmendel
authored and
jreback
committed
87e2f54
Copy full SHA for 87e2f54
Dont check for NaTType, just NaT (#17564)
jbrockmendel
authored and
jreback
committed
148200f
Copy full SHA for 148200f
Categorical type (#16015)
Show description for e57f189
TomAugspurger
authored and
jreback
committed
e57f189
Copy full SHA for e57f189
TST: remove some more warnings (#17645)
Show description for ecd2ad9
jreback
authored
ecd2ad9
Copy full SHA for ecd2ad9
Bitesize offsets (#17318)
jbrockmendel
authored and
jreback
committed
2eb568a
Copy full SHA for 2eb568a
Fix apparent copy/paste error skewness--> excess kurtosis (#17647)
jbrockmendel
authored and
jreback
committed
b555613
Copy full SHA for b555613
BUG: DataFrame.first_valid_index() fails if there is no valid entry. (#17488)
Show description for 85a1067
skwbc
authored and
jreback
committed
85a1067
Copy full SHA for 85a1067
DOC: correct example use of nth dropna keyword (#17641)
Show description for e2757a2
jorisvandenbossche
authored and
jreback
committed
e2757a2
Copy full SHA for e2757a2
BUG: overflow on Timedelta construction & arithmetic now raises (#17640)
Show description for 76d1744
jreback
authored
76d1744
Copy full SHA for 76d1744
BLD: fix inline warnings (#17528)
jbrockmendel
authored and
jreback
committed
4004367
Copy full SHA for 4004367
TST: remove some warnings (#17638)
jreback
authored
da93f51
Copy full SHA for da93f51
Commits on Sep 22, 2017
BUG: Fix groupby nunique with NaT (#17624)
Licht-T
authored and
jreback
committed
f797c1d
Copy full SHA for f797c1d
Fix make_signature TypeError in py3 (#17609)
jbrockmendel
authored and
jreback
committed
e6d8953
Copy full SHA for e6d8953
Revert "BLD: pin numpy to particular variant that is built for all our deps (#17619)" (#17625)
Show description for d1fe892
jreback
authored
d1fe892
Copy full SHA for d1fe892
DOC: whatsnew fixes (#17626)
Show description for a5c9abf
jreback
authored
a5c9abf
Copy full SHA for a5c9abf
ERR: Raise ImportError when xlrd is not present
Show description for 2352fd6
Guilherme Beltramini
authored and
jreback
committed
2352fd6
Copy full SHA for 2352fd6
Simplify to_pydatetime() (#17592)
jbrockmendel
authored and
jreback
committed
49cfdd7
Copy full SHA for 49cfdd7
PERF: Implement RangeIndex min/max using RangeIndex properties (#17611)
jschendel
authored and
jreback
committed
26681db
Copy full SHA for 26681db
Separate properties module (#17590)
jbrockmendel
authored and
jreback
committed
9732af2
Copy full SHA for 9732af2
DOC: Remove experimental warning from custom offsets (#17584)
jschendel
authored and
jorisvandenbossche
committed
8276a42
Copy full SHA for 8276a42
BUG: Fix css for displaying DataFrames in notebook #16792 (#16879)
maxwasserman
authored and
jorisvandenbossche
committed
dfb6c48
Copy full SHA for dfb6c48
Commits on Sep 21, 2017
Allow for dict-like argument to Categorical.rename_categories (#17586)
Show description for b3087ef
alanbato
authored and
jreback
committed
b3087ef
Copy full SHA for b3087ef
BLD: pin numpy to particular variant that is built for all our deps (#17619)
Show description for 6930f27
jreback
authored
6930f27
Copy full SHA for 6930f27
Commits on Sep 20, 2017
DOC: add examples to .get_loc methods (#17563)
topper-123
authored and
jorisvandenbossche
committed
fedf922
Copy full SHA for fedf922
DOC: Add a more welcoming tone for new contributors (#17580)
Show description for 4d7f3ef
willingc
authored and
TomAugspurger
committed
4d7f3ef
Copy full SHA for 4d7f3ef
Pagination
Previous
Next
You can’t perform that action at this time.