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
178
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
72c7a39
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 2, 2017
DOC: whatsnew typos
jreback
committed
72c7a39
Copy full SHA for 72c7a39
ENH: Accept CategoricalDtype in read_csv (#17643)
Show description for def3bce
TomAugspurger
authored
def3bce
Copy full SHA for def3bce
Delay import (#17710)
Show description for 2310faa
TomAugspurger
authored and
jreback
committed
2310faa
Copy full SHA for 2310faa
Separate out _convert_datetime_to_tsobject (#17715)
jbrockmendel
authored and
jreback
committed
a3d538a
Copy full SHA for a3d538a
DOC: remove whatsnew note for xref #17131
jreback
committed
1a6b7ab
Copy full SHA for 1a6b7ab
BUG: Regression in .loc accepting a boolean Index as an indexer (#17738)
Show description for a607872
jreback
authored
a607872
Copy full SHA for a607872
DEPR: Deprecate cdate_range and merge into bdate_range (#17691)
jschendel
authored and
jreback
committed
2781b18
Copy full SHA for 2781b18
CLN: replace %s syntax with .format in pandas.core: categorical, common, config, config_init (#17735)
Show description for bf5b089
jschendel
authored and
jreback
committed
bf5b089
Copy full SHA for bf5b089
Fixed the memory usage explanation of categorical in gotchas from O(nm) to O(n+m) (#17736)
berkay-dincer
authored and
jreback
committed
361ef9e
Copy full SHA for 361ef9e
Commits on Oct 1, 2017
TST: add backward compat for offset testing for pickles (#17733)
Show description for 408ecd2
jreback
authored
408ecd2
Copy full SHA for 408ecd2
remove unused time conversion funcs (#17711)
jbrockmendel
authored and
jreback
committed
dead59a
Copy full SHA for dead59a
DEPR: Deprecate convert parameter in take (#17352)
Show description for 458c1dc
gfyoung
authored and
jreback
committed
458c1dc
Copy full SHA for 458c1dc
BUG:Time Grouper bug fix when applied for list groupers (#17587)
Show description for cdbbf80
ruiann
authored and
jreback
committed
cdbbf80
Copy full SHA for cdbbf80
BUG: Fix some PeriodIndex resampling issues (#16153)
Show description for 7d4a260
winklerand
authored and
jreback
committed
7d4a260
Copy full SHA for 7d4a260
BUG: Fix unexpected sort in groupby (#17621)
Licht-T
authored and
jreback
committed
fd336fb
Copy full SHA for fd336fb
DOC: Fixed typo in documentation for 'pandas.DataFrame.replace' (#17731)
bucketclan
authored and
jorisvandenbossche
committed
baadad7
Copy full SHA for baadad7
Commits on Sep 30, 2017
BUG: Fix series rename called with str altering name rather index (GH17407) (#17654)
Show description for 030e374
huashuai
authored and
TomAugspurger
committed
030e374
Copy full SHA for 030e374
DOC: Add examples for MultiIndex.get_locs + cleanups (#17675)
topper-123
authored and
jorisvandenbossche
committed
b8467c0
Copy full SHA for b8467c0
Commits on Sep 29, 2017
Doc improvements for IntervalIndex and Interval (#17714)
topper-123
authored and
TomAugspurger
committed
e2a0251
Copy full SHA for e2a0251
BUG: DataFrame sort_values and multiple "by" columns fails to order NaT correctly
Show description for ad7d051
Jean-Mathieu Deschenes
authored and
jreback
committed
ad7d051
Copy full SHA for ad7d051
Last of the timezones funcs (#17669)
jbrockmendel
authored and
jreback
committed
54f6648
Copy full SHA for 54f6648
Add missing file to _pyxfiles, delete commented-out (#17712)
jbrockmendel
authored and
jreback
committed
ffa86c5
Copy full SHA for ffa86c5
update imports of DateParseError, remove unused imports from tslib (#17713)
Show description for 00e52ab
jbrockmendel
authored and
jreback
committed
00e52ab
Copy full SHA for 00e52ab
Commits on Sep 28, 2017
BUG: Add SparseArray.all (#17570)
Licht-T
authored and
jreback
committed
bbf0dda
Copy full SHA for bbf0dda
Add chunksize param to read_json when lines=True (#17168)
Show description for 42adf7d
louispotok
authored and
jreback
committed
42adf7d
Copy full SHA for 42adf7d
DOC: Improved doc string for IntervalIndex + related changes (#17706)
topper-123
authored and
jorisvandenbossche
committed
cc58b84
Copy full SHA for cc58b84
Fixed Value Error when doing HDFStore.Select of contiguous mixed-data (#17670)
amolkahat
authored and
jreback
committed
074b485
Copy full SHA for 074b485
BUG: Fix make_sparse mask generation (#17574)
Licht-T
authored and
jreback
committed
45bd471
Copy full SHA for 45bd471
DEPR: deprecate pd.TimeGrouper (#17703)
Show description for db1206a
jreback
authored
db1206a
Copy full SHA for db1206a
CI: Pin miniconda version (#17700)
TomAugspurger
authored and
jreback
committed
eaa5081
Copy full SHA for eaa5081
Commits on Sep 27, 2017
Deprecating Series.argmin and Series.argmax (#16830) (#16955)
Show description for f9d88cd
Lucas Kushner
authored and
TomAugspurger
committed
f9d88cd
Copy full SHA for f9d88cd
typo fix evalute_compare-->evaluate_compare (#17688)
jbrockmendel
authored and
jreback
committed
44747c8
Copy full SHA for 44747c8
Commits on Sep 26, 2017
BUG: Fix/test SparseSeries/SparseDataFrame stack/unstack (#16616)
kernc
authored and
jreback
committed
d3be81a
Copy full SHA for d3be81a
BUG: remove tab completion for deprecated functions (#17683)
Show description for 66f4cc1
jreback
authored and
TomAugspurger
committed
66f4cc1
Copy full SHA for 66f4cc1
DOC: fix no autosummary for numerical index api pages (#17642)
jorisvandenbossche
authored
b5842bb
Copy full SHA for b5842bb
Pagination
Previous
Next
You can’t perform that action at this time.