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.3k
Star
47.1k
Code
Issues
3.4k
Pull requests
166
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
9012e5e
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 16, 2013
ENH: add boolean operators
cpcloud
committed
9012e5e
Copy full SHA for 9012e5e
ENH: add automatic query via frame.__getitem__
jreback
authored and
cpcloud
committed
b35406a
Copy full SHA for b35406a
ENH: add Expr based terms for pytables
jreback
authored and
cpcloud
committed
0b1b2fc
Copy full SHA for 0b1b2fc
ENH: rewrite assignment operator as equal comparison for PyTables
cpcloud
committed
e10a550
Copy full SHA for e10a550
ENH: add new computation module and toplevel eval function
cpcloud
committed
9042339
Copy full SHA for 9042339
Merge pull request #4833 from jreback/series_loc
Show description for 3653994
jreback
committed
3653994
Copy full SHA for 3653994
BUG: Fixed an issue with a duplicate index and duplicate selector with .loc (GH4825)
jreback
committed
a0abef8
Copy full SHA for a0abef8
Commits on Sep 15, 2013
Merge pull request #4844 from jtratner/cleanup-excel-tests
Show description for 8a06d22
jtratner
committed
8a06d22
Copy full SHA for 8a06d22
DOC: v0.13.0.txt cleanup
jreback
committed
1736b7c
Copy full SHA for 1736b7c
TST: Cleanup Excel tests to make it easier to add and test additional writers
jtratner
committed
e8a5538
Copy full SHA for e8a5538
Merge pull-request #4642 from prossahl/AHLRAP-3063-01
Show description for 95ff747
jtratner
committed
95ff747
Copy full SHA for 95ff747
BUG/ER: Stricter testing of 'monotocity' when reindexing with ffill or bfill (GH4483).
Show description for 58a0fc3
prossahl
authored and
jtratner
committed
58a0fc3
Copy full SHA for 58a0fc3
Merge pull request #4843 from jtratner/remove-rwproperty
Show description for 2aa52c9
jtratner
committed
2aa52c9
Copy full SHA for 2aa52c9
CLN: replace rwproperty with regular property
jtratner
committed
5f34827
Copy full SHA for 5f34827
Merge pull request #4837 from jtratner/fix-tuple-index-series-exception
Show description for b0d7859
jtratner
committed
b0d7859
Copy full SHA for b0d7859
ENH: Better Exception when trying to set on Series with tuple-index.
jtratner
committed
445bc89
Copy full SHA for 445bc89
Commits on Sep 14, 2013
Merge pull request #4841 from jreback/hdf_tz
Show description for d273893
jreback
committed
d273893
Copy full SHA for d273893
BUG: store datetime.date objects in HDFStore as ordinals rather then timetuples to avoid timezone issues (GH2852),
Show description for a2d8b3d
jreback
committed
a2d8b3d
Copy full SHA for a2d8b3d
Merge pull request #4836 from jreback/mra
Show description for 78e3ba7
jreback
committed
78e3ba7
Copy full SHA for 78e3ba7
ENH: DataFrame constructor now accepts a numpy masked record array (GH3478)
jreback
committed
3b0b184
Copy full SHA for 3b0b184
Merge pull request #4832 from cpcloud/fix-bar-log
Show description for 62c882e
cpcloud
committed
62c882e
Copy full SHA for 62c882e
CI: use mpl 1.3.0 in LOCALE build
cpcloud
committed
c46ad7e
Copy full SHA for c46ad7e
BUG/VIS: correctly test for yaxis ticklocs across different versions of MPL
cpcloud
committed
952c5f0
Copy full SHA for 952c5f0
Merge pull request #4783 from jtratner/wrap-compressed-fileobjects-in-py3
Show description for d702de0
jtratner
committed
d702de0
Copy full SHA for d702de0
BUG: Fix compressed files in Py3 to return str
Show description for a623e3e
jtratner
committed
a623e3e
Copy full SHA for a623e3e
Commits on Sep 13, 2013
Merge pull request #4829 from jreback/seq
Show description for 8b69209
jreback
committed
8b69209
Copy full SHA for 8b69209
TST: explicity tests for iterator/generator types in DataFrame/Series construction
Show description for 3a9c177
jreback
committed
3a9c177
Copy full SHA for 3a9c177
BUG: allow DataFrame constructor to accept more list-like objects, e.g. list of
Show description for b134121
jreback
committed
b134121
Copy full SHA for b134121
Merge pull request #4750 from jtratner/refactor-excel-writer
Show description for d20d9bf
jtratner
committed
d20d9bf
Copy full SHA for d20d9bf
CLN: Make ExcelWriter more pluggable
Show description for 42e06a7
jtratner
committed
42e06a7
Copy full SHA for 42e06a7
ENH: Add 'add_metaclass' class decorator.
Show description for c0198b4
jtratner
committed
c0198b4
Copy full SHA for c0198b4
Merge pull request #4813 from jreback/dup_resample
Show description for 1409049
jreback
committed
1409049
Copy full SHA for 1409049
Commits on Sep 12, 2013
TST: tests for GH4812 (already fixed in master)
jreback
committed
0b8f7de
Copy full SHA for 0b8f7de
Merge pull request #4828 from jreback/dunit2
Show description for 6d3fb3f
jreback
committed
6d3fb3f
Copy full SHA for 6d3fb3f
BUG: enhanced to_datetime with format '%Y%m%d' to handle NaT/nan and NaT-like better
jreback
committed
13a7ebc
Copy full SHA for 13a7ebc
Pagination
Previous
Next
You can’t perform that action at this time.