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
168
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
1858a26
User selector
All users
Datepicker
All time
Commit History
Commits on May 14, 2013
REF: Remove Factor alias left by mistake.
jseabold
committed
1858a26
Copy full SHA for 1858a26
ENH: Add a describe method to Categorical.
jseabold
committed
6a09b94
Copy full SHA for 6a09b94
TST: Test describe method of Categorical
jseabold
committed
18e6155
Copy full SHA for 18e6155
DOC: Coherent english in docstring
jseabold
committed
4b45f7a
Copy full SHA for 4b45f7a
TST: Test Categorical constructor with levels=None
jseabold
committed
67a1968
Copy full SHA for 67a1968
ENH/DOC: Allow levels=None for Categorical
jseabold
committed
d090dc1
Copy full SHA for d090dc1
REF: Deprecate Factor for Categorical.
jseabold
committed
3ad3386
Copy full SHA for 3ad3386
DOC: Clarify what Categorical takes.
jseabold
committed
96ce0fc
Copy full SHA for 96ce0fc
Merge pull request #3597 from jreback/table_bug
Show description for 6d2c57f
jreback
committed
6d2c57f
Copy full SHA for 6d2c57f
BUG: Fixed bug where a time-series was being selected in preference to an actual column name
Show description for 5adf2c8
jreback
committed
5adf2c8
Copy full SHA for 5adf2c8
Commits on May 13, 2013
Merge pull request #3585 from cpcloud/fillna-raise-on-value-is-list-3435
Show description for 8897021
jreback
committed
8897021
Copy full SHA for 8897021
Merge pull request #3595 from jreback/combine_first_timestamp
Show description for e6cdd46
jreback
committed
e6cdd46
Copy full SHA for e6cdd46
BUG: (GH3593) fixed a bug in the incorrect conversion of datetime64[ns] in combine_first
jreback
committed
6b5ca31
Copy full SHA for 6b5ca31
ENH: raise on fillna passed a list or tuple
cpcloud
committed
f294eae
Copy full SHA for f294eae
Merge pull request #3591 from jreback/groupby_period_index
Show description for 5e9db38
jreback
committed
5e9db38
Copy full SHA for 5e9db38
TST: GH3579, period index misbehaving in groupby
Show description for bc3e432
jreback
committed
bc3e432
Copy full SHA for bc3e432
Merge pull request #3587 from jreback/set_index_nan
Show description for 56da2b2
jreback
committed
56da2b2
Copy full SHA for 56da2b2
Merge pull request #3580 from cpcloud/argminmax-doc-3574
Show description for 293b16d
jreback
committed
293b16d
Copy full SHA for 293b16d
DOC: add mention of argminmax in basics.rst
cpcloud
committed
6e8e4a0
Copy full SHA for 6e8e4a0
BUG: Fixed bug in reset_index with ``NaN`` in a multi-index (GH3586_)
jreback
committed
625ee94
Copy full SHA for 625ee94
Commits on May 11, 2013
DOC: add mention of idx* methods in max/min methods of Series/DataFrame
Show description for 2f075c3
cpcloud
committed
2f075c3
Copy full SHA for 2f075c3
Merge pull request #3569 from cpcloud/iterrows-doc-3566
Show description for d9dc1cb
jreback
committed
d9dc1cb
Copy full SHA for d9dc1cb
Commits on May 10, 2013
DOC: document non-preservation of dtypes across rows with iterrows
cpcloud
committed
fe208a6
Copy full SHA for fe208a6
DOC: readme.rst
jreback
committed
60e8e51
Copy full SHA for 60e8e51
DOC: readme.rst edits
jreback
committed
c7f21ff
Copy full SHA for c7f21ff
DOC: more readme.rst edits
jreback
committed
39a523d
Copy full SHA for 39a523d
DOC: readme.rst edits
jreback
committed
00e90dc
Copy full SHA for 00e90dc
Merge pull request #3565 from cpcloud/read-html-readme
Show description for f175ab4
jreback
committed
f175ab4
Copy full SHA for f175ab4
DOC: minor release.rst changes
jreback
committed
a0b05dd
Copy full SHA for a0b05dd
Merge pull request #3558 from cpcloud/panel-transpose-args-fix-3556
Show description for 2d28acb
jreback
committed
2d28acb
Copy full SHA for 2d28acb
Merge pull request #3564 from jreback/GH3562
Show description for 2f250dd
jreback
committed
2f250dd
Copy full SHA for 2f250dd
DOC: add bs4/lxml install note to README.rst
cpcloud
committed
eb8b240
Copy full SHA for eb8b240
BUG: fix panel.transpose arguments API bug
Show description for df79d05
cpcloud
committed
df79d05
Copy full SHA for df79d05
BUG: Duplicate indexes with and empty DataFrame.from_records will return a correct frame (GH3562_)
jreback
committed
25ffa14
Copy full SHA for 25ffa14
Merge pull request #3504 from pjob/s3-support
Show description for 1381c39
y-p
committed
1381c39
Copy full SHA for 1381c39
Pagination
Previous
Next
You can’t perform that action at this time.