url
stringlengths
55
59
repository_url
stringclasses
1 value
labels_url
stringlengths
69
73
comments_url
stringlengths
64
68
events_url
stringlengths
62
66
html_url
stringlengths
44
49
id
int64
338k
1.06B
node_id
stringlengths
18
32
number
int64
1
44.6k
title
stringlengths
1
590
user
dict
labels
listlengths
0
9
state
stringclasses
2 values
locked
bool
2 classes
assignee
dict
assignees
listlengths
0
5
milestone
dict
comments
int64
0
477
created_at
unknown
updated_at
unknown
closed_at
unknown
author_association
stringclasses
3 values
active_lock_reason
stringclasses
4 values
body
stringlengths
0
251k
reactions
dict
timeline_url
stringlengths
64
68
performed_via_github_app
float64
draft
float64
0
1
pull_request
dict
https://api.github.com/repos/pandas-dev/pandas/issues/1001
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1001/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1001/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1001/events
https://github.com/pandas-dev/pandas/issues/1001
3,993,670
MDU6SXNzdWUzOTkzNjcw
1,001
Problem with DataFrame.lookup()
{ "avatar_url": "https://avatars.githubusercontent.com/u/1173125?v=4", "events_url": "https://api.github.com/users/ijmcf/events{/privacy}", "followers_url": "https://api.github.com/users/ijmcf/followers", "following_url": "https://api.github.com/users/ijmcf/following{/other_user}", "gists_url": "https://api.github.com/users/ijmcf/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/ijmcf", "id": 1173125, "login": "ijmcf", "node_id": "MDQ6VXNlcjExNzMxMjU=", "organizations_url": "https://api.github.com/users/ijmcf/orgs", "received_events_url": "https://api.github.com/users/ijmcf/received_events", "repos_url": "https://api.github.com/users/ijmcf/repos", "site_admin": false, "starred_url": "https://api.github.com/users/ijmcf/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ijmcf/subscriptions", "type": "User", "url": "https://api.github.com/users/ijmcf" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
{ "closed_at": "2012-10-11T23:49:54Z", "closed_issues": 49, "created_at": "2012-03-18T23:07:38Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-04-15T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/13", "id": 97380, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13/labels", "node_id": "MDk6TWlsZXN0b25lOTczODA=", "number": 13, "open_issues": 0, "state": "closed", "title": "0.7.3", "updated_at": "2012-10-11T23:49:54Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13" }
1
"2012-04-05T18:54:21Z"
"2012-04-09T14:25:01Z"
"2012-04-09T14:25:01Z"
NONE
null
If the row and/or column labels are not present in the DataFrame, the lookup() method returns ... whatever it wants, apparently. I would expect either a NaN or an exception, personally - but whatever the result, it shouldn't be the wrong piece of data. > > > df = pandas.DataFrame({'A': pandas.Series(['A', 'B', 'C', 'D', 'E'], index=range(5))}) > > > > > > df.lookup([2], ['A']) # Correct > > > array([C], dtype=object) > > > > > > df.lookup([10], ['A']) # 10 is not present in the index, so we get .. the last value in A? > > > array([E], dtype=object) > > > > > > df.lookup([3], ['B']) # There is no column 'B', so we get ... the value from the last column (A) in that row? > > > array([C], dtype=object) > > > > > > df.lookup([10], ['B']) # Neither row or column label is valid, so we get ... I can't rationalize this one. > > > array([D], dtype=object)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1001/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1001/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1002
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1002/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1002/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1002/events
https://github.com/pandas-dev/pandas/pull/1002
3,997,552
MDExOlB1bGxSZXF1ZXN0MTExNjUwNw==
1,002
BUG: close #1001, dataframe lookup return bad data
{ "avatar_url": "https://avatars.githubusercontent.com/u/869232?v=4", "events_url": "https://api.github.com/users/adamklein/events{/privacy}", "followers_url": "https://api.github.com/users/adamklein/followers", "following_url": "https://api.github.com/users/adamklein/following{/other_user}", "gists_url": "https://api.github.com/users/adamklein/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/adamklein", "id": 869232, "login": "adamklein", "node_id": "MDQ6VXNlcjg2OTIzMg==", "organizations_url": "https://api.github.com/users/adamklein/orgs", "received_events_url": "https://api.github.com/users/adamklein/received_events", "repos_url": "https://api.github.com/users/adamklein/repos", "site_admin": false, "starred_url": "https://api.github.com/users/adamklein/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/adamklein/subscriptions", "type": "User", "url": "https://api.github.com/users/adamklein" }
[]
closed
false
null
[]
null
1
"2012-04-05T23:00:27Z"
"2012-04-09T14:25:02Z"
"2012-04-09T14:25:02Z"
CONTRIBUTOR
null
#1001
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1002/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1002/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1002.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1002", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/1002.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1002" }
https://api.github.com/repos/pandas-dev/pandas/issues/1003
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1003/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1003/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1003/events
https://github.com/pandas-dev/pandas/issues/1003
3,998,873
MDU6SXNzdWUzOTk4ODcz
1,003
autofmt_xdate issues with datetime64
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-06T01:18:37Z"
"2012-04-06T04:39:46Z"
"2012-04-06T04:39:46Z"
MEMBER
null
The way that matplotlib is being told about the x ticks causes autofmt_xdate to now work. Figure out how to have sane, attractive default tick labeling in time series plots
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1003/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1003/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1004
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1004/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1004/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1004/events
https://github.com/pandas-dev/pandas/issues/1004
3,999,401
MDU6SXNzdWUzOTk5NDAx
1,004
Add option to not drop empty buckets in time series aggregation
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
1
"2012-04-06T02:40:36Z"
"2012-04-23T16:18:33Z"
"2012-04-23T16:18:33Z"
MEMBER
null
GroupBy currently drops
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1004/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1004/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1005
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1005/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1005/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1005/events
https://github.com/pandas-dev/pandas/pull/1005
4,004,567
MDExOlB1bGxSZXF1ZXN0MTExOTQ0MA==
1,005
Hdf with
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" }
[]
closed
false
null
[]
{ "closed_at": "2012-10-11T23:49:54Z", "closed_issues": 49, "created_at": "2012-03-18T23:07:38Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-04-15T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/13", "id": 97380, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13/labels", "node_id": "MDk6TWlsZXN0b25lOTczODA=", "number": 13, "open_issues": 0, "state": "closed", "title": "0.7.3", "updated_at": "2012-10-11T23:49:54Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13" }
0
"2012-04-06T14:34:41Z"
"2014-06-19T01:32:15Z"
"2012-04-07T14:40:01Z"
CONTRIBUTOR
null
factory function for HDFStore usable in with statement and auto-closes
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1005/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1005/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1005.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1005", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/1005.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1005" }
https://api.github.com/repos/pandas-dev/pandas/issues/1006
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1006/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1006/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1006/events
https://github.com/pandas-dev/pandas/pull/1006
4,007,836
MDExOlB1bGxSZXF1ZXN0MTEyMDgwNw==
1,006
notes regarding how to install rpy2.
{ "avatar_url": "https://avatars.githubusercontent.com/u/650866?v=4", "events_url": "https://api.github.com/users/lgautier/events{/privacy}", "followers_url": "https://api.github.com/users/lgautier/followers", "following_url": "https://api.github.com/users/lgautier/following{/other_user}", "gists_url": "https://api.github.com/users/lgautier/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/lgautier", "id": 650866, "login": "lgautier", "node_id": "MDQ6VXNlcjY1MDg2Ng==", "organizations_url": "https://api.github.com/users/lgautier/orgs", "received_events_url": "https://api.github.com/users/lgautier/received_events", "repos_url": "https://api.github.com/users/lgautier/repos", "site_admin": false, "starred_url": "https://api.github.com/users/lgautier/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/lgautier/subscriptions", "type": "User", "url": "https://api.github.com/users/lgautier" }
[]
closed
false
null
[]
{ "closed_at": "2012-10-11T23:49:54Z", "closed_issues": 49, "created_at": "2012-03-18T23:07:38Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-04-15T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/13", "id": 97380, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13/labels", "node_id": "MDk6TWlsZXN0b25lOTczODA=", "number": 13, "open_issues": 0, "state": "closed", "title": "0.7.3", "updated_at": "2012-10-11T23:49:54Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13" }
1
"2012-04-06T18:32:47Z"
"2014-06-13T23:56:36Z"
"2012-04-07T14:29:33Z"
CONTRIBUTOR
null
Hi, The default branch relates to rpy2 2.3.x for some time. It is safer to stick to the 2.2.x series if you developed code against it. L.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1006/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1006/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1006.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1006", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/1006.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1006" }
https://api.github.com/repos/pandas-dev/pandas/issues/1007
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1007/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1007/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1007/events
https://github.com/pandas-dev/pandas/pull/1007
4,016,931
MDExOlB1bGxSZXF1ZXN0MTEyMzkyNw==
1,007
Check for openpyxl
{ "avatar_url": "https://avatars.githubusercontent.com/u/69774?v=4", "events_url": "https://api.github.com/users/michaelaye/events{/privacy}", "followers_url": "https://api.github.com/users/michaelaye/followers", "following_url": "https://api.github.com/users/michaelaye/following{/other_user}", "gists_url": "https://api.github.com/users/michaelaye/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/michaelaye", "id": 69774, "login": "michaelaye", "node_id": "MDQ6VXNlcjY5Nzc0", "organizations_url": "https://api.github.com/users/michaelaye/orgs", "received_events_url": "https://api.github.com/users/michaelaye/received_events", "repos_url": "https://api.github.com/users/michaelaye/repos", "site_admin": false, "starred_url": "https://api.github.com/users/michaelaye/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/michaelaye/subscriptions", "type": "User", "url": "https://api.github.com/users/michaelaye" }
[]
closed
false
null
[]
{ "closed_at": "2012-10-11T23:49:54Z", "closed_issues": 49, "created_at": "2012-03-18T23:07:38Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-04-15T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/13", "id": 97380, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13/labels", "node_id": "MDk6TWlsZXN0b25lOTczODA=", "number": 13, "open_issues": 0, "state": "closed", "title": "0.7.3", "updated_at": "2012-10-11T23:49:54Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13" }
1
"2012-04-07T18:27:31Z"
"2014-06-24T10:17:36Z"
"2012-04-10T03:53:33Z"
CONTRIBUTOR
null
I added a try/except catch for the lack of an installed openpyxl. The user gets a nice message that she needs to install it or to save the .xlsx file as .xls. I also added a test for it and a test.xlsx file that I saved from test.xls. Furthermore I noticed an ugly break of the DRY principle in ExcelFile.parse and gave an alternative with a nice dictionary that provides the handle for the required method depending on the 'use_xlsx' flag.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1007/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1007/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1007.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1007", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/1007.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1007" }
https://api.github.com/repos/pandas-dev/pandas/issues/1008
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1008/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1008/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1008/events
https://github.com/pandas-dev/pandas/issues/1008
4,017,658
MDU6SXNzdWU0MDE3NjU4
1,008
Function in OLS results to get predicted values
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" }
[ { "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" } ]
{ "closed_at": "2012-10-11T23:49:54Z", "closed_issues": 49, "created_at": "2012-03-18T23:07:38Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-04-15T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/13", "id": 97380, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13/labels", "node_id": "MDk6TWlsZXN0b25lOTczODA=", "number": 13, "open_issues": 0, "state": "closed", "title": "0.7.3", "updated_at": "2012-10-11T23:49:54Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13" }
0
"2012-04-07T20:43:40Z"
"2012-04-12T00:47:25Z"
"2012-04-12T00:46:33Z"
CONTRIBUTOR
null
new function should take in new values for exogenous variables and produced predicted y values.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1008/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1008/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1009
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1009/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1009/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1009/events
https://github.com/pandas-dev/pandas/issues/1009
4,017,740
MDU6SXNzdWU0MDE3NzQw
1,009
Improve docs about Panel.from_dict with orient='minor'
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2012-10-11T23:49:54Z", "closed_issues": 49, "created_at": "2012-03-18T23:07:38Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-04-15T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/13", "id": 97380, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13/labels", "node_id": "MDk6TWlsZXN0b25lOTczODA=", "number": 13, "open_issues": 0, "state": "closed", "title": "0.7.3", "updated_at": "2012-10-11T23:49:54Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13" }
0
"2012-04-07T21:02:47Z"
"2012-04-12T01:06:15Z"
"2012-04-12T01:06:15Z"
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1009/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1009/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1010
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1010/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1010/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1010/events
https://github.com/pandas-dev/pandas/issues/1010
4,017,887
MDU6SXNzdWU0MDE3ODg3
1,010
Unicode repr issues with MultiIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "444444", "default": false, "description": "Unicode strings", "id": 36380025, "name": "Unicode", "node_id": "MDU6TGFiZWwzNjM4MDAyNQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Unicode" } ]
closed
false
null
[]
{ "closed_at": "2012-10-11T23:49:54Z", "closed_issues": 49, "created_at": "2012-03-18T23:07:38Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-04-15T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/13", "id": 97380, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13/labels", "node_id": "MDk6TWlsZXN0b25lOTczODA=", "number": 13, "open_issues": 0, "state": "closed", "title": "0.7.3", "updated_at": "2012-10-11T23:49:54Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13" }
0
"2012-04-07T21:30:55Z"
"2012-04-10T03:41:58Z"
"2012-04-10T03:41:58Z"
MEMBER
null
from mailing list """ Hello All, Working on 0.7.2. I have a DataFrame with a MultiIndex (2 levels). Because my second level contains non ascii character I can't use the methods ; - DataFrame.index.levels - DataFrame.get_level_values(1) Is it a known issue? Thanks! """
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1010/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1010/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1011
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1011/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1011/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1011/events
https://github.com/pandas-dev/pandas/issues/1011
4,017,905
MDU6SXNzdWU0MDE3OTA1
1,011
DataFrame.plot(logy=True) seems to have no effect
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" }
[ { "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" } ]
{ "closed_at": "2012-10-11T23:49:54Z", "closed_issues": 49, "created_at": "2012-03-18T23:07:38Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-04-15T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/13", "id": 97380, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13/labels", "node_id": "MDk6TWlsZXN0b25lOTczODA=", "number": 13, "open_issues": 0, "state": "closed", "title": "0.7.3", "updated_at": "2012-10-11T23:49:54Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13" }
0
"2012-04-07T21:34:28Z"
"2012-04-10T03:51:04Z"
"2012-04-10T03:51:04Z"
CONTRIBUTOR
null
df = DataFrame(np.random.randn(100, 5)*1000000) df.plot() looks the same as df.plot(logy=True)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1011/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1011/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1012
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1012/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1012/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1012/events
https://github.com/pandas-dev/pandas/issues/1012
4,022,000
MDU6SXNzdWU0MDIyMDAw
1,012
Allow option to set histogram fontsize
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" }
[ { "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" } ]
{ "closed_at": "2012-10-11T23:49:54Z", "closed_issues": 49, "created_at": "2012-03-18T23:07:38Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-04-15T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/13", "id": 97380, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13/labels", "node_id": "MDk6TWlsZXN0b25lOTczODA=", "number": 13, "open_issues": 0, "state": "closed", "title": "0.7.3", "updated_at": "2012-10-11T23:49:54Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13" }
1
"2012-04-08T16:25:36Z"
"2012-04-11T22:09:58Z"
"2012-04-11T22:09:58Z"
CONTRIBUTOR
null
Right now DataFrame.hist plots histogram matrix and axis labels all overlap.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1012/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1012/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1013
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1013/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1013/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1013/events
https://github.com/pandas-dev/pandas/issues/1013
4,022,114
MDU6SXNzdWU0MDIyMTE0
1,013
DataFrame.ix[tup, list] throws exception
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" }
[ { "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" } ]
{ "closed_at": "2012-10-11T23:49:54Z", "closed_issues": 49, "created_at": "2012-03-18T23:07:38Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-04-15T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/13", "id": 97380, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13/labels", "node_id": "MDk6TWlsZXN0b25lOTczODA=", "number": 13, "open_issues": 0, "state": "closed", "title": "0.7.3", "updated_at": "2012-10-11T23:49:54Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13" }
0
"2012-04-08T16:46:29Z"
"2012-04-10T18:29:12Z"
"2012-04-10T18:29:12Z"
CONTRIBUTOR
null
per pydata email: --- I created a dataframe with multi index like this: a b c y m d 2000 1 1 1 2 3 2 7 8 9 3 4 5 6 ... it doesn't work to do this: df.ix[(2000,1,1), ['a','b']] ## it gives KeyError = 1 in _NDFrameIndexer._getitem_tuple, the return value of the first ix._getitem_axis(key, axis=i) call returns a Series so the second call with axis=1 fails with KeyError=1
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1013/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1013/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1014
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1014/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1014/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1014/events
https://github.com/pandas-dev/pandas/issues/1014
4,025,449
MDU6SXNzdWU0MDI1NDQ5
1,014
Possibly attempt object -> float64 coercion in to_sparse
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 278, "created_at": "2013-01-06T03:02:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "Milestone for filing things away that may be reached someday (at which point such issues should be moved to the appropriate release milestone)", "due_on": "2022-12-31T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/20", "id": 239227, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/20/labels", "node_id": "MDk6TWlsZXN0b25lMjM5MjI3", "number": 20, "open_issues": 108, "state": "open", "title": "Someday", "updated_at": "2021-08-08T01:48:22Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/20" }
0
"2012-04-09T04:14:44Z"
"2014-02-16T21:28:19Z"
"2014-02-16T21:28:19Z"
MEMBER
null
something like `array([82.87, 82.1, 84.25, 84.53, 85.9, 85.9, 86.95, 88.13, 89.49, 89.76, 90.76, 88.99, 89.42, 89.0, 89.49, 88.95, 89.09, 88.65, 88.52, 88.98], dtype=object)` from the mailing list
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1014/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1014/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1015
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1015/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1015/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1015/events
https://github.com/pandas-dev/pandas/issues/1015
4,028,849
MDU6SXNzdWU0MDI4ODQ5
1,015
SparsePanel-Panel buggy interactions
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
{ "closed_at": "2012-10-11T23:49:54Z", "closed_issues": 49, "created_at": "2012-03-18T23:07:38Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-04-15T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/13", "id": 97380, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13/labels", "node_id": "MDk6TWlsZXN0b25lOTczODA=", "number": 13, "open_issues": 0, "state": "closed", "title": "0.7.3", "updated_at": "2012-10-11T23:49:54Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13" }
0
"2012-04-09T13:20:12Z"
"2012-04-09T13:44:54Z"
"2012-04-09T13:44:54Z"
MEMBER
null
SparsePanel.multiply(Panel) SparsePanel.subtract(Panel)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1015/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1015/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1016
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1016/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1016/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1016/events
https://github.com/pandas-dev/pandas/issues/1016
4,045,170
MDU6SXNzdWU0MDQ1MTcw
1,016
Series comparison causes crash
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
{ "closed_at": "2012-10-11T23:49:54Z", "closed_issues": 49, "created_at": "2012-03-18T23:07:38Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-04-15T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/13", "id": 97380, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13/labels", "node_id": "MDk6TWlsZXN0b25lOTczODA=", "number": 13, "open_issues": 0, "state": "closed", "title": "0.7.3", "updated_at": "2012-10-11T23:49:54Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13" }
0
"2012-04-10T12:46:41Z"
"2012-04-10T16:04:07Z"
"2012-04-10T16:04:07Z"
CONTRIBUTOR
null
In [68]: a = Series(['a', 'b', 'c']) In [69]: b = Series(['b', 'a']) In [70]: a > b Warning: Program '/home/chang/epd/bin/ipython' crashed.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1016/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1016/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1017
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1017/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1017/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1017/events
https://github.com/pandas-dev/pandas/pull/1017
4,048,010
MDExOlB1bGxSZXF1ZXN0MTEzNTgwNQ==
1,017
Release tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" }
[]
closed
false
null
[]
{ "closed_at": "2012-10-11T23:49:54Z", "closed_issues": 49, "created_at": "2012-03-18T23:07:38Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-04-15T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/13", "id": 97380, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13/labels", "node_id": "MDk6TWlsZXN0b25lOTczODA=", "number": 13, "open_issues": 0, "state": "closed", "title": "0.7.3", "updated_at": "2012-10-11T23:49:54Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13" }
0
"2012-04-10T15:24:30Z"
"2012-04-10T15:24:30Z"
"2012-04-10T16:19:33Z"
CONTRIBUTOR
null
additional test coverage for release
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1017/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1017/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1017.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1017", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/1017.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1017" }
https://api.github.com/repos/pandas-dev/pandas/issues/1018
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1018/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1018/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1018/events
https://github.com/pandas-dev/pandas/issues/1018
4,049,695
MDU6SXNzdWU0MDQ5Njk1
1,018
Implement product Cython bin aggregation function
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-10T16:50:10Z"
"2012-04-14T21:36:15Z"
"2012-04-14T21:36:15Z"
MEMBER
null
For doing group cumulative returns etc
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1018/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1018/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1019
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1019/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1019/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1019/events
https://github.com/pandas-dev/pandas/issues/1019
4,049,701
MDU6SXNzdWU0MDQ5NzAx
1,019
Implement fast group min/max and bin versions
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-10T16:50:35Z"
"2012-04-14T21:57:15Z"
"2012-04-14T21:57:15Z"
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1019/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1019/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1020
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1020/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1020/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1020/events
https://github.com/pandas-dev/pandas/issues/1020
4,051,436
MDU6SXNzdWU0MDUxNDM2
1,020
Implement O(n)-time O(1)-space min, max subsequence
{ "avatar_url": "https://avatars.githubusercontent.com/u/869232?v=4", "events_url": "https://api.github.com/users/adamklein/events{/privacy}", "followers_url": "https://api.github.com/users/adamklein/followers", "following_url": "https://api.github.com/users/adamklein/following{/other_user}", "gists_url": "https://api.github.com/users/adamklein/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/adamklein", "id": 869232, "login": "adamklein", "node_id": "MDQ6VXNlcjg2OTIzMg==", "organizations_url": "https://api.github.com/users/adamklein/orgs", "received_events_url": "https://api.github.com/users/adamklein/received_events", "repos_url": "https://api.github.com/users/adamklein/repos", "site_admin": false, "starred_url": "https://api.github.com/users/adamklein/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/adamklein/subscriptions", "type": "User", "url": "https://api.github.com/users/adamklein" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 278, "created_at": "2013-01-06T03:02:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "Milestone for filing things away that may be reached someday (at which point such issues should be moved to the appropriate release milestone)", "due_on": "2022-12-31T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/20", "id": 239227, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/20/labels", "node_id": "MDk6TWlsZXN0b25lMjM5MjI3", "number": 20, "open_issues": 108, "state": "open", "title": "Someday", "updated_at": "2021-08-08T01:48:22Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/20" }
1
"2012-04-10T18:26:35Z"
"2014-05-28T23:20:44Z"
"2014-05-28T23:20:44Z"
CONTRIBUTOR
null
Does this exist?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1020/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1020/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1021
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1021/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1021/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1021/events
https://github.com/pandas-dev/pandas/pull/1021
4,052,007
MDExOlB1bGxSZXF1ZXN0MTEzNzQ3NQ==
1,021
ENH: #1020 implementation. needs tests and adding to API
{ "avatar_url": "https://avatars.githubusercontent.com/u/869232?v=4", "events_url": "https://api.github.com/users/adamklein/events{/privacy}", "followers_url": "https://api.github.com/users/adamklein/followers", "following_url": "https://api.github.com/users/adamklein/following{/other_user}", "gists_url": "https://api.github.com/users/adamklein/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/adamklein", "id": 869232, "login": "adamklein", "node_id": "MDQ6VXNlcjg2OTIzMg==", "organizations_url": "https://api.github.com/users/adamklein/orgs", "received_events_url": "https://api.github.com/users/adamklein/received_events", "repos_url": "https://api.github.com/users/adamklein/repos", "site_admin": false, "starred_url": "https://api.github.com/users/adamklein/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/adamklein/subscriptions", "type": "User", "url": "https://api.github.com/users/adamklein" }
[]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-10T18:57:31Z"
"2014-07-11T15:09:40Z"
"2012-05-12T18:13:46Z"
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1021/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1021/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1021.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1021", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/1021.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1021" }
https://api.github.com/repos/pandas-dev/pandas/issues/1022
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1022/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1022/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1022/events
https://github.com/pandas-dev/pandas/issues/1022
4,058,618
MDU6SXNzdWU0MDU4NjE4
1,022
Implement dynlm features
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "RC1 ANN went out on 2013-12-6: https://groups.google.com/forum/#!topic/pydata/OHutLByJvK0\r\nTwo weeks, clear all reported bugs then call it on 2013-12-20. \r\n(@y-p)\r\n\r\nsince we've had some bugs reported at a high enough rate, extending rc by one\r\nweek until 2013-12-27. \r\n(@y-p)\r\n\r\nBumping to clear debian sparc\r\n2013-12-30. \r\n(@y-p)", "due_on": "2013-12-30T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/18", "id": 213925, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/18/labels", "node_id": "MDk6TWlsZXN0b25lMjEzOTI1", "number": 18, "open_issues": 0, "state": "closed", "title": "0.13", "updated_at": "2017-07-22T19:00:05Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/18" }
2
"2012-04-11T03:54:32Z"
"2013-09-20T17:09:46Z"
"2013-09-20T17:09:31Z"
MEMBER
null
http://cran.r-project.org/web/packages/dynlm/dynlm.pdf
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1022/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1022/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1023
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1023/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1023/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1023/events
https://github.com/pandas-dev/pandas/issues/1023
4,061,499
MDU6SXNzdWU0MDYxNDk5
1,023
Aggregation with 'any' always returns True
{ "avatar_url": "https://avatars.githubusercontent.com/u/408526?v=4", "events_url": "https://api.github.com/users/elpres/events{/privacy}", "followers_url": "https://api.github.com/users/elpres/followers", "following_url": "https://api.github.com/users/elpres/following{/other_user}", "gists_url": "https://api.github.com/users/elpres/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/elpres", "id": 408526, "login": "elpres", "node_id": "MDQ6VXNlcjQwODUyNg==", "organizations_url": "https://api.github.com/users/elpres/orgs", "received_events_url": "https://api.github.com/users/elpres/received_events", "repos_url": "https://api.github.com/users/elpres/repos", "site_admin": false, "starred_url": "https://api.github.com/users/elpres/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/elpres/subscriptions", "type": "User", "url": "https://api.github.com/users/elpres" }
[]
closed
false
null
[]
null
1
"2012-04-11T09:21:24Z"
"2012-04-11T12:31:17Z"
"2012-04-11T12:31:17Z"
CONTRIBUTOR
null
When running the code below I’d expect the value for a=1 to be False: ``` In [33]: DataFrame({'a': [0, 1], 'b': [True, False]}).groupby('a').agg(any) Out[33]: b a 0 True 1 True ``` pandas.**version** == '0.7.2'
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1023/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1023/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1024
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1024/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1024/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1024/events
https://github.com/pandas-dev/pandas/issues/1024
4,063,797
MDU6SXNzdWU0MDYzNzk3
1,024
Aggregation with 'any' always returns True
{ "avatar_url": "https://avatars.githubusercontent.com/u/408526?v=4", "events_url": "https://api.github.com/users/elpres/events{/privacy}", "followers_url": "https://api.github.com/users/elpres/followers", "following_url": "https://api.github.com/users/elpres/following{/other_user}", "gists_url": "https://api.github.com/users/elpres/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/elpres", "id": 408526, "login": "elpres", "node_id": "MDQ6VXNlcjQwODUyNg==", "organizations_url": "https://api.github.com/users/elpres/orgs", "received_events_url": "https://api.github.com/users/elpres/received_events", "repos_url": "https://api.github.com/users/elpres/repos", "site_admin": false, "starred_url": "https://api.github.com/users/elpres/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/elpres/subscriptions", "type": "User", "url": "https://api.github.com/users/elpres" }
[]
closed
false
null
[]
null
1
"2012-04-11T12:28:58Z"
"2012-04-11T13:36:30Z"
"2012-04-11T13:36:30Z"
CONTRIBUTOR
null
Using 'any' as aggregation function (and 'all' as well) to find groups where at least one value is True seems like an intuitive way, but it doesn't work right now: ``` In [12]: DataFrame({'a': [0, 1], 'b': [True, False]}).groupby('a').agg(any) Out[12]: b a 0 True 1 True ``` This is the case where this issue came up: I have a dataset with seasons (continuous integers) and a boolean column (e.g. called 'success'). Now I want to select all data from seasons that have at least one True in the boolean column. Right now the best way to do it that I can think of would be: 1. Select rows where success == True. 2. Group them by season and aggregate with a function returning True regardless of the input. 3. Join the result back into the dataset on season. 4. Perform fillna(False). Being able to just apply 'any' would cut the process down to two steps. Also, if there is another, better way to do this operation, I’d be grateful to hear about it.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1024/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1024/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1025
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1025/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1025/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1025/events
https://github.com/pandas-dev/pandas/pull/1025
4,067,478
MDExOlB1bGxSZXF1ZXN0MTE0NDIwMg==
1,025
ENH: label sizes and rotations for histogram
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" }
[]
closed
false
null
[]
{ "closed_at": "2012-10-11T23:49:54Z", "closed_issues": 49, "created_at": "2012-03-18T23:07:38Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-04-15T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/13", "id": 97380, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13/labels", "node_id": "MDk6TWlsZXN0b25lOTczODA=", "number": 13, "open_issues": 0, "state": "closed", "title": "0.7.3", "updated_at": "2012-10-11T23:49:54Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13" }
2
"2012-04-11T15:50:35Z"
"2014-06-17T01:00:55Z"
"2012-04-11T22:09:57Z"
CONTRIBUTOR
null
TST: test cases for both Series and DataFrame histogram
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1025/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1025/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1025.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1025", "merged_at": "2012-04-11T22:09:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/1025.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1025" }
https://api.github.com/repos/pandas-dev/pandas/issues/1026
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1026/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1026/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1026/events
https://github.com/pandas-dev/pandas/issues/1026
4,068,531
MDU6SXNzdWU0MDY4NTMx
1,026
Indexing with namedtuple is broken
{ "avatar_url": "https://avatars.githubusercontent.com/u/1633772?v=4", "events_url": "https://api.github.com/users/echlebek/events{/privacy}", "followers_url": "https://api.github.com/users/echlebek/followers", "following_url": "https://api.github.com/users/echlebek/following{/other_user}", "gists_url": "https://api.github.com/users/echlebek/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/echlebek", "id": 1633772, "login": "echlebek", "node_id": "MDQ6VXNlcjE2MzM3NzI=", "organizations_url": "https://api.github.com/users/echlebek/orgs", "received_events_url": "https://api.github.com/users/echlebek/received_events", "repos_url": "https://api.github.com/users/echlebek/repos", "site_admin": false, "starred_url": "https://api.github.com/users/echlebek/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/echlebek/subscriptions", "type": "User", "url": "https://api.github.com/users/echlebek" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
1
"2012-04-11T16:42:23Z"
"2012-05-07T18:02:34Z"
"2012-05-07T18:02:34Z"
NONE
null
Although it is possible to index MultiIndexed DataFrames with multiple index columns, one or more of which have a compound type, it is not possible to index an Indexed DataFrame with a compound type for its column, nor is it possible to index a MultiIndexed Dataframe with a single column that has a compound type. tl;dr - I can't index a DataFrame with a namedtuple, even though I can create one. In the first example, I try to index a dataframe with a namedtuple with a regular Index, which fails. In the second example, I index a dataframe with a tuple of namedtuples (MultiIndex), which succeeds. In the third example, I try to index a dataframe with a length-1 tuple of namedtuples, again with a MultiIndex, which fails. ``` from collections import namedtuple import pandas # First example """ >>> IndexType = namedtuple("IndexType", ["a", "b"]) >>> idx1 = IndexType("foo", "bar") >>> idx2 = IndexType("baz", "bof") >>> index = pandas.Index([idx1, idx2], name="composite_index") >>> index Index([IndexType(a='foo', b='bar'), IndexType(a='baz', b='bof')], dtype=object) >>> df = pandas.DataFrame([(1, 2), (3, 4)], index=index, columns=["A", "B"]) >>> df A B composite_index.................. IndexType(a='foo', b='bar') 1 2 IndexType(a='baz', b='bof') 3 4 >>> df.ix[IndexType("foo", "bar")] Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Network/Cluster/home/echlebek/.virtualenvs/pandas/lib/python2.6/site-packages/pandas-0.7.3.dev_3d4d5af# return self._getitem_tuple(key) File "/Network/Cluster/home/echlebek/.virtualenvs/pandas/lib/python2.6/site-packages/pandas-0.7.3.dev_3d4d5af# return self._getitem_lowerdim(tup) File "/Network/Cluster/home/echlebek/.virtualenvs/pandas/lib/python2.6/site-packages/pandas-0.7.3.dev_3d4d5af# section = self._getitem_axis(key, axis=i) File "/Network/Cluster/home/echlebek/.virtualenvs/pandas/lib/python2.6/site-packages/pandas-0.7.3.dev_3d4d5af# return self._get_label(idx, axis=0) File "/Network/Cluster/home/echlebek/.virtualenvs/pandas/lib/python2.6/site-packages/pandas-0.7.3.dev_3d4d5af# return self.obj.xs(label, axis=axis, copy=True) File "/Network/Cluster/home/echlebek/.virtualenvs/pandas/lib/python2.6/site-packages/pandas-0.7.3.dev_3d4d5af# loc = self.index.get_loc(key) File "/Network/Cluster/home/echlebek/.virtualenvs/pandas/lib/python2.6/site-packages/pandas-0.7.3.dev_3d4d5af# return self._engine.get_loc(key) File "engines.pyx", line 101, in pandas._engines.DictIndexEngine.get_loc (pandas/src/engines.c:2498) File "engines.pyx", line 108, in pandas._engines.DictIndexEngine.get_loc (pandas/src/engines.c:2460) KeyError: 'foo' """ # Second example """ >>> mult_index = pandas.MultiIndex.from_tuples([(idx1, idx2)], names=["comp_1", "comp_2"]) >>> mult_index MultiIndex([(IndexType(a='foo', b='bar'), IndexType(a='baz', b='bof'))], dtype=object) >>> df = pandas.DataFrame([(1, 2, 3, 4)], index=mult_index, columns=["A", "B", "C", "D"]) >>> df A B C D comp_1 comp_2................................. IndexType(a='foo', b='bar') IndexType(a='baz', b='bof') 1 2 3 4 >>> df.ix[(IndexType("foo", "bar"), IndexType("baz", "bof"))] A 1 B 2 C 3 D 4 Name: (IndexType(a='foo', b='bar'), IndexType(a='baz', b='bof')) """ # Third example """ >>> index = pandas.MultiIndex.from_tuples([(IndexType("foo", "bar"),), (IndexType("baz", "bof"),)], names=["ind# >>> index Index([IndexType(a='foo', b='bar'), IndexType(a='baz', b='bof')], dtype=object >>> df = pandas.DataFrame([(1, 2), (3, 4)], index=index, columns=["A", "B"]) >>> df A B index............................ IndexType(a='foo', b='bar') 1 2 IndexType(a='baz', b='bof') 3 4 >>> df.ix[IndexType("foo", "bar")] Traceback (most recent call last): Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Network/Cluster/home/echlebek/.virtualenvs/pandas/lib/python2.6/site-packages/pandas-0.7.3.dev_3d4d5af# return self._getitem_tuple(key) File "/Network/Cluster/home/echlebek/.virtualenvs/pandas/lib/python2.6/site-packages/pandas-0.7.3.dev_3d4d5af# return self._getitem_lowerdim(tup) File "/Network/Cluster/home/echlebek/.virtualenvs/pandas/lib/python2.6/site-packages/pandas-0.7.3.dev_3d4d5af# section = self._getitem_axis(key, axis=i) File "/Network/Cluster/home/echlebek/.virtualenvs/pandas/lib/python2.6/site-packages/pandas-0.7.3.dev_3d4d5af# return self._get_label(idx, axis=0) File "/Network/Cluster/home/echlebek/.virtualenvs/pandas/lib/python2.6/site-packages/pandas-0.7.3.dev_3d4d5af# return self.obj.xs(label, axis=axis, copy=True) File "/Network/Cluster/home/echlebek/.virtualenvs/pandas/lib/python2.6/site-packages/pandas-0.7.3.dev_3d4d5af# loc = self.index.get_loc(key) File "/Network/Cluster/home/echlebek/.virtualenvs/pandas/lib/python2.6/site-packages/pandas-0.7.3.dev_3d4d5af# return self._engine.get_loc(key) File "engines.pyx", line 101, in pandas._engines.DictIndexEngine.get_loc (pandas/src/engines.c:2498) File "engines.pyx", line 108, in pandas._engines.DictIndexEngine.get_loc (pandas/src/engines.c:2460) KeyError: 'foo' >>> df.ix[(IndexType("foo", "bar"),)] A B foo NaN NaN bar NaN NaN """ ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1026/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1026/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1027
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1027/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1027/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1027/events
https://github.com/pandas-dev/pandas/pull/1027
4,070,154
MDExOlB1bGxSZXF1ZXN0MTE0NTMzMQ==
1,027
ENH: added OLS.predict method
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" }
[]
closed
false
null
[]
{ "closed_at": "2012-10-11T23:49:54Z", "closed_issues": 49, "created_at": "2012-03-18T23:07:38Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-04-15T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/13", "id": 97380, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13/labels", "node_id": "MDk6TWlsZXN0b25lOTczODA=", "number": 13, "open_issues": 0, "state": "closed", "title": "0.7.3", "updated_at": "2012-10-11T23:49:54Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13" }
1
"2012-04-11T18:10:09Z"
"2014-06-12T21:35:25Z"
"2012-04-12T00:46:42Z"
CONTRIBUTOR
null
does alignment then passes through call to statsmodels ols predict method GH #1008
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1027/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1027/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1027.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1027", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/1027.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1027" }
https://api.github.com/repos/pandas-dev/pandas/issues/1028
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1028/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1028/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1028/events
https://github.com/pandas-dev/pandas/issues/1028
4,070,257
MDU6SXNzdWU0MDcwMjU3
1,028
Add order (sorting) method to Index classes
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
1
"2012-04-11T18:16:13Z"
"2012-04-22T03:12:59Z"
"2012-04-22T03:12:59Z"
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1028/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1028/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1029
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1029/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1029/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1029/events
https://github.com/pandas-dev/pandas/issues/1029
4,070,317
MDU6SXNzdWU0MDcwMzE3
1,029
NOAA data study
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "DDDDDD", "default": false, "description": "Long-Term Enhancement Discussions", "id": 157369, "name": "Ideas", "node_id": "MDU6TGFiZWwxNTczNjk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Ideas" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/other_user}", "gists_url": "https://api.github.com/users/jorisvandenbossche/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jorisvandenbossche", "id": 1020496, "login": "jorisvandenbossche", "node_id": "MDQ6VXNlcjEwMjA0OTY=", "organizations_url": "https://api.github.com/users/jorisvandenbossche/orgs", "received_events_url": "https://api.github.com/users/jorisvandenbossche/received_events", "repos_url": "https://api.github.com/users/jorisvandenbossche/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jorisvandenbossche/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jorisvandenbossche/subscriptions", "type": "User", "url": "https://api.github.com/users/jorisvandenbossche" }, "description": "A milestone for closed or open issues for which there is no action needed (eg not a bug, just a question / discussion, nothing to resolve, wontfix, etc).\r\n\r\n", "due_on": null, "html_url": "https://github.com/pandas-dev/pandas/milestone/33", "id": 997544, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/33/labels", "node_id": "MDk6TWlsZXN0b25lOTk3NTQ0", "number": 33, "open_issues": 11, "state": "open", "title": "No action", "updated_at": "2021-11-19T17:33:16Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/33" }
7
"2012-04-11T18:19:18Z"
"2016-09-29T22:44:19Z"
"2016-09-29T22:13:10Z"
MEMBER
null
http://blue.for.msu.edu/lab-notes/NOAA_0.1-1/NOAA-ws-data.pdf
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1029/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1029/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1030
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1030/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1030/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1030/events
https://github.com/pandas-dev/pandas/pull/1030
4,075,975
MDExOlB1bGxSZXF1ZXN0MTE0NzkzMw==
1,030
Sphinx documentation for read_fwf
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" }
[]
closed
false
null
[]
null
0
"2012-04-11T23:50:51Z"
"2014-06-18T10:03:11Z"
"2012-04-12T00:32:16Z"
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1030/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1030/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1030.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1030", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/1030.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1030" }
https://api.github.com/repos/pandas-dev/pandas/issues/1031
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1031/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1031/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1031/events
https://github.com/pandas-dev/pandas/issues/1031
4,077,047
MDU6SXNzdWU0MDc3MDQ3
1,031
Add normalize options to date_range, bdate_range
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-12T01:39:48Z"
"2012-04-14T21:23:20Z"
"2012-04-14T21:23:20Z"
MEMBER
null
Right now there is a hackjob floating around with a _normalizeFirst parameter or something. This should be done away with and deal with in a more structured way. Related to #506
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1031/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1031/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1032
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1032/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1032/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1032/events
https://github.com/pandas-dev/pandas/pull/1032
4,084,028
MDExOlB1bGxSZXF1ZXN0MTE1MTMzNQ==
1,032
very minor url/email fixes due to move over to pydata
{ "avatar_url": "https://avatars.githubusercontent.com/u/39889?v=4", "events_url": "https://api.github.com/users/yarikoptic/events{/privacy}", "followers_url": "https://api.github.com/users/yarikoptic/followers", "following_url": "https://api.github.com/users/yarikoptic/following{/other_user}", "gists_url": "https://api.github.com/users/yarikoptic/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/yarikoptic", "id": 39889, "login": "yarikoptic", "node_id": "MDQ6VXNlcjM5ODg5", "organizations_url": "https://api.github.com/users/yarikoptic/orgs", "received_events_url": "https://api.github.com/users/yarikoptic/received_events", "repos_url": "https://api.github.com/users/yarikoptic/repos", "site_admin": false, "starred_url": "https://api.github.com/users/yarikoptic/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/yarikoptic/subscriptions", "type": "User", "url": "https://api.github.com/users/yarikoptic" }
[]
closed
false
null
[]
null
9
"2012-04-12T13:49:21Z"
"2013-09-30T16:17:12Z"
"2012-04-12T14:00:30Z"
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1032/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1032/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1032.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1032", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/1032.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1032" }
https://api.github.com/repos/pandas-dev/pandas/issues/1033
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1033/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1033/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1033/events
https://github.com/pandas-dev/pandas/pull/1033
4,085,061
MDExOlB1bGxSZXF1ZXN0MTE1MTc3MA==
1,033
BUG: "install" test/*.xlsx as well
{ "avatar_url": "https://avatars.githubusercontent.com/u/39889?v=4", "events_url": "https://api.github.com/users/yarikoptic/events{/privacy}", "followers_url": "https://api.github.com/users/yarikoptic/followers", "following_url": "https://api.github.com/users/yarikoptic/following{/other_user}", "gists_url": "https://api.github.com/users/yarikoptic/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/yarikoptic", "id": 39889, "login": "yarikoptic", "node_id": "MDQ6VXNlcjM5ODg5", "organizations_url": "https://api.github.com/users/yarikoptic/orgs", "received_events_url": "https://api.github.com/users/yarikoptic/received_events", "repos_url": "https://api.github.com/users/yarikoptic/repos", "site_admin": false, "starred_url": "https://api.github.com/users/yarikoptic/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/yarikoptic/subscriptions", "type": "User", "url": "https://api.github.com/users/yarikoptic" }
[]
closed
false
null
[]
null
0
"2012-04-12T14:44:58Z"
"2014-06-19T00:04:19Z"
"2012-04-12T15:00:33Z"
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1033/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1033/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1033.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1033", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/1033.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1033" }
https://api.github.com/repos/pandas-dev/pandas/issues/1034
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1034/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1034/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1034/events
https://github.com/pandas-dev/pandas/issues/1034
4,085,610
MDU6SXNzdWU0MDg1NjEw
1,034
test_xlsx_table failure
{ "avatar_url": "https://avatars.githubusercontent.com/u/39889?v=4", "events_url": "https://api.github.com/users/yarikoptic/events{/privacy}", "followers_url": "https://api.github.com/users/yarikoptic/followers", "following_url": "https://api.github.com/users/yarikoptic/following{/other_user}", "gists_url": "https://api.github.com/users/yarikoptic/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/yarikoptic", "id": 39889, "login": "yarikoptic", "node_id": "MDQ6VXNlcjM5ODg5", "organizations_url": "https://api.github.com/users/yarikoptic/orgs", "received_events_url": "https://api.github.com/users/yarikoptic/received_events", "repos_url": "https://api.github.com/users/yarikoptic/repos", "site_admin": false, "starred_url": "https://api.github.com/users/yarikoptic/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/yarikoptic/subscriptions", "type": "User", "url": "https://api.github.com/users/yarikoptic" }
[]
closed
false
null
[]
null
1
"2012-04-12T15:14:55Z"
"2012-04-12T15:19:36Z"
"2012-04-12T15:19:36Z"
CONTRIBUTOR
null
testing v0.7.2-112-gd1cc8ef on a Debian system with openpyxl (if relevant here) 1.5.6 -- is that too outdated may be? ``` ====================================================================== FAIL: test_xlsx_table (pandas.io.tests.test_parsers.TestParsers) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/yoh/deb/gits/pkg-exppsy/build-area/pandas-0.7.2+git111-gf7b9139/debian/python-pandas/usr/lib/python2.6/dist-packages/pandas/io/tests/test_parsers.py", line 262, in test_xlsx_table assert_frame_equal(df, df2) File "/home/yoh/deb/gits/pkg-exppsy/build-area/pandas-0.7.2+git111-gf7b9139/debian/python-pandas/usr/lib/python2.6/dist-packages/pandas/util/testing.py", line 131, in assert_frame_equal assert_series_equal(series, right[col]) File "/home/yoh/deb/gits/pkg-exppsy/build-area/pandas-0.7.2+git111-gf7b9139/debian/python-pandas/usr/lib/python2.6/dist-packages/pandas/util/testing.py", line 124, in assert_series_equal assert(left.index.equals(right.index)) AssertionError ---------------------------------------------------------------------- Ran 1544 tests in 149.729s FAILED (SKIP=8, failures=1) ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1034/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1034/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1035
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1035/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1035/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1035/events
https://github.com/pandas-dev/pandas/issues/1035
4,089,697
MDU6SXNzdWU0MDg5Njk3
1,035
DatetimeBlock -> FloatBlock in reindex op
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-12T18:59:08Z"
"2012-04-12T23:27:26Z"
"2012-04-12T23:27:26Z"
MEMBER
null
``` floats ints strings bools objects 0 -1.478427 0 foo False 2000-01-03 00:00:00 1 0.524988 1 bar True 2000-01-04 00:00:00 2 0.404705 2 foo True 2000-01-05 00:00:00 3 0.577046 3 bar True 2000-01-06 00:00:00 4 -1.715002 4 foo False 2000-01-07 00:00:00 5 -1.039268 5 bar False 2000-01-10 00:00:00 6 -0.370647 6 foo False 2000-01-11 00:00:00 7 -1.157892 7 bar False 2000-01-12 00:00:00 8 -1.344312 8 foo False 2000-01-13 00:00:00 9 0.844885 9 bar True 2000-01-14 00:00:00 In [67]: foo.reindex(range(15)) Out[67]: floats ints strings bools objects 0 -1.478427 0 foo False 9.468576e+14 1 0.524988 1 bar True 9.469440e+14 2 0.404705 2 foo True 9.470304e+14 3 0.577046 3 bar True 9.471168e+14 4 -1.715002 4 foo False 9.472032e+14 5 -1.039268 5 bar False 9.474624e+14 6 -0.370647 6 foo False 9.475488e+14 7 -1.157892 7 bar False 9.476352e+14 8 -1.344312 8 foo False 9.477216e+14 9 0.844885 9 bar True 9.478080e+14 10 NaN NaN NaN NaN NaN 11 NaN NaN NaN NaN NaN 12 NaN NaN NaN NaN NaN 13 NaN NaN NaN NaN NaN 14 NaN NaN NaN NaN NaN ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1035/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1035/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1036
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1036/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1036/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1036/events
https://github.com/pandas-dev/pandas/issues/1036
4,089,776
MDU6SXNzdWU0MDg5Nzc2
1,036
time_rule/timeRule broken in DateRange
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-12T19:02:52Z"
"2012-04-12T21:42:17Z"
"2012-04-12T21:42:17Z"
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1036/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1036/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1037
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1037/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1037/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1037/events
https://github.com/pandas-dev/pandas/issues/1037
4,089,802
MDU6SXNzdWU0MDg5ODAy
1,037
Arrays of datetime64 not handled in DataFrame constructor with passed dict
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-12T19:04:25Z"
"2012-04-12T21:52:34Z"
"2012-04-12T21:52:34Z"
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1037/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1037/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1038
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1038/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1038/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1038/events
https://github.com/pandas-dev/pandas/pull/1038
4,090,212
MDExOlB1bGxSZXF1ZXN0MTE1NDA0MQ==
1,038
@network decorator for tests requiring network access
{ "avatar_url": "https://avatars.githubusercontent.com/u/39889?v=4", "events_url": "https://api.github.com/users/yarikoptic/events{/privacy}", "followers_url": "https://api.github.com/users/yarikoptic/followers", "following_url": "https://api.github.com/users/yarikoptic/following{/other_user}", "gists_url": "https://api.github.com/users/yarikoptic/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/yarikoptic", "id": 39889, "login": "yarikoptic", "node_id": "MDQ6VXNlcjM5ODg5", "organizations_url": "https://api.github.com/users/yarikoptic/orgs", "received_events_url": "https://api.github.com/users/yarikoptic/received_events", "repos_url": "https://api.github.com/users/yarikoptic/repos", "site_admin": false, "starred_url": "https://api.github.com/users/yarikoptic/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/yarikoptic/subscriptions", "type": "User", "url": "https://api.github.com/users/yarikoptic" }
[]
closed
false
null
[]
null
0
"2012-04-12T19:25:16Z"
"2014-07-29T14:11:30Z"
"2012-04-14T18:15:52Z"
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1038/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1038/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1038.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1038", "merged_at": "2012-04-14T18:15:52Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/1038.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1038" }
https://api.github.com/repos/pandas-dev/pandas/issues/1039
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1039/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1039/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1039/events
https://github.com/pandas-dev/pandas/pull/1039
4,091,335
MDExOlB1bGxSZXF1ZXN0MTE1NDU0Nw==
1,039
BUG: Allow indexing with namedtuple, close #1026
{ "avatar_url": "https://avatars.githubusercontent.com/u/58618?v=4", "events_url": "https://api.github.com/users/kisielk/events{/privacy}", "followers_url": "https://api.github.com/users/kisielk/followers", "following_url": "https://api.github.com/users/kisielk/following{/other_user}", "gists_url": "https://api.github.com/users/kisielk/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/kisielk", "id": 58618, "login": "kisielk", "node_id": "MDQ6VXNlcjU4NjE4", "organizations_url": "https://api.github.com/users/kisielk/orgs", "received_events_url": "https://api.github.com/users/kisielk/received_events", "repos_url": "https://api.github.com/users/kisielk/repos", "site_admin": false, "starred_url": "https://api.github.com/users/kisielk/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kisielk/subscriptions", "type": "User", "url": "https://api.github.com/users/kisielk" }
[]
closed
false
null
[]
null
1
"2012-04-12T20:32:05Z"
"2014-06-18T10:56:30Z"
"2012-04-14T18:22:07Z"
CONTRIBUTOR
null
This patch allow indexing with namedtuple and other tuple subclasses while retaining the comma-separated **getitem** functionality.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1039/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1039/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1039.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1039", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/1039.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1039" }
https://api.github.com/repos/pandas-dev/pandas/issues/1040
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1040/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1040/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1040/events
https://github.com/pandas-dev/pandas/issues/1040
4,092,330
MDU6SXNzdWU0MDkyMzMw
1,040
TestGroupBy failures and docs don't build on Mac OS X Lion
{ "avatar_url": "https://avatars.githubusercontent.com/u/852409?v=4", "events_url": "https://api.github.com/users/cdeil/events{/privacy}", "followers_url": "https://api.github.com/users/cdeil/followers", "following_url": "https://api.github.com/users/cdeil/following{/other_user}", "gists_url": "https://api.github.com/users/cdeil/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/cdeil", "id": 852409, "login": "cdeil", "node_id": "MDQ6VXNlcjg1MjQwOQ==", "organizations_url": "https://api.github.com/users/cdeil/orgs", "received_events_url": "https://api.github.com/users/cdeil/received_events", "repos_url": "https://api.github.com/users/cdeil/repos", "site_admin": false, "starred_url": "https://api.github.com/users/cdeil/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cdeil/subscriptions", "type": "User", "url": "https://api.github.com/users/cdeil" }
[]
closed
false
null
[]
null
5
"2012-04-12T21:25:41Z"
"2012-04-13T14:07:09Z"
"2012-04-13T13:29:46Z"
CONTRIBUTOR
null
I just installed pandas from git (9d0949396a8533d9fb9b0a6d0fb90a9f0ac16b23) on Mac OS X Lion (XCode 4.3). I'm using Macports python 2.7, numpy 1.7.0.dev-3503c5f and cython 449e3b58a9fe4826179b7208241ee991e7360a7b There's one test error and two failures (see details below). Also I can't generate the docs (see details below). During the build the clang compiler was used and there were over 100 warnings for tseries. I think this is unrelated, but I can paste a build log if you are interested. ``` ====================================================================== ERROR: test_cython_fail_agg (pandas.tests.test_groupby.TestGroupBy) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/tests/test_groupby.py", line 1126, in test_cython_fail_agg summed = grouped.sum() File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/core/groupby.py", line 307, in sum return self.aggregate(lambda x: np.sum(x, axis=self.axis)) File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/core/groupby.py", line 928, in aggregate result = self._aggregate_named(func_or_funcs, *args, **kwargs) File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/core/groupby.py", line 989, in _aggregate_named output = func(grp, *args, **kwargs) File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/core/groupby.py", line 307, in <lambda> return self.aggregate(lambda x: np.sum(x, axis=self.axis)) File "/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/fromnumeric.py", line 1489, in sum return sum(axis=axis, dtype=dtype, out=out) File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/core/series.py", line 972, in sum return nanops.nansum(self.values, skipna=skipna) File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/core/nanops.py", line 43, in f result = alt(values, axis=axis, skipna=skipna, **kwds) File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/core/nanops.py", line 67, in _nansum the_sum = values.sum(axis) File "/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/_methods.py", line 18, in _sum out=out, skipna=skipna, keepdims=keepdims) TypeError: unsupported operand type(s) for +: 'bool' and 'str' ====================================================================== FAIL: test_series_agg_multi_pure_python (pandas.tests.test_groupby.TestGroupBy) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/tests/test_groupby.py", line 466, in test_series_agg_multi_pure_python result = data.groupby(['A', 'B']).agg(bad) File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/core/groupby.py", line 245, in agg return self.aggregate(func, *args, **kwargs) File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/core/groupby.py", line 1177, in aggregate return self._python_agg_general(arg, *args, **kwargs) File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/core/groupby.py", line 333, in _python_agg_general result, counts = self.grouper.agg_series(obj, agg_func) File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/core/groupby.py", line 619, in agg_series return self._aggregate_series_pure_python(obj, func) File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/core/groupby.py", line 649, in _aggregate_series_pure_python res = func(group) File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/core/groupby.py", line 327, in <lambda> agg_func = lambda x: func(x, *args, **kwargs) File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/tests/test_groupby.py", line 463, in bad assert(len(x.base) == len(x)) AssertionError ====================================================================== FAIL: test_wrap_aggregated_output_multindex (pandas.tests.test_groupby.TestGroupBy) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/tests/test_groupby.py", line 1024, in test_wrap_aggregated_output_multindex self.assertEqual(len(agged2.columns) + 1, len(df.columns)) AssertionError: 9 != 10 ---------------------------------------------------------------------- Ran 1544 tests in 291.297s FAILED (SKIP=7, errors=1, failures=2) ``` ``` $ python make.py html Running Sphinx v1.1.3 Exception occurred while building, starting debugger: Traceback (most recent call last): File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sphinx/cmdline.py", line 188, in main warningiserror, tags) File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sphinx/application.py", line 102, in __init__ confoverrides or {}, self.tags) File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sphinx/config.py", line 216, in __init__ exec code in config File "/Users/deil/code/pandas/doc/source/conf.py", line 71, in <module> import pandas File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/__init__.py", line 10, in <module> import pandas._tseries as lib File "numpy.pxd", line 177, in init pandas._tseries (pandas/src/tseries.c:119198) ValueError: numpy.ndarray has the wrong size, try recompiling > /Users/deil/code/pandas/doc/numpy.pxd(177)init pandas._tseries (pandas/src/tseries.c:119198)() (Pdb) ``` Next I installed statsmodels and tried to build the docs there. This fails complaining about not finding pandas._tseries ... ``` reading sources... [ 29%] dev/internal Exception occurred: File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/__init__.py", line 10, in <module> import pandas._tseries as lib AttributeError: 'module' object has no attribute '_tseries' ``` ... although it is there: ``` bash -rwxr-xr-x 1 deil staff 278B Apr 12 22:36 /Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/_tseries.py -rw-r--r-- 1 deil staff 682B Apr 12 22:36 /Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/_tseries.pyc -rwxr-xr-x 1 deil staff 1.4M Apr 12 22:36 /Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.7.3-py2.7-macosx-10.7-x86_64.egg/pandas/_tseries.so ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1040/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1040/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1041
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1041/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1041/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1041/events
https://github.com/pandas-dev/pandas/issues/1041
4,095,928
MDU6SXNzdWU0MDk1OTI4
1,041
Legacy time rule support
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-13T00:25:01Z"
"2012-04-14T20:21:26Z"
"2012-04-14T20:21:26Z"
MEMBER
null
E.g. A@DEC -> BA-DEC
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1041/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1041/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1042
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1042/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1042/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1042/events
https://github.com/pandas-dev/pandas/issues/1042
4,096,195
MDU6SXNzdWU0MDk2MTk1
1,042
API deprecations (time_rule -> freq) with moving window functions
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" } ]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
1
"2012-04-13T00:56:48Z"
"2014-04-05T19:32:40Z"
"2012-05-03T23:25:18Z"
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1042/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1042/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1043
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1043/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1043/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1043/events
https://github.com/pandas-dev/pandas/issues/1043
4,096,540
MDU6SXNzdWU0MDk2NTQw
1,043
Add first / last optimized groupby functions
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-13T01:39:02Z"
"2012-05-12T19:23:14Z"
"2012-05-12T19:23:14Z"
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1043/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1043/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1044
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1044/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1044/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1044/events
https://github.com/pandas-dev/pandas/issues/1044
4,096,836
MDU6SXNzdWU0MDk2ODM2
1,044
Make partial slicing work with DatetimeIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-13T02:15:36Z"
"2012-04-14T20:42:13Z"
"2012-04-14T20:42:13Z"
MEMBER
null
e.g. `ts['2000':'2004']` ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) /home/wesm/Dropbox/talks/notebooks/<ipython-input-31-6c807131b1d0> in <module>() ----> 1 close_px.ix['2000':'2003'] /home/wesm/code/pandas/pandas/core/indexing.pyc in __getitem__(self, key) 33 return self._getitem_tuple(key) 34 else: ---> 35 return self._getitem_axis(key, axis=0) 36 37 def _get_label(self, label, axis=0): /home/wesm/code/pandas/pandas/core/indexing.pyc in _getitem_axis(self, key, axis) 165 labels = self.obj._get_axis(axis) 166 if isinstance(key, slice): --> 167 return self._get_slice_axis(key, axis=axis) 168 elif _is_list_like(key) and not (isinstance(key, tuple) and 169 isinstance(labels, MultiIndex)): /home/wesm/code/pandas/pandas/core/indexing.pyc in _get_slice_axis(self, slice_obj, axis) 361 else: 362 try: --> 363 i, j = labels.slice_locs(start, stop) 364 slicer = slice(i, j, slice_obj.step) 365 except Exception: /home/wesm/code/pandas/pandas/core/index.pyc in slice_locs(self, start, end) 909 else: 910 try: --> 911 end_slice = self.get_loc(end) + 1 912 except KeyError: 913 if self.is_monotonic: TypeError: unsupported operand type(s) for +: 'slice' and 'int' ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1044/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1044/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1045
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1045/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1045/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1045/events
https://github.com/pandas-dev/pandas/issues/1045
4,097,701
MDU6SXNzdWU0MDk3NzAx
1,045
NumPy reductions don't work with convert / TimeGrouper
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-13T04:37:55Z"
"2012-04-14T20:09:47Z"
"2012-04-14T20:09:47Z"
MEMBER
null
``` (1 + returns).convert('BM', how=np.cumprod) --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) /home/wesm/code/rapidquant/<ipython-input-22-c8b05a51e175> in <module>() ----> 1 (1 + returns).convert('BM', how=np.cumprod) /home/wesm/code/pandas/pandas/core/generic.pyc in convert(self, rule, method, how, axis, as_index, closed, label) 176 how = translate_grouping(how) 177 --> 178 result = grouped.agg(how) 179 else: 180 # upsampling /home/wesm/code/pandas/pandas/core/groupby.pyc in agg(self, func, *args, **kwargs) 245 See docstring for aggregate 246 """ --> 247 return self.aggregate(func, *args, **kwargs) 248 249 def _iterate_slices(self): /home/wesm/code/pandas/pandas/core/groupby.pyc in aggregate(self, func_or_funcs, *args, **kwargs) 1195 return self._python_agg_general(func_or_funcs, *args, **kwargs) 1196 except Exception: -> 1197 result = self._aggregate_named(func_or_funcs, *args, **kwargs) 1198 1199 index = Index(sorted(result), name=self.grouper.names[0]) /home/wesm/code/pandas/pandas/core/groupby.pyc in _aggregate_named(self, func, *args, **kwargs) 1266 result = {} 1267 -> 1268 for name in self.grouper: 1269 grp = self.get_group(name) 1270 grp.name = name /home/wesm/code/pandas/pandas/core/groupby.pyc in __iter__(self) 448 449 def __iter__(self): --> 450 return iter(self.indices) 451 452 def numkeys(self): /home/wesm/code/pandas/pandas/_tseries.so in pandas._tseries.cache_readonly.__get__ (pandas/src/tseries.c:111266)() /home/wesm/code/pandas/pandas/core/groupby.pyc in indices(self) 491 @cache_readonly 492 def indices(self): --> 493 if len(self.groupings) == 1: 494 return self.groupings[0].indices 495 else: AttributeError: 'TimeGrouper' object has no attribute 'groupings' (1 + returns).convert('BM', how=np.cumprod) ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1045/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1045/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1046
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1046/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1046/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1046/events
https://github.com/pandas-dev/pandas/issues/1046
4,097,801
MDU6SXNzdWU0MDk3ODAx
1,046
Alignment ops with irregular DatetimeIndex performance problems
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-13T04:53:29Z"
"2012-04-13T05:22:06Z"
"2012-04-13T05:22:06Z"
MEMBER
null
Improperly boxing time stamps: ``` %prun -s cumulative result = left + right 1000435 function calls (1000434 primitive calls) in 4.870 seconds Ordered by: cumulative time ncalls tottime percall cumtime percall filename:lineno(function) 1 0.000 0.000 4.870 4.870 <string>:1(<module>) 1 0.000 0.000 4.870 4.870 series.py:62(wrapper) 1 0.000 0.000 4.866 4.866 series.py:1824(align) 1 0.000 0.000 4.856 4.856 index.py:1561(join) 1 0.001 0.001 4.856 4.856 index.py:710(join) 1 0.254 0.254 4.778 4.778 index.py:1542(union) 1 0.076 0.076 4.524 4.524 index.py:418(union) 1 0.000 0.000 2.767 2.767 index.py:1830(__iter__) 1 0.000 0.000 2.767 2.767 index.py:1464(asobject) 1 0.203 0.203 2.767 2.767 datetools.py:34(_dt_box_array) 500000 0.215 0.000 2.564 0.000 datetools.py:41(<lambda>) 500000 2.349 0.000 2.349 0.000 datetools.py:28(_dt_box) 1 0.000 0.000 0.901 0.901 index.py:473(_wrap_union_result) 1 0.010 0.010 0.901 0.901 index.py:1197(__new__) 18 0.890 0.049 0.890 0.049 {numpy.core.multiarray.array} 16 0.000 0.000 0.890 0.056 numeric.py:167(asarray) 1 0.743 0.743 0.743 0.743 {method 'sort' of 'list' objects} 3 0.000 0.000 0.108 0.036 index.py:597(get_indexer) 3 0.106 0.035 0.106 0.035 {method 'get_indexer' of 'pandas._engines.DatetimeEngine' objects} 2 0.000 0.000 0.010 0.005 series.py:1860(_reindex_indexer) 2 0.000 0.000 0.009 0.005 common.py:170(take_1d) 2 0.007 0.004 0.007 0.004 {pandas._tseries.take_1d_float64} 1 0.004 0.004 0.004 0.004 {method 'nonzero' of 'numpy.ndarray' objects} 2 0.000 0.000 0.003 0.001 index.py:1866(equals) 2 0.003 0.001 0.003 0.001 numeric.py:1927(array_equal) 2 0.000 0.000 0.002 0.001 common.py:666(_ensure_int32) 2 0.002 0.001 0.002 0.001 {method 'astype' of 'numpy.ndarray' objects} 1 0.000 0.000 0.002 0.002 series.py:47(na_op) 1 0.002 0.002 0.002 0.002 {operator.add} 13 0.000 0.000 0.001 0.000 index.py:1858(dtype) 18 0.000 0.000 0.001 0.000 _internal.py:180(_datetimestring) 18 0.001 0.000 0.001 0.000 {method 'match' of '_sre.SRE_Pattern' objects} 1 0.001 0.001 0.001 0.001 {method 'take' of 'numpy.ndarray' ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1046/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1046/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1047
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1047/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1047/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1047/events
https://github.com/pandas-dev/pandas/issues/1047
4,101,688
MDU6SXNzdWU0MTAxNjg4
1,047
use to_csv with tempfile
{ "avatar_url": "https://avatars.githubusercontent.com/u/368269?v=4", "events_url": "https://api.github.com/users/puterleat/events{/privacy}", "followers_url": "https://api.github.com/users/puterleat/followers", "following_url": "https://api.github.com/users/puterleat/following{/other_user}", "gists_url": "https://api.github.com/users/puterleat/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/puterleat", "id": 368269, "login": "puterleat", "node_id": "MDQ6VXNlcjM2ODI2OQ==", "organizations_url": "https://api.github.com/users/puterleat/orgs", "received_events_url": "https://api.github.com/users/puterleat/received_events", "repos_url": "https://api.github.com/users/puterleat/repos", "site_admin": false, "starred_url": "https://api.github.com/users/puterleat/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/puterleat/subscriptions", "type": "User", "url": "https://api.github.com/users/puterleat" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" } ]
closed
false
null
[]
{ "closed_at": "2012-07-22T19:13:24Z", "closed_issues": 101, "created_at": "2011-11-13T23:21:44Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-07-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/8", "id": 55119, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/8/labels", "node_id": "MDk6TWlsZXN0b25lNTUxMTk=", "number": 8, "open_issues": 0, "state": "closed", "title": "0.8.1", "updated_at": "2012-07-27T15:54:14Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/8" }
4
"2012-04-13T11:27:57Z"
"2018-02-01T08:10:24Z"
"2012-06-25T00:04:40Z"
NONE
null
I'd like to be able to write csv to temporary files and not have to worry about cleaning them up after they are sent to a user. Is it possible to have an optional file parameter on the to_csv methods, which would be used instead of the string filename? This could then be any file-like object (or even any suitable io object?)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1047/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1047/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1048
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1048/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1048/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1048/events
https://github.com/pandas-dev/pandas/issues/1048
4,102,606
MDU6SXNzdWU0MTAyNjA2
1,048
Segfault in .groupby() with empty groups
{ "avatar_url": "https://avatars.githubusercontent.com/u/674200?v=4", "events_url": "https://api.github.com/users/twiecki/events{/privacy}", "followers_url": "https://api.github.com/users/twiecki/followers", "following_url": "https://api.github.com/users/twiecki/following{/other_user}", "gists_url": "https://api.github.com/users/twiecki/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/twiecki", "id": 674200, "login": "twiecki", "node_id": "MDQ6VXNlcjY3NDIwMA==", "organizations_url": "https://api.github.com/users/twiecki/orgs", "received_events_url": "https://api.github.com/users/twiecki/received_events", "repos_url": "https://api.github.com/users/twiecki/repos", "site_admin": false, "starred_url": "https://api.github.com/users/twiecki/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/twiecki/subscriptions", "type": "User", "url": "https://api.github.com/users/twiecki" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
2
"2012-04-13T12:50:06Z"
"2016-10-12T23:02:53Z"
"2012-05-07T16:36:05Z"
CONTRIBUTOR
null
I get a segfault when running: pandas.DataFrame([1,2,3]).groupby([]).groups As an aside, in my scenario (which I don't know how general it is) the user can supply the grouping. If no grouping should take place (i.e. groupby([])) I would like .groupby() to return the whole data, instead there is a: /usr/local/lib/python2.7/dist-packages/pandas/core/groupby.pyc in _get_compressed_labels(self) 547 group_index = get_group_index(all_labels, self.shape) 548 else: --> 549 group_index = all_labels[0] 550 comp_ids, obs_group_ids = _compress_group_index(group_index) 551 return comp_ids, obs_group_ids IndexError: list index out of range I'm not sure whether it would be sensible to change the behavior so that the whole DataFrame is returned, but to me it would be more useful than raising an error.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1048/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1048/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1049
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1049/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1049/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1049/events
https://github.com/pandas-dev/pandas/issues/1049
4,107,465
MDU6SXNzdWU0MTA3NDY1
1,049
Adding float32 series to dataframe and then attempting to join()
{ "avatar_url": "https://avatars.githubusercontent.com/u/325954?v=4", "events_url": "https://api.github.com/users/bburan/events{/privacy}", "followers_url": "https://api.github.com/users/bburan/followers", "following_url": "https://api.github.com/users/bburan/following{/other_user}", "gists_url": "https://api.github.com/users/bburan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/bburan", "id": 325954, "login": "bburan", "node_id": "MDQ6VXNlcjMyNTk1NA==", "organizations_url": "https://api.github.com/users/bburan/orgs", "received_events_url": "https://api.github.com/users/bburan/received_events", "repos_url": "https://api.github.com/users/bburan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/bburan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/bburan/subscriptions", "type": "User", "url": "https://api.github.com/users/bburan" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
{ "closed_at": "2012-10-06T19:22:59Z", "closed_issues": 223, "created_at": "2012-07-23T19:17:56Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-09-15T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/15", "id": 150435, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/15/labels", "node_id": "MDk6TWlsZXN0b25lMTUwNDM1", "number": 15, "open_issues": 0, "state": "closed", "title": "0.9", "updated_at": "2013-01-15T02:49:55Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/15" }
2
"2012-04-13T16:51:19Z"
"2012-09-18T14:44:43Z"
"2012-09-18T14:44:43Z"
NONE
null
Tested with Pandas 0.7.3 I have a IPython notebook that explores this issue (basically it only seems to occur when you add a float32 series to the DataFrame **after** creating it, no other datatype I tested seems to trigger this bug). Please contact me if you want the notebook since I don't seem to be able to attach files to this issue. The simplest way to replicate it is via the following lines: ``` import numpy as np import pandas a = np.random.randint(0, 5, 100) df = pandas.DataFrame({'a': a}) s = pandas.Series(np.random.random(5), name='md') df.join(s, on='a') # this is OK df['b'] = np.random.randint(0, 5, 100) df.join(s, on='a') # this is still OK df['c'] = np.random.randint(0, 5, 100).astype('f') df.join(s, on='a') # this fails ``` The traceback is: ``` ValueError Traceback (most recent call last) C:\Users\brad\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Enthought\<ipython-input-1-454edb5f6546> in <module>() 8 df.join(s, on='a') # this is still OK 9 df['c'] = np.random.randint(0, 5, 100).astype('f') ---> 10 df.join(s, on='a') # this fails 11 C:\Python27\lib\site-packages\pandas\core\frame.pyc in join(self, other, on, how, lsuffix, rsuffix, sort) 3285 # For SparseDataFrame's benefit 3286 return self._join_compat(other, on=on, how=how, lsuffix=lsuffix, -> 3287 rsuffix=rsuffix, sort=sort) 3288 3289 def _join_compat(self, other, on=None, how='left', lsuffix='', rsuffix='', C:\Python27\lib\site-packages\pandas\core\frame.pyc in _join_compat(self, other, on, how, lsuffix, rsuffix, sort) 3298 return merge(self, other, left_on=on, how=how, 3299 left_index=on is None, right_index=True, -> 3300 suffixes=(lsuffix, rsuffix), sort=sort) 3301 else: 3302 if on is not None: C:\Python27\lib\site-packages\pandas\tools\merge.pyc in merge(left, right, how, on, left_on, right_on, left_index, right_index, sort, suffixes, copy) 29 right_index=right_index, sort=sort, suffixes=suffixes, 30 copy=copy) ---> 31 return op.get_result() 32 if __debug__: merge.__doc__ = _merge_doc % '\nleft : DataFrame' 33 C:\Python27\lib\site-packages\pandas\tools\merge.pyc in get_result(self) 80 copy=self.copy) 81 ---> 82 result_data = join_op.get_result() 83 result = DataFrame(result_data) 84 C:\Python27\lib\site-packages\pandas\tools\merge.pyc in get_result(self) 495 for klass in kinds: 496 klass_blocks = [mapping.get(klass) for mapping in blockmaps] --> 497 res_blk = self._get_merged_block(klass_blocks) 498 result_blocks.append(res_blk) 499 C:\Python27\lib\site-packages\pandas\tools\merge.pyc in _get_merged_block(self, blocks) 509 510 if len(to_merge) > 1: --> 511 return self._merge_blocks(to_merge) 512 else: 513 unit, block = to_merge[0] C:\Python27\lib\site-packages\pandas\tools\merge.pyc in _merge_blocks(self, merge_chunks) 545 com.take_fast(blk.values, unit.indexer, 546 None, False, --> 547 axis=self.axis, out=out_chunk) 548 549 sofar += len(blk) C:\Python27\lib\site-packages\pandas\core\common.pyc in take_fast(arr, indexer, mask, needs_masking, axis, out, fill_value) 264 return take_2d(arr, indexer, out=out, mask=mask, 265 needs_masking=needs_masking, --> 266 axis=axis, fill_value=fill_value) 267 268 result = arr.take(indexer, axis=axis, out=out) C:\Python27\lib\site-packages\pandas\core\common.pyc in take_2d(arr, indexer, out, mask, needs_masking, axis, fill_value) 236 out = np.empty(out_shape, dtype=arr.dtype) 237 take_f = _get_take2d_function(dtype_str, axis=axis) --> 238 take_f(arr, indexer, out=out, fill_value=fill_value) 239 return out 240 else: C:\Python27\lib\site-packages\pandas\_tseries.pyd in pandas._tseries.take_2d_axis1_float64 (pandas\src\tseries.c:49365)() ValueError: Buffer dtype mismatch, expected 'float64_t' but got 'float' ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1049/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1049/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1050
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1050/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1050/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1050/events
https://github.com/pandas-dev/pandas/pull/1050
4,113,717
MDExOlB1bGxSZXF1ZXN0MTE2MzMyNA==
1,050
ENH: key in HDFStore
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" }
[]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-13T22:42:58Z"
"2014-06-18T10:12:59Z"
"2012-04-14T18:25:00Z"
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1050/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1050/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1050.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1050", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/1050.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1050" }
https://api.github.com/repos/pandas-dev/pandas/issues/1051
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1051/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1051/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1051/events
https://github.com/pandas-dev/pandas/issues/1051
4,116,038
MDU6SXNzdWU0MTE2MDM4
1,051
nosetests fails one test
{ "avatar_url": "https://avatars.githubusercontent.com/u/1614784?v=4", "events_url": "https://api.github.com/users/albertjmenkveld/events{/privacy}", "followers_url": "https://api.github.com/users/albertjmenkveld/followers", "following_url": "https://api.github.com/users/albertjmenkveld/following{/other_user}", "gists_url": "https://api.github.com/users/albertjmenkveld/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/albertjmenkveld", "id": 1614784, "login": "albertjmenkveld", "node_id": "MDQ6VXNlcjE2MTQ3ODQ=", "organizations_url": "https://api.github.com/users/albertjmenkveld/orgs", "received_events_url": "https://api.github.com/users/albertjmenkveld/received_events", "repos_url": "https://api.github.com/users/albertjmenkveld/repos", "site_admin": false, "starred_url": "https://api.github.com/users/albertjmenkveld/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/albertjmenkveld/subscriptions", "type": "User", "url": "https://api.github.com/users/albertjmenkveld" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
{ "closed_at": "2012-07-22T19:13:24Z", "closed_issues": 101, "created_at": "2011-11-13T23:21:44Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-07-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/8", "id": 55119, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/8/labels", "node_id": "MDk6TWlsZXN0b25lNTUxMTk=", "number": 8, "open_issues": 0, "state": "closed", "title": "0.8.1", "updated_at": "2012-07-27T15:54:14Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/8" }
2
"2012-04-14T06:07:16Z"
"2012-08-20T17:26:58Z"
"2012-07-12T21:47:19Z"
NONE
null
Hi Wes, I have just watched your 3+ hour talk on pandas and got enthusiastic. So, I am exploring pandas for my scientific work on high-frequency finance data. Thanks for all the good stuff. There is one issue you might want to know about. This morning I upgraded to the latest Enthought python distribution and then tried to install pandas as indicated in your manual. But, trying separately on two machines, I keep getting the following failure (see below). It seems so far to go unreported so I thought I should let you know about it (I tried it on a MB Air and a Mac Pro which both have Mac OS Lion installed (and I always run Mac software upgrades)). Keep up the good work! Greetings from Amsterdam. Cheers, Albert ## FAIL: test_timeseries_preepoch (pandas.io.tests.test_pytables.TesttHDFStore) Traceback (most recent call last): File "/Users/albertjmenkveld/Downloads/pandas/pandas/io/tests/test_pytables.py", line 216, in test_timeseries_preepoch self._check_roundtrip(ts, tm.assert_series_equal) File "/Users/albertjmenkveld/Downloads/pandas/pandas/io/tests/test_pytables.py", line 459, in _check_roundtrip comparator(retrieved, obj) File "/Users/albertjmenkveld/Downloads/pandas/pandas/util/testing.py", line 124, in assert_series_equal assert(left.index.equals(right.index)) AssertionError
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1051/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1051/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1052
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1052/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1052/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1052/events
https://github.com/pandas-dev/pandas/issues/1052
4,117,305
MDU6SXNzdWU0MTE3MzA1
1,052
Feature request: purely int-index based version of .ix
{ "avatar_url": "https://avatars.githubusercontent.com/u/29282?v=4", "events_url": "https://api.github.com/users/tkf/events{/privacy}", "followers_url": "https://api.github.com/users/tkf/followers", "following_url": "https://api.github.com/users/tkf/following{/other_user}", "gists_url": "https://api.github.com/users/tkf/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/tkf", "id": 29282, "login": "tkf", "node_id": "MDQ6VXNlcjI5Mjgy", "organizations_url": "https://api.github.com/users/tkf/orgs", "received_events_url": "https://api.github.com/users/tkf/received_events", "repos_url": "https://api.github.com/users/tkf/repos", "site_admin": false, "starred_url": "https://api.github.com/users/tkf/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tkf/subscriptions", "type": "User", "url": "https://api.github.com/users/tkf" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" } ]
closed
false
null
[]
{ "closed_at": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "RC1 ANN went out on 2013-12-6: https://groups.google.com/forum/#!topic/pydata/OHutLByJvK0\r\nTwo weeks, clear all reported bugs then call it on 2013-12-20. \r\n(@y-p)\r\n\r\nsince we've had some bugs reported at a high enough rate, extending rc by one\r\nweek until 2013-12-27. \r\n(@y-p)\r\n\r\nBumping to clear debian sparc\r\n2013-12-30. \r\n(@y-p)", "due_on": "2013-12-30T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/18", "id": 213925, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/18/labels", "node_id": "MDk6TWlsZXN0b25lMjEzOTI1", "number": 18, "open_issues": 0, "state": "closed", "title": "0.13", "updated_at": "2017-07-22T19:00:05Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/18" }
5
"2012-04-14T11:56:24Z"
"2013-03-09T14:25:29Z"
"2013-03-09T14:25:29Z"
CONTRIBUTOR
null
First of all, thank you very much for the great library! I really like the scatter plot in the latest release. I am very new to the library, but I am enjoying it very much. However, I am really uneasy about the fallback behavior of the `.ix` attribute. Why can't we have a purely label based version of `.ix` and a purely integer index version of `.ix`? I want pandas to raise an error when a data frame does not have integer label I pass rather than fallback to integer index based indexing, because "explicit is better than implicit". I can write a pull request if it is likely to be pulled. Or maybe you should write it because it is a big API change.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1052/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1052/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1053
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1053/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1053/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1053/events
https://github.com/pandas-dev/pandas/issues/1053
4,117,718
MDU6SXNzdWU0MTE3NzE4
1,053
Bug in DataFrame.to_html with MultiIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/29282?v=4", "events_url": "https://api.github.com/users/tkf/events{/privacy}", "followers_url": "https://api.github.com/users/tkf/followers", "following_url": "https://api.github.com/users/tkf/following{/other_user}", "gists_url": "https://api.github.com/users/tkf/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/tkf", "id": 29282, "login": "tkf", "node_id": "MDQ6VXNlcjI5Mjgy", "organizations_url": "https://api.github.com/users/tkf/orgs", "received_events_url": "https://api.github.com/users/tkf/received_events", "repos_url": "https://api.github.com/users/tkf/repos", "site_admin": false, "starred_url": "https://api.github.com/users/tkf/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tkf/subscriptions", "type": "User", "url": "https://api.github.com/users/tkf" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
null
2
"2012-04-14T13:38:21Z"
"2016-10-12T23:02:54Z"
"2012-04-16T19:33:22Z"
CONTRIBUTOR
null
``` python DataFrame( rand(2, 4), columns=MultiIndex.from_tuples(zip('aabb', 'xyxy')) ).to_html() ``` generates <table border="1"> <thead> <tr> <th><table><tbody><tr><td>a</td></tr><tr><td>x</td></tr></tbody></table></th> <th><table><tbody><tr><td>a</td></tr><tr><td>y</td></tr></tbody></table></th> <th><table><tbody><tr><td>b</td></tr><tr><td>x</td></tr></tbody></table></th> <th><table><tbody><tr><td>b</td></tr><tr><td>y</td></tr></tbody></table></th> </tr> </thead> <tbody> <tr> <td><strong>0</strong></td> <td> 0.280664</td> <td> 0.465508</td> <td> 0.616751</td> <td> 0.246239</td> </tr> <tr> <td><strong>1</strong></td> <td> 0.124957</td> <td> 0.867052</td> <td> 0.504789</td> <td> 0.178313</td> </tr> </tbody> </table>
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1053/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1053/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1054
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1054/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1054/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1054/events
https://github.com/pandas-dev/pandas/issues/1054
4,117,980
MDU6SXNzdWU0MTE3OTgw
1,054
Implementing grouped stacked bar plot
{ "avatar_url": "https://avatars.githubusercontent.com/u/229750?v=4", "events_url": "https://api.github.com/users/makokal/events{/privacy}", "followers_url": "https://api.github.com/users/makokal/followers", "following_url": "https://api.github.com/users/makokal/following{/other_user}", "gists_url": "https://api.github.com/users/makokal/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/makokal", "id": 229750, "login": "makokal", "node_id": "MDQ6VXNlcjIyOTc1MA==", "organizations_url": "https://api.github.com/users/makokal/orgs", "received_events_url": "https://api.github.com/users/makokal/received_events", "repos_url": "https://api.github.com/users/makokal/repos", "site_admin": false, "starred_url": "https://api.github.com/users/makokal/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/makokal/subscriptions", "type": "User", "url": "https://api.github.com/users/makokal" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
null
[]
{ "closed_at": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "RC1 ANN went out on 2013-12-6: https://groups.google.com/forum/#!topic/pydata/OHutLByJvK0\r\nTwo weeks, clear all reported bugs then call it on 2013-12-20. \r\n(@y-p)\r\n\r\nsince we've had some bugs reported at a high enough rate, extending rc by one\r\nweek until 2013-12-27. \r\n(@y-p)\r\n\r\nBumping to clear debian sparc\r\n2013-12-30. \r\n(@y-p)", "due_on": "2013-12-30T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/18", "id": 213925, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/18/labels", "node_id": "MDk6TWlsZXN0b25lMjEzOTI1", "number": 18, "open_issues": 0, "state": "closed", "title": "0.13", "updated_at": "2017-07-22T19:00:05Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/18" }
2
"2012-04-14T14:35:37Z"
"2013-09-21T12:23:59Z"
"2013-09-21T12:23:59Z"
NONE
null
Using groupby, for gsoc application
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1054/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1054/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1055
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1055/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1055/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1055/events
https://github.com/pandas-dev/pandas/issues/1055
4,120,077
MDU6SXNzdWU0MTIwMDc3
1,055
statsmodels incompatibility
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
1
"2012-04-14T21:09:51Z"
"2012-05-09T23:53:39Z"
"2012-05-09T23:53:39Z"
MEMBER
null
cross-linking: https://github.com/statsmodels/statsmodels/issues/226
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1055/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1055/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1056
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1056/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1056/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1056/events
https://github.com/pandas-dev/pandas/pull/1056
4,120,095
MDExOlB1bGxSZXF1ZXN0MTE2NTU2OQ==
1,056
A few minor tweaks to plotting
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" }
[]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-14T21:12:57Z"
"2014-06-26T12:56:03Z"
"2012-05-01T18:23:47Z"
CONTRIBUTOR
null
ENH: call subplots_adjust on all DataFrame plot types to make it more friendly for figure reuse. ENH: boxplot can now take a Series (wrapped as columns 'x' in a DataFrame) ENH: set xaxis and yaxis for empty subplots to invisible
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1056/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1056/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1056.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1056", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/1056.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1056" }
https://api.github.com/repos/pandas-dev/pandas/issues/1057
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1057/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1057/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1057/events
https://github.com/pandas-dev/pandas/issues/1057
4,120,319
MDU6SXNzdWU0MTIwMzE5
1,057
Pure python apply broken with TimeGrouper
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-14T21:56:52Z"
"2013-06-07T13:15:13Z"
"2012-04-14T22:20:02Z"
MEMBER
null
``` In [12]: s.convert('D', how='count') --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) /home/wesm/code/pandas/<ipython-input-12-52597b6f97c4> in <module>() ----> 1 s.convert('D', how='count') /home/wesm/code/pandas/pandas/core/generic.pyc in convert(self, rule, method, how, axis, as_index, closed, label) 179 how = translate_grouping(how) 180 --> 181 result = grouped.agg(how) 182 else: 183 # upsampling /home/wesm/code/pandas/pandas/core/groupby.pyc in agg(self, func, *args, **kwargs) 246 See docstring for aggregate 247 """ --> 248 return self.aggregate(func, *args, **kwargs) 249 250 def _iterate_slices(self): /home/wesm/code/pandas/pandas/core/groupby.pyc in aggregate(self, func_or_funcs, *args, **kwargs) 1263 """ 1264 if isinstance(func_or_funcs, basestring): -> 1265 return getattr(self, func_or_funcs)(*args, **kwargs) 1266 1267 if hasattr(func_or_funcs,'__iter__'): /home/wesm/code/pandas/pandas/core/groupby.pyc in wrapper(*args, **kwargs) 178 return self.apply(curried_with_axis) 179 except Exception: --> 180 return self.apply(curried) 181 182 return wrapper /home/wesm/code/pandas/pandas/core/groupby.pyc in apply(self, func, *args, **kwargs) 237 applied : type depending on grouped object and function 238 """ --> 239 return self._python_apply_general(func, *args, **kwargs) 240 241 def aggregate(self, func, *args, **kwargs): /home/wesm/code/pandas/pandas/core/groupby.pyc in _python_apply_general(self, func, *args, **kwargs) 409 410 return self._wrap_applied_output(result_keys, result_values, --> 411 not_indexed_same=not_indexed_same) 412 413 def _wrap_applied_output(self, *args, **kwargs): /home/wesm/code/pandas/pandas/core/groupby.pyc in _wrap_applied_output(self, keys, values, not_indexed_same) 1335 not_indexed_same=not_indexed_same) 1336 else: -> 1337 return Series(values, index=_get_index()) 1338 1339 def _aggregate_named(self, func, *args, **kwargs): /home/wesm/code/pandas/pandas/core/groupby.pyc in _get_index() 1319 index = MultiIndex.from_tuples(keys, names=key_names) 1320 else: -> 1321 ping = self.grouper.groupings[0] 1322 if len(keys) == ping.ngroups: 1323 index = ping.group_index AttributeError: 'TimeGrouper' object has no attribute 'groupings' In [13]: s.convert('D', how='count') ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1057/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1057/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1058
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1058/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1058/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1058/events
https://github.com/pandas-dev/pandas/issues/1058
4,121,192
MDU6SXNzdWU0MTIxMTky
1,058
What should Series scalars be when datetime dtype?
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-15T01:32:14Z"
"2012-05-14T15:39:42Z"
"2012-05-14T15:39:42Z"
MEMBER
null
Maybe should return timestamps
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1058/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1058/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1059
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1059/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1059/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1059/events
https://github.com/pandas-dev/pandas/pull/1059
4,122,509
MDExOlB1bGxSZXF1ZXN0MTE2NjM1Nw==
1,059
Kde plotting
{ "avatar_url": "https://avatars.githubusercontent.com/u/1633974?v=4", "events_url": "https://api.github.com/users/orbitfold/events{/privacy}", "followers_url": "https://api.github.com/users/orbitfold/followers", "following_url": "https://api.github.com/users/orbitfold/following{/other_user}", "gists_url": "https://api.github.com/users/orbitfold/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/orbitfold", "id": 1633974, "login": "orbitfold", "node_id": "MDQ6VXNlcjE2MzM5NzQ=", "organizations_url": "https://api.github.com/users/orbitfold/orgs", "received_events_url": "https://api.github.com/users/orbitfold/received_events", "repos_url": "https://api.github.com/users/orbitfold/repos", "site_admin": false, "starred_url": "https://api.github.com/users/orbitfold/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/orbitfold/subscriptions", "type": "User", "url": "https://api.github.com/users/orbitfold" }
[]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-15T09:06:41Z"
"2014-06-13T06:47:34Z"
"2012-05-19T17:22:06Z"
CONTRIBUTOR
null
Added simple KDE plotting functionality to plotting.py. It is largely based on LinePlot class.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1059/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1059/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1059.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1059", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/1059.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1059" }
https://api.github.com/repos/pandas-dev/pandas/issues/1060
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1060/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1060/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1060/events
https://github.com/pandas-dev/pandas/issues/1060
4,126,710
MDU6SXNzdWU0MTI2NzEw
1,060
Documentation for Take methods
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-15T22:41:14Z"
"2016-10-12T23:02:54Z"
"2012-05-07T14:41:13Z"
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1060/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1060/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1061
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1061/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1061/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1061/events
https://github.com/pandas-dev/pandas/issues/1061
4,128,039
MDU6SXNzdWU0MTI4MDM5
1,061
Better error messages during build/import for NumPy < 1.6
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-16T02:51:14Z"
"2012-05-07T14:46:18Z"
"2012-05-07T14:46:18Z"
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1061/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1061/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1062
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1062/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1062/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1062/events
https://github.com/pandas-dev/pandas/issues/1062
4,128,128
MDU6SXNzdWU0MTI4MTI4
1,062
KeyError raised out of DatetimeEngine formatted as int64
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-16T03:08:29Z"
"2012-04-22T02:02:50Z"
"2012-04-22T02:02:50Z"
MEMBER
null
``` In [12]: aapl[datetime(2011, 12, 7)] --------------------------------------------------------------------------- KeyError Traceback (most recent call last) /home/wesm/code/teaching/ga/<ipython-input-12-d32cb44b8294> in <module>() ----> 1 aapl[datetime(2011, 12, 7)] /home/wesm/code/pandas/pandas/core/series.pyc in __getitem__(self, key) 379 def __getitem__(self, key): 380 try: --> 381 return self.index.get_value(self, key) 382 except InvalidIndexError: 383 pass /home/wesm/code/pandas/pandas/core/index.pyc in get_value(self, series, key) 1747 pass 1748 -> 1749 return self._engine.get_value(series, to_timestamp(key)) 1750 1751 def get_loc(self, key): /home/wesm/code/pandas/pandas/_engines.so in pandas._engines.IndexEngine.get_value (pandas/src/engines.c:16263)() /home/wesm/code/pandas/pandas/_engines.so in pandas._engines.IndexEngine.get_value (pandas/src/engines.c:16129)() /home/wesm/code/pandas/pandas/_engines.so in pandas._engines.DatetimeEngine.get_loc (pandas/src/engines.c:20163)() /home/wesm/code/pandas/pandas/_engines.so in pandas._engines.Int64HashTable.get_item (pandas/src/engines.c:5498)() /home/wesm/code/pandas/pandas/_engines.so in pandas._engines.Int64HashTable.get_item (pandas/src/engines.c:5452)() KeyError: 1323216000000000 ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1062/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1062/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1063
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1063/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1063/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1063/events
https://github.com/pandas-dev/pandas/issues/1063
4,128,235
MDU6SXNzdWU0MTI4MjM1
1,063
Series.shift bugs, set default to periods=1
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-16T03:32:17Z"
"2012-04-22T00:14:11Z"
"2012-04-22T00:14:11Z"
MEMBER
null
``` In [46]: ts[:5] Out[46]: 2000-01-01 00:00:00 1.126328 2000-01-01 01:00:00 -1.551378 2000-01-01 02:00:00 -0.353657 2000-01-01 03:00:00 1.447303 2000-01-01 04:00:00 -0.423588 In [45]: ts[:5].shift(1, offset=pd.datetools.Hour(4)) /home/wesm/code/pandas/pandas/core/series.py:2517: FutureWarning: 'timeRule' and 'offset' parameters are deprecated, please use 'freq' instead FutureWarning) Out[45]: 2000-01-01 01:00:00 1.126328 2000-01-01 02:00:00 -1.551378 2000-01-01 03:00:00 -0.353657 2000-01-01 04:00:00 1.447303 2000-01-01 05:00:00 -0.423588 ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1063/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1063/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1064
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1064/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1064/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1064/events
https://github.com/pandas-dev/pandas/issues/1064
4,128,330
MDU6SXNzdWU0MTI4MzMw
1,064
Series.convert needs to be able to yield PeriodIndex-ed object
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
1
"2012-04-16T03:45:12Z"
"2012-04-23T05:00:11Z"
"2012-04-23T05:00:11Z"
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1064/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1064/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1065
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1065/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1065/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1065/events
https://github.com/pandas-dev/pandas/issues/1065
4,132,374
MDU6SXNzdWU0MTMyMzc0
1,065
Group By datatype screwed when group consists of one value
{ "avatar_url": "https://avatars.githubusercontent.com/u/1327168?v=4", "events_url": "https://api.github.com/users/gerigk/events{/privacy}", "followers_url": "https://api.github.com/users/gerigk/followers", "following_url": "https://api.github.com/users/gerigk/following{/other_user}", "gists_url": "https://api.github.com/users/gerigk/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/gerigk", "id": 1327168, "login": "gerigk", "node_id": "MDQ6VXNlcjEzMjcxNjg=", "organizations_url": "https://api.github.com/users/gerigk/orgs", "received_events_url": "https://api.github.com/users/gerigk/received_events", "repos_url": "https://api.github.com/users/gerigk/repos", "site_admin": false, "starred_url": "https://api.github.com/users/gerigk/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/gerigk/subscriptions", "type": "User", "url": "https://api.github.com/users/gerigk" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" } ]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
3
"2012-04-16T10:58:16Z"
"2012-04-23T17:46:38Z"
"2012-04-23T17:46:20Z"
NONE
null
x = DataFrame(np.arange(9).reshape(3,3)) x['test']=0 x['fl']= [1.3,1.5,1.6] x.groupby('test').agg({'fl':'sum',2:'size'}).dtypes Out[]: 2 int64 fl object (version 0.8) Output in 0.7.3 Out[]: 2 int64 fl float64 The output for x['test'] = [1,2,3] works fine
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1065/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1065/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1066
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1066/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1066/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1066/events
https://github.com/pandas-dev/pandas/issues/1066
4,134,056
MDU6SXNzdWU0MTM0MDU2
1,066
Master branch not building with Python 3
{ "avatar_url": "https://avatars.githubusercontent.com/u/1115020?v=4", "events_url": "https://api.github.com/users/leonbaum/events{/privacy}", "followers_url": "https://api.github.com/users/leonbaum/followers", "following_url": "https://api.github.com/users/leonbaum/following{/other_user}", "gists_url": "https://api.github.com/users/leonbaum/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/leonbaum", "id": 1115020, "login": "leonbaum", "node_id": "MDQ6VXNlcjExMTUwMjA=", "organizations_url": "https://api.github.com/users/leonbaum/orgs", "received_events_url": "https://api.github.com/users/leonbaum/received_events", "repos_url": "https://api.github.com/users/leonbaum/repos", "site_admin": false, "starred_url": "https://api.github.com/users/leonbaum/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/leonbaum/subscriptions", "type": "User", "url": "https://api.github.com/users/leonbaum" }
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
null
5
"2012-04-16T13:14:59Z"
"2017-08-31T04:01:46Z"
"2012-04-27T13:44:07Z"
NONE
null
I tried building the master branch with python 3.2.2 and cython-0.15.1 and ran into a couple problems. First, the compile failed because of the deprecated "basetring" used on line 48 of pandas/src/datetime.pyx. After fixing that, pandas built, but failed when I tried to import it: ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /home/emarkley/tmp/<ipython-input-1-d6ac987968b6> in <module>() ----> 1 import pandas /usr/local/lib/python3.2/site-packages/pandas-0.8.0.dev-py3.2-linux-x86_64.egg/pandas/__init__.py in <module>() 8 9 try: ---> 10 import pandas._tseries as lib 11 except Exception as e: # pragma: no cover 12 if 'No module named' in str(e): ImportError: /usr/local/lib/python3.2/site-packages/pandas-0.8.0.dev-py3.2-linux-x86_64.egg/pandas/_tseries.cpython-32m.so: undefined symbol: PyInt_AsLong ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1066/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1066/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1067
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1067/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1067/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1067/events
https://github.com/pandas-dev/pandas/issues/1067
4,136,954
MDU6SXNzdWU0MTM2OTU0
1,067
Handling of nested JSON records
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "207de5", "default": false, "description": "read_json, to_json, json_normalize", "id": 49379259, "name": "IO JSON", "node_id": "MDU6TGFiZWw0OTM3OTI1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON" } ]
closed
false
null
[]
{ "closed_at": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "RC1 ANN went out on 2013-12-6: https://groups.google.com/forum/#!topic/pydata/OHutLByJvK0\r\nTwo weeks, clear all reported bugs then call it on 2013-12-20. \r\n(@y-p)\r\n\r\nsince we've had some bugs reported at a high enough rate, extending rc by one\r\nweek until 2013-12-27. \r\n(@y-p)\r\n\r\nBumping to clear debian sparc\r\n2013-12-30. \r\n(@y-p)", "due_on": "2013-12-30T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/18", "id": 213925, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/18/labels", "node_id": "MDk6TWlsZXN0b25lMjEzOTI1", "number": 18, "open_issues": 0, "state": "closed", "title": "0.13", "updated_at": "2017-07-22T19:00:05Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/18" }
14
"2012-04-16T15:49:48Z"
"2019-03-13T16:43:02Z"
"2013-10-03T21:00:21Z"
MEMBER
null
``` Is there a simple way of grabbing nested keys when constructing a Pandas Dataframe from JSON. Using the example JSON from below, how would I build a Dataframe that uses this column_header = ['id_str', 'text', 'user.screen_name'], (i.e. how do I get the 'screen_name' from the 'user' key without flattening the JSON). Thanks, Vishal { u'_id': ObjectId('4f8b95e8a504d022e2000000'), u'contributors': None, u'coordinates': None, u'created_at': u'Mon Apr 16 03:45:44 +0000 2012', u'entities': { u'hashtags': [], u'urls': [ { u'display_url': u'stks.co/3M4X', u'expanded_url': u'http://stks.co/3M4X', u'indices': [72, 92], u'url': u'http://t.co/mGdTYusF'}], u'user_mentions': []}, u'favorited': False, u'geo': None, u'id': 191734090783916032L, u'id_str': u'191734090783916032', u'in_reply_to_screen_name': None, u'in_reply_to_status_id': None, u'in_reply_to_status_id_str': None, u'in_reply_to_user_id': None, u'in_reply_to_user_id_str': None, u'place': None, u'possibly_sensitive': False, u'possibly_sensitive_editable': True, u'processed_metadata': { u'created_date': datetime.datetime(2012, 4, 16, 3, 45, 44, tzinfo=<bson.tz_util.FixedOffset object at 0x104d63790>), u'search_queries': [ u'$AAPL', u'$MSFT', u'$GOOG'], u'source': u'Twitter Streaming API'}, u'retweet_count': 0, u'retweeted': False, u'source': u'<a href="http://stocktwits.com" rel="nofollow">StockTwits Web</a>', u'text': u'Interesting infographic on the internet and evolution of social media \u2794 http://t.co/mGdTYusF $FB $GOOG $TWIT $LNKD $AOL', u'truncated': False, u'user': { u'_id': u'speculatethemkt', u'contributors_enabled': False, u'created_at': u'Tue Nov 30 02:28:20 +0000 2010', u'default_profile': False, u'default_profile_image': False, u'description': u"I'm a 22-year old full-time forex trader living the location independent lifestyle. Author of The Trading Elite \u2794 http://amzn.to/I0nacY", u'favourites_count': 1, u'follow_request_sent': None, u'followers_count': 19658, u'following': None, u'friends_count': 596, u'geo_enabled': False, u'id': 221226895, u'id_str': u'221226895', u'is_translator': False, u'lang': u'en', u'listed_count': 6, u'location': u'Portland, OR', u'name': u'Jared M.', u'notifications': None, u'processed_metadata': { u'created_date': datetime.datetime(2012, 4, 16, 3, 45, 44, tzinfo=<bson.tz_util.FixedOffset object at 0x104d63790>), u'search_queries': [ u'$AAPL', u'$MSFT', u'$GOOG'], u'source': u'Twitter Streaming API'}, u'profile_background_color': u'4f4f4f', u'profile_background_image_url': u'http://a0.twimg.com/profile_background_images/438353849/TWITTER-BG.jpg', u'profile_background_image_url_https': u'https://si0.twimg.com/profile_background_images/438353849/TWITTER-BG.jpg', u'profile_background_tile': False, u'profile_image_url': u'http://a0.twimg.com/profile_images/2039368182/twitpic1_normal.png', u'profile_image_url_https': u'https://si0.twimg.com/profile_images/2039368182/twitpic1_normal.png', u'profile_link_color': u'bd0000', u'profile_sidebar_border_color': u'eeeeee', u'profile_sidebar_fill_color': u'efefef', u'profile_text_color': u'333333', u'profile_use_background_image': True, u'protected': False, u'screen_name': u'speculatethemkt', u'show_all_inline_media': True, u'statuses_count': 492, u'time_zone': u'Pacific Time (US & Canada)', u'url': u'http://www.speculatethemarkets.com', u'utc_offset': -28800, u'verified': False}} ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1067/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1067/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1068
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1068/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1068/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1068/events
https://github.com/pandas-dev/pandas/issues/1068
4,142,024
MDU6SXNzdWU0MTQyMDI0
1,068
Partial date indexing off by one error
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-16T20:35:37Z"
"2012-04-16T20:45:45Z"
"2012-04-16T20:45:45Z"
MEMBER
null
``` In [47]: rets.ix['2000'] Out[47]: <class 'pandas.core.frame.DataFrame'> DatetimeIndex: 261 entries, 2000-01-03 00:00:00 to 2001-01-01 00:00:00 Data columns: AAPL 261 non-null values GOOG 261 non-null values MSFT 261 non-null values dtypes: float64(3) ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1068/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1068/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1069
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1069/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1069/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1069/events
https://github.com/pandas-dev/pandas/issues/1069
4,142,358
MDU6SXNzdWU0MTQyMzU4
1,069
bool() operation on DataFrame should throw ValueError
{ "avatar_url": "https://avatars.githubusercontent.com/u/847299?v=4", "events_url": "https://api.github.com/users/dtcaciuc/events{/privacy}", "followers_url": "https://api.github.com/users/dtcaciuc/followers", "following_url": "https://api.github.com/users/dtcaciuc/following{/other_user}", "gists_url": "https://api.github.com/users/dtcaciuc/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/dtcaciuc", "id": 847299, "login": "dtcaciuc", "node_id": "MDQ6VXNlcjg0NzI5OQ==", "organizations_url": "https://api.github.com/users/dtcaciuc/orgs", "received_events_url": "https://api.github.com/users/dtcaciuc/received_events", "repos_url": "https://api.github.com/users/dtcaciuc/repos", "site_admin": false, "starred_url": "https://api.github.com/users/dtcaciuc/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dtcaciuc/subscriptions", "type": "User", "url": "https://api.github.com/users/dtcaciuc" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
3
"2012-04-16T20:52:04Z"
"2014-04-28T20:06:48Z"
"2012-05-07T18:04:50Z"
NONE
null
`DataFrame` should behave consistently with `Series` and NumPy arrays when used in boolean comparison. Additionally, should provide consistent `all`/`any` behaviour. ``` >>> from pandas import * >>> s = Series([1, 2, 3]) >>> bool(s) Traceback (most recent call last): File "<stdin>", line 1, in <module> ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() >>> d = DataFrame([[1,2,3]]) >>> bool(d) True # should throw ValueError as well >>> all(s) True >>> all(d) False # should be True ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1069/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1069/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1070
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1070/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1070/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1070/events
https://github.com/pandas-dev/pandas/pull/1070
4,147,340
MDExOlB1bGxSZXF1ZXN0MTE3NjAxNQ==
1,070
fixing the error in io/sql.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/1018252?v=4", "events_url": "https://api.github.com/users/pengyu/events{/privacy}", "followers_url": "https://api.github.com/users/pengyu/followers", "following_url": "https://api.github.com/users/pengyu/following{/other_user}", "gists_url": "https://api.github.com/users/pengyu/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/pengyu", "id": 1018252, "login": "pengyu", "node_id": "MDQ6VXNlcjEwMTgyNTI=", "organizations_url": "https://api.github.com/users/pengyu/orgs", "received_events_url": "https://api.github.com/users/pengyu/received_events", "repos_url": "https://api.github.com/users/pengyu/repos", "site_admin": false, "starred_url": "https://api.github.com/users/pengyu/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pengyu/subscriptions", "type": "User", "url": "https://api.github.com/users/pengyu" }
[]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
5
"2012-04-17T05:14:25Z"
"2014-07-04T03:14:05Z"
"2012-05-07T14:40:37Z"
CONTRIBUTOR
null
Not able to find an testing module in for io/sql.py. And I don't have time to create one now. So I paste the testing code below, which can be added into pandas later on. ``` #!/usr/bin/env python from pymysql import connect from pandas.io.sql import read_frame con = connect(host='genome-mysql.cse.ucsc.edu', user='genome', db='mm9') sql = 'select geneName as symbol, name as refSeq, chrom, strand, txStart, txEnd from refFlat limit 5' df = read_frame(sql, con) print df ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1070/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1070/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1070.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1070", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/1070.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1070" }
https://api.github.com/repos/pandas-dev/pandas/issues/1071
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1071/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1071/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1071/events
https://github.com/pandas-dev/pandas/issues/1071
4,153,105
MDU6SXNzdWU0MTUzMTA1
1,071
DataFrame does not work well with quantities
{ "avatar_url": "https://avatars.githubusercontent.com/u/29282?v=4", "events_url": "https://api.github.com/users/tkf/events{/privacy}", "followers_url": "https://api.github.com/users/tkf/followers", "following_url": "https://api.github.com/users/tkf/following{/other_user}", "gists_url": "https://api.github.com/users/tkf/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/tkf", "id": 29282, "login": "tkf", "node_id": "MDQ6VXNlcjI5Mjgy", "organizations_url": "https://api.github.com/users/tkf/orgs", "received_events_url": "https://api.github.com/users/tkf/received_events", "repos_url": "https://api.github.com/users/tkf/repos", "site_admin": false, "starred_url": "https://api.github.com/users/tkf/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tkf/subscriptions", "type": "User", "url": "https://api.github.com/users/tkf" }
[]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 278, "created_at": "2013-01-06T03:02:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "Milestone for filing things away that may be reached someday (at which point such issues should be moved to the appropriate release milestone)", "due_on": "2022-12-31T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/20", "id": 239227, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/20/labels", "node_id": "MDk6TWlsZXN0b25lMjM5MjI3", "number": 20, "open_issues": 108, "state": "open", "title": "Someday", "updated_at": "2021-08-08T01:48:22Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/20" }
3
"2012-04-17T13:46:33Z"
"2015-12-05T19:29:09Z"
"2015-12-05T19:29:09Z"
CONTRIBUTOR
null
``` python from pandas import DataFrame import quantities as pq df = DataFrame([[pq.Quantity(i, pq.s)] for i in range(3)]) df[1:] - df[:-1] ``` raises: `ValueError: Unable to convert between units of "dimensionless" and "s"` Note that the following works w/o error because pandas "strips" dimension: ``` python df = DataFrame(pq.Quantity(np.array([0,1,2]).T, pq.s)) df[1:] - df[:-1] ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1071/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1071/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1072
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1072/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1072/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1072/events
https://github.com/pandas-dev/pandas/issues/1072
4,154,639
MDU6SXNzdWU0MTU0NjM5
1,072
pandas/core/series_flymake.py uploaded in pypi
{ "avatar_url": "https://avatars.githubusercontent.com/u/29282?v=4", "events_url": "https://api.github.com/users/tkf/events{/privacy}", "followers_url": "https://api.github.com/users/tkf/followers", "following_url": "https://api.github.com/users/tkf/following{/other_user}", "gists_url": "https://api.github.com/users/tkf/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/tkf", "id": 29282, "login": "tkf", "node_id": "MDQ6VXNlcjI5Mjgy", "organizations_url": "https://api.github.com/users/tkf/orgs", "received_events_url": "https://api.github.com/users/tkf/received_events", "repos_url": "https://api.github.com/users/tkf/repos", "site_admin": false, "starred_url": "https://api.github.com/users/tkf/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tkf/subscriptions", "type": "User", "url": "https://api.github.com/users/tkf" }
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
{ "closed_at": "2012-10-11T23:49:54Z", "closed_issues": 49, "created_at": "2012-03-18T23:07:38Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-04-15T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/13", "id": 97380, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13/labels", "node_id": "MDk6TWlsZXN0b25lOTczODA=", "number": 13, "open_issues": 0, "state": "closed", "title": "0.7.3", "updated_at": "2012-10-11T23:49:54Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/13" }
3
"2012-04-17T15:02:08Z"
"2012-04-20T17:47:11Z"
"2012-04-20T17:47:11Z"
CONTRIBUTOR
null
Try: ``` wget http://pypi.python.org/packages/source/p/pandas/pandas-0.7.3.tar.gz tar tzf pandas-0.7.3.tar.gz | grep flymake ``` I don't mind but I happen to find it, so...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1072/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1072/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1073
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1073/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1073/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1073/events
https://github.com/pandas-dev/pandas/pull/1073
4,158,089
MDExOlB1bGxSZXF1ZXN0MTE4MDQwNg==
1,073
BUG Deprecating use of bool() on DataFrame, GH #1069
{ "avatar_url": "https://avatars.githubusercontent.com/u/1633772?v=4", "events_url": "https://api.github.com/users/echlebek/events{/privacy}", "followers_url": "https://api.github.com/users/echlebek/followers", "following_url": "https://api.github.com/users/echlebek/following{/other_user}", "gists_url": "https://api.github.com/users/echlebek/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/echlebek", "id": 1633772, "login": "echlebek", "node_id": "MDQ6VXNlcjE2MzM3NzI=", "organizations_url": "https://api.github.com/users/echlebek/orgs", "received_events_url": "https://api.github.com/users/echlebek/received_events", "repos_url": "https://api.github.com/users/echlebek/repos", "site_admin": false, "starred_url": "https://api.github.com/users/echlebek/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/echlebek/subscriptions", "type": "User", "url": "https://api.github.com/users/echlebek" }
[]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
1
"2012-04-17T18:05:17Z"
"2014-06-19T05:28:48Z"
"2012-05-07T18:02:35Z"
NONE
null
Calling bool() on DataFrame raises issues described in #1069. This change causes DataFrame to raise a ValueError when called with bool(), and instead provides a new property, dataframe.empty.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1073/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1073/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1073.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1073", "merged_at": "2012-05-07T18:02:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/1073.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1073" }
https://api.github.com/repos/pandas-dev/pandas/issues/1074
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1074/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1074/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1074/events
https://github.com/pandas-dev/pandas/issues/1074
4,174,022
MDU6SXNzdWU0MTc0MDIy
1,074
Crash when combining columns containing NaNs
{ "avatar_url": "https://avatars.githubusercontent.com/u/408526?v=4", "events_url": "https://api.github.com/users/elpres/events{/privacy}", "followers_url": "https://api.github.com/users/elpres/followers", "following_url": "https://api.github.com/users/elpres/following{/other_user}", "gists_url": "https://api.github.com/users/elpres/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/elpres", "id": 408526, "login": "elpres", "node_id": "MDQ6VXNlcjQwODUyNg==", "organizations_url": "https://api.github.com/users/elpres/orgs", "received_events_url": "https://api.github.com/users/elpres/received_events", "repos_url": "https://api.github.com/users/elpres/repos", "site_admin": false, "starred_url": "https://api.github.com/users/elpres/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/elpres/subscriptions", "type": "User", "url": "https://api.github.com/users/elpres" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" } ]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
3
"2012-04-18T15:06:23Z"
"2012-05-07T14:21:19Z"
"2012-05-07T14:17:05Z"
CONTRIBUTOR
null
Here's the code: ``` In [23]: d = DataFrame({'a': [np.nan, False], 'b': [True, True]}) In [24]: d['a'] | d['b'] ERROR: An unexpected error occurred while tokenizing input The following traceback may be corrupted or invalid The error message is: ('EOF in multi-line statement', (1025, 0)) ERROR: An unexpected error occurred while tokenizing input The following traceback may be corrupted or invalid The error message is: ('EOF in multi-line statement', (1036, 0)) --------------------------------------------------------------------------- ValueError Traceback (most recent call last) /media/DATA/Code/Epidemic/<ipython-input-25-f18359aab663> in <module>() ----> 1 d['a'].fillna(False) | d['b'] /usr/lib/python2.7/site-packages/pandas/core/series.pyc in wrapper(self, other) 143 if isinstance(other, Series): 144 name = _maybe_match_name(self, other) --> 145 return Series(na_op(self.values, other.values), 146 index=self.index, name=name) 147 elif isinstance(other, DataFrame): /usr/lib/python2.7/site-packages/pandas/core/series.pyc in na_op(x, y) 132 133 if isinstance(y, np.ndarray): --> 134 result = lib.vec_binop(x, y, op) 135 else: 136 result = lib.scalar_binop(x, y, op) /usr/lib/python2.7/site-packages/pandas/_tseries.so in pandas._tseries.vec_binop (pandas/src/tseries.c:9600)() ValueError: Buffer dtype mismatch, expected 'Python object' but got 'double' ``` This seems to happen when performing any kind of boolean operation on a column containing a NaN. Calling .fillna() on it before the operation doesn't help (i.e. "d['a'].fillna(False) | d['b']" crashes as well). Also, "d['a'] & True" will fail too, but without the messages about "tokenizing input".
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1074/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1074/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1075
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1075/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1075/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1075/events
https://github.com/pandas-dev/pandas/issues/1075
4,175,894
MDU6SXNzdWU0MTc1ODk0
1,075
OpenSuse 12.1: install error......easy_install
{ "avatar_url": "https://avatars.githubusercontent.com/u/1656188?v=4", "events_url": "https://api.github.com/users/BMeridian/events{/privacy}", "followers_url": "https://api.github.com/users/BMeridian/followers", "following_url": "https://api.github.com/users/BMeridian/following{/other_user}", "gists_url": "https://api.github.com/users/BMeridian/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/BMeridian", "id": 1656188, "login": "BMeridian", "node_id": "MDQ6VXNlcjE2NTYxODg=", "organizations_url": "https://api.github.com/users/BMeridian/orgs", "received_events_url": "https://api.github.com/users/BMeridian/received_events", "repos_url": "https://api.github.com/users/BMeridian/repos", "site_admin": false, "starred_url": "https://api.github.com/users/BMeridian/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/BMeridian/subscriptions", "type": "User", "url": "https://api.github.com/users/BMeridian" }
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
null
16
"2012-04-18T16:41:14Z"
"2013-12-04T01:20:00Z"
"2012-04-18T17:52:13Z"
NONE
null
using easy install on 0.7.3 Searching for pandas Reading http://pypi.python.org/simple/pandas/ Reading http://pandas.pydata.org Reading http://pandas.sourceforge.net Best match: pandas 0.7.3 Downloading http://pypi.python.org/packages/source/p/pandas/pandas-0.7.3.zip#md5=1c06999a379ee4b8765291bc1519bec9 Processing pandas-0.7.3.zip Running pandas-0.7.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-6D8TYW/pandas-0.7.3/egg-dist-tmp-InWfu5 warning: no files found matching 'setupegg.py' no previously-included directories found matching 'doc/build' warning: no previously-included files matching '_.so' found anywhere in distribution warning: no previously-included files matching '_.pyd' found anywhere in distribution warning: no previously-included files matching '_.pyc' found anywhere in distribution warning: no previously-included files matching '.git_' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.png' found anywhere in distribution unable to execute gcc: No such file or directory error: Setup script exited with error: command 'gcc' failed with exit status 1 Any help? Also, how would I download 0.8.0 from repo and install.......
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1075/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1075/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1076
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1076/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1076/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1076/events
https://github.com/pandas-dev/pandas/issues/1076
4,176,076
MDU6SXNzdWU0MTc2MDc2
1,076
Implement some kind of irregular DataFrame proxy data structure
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "DDDDDD", "default": false, "description": "Long-Term Enhancement Discussions", "id": 157369, "name": "Ideas", "node_id": "MDU6TGFiZWwxNTczNjk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Ideas" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/other_user}", "gists_url": "https://api.github.com/users/jorisvandenbossche/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jorisvandenbossche", "id": 1020496, "login": "jorisvandenbossche", "node_id": "MDQ6VXNlcjEwMjA0OTY=", "organizations_url": "https://api.github.com/users/jorisvandenbossche/orgs", "received_events_url": "https://api.github.com/users/jorisvandenbossche/received_events", "repos_url": "https://api.github.com/users/jorisvandenbossche/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jorisvandenbossche/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jorisvandenbossche/subscriptions", "type": "User", "url": "https://api.github.com/users/jorisvandenbossche" }, "description": "A milestone for closed or open issues for which there is no action needed (eg not a bug, just a question / discussion, nothing to resolve, wontfix, etc).\r\n\r\n", "due_on": null, "html_url": "https://github.com/pandas-dev/pandas/milestone/33", "id": 997544, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/33/labels", "node_id": "MDk6TWlsZXN0b25lOTk3NTQ0", "number": 33, "open_issues": 11, "state": "open", "title": "No action", "updated_at": "2021-11-19T17:33:16Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/33" }
1
"2012-04-18T16:49:44Z"
"2017-01-25T21:00:52Z"
"2017-01-25T15:49:35Z"
MEMBER
null
To facilitate groupby-type operations, from mailing list: `````` With the following: df # predefined df['E'] = pandas.Series(0.) for grp_name, grp_data in df.groupby(['C','D']): # snipped code here; returns a scalar x that is dependent on grp_data grp_data['E'] = x # NB df['E'] not updated I was wondering if there was a way of internally capturing child- parent relationships between dataframes so that each 'grp_data' dataframe knows that its parent is dataframe 'df' and knows how to propagate assignments back to the parent dataframe using column names and row masks. I suppose this would require that grp_data is an instance of a subclass of pandas.DataFrame.``` Not sure how feasible this is, but an idea. ``````
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1076/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1076/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1077
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1077/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1077/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1077/events
https://github.com/pandas-dev/pandas/issues/1077
4,176,653
MDU6SXNzdWU0MTc2NjUz
1,077
What should happen to a non-unique time series in frequency conversion?
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-18T17:23:39Z"
"2012-04-23T18:04:02Z"
"2012-04-23T18:04:02Z"
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1077/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1077/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1078
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1078/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1078/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1078/events
https://github.com/pandas-dev/pandas/issues/1078
4,178,288
MDU6SXNzdWU0MTc4Mjg4
1,078
A bug in HDFStore with MultiIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/29282?v=4", "events_url": "https://api.github.com/users/tkf/events{/privacy}", "followers_url": "https://api.github.com/users/tkf/followers", "following_url": "https://api.github.com/users/tkf/following{/other_user}", "gists_url": "https://api.github.com/users/tkf/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/tkf", "id": 29282, "login": "tkf", "node_id": "MDQ6VXNlcjI5Mjgy", "organizations_url": "https://api.github.com/users/tkf/orgs", "received_events_url": "https://api.github.com/users/tkf/received_events", "repos_url": "https://api.github.com/users/tkf/repos", "site_admin": false, "starred_url": "https://api.github.com/users/tkf/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tkf/subscriptions", "type": "User", "url": "https://api.github.com/users/tkf" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
2
"2012-04-18T18:46:54Z"
"2016-10-12T23:02:54Z"
"2012-05-03T22:35:31Z"
CONTRIBUTOR
null
``` python randn = np.random.randn from pandas import * index = MultiIndex.from_tuples([('a', 0), ('b', 'y')]) df = DataFrame(randn(3, 2), columns=index) store = HDFStore('/tmp/testpandas.hdf5') store['multi'] = df ``` raises `ValueError: invalid literal for long() with base 10: 'y'`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1078/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1078/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1079
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1079/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1079/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1079/events
https://github.com/pandas-dev/pandas/issues/1079
4,180,102
MDU6SXNzdWU0MTgwMTAy
1,079
Can't compare Dataframe to None
{ "avatar_url": "https://avatars.githubusercontent.com/u/648190?v=4", "events_url": "https://api.github.com/users/nmichaud/events{/privacy}", "followers_url": "https://api.github.com/users/nmichaud/followers", "following_url": "https://api.github.com/users/nmichaud/following{/other_user}", "gists_url": "https://api.github.com/users/nmichaud/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/nmichaud", "id": 648190, "login": "nmichaud", "node_id": "MDQ6VXNlcjY0ODE5MA==", "organizations_url": "https://api.github.com/users/nmichaud/orgs", "received_events_url": "https://api.github.com/users/nmichaud/received_events", "repos_url": "https://api.github.com/users/nmichaud/repos", "site_admin": false, "starred_url": "https://api.github.com/users/nmichaud/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nmichaud/subscriptions", "type": "User", "url": "https://api.github.com/users/nmichaud" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
2
"2012-04-18T20:16:09Z"
"2012-05-08T19:13:42Z"
"2012-05-08T19:13:42Z"
CONTRIBUTOR
null
> import pandas > import numpy > df = pandas.DataFrame(numpy.random.randn(8, 3), index=range(8),columns=['A', 'B', 'C']) > None == df raises: pandas.core.common.PandasError: DataFrame constructor not properly called!
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1079/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1079/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1080
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1080/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1080/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1080/events
https://github.com/pandas-dev/pandas/issues/1080
4,183,659
MDU6SXNzdWU0MTgzNjU5
1,080
Check/test partial time series indexing in non-monotonic time series
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-19T00:11:36Z"
"2012-04-22T15:28:01Z"
"2012-04-22T15:28:01Z"
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1080/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1080/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1081
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1081/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1081/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1081/events
https://github.com/pandas-dev/pandas/issues/1081
4,188,643
MDU6SXNzdWU0MTg4NjQz
1,081
duplicated time series index entries after hdf5 store (dayligth saving time related)
{ "avatar_url": "https://avatars.githubusercontent.com/u/1622906?v=4", "events_url": "https://api.github.com/users/bmu/events{/privacy}", "followers_url": "https://api.github.com/users/bmu/followers", "following_url": "https://api.github.com/users/bmu/following{/other_user}", "gists_url": "https://api.github.com/users/bmu/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/bmu", "id": 1622906, "login": "bmu", "node_id": "MDQ6VXNlcjE2MjI5MDY=", "organizations_url": "https://api.github.com/users/bmu/orgs", "received_events_url": "https://api.github.com/users/bmu/received_events", "repos_url": "https://api.github.com/users/bmu/repos", "site_admin": false, "starred_url": "https://api.github.com/users/bmu/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/bmu/subscriptions", "type": "User", "url": "https://api.github.com/users/bmu" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
3
"2012-04-19T10:00:10Z"
"2012-05-14T15:24:50Z"
"2012-05-14T15:24:50Z"
NONE
null
I have a data frame like this ``` >> df <class 'pandas.core.frame.DataFrame'> Index: 596520 entries, 2006-04-14 00:00:00 to 2011-12-31 23:55:00 Data columns: g_m_pyr__0 596520 non-null values e_wr__0 596520 non-null values p_nenn_sg__0 596520 non-null values flaeche_sg__0 596520 non-null values dtypes: float64(4) >> df.index[0].timetuple() time.struct_time(tm_year=2006, tm_mon=4, tm_mday=14, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=104, tm_isdst=-1) >> df.index.get_duplicates() [] ``` saving this dataframe to hdf5 and reloading it results in duplicated index entries: ``` >> store = pd.io.pytables.HDFStore('store.h5') >> store['df'] = df >> df2 = store['df'] >> df2.index.get_duplicates() [datetime.datetime(2007, 3, 25, 3, 0), datetime.datetime(2007, 3, 25, 3, 5), datetime.datetime(2007, 3, 25, 3, 10), datetime.datetime(2007, 3, 25, 3, 15), datetime.datetime(2007, 3, 25, 3, 20), datetime.datetime(2007, 3, 25, 3, 25), datetime.datetime(2007, 3, 25, 3, 30), datetime.datetime(2007, 3, 25, 3, 35), datetime.datetime(2007, 3, 25, 3, 40), datetime.datetime(2007, 3, 25, 3, 45), datetime.datetime(2007, 3, 25, 3, 50), datetime.datetime(2007, 3, 25, 3, 55), datetime.datetime(2008, 3, 30, 3, 0), datetime.datetime(2008, 3, 30, 3, 5), datetime.datetime(2008, 3, 30, 3, 10), datetime.datetime(2008, 3, 30, 3, 15), datetime.datetime(2008, 3, 30, 3, 20), datetime.datetime(2008, 3, 30, 3, 25), datetime.datetime(2008, 3, 30, 3, 30), datetime.datetime(2008, 3, 30, 3, 35), datetime.datetime(2008, 3, 30, 3, 40), datetime.datetime(2008, 3, 30, 3, 45), datetime.datetime(2008, 3, 30, 3, 50), datetime.datetime(2008, 3, 30, 3, 55), datetime.datetime(2009, 3, 29, 3, 0), datetime.datetime(2009, 3, 29, 3, 5), datetime.datetime(2009, 3, 29, 3, 10), datetime.datetime(2009, 3, 29, 3, 15), datetime.datetime(2009, 3, 29, 3, 20), datetime.datetime(2009, 3, 29, 3, 25), datetime.datetime(2009, 3, 29, 3, 30), datetime.datetime(2009, 3, 29, 3, 35), datetime.datetime(2009, 3, 29, 3, 40), datetime.datetime(2009, 3, 29, 3, 45), datetime.datetime(2009, 3, 29, 3, 50), datetime.datetime(2009, 3, 29, 3, 55), datetime.datetime(2010, 3, 28, 3, 0), datetime.datetime(2010, 3, 28, 3, 5), datetime.datetime(2010, 3, 28, 3, 10), datetime.datetime(2010, 3, 28, 3, 15), datetime.datetime(2010, 3, 28, 3, 20), datetime.datetime(2010, 3, 28, 3, 25), datetime.datetime(2010, 3, 28, 3, 30), datetime.datetime(2010, 3, 28, 3, 35), datetime.datetime(2010, 3, 28, 3, 40), datetime.datetime(2010, 3, 28, 3, 45), datetime.datetime(2010, 3, 28, 3, 50), datetime.datetime(2010, 3, 28, 3, 55), datetime.datetime(2011, 3, 27, 3, 0), datetime.datetime(2011, 3, 27, 3, 5), datetime.datetime(2011, 3, 27, 3, 10), datetime.datetime(2011, 3, 27, 3, 15), datetime.datetime(2011, 3, 27, 3, 20), datetime.datetime(2011, 3, 27, 3, 25), datetime.datetime(2011, 3, 27, 3, 30), datetime.datetime(2011, 3, 27, 3, 35), datetime.datetime(2011, 3, 27, 3, 40), datetime.datetime(2011, 3, 27, 3, 45), datetime.datetime(2011, 3, 27, 3, 50), datetime.datetime(2011, 3, 27, 3, 55)] ``` I get the same duplicates with other time series os the same kind and the duplicates are in march for every dataframe. Is this a pandas problem?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1081/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1081/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1082
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1082/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1082/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1082/events
https://github.com/pandas-dev/pandas/issues/1082
4,194,354
MDU6SXNzdWU0MTk0MzU0
1,082
OpenSuse 12.1: install error......easy_install
{ "avatar_url": "https://avatars.githubusercontent.com/u/1656188?v=4", "events_url": "https://api.github.com/users/BMeridian/events{/privacy}", "followers_url": "https://api.github.com/users/BMeridian/followers", "following_url": "https://api.github.com/users/BMeridian/following{/other_user}", "gists_url": "https://api.github.com/users/BMeridian/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/BMeridian", "id": 1656188, "login": "BMeridian", "node_id": "MDQ6VXNlcjE2NTYxODg=", "organizations_url": "https://api.github.com/users/BMeridian/orgs", "received_events_url": "https://api.github.com/users/BMeridian/received_events", "repos_url": "https://api.github.com/users/BMeridian/repos", "site_admin": false, "starred_url": "https://api.github.com/users/BMeridian/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/BMeridian/subscriptions", "type": "User", "url": "https://api.github.com/users/BMeridian" }
[]
closed
false
null
[]
null
8
"2012-04-19T15:46:13Z"
"2013-12-04T00:43:27Z"
"2012-04-19T17:25:00Z"
NONE
null
continued from 1075.... 0.8.0 wont compile. > python.h are there > numpy dev are there. error below.... any help? pandas/src/tseries.c:125721:14: warning: variable ‘__pyx_bshape_0_left’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c:125720:14: warning: variable ‘__pyx_bstride_0_left’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c:125718:14: warning: variable ‘__pyx_bshape_0_left_sorter’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c:125717:14: warning: variable ‘__pyx_bstride_0_left_sorter’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c:125712:14: warning: variable ‘__pyx_bshape_0_right_sorter’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c:125711:14: warning: variable ‘__pyx_bstride_0_right_sorter’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c:125700:14: warning: variable ‘__pyx_bshape_0_right’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c:125699:14: warning: variable ‘__pyx_bstride_0_right’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c: In function ‘__pyx_pf_6pandas_8_tseries_230full_outer_join’: pandas/src/tseries.c:126907:14: warning: variable ‘__pyx_bshape_0_left’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c:126906:14: warning: variable ‘__pyx_bstride_0_left’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c:126901:14: warning: variable ‘__pyx_bshape_0_left_sorter’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c:126900:14: warning: variable ‘__pyx_bstride_0_left_sorter’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c:126895:14: warning: variable ‘__pyx_bshape_0_right_sorter’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c:126894:14: warning: variable ‘__pyx_bstride_0_right_sorter’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c:126889:14: warning: variable ‘__pyx_bshape_0_right’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c:126888:14: warning: variable ‘__pyx_bstride_0_right’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c: In function ‘__pyx_pf_6pandas_8_tseries_232join_sorter’: pandas/src/tseries.c:128059:14: warning: variable ‘__pyx_bshape_0_where’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c:128056:14: warning: variable ‘__pyx_bshape_0_counts’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c:128053:14: warning: variable ‘__pyx_bshape_0_result’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c:128050:14: warning: variable ‘__pyx_bshape_0_index’ set but not used [-Wunused-but-set-variable] pandas/src/tseries.c: In function ‘__pyx_pf_6pandas_8_tseries_19maybe_booleans_to_slice’: pandas/src/tseries.c:8484:15: warning: ‘__pyx_v_end’ may be used uninitialized in this function [-Wuninitialized] pandas/src/tseries.c:8482:15: warning: ‘__pyx_v_start’ may be used uninitialized in this function [-Wuninitialized] pandas/src/tseries.c: In function ‘__pyx_pf_6pandas_8_tseries_89group_ohlc’: pandas/src/tseries.c:52915:147: warning: ‘__pyx_v_vclose’ may be used uninitialized in this function [-Wuninitialized] pandas/src/tseries.c:52764:22: warning: ‘__pyx_v_vlow’ may be used uninitialized in this function [-Wuninitialized] pandas/src/tseries.c:52786:22: warning: ‘__pyx_v_vhigh’ may be used uninitialized in this function [-Wuninitialized] pandas/src/tseries.c:52882:147: warning: ‘__pyx_v_vopen’ may be used uninitialized in this function [-Wuninitialized] gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -fPIC -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/src/np_datetime.c -o build/temp.linux-x86_64-2.7/pandas/src/np_datetime.o In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1973:0, from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, from pandas/src/np_datetime.c:11: /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: #warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -fPIC -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/src/np_datetime_strings.c -o build/temp.linux-x86_64-2.7/pandas/src/np_datetime_strings.o In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1973:0, from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15, from pandas/src/np_datetime_strings.c:17: /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: #warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] pandas/src/np_datetime_strings.c: In function ‘get_datetime_iso_8601_strlen’: pandas/src/np_datetime_strings.c:911:14: error: ‘NPY_FR_B’ undeclared (first use in this function) pandas/src/np_datetime_strings.c:911:14: note: each undeclared identifier is reported only once for each function it appears in pandas/src/np_datetime_strings.c:888:5: warning: enumeration value ‘NPY_FR_GENERIC’ not handled in switch [-Wswitch] error: command 'gcc' failed with exit status 1
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1082/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1082/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1083
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1083/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1083/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1083/events
https://github.com/pandas-dev/pandas/issues/1083
4,195,622
MDU6SXNzdWU0MTk1NjIy
1,083
DataFrame stores complex number as object sometimes
{ "avatar_url": "https://avatars.githubusercontent.com/u/29282?v=4", "events_url": "https://api.github.com/users/tkf/events{/privacy}", "followers_url": "https://api.github.com/users/tkf/followers", "following_url": "https://api.github.com/users/tkf/following{/other_user}", "gists_url": "https://api.github.com/users/tkf/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/tkf", "id": 29282, "login": "tkf", "node_id": "MDQ6VXNlcjI5Mjgy", "organizations_url": "https://api.github.com/users/tkf/orgs", "received_events_url": "https://api.github.com/users/tkf/received_events", "repos_url": "https://api.github.com/users/tkf/repos", "site_admin": false, "starred_url": "https://api.github.com/users/tkf/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tkf/subscriptions", "type": "User", "url": "https://api.github.com/users/tkf" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
1
"2012-04-19T16:56:09Z"
"2012-05-15T00:10:06Z"
"2012-05-15T00:10:06Z"
CONTRIBUTOR
null
``` python >>> DataFrame([[0.0 + 1j, 0.0 + 2j]]).values array([[1j, 2j]], dtype=object) >>> DataFrame([np.array([1j, 2j])]).values array([[ 0.+1.j, 0.+2.j]]) ``` I think these two examples should yield the same result.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1083/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1083/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1084
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1084/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1084/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1084/events
https://github.com/pandas-dev/pandas/pull/1084
4,200,196
MDExOlB1bGxSZXF1ZXN0MTE5ODM5MA==
1,084
datetime stuff on python 3
{ "avatar_url": "https://avatars.githubusercontent.com/u/327925?v=4", "events_url": "https://api.github.com/users/takluyver/events{/privacy}", "followers_url": "https://api.github.com/users/takluyver/followers", "following_url": "https://api.github.com/users/takluyver/following{/other_user}", "gists_url": "https://api.github.com/users/takluyver/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/takluyver", "id": 327925, "login": "takluyver", "node_id": "MDQ6VXNlcjMyNzkyNQ==", "organizations_url": "https://api.github.com/users/takluyver/orgs", "received_events_url": "https://api.github.com/users/takluyver/received_events", "repos_url": "https://api.github.com/users/takluyver/repos", "site_admin": false, "starred_url": "https://api.github.com/users/takluyver/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/takluyver/subscriptions", "type": "User", "url": "https://api.github.com/users/takluyver" }
[]
closed
false
null
[]
null
5
"2012-04-19T21:06:47Z"
"2014-07-04T09:30:55Z"
"2012-04-26T21:45:17Z"
CONTRIBUTOR
null
See issue #1066. This is enough to get pandas to import in Python 3; I've not yet tried beyond that.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1084/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1084/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1084.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1084", "merged_at": "2012-04-26T21:45:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/1084.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1084" }
https://api.github.com/repos/pandas-dev/pandas/issues/1085
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1085/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1085/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1085/events
https://github.com/pandas-dev/pandas/issues/1085
4,201,988
MDU6SXNzdWU0MjAxOTg4
1,085
Empty string -> NaT in to_datetime
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-19T22:34:34Z"
"2012-04-20T18:02:56Z"
"2012-04-20T18:02:56Z"
MEMBER
null
``` In [8]: to_datetime('') Out[8]: datetime.datetime(2012, 4, 19, 0, 0) ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1085/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1085/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1086
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1086/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1086/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1086/events
https://github.com/pandas-dev/pandas/issues/1086
4,203,817
MDU6SXNzdWU0MjAzODE3
1,086
Interesting "chessboard" plotting recipe
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
null
[]
null
0
"2012-04-20T01:32:39Z"
"2013-12-04T00:58:18Z"
"2012-04-20T01:32:44Z"
MEMBER
null
http://stackoverflow.com/questions/10194482/custom-matplotlib-plot-chess-board-like-table-with-colored-cells
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1086/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1086/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1087
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1087/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1087/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1087/events
https://github.com/pandas-dev/pandas/issues/1087
4,203,819
MDU6SXNzdWU0MjAzODE5
1,087
Interesting "chessboard" plotting recipe
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/24/labels", "node_id": "MDk6TWlsZXN0b25lNTI2MDYy", "number": 24, "open_issues": 0, "state": "closed", "title": "0.14.0", "updated_at": "2016-12-29T13:57:13Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/24" }
2
"2012-04-20T01:32:39Z"
"2014-03-09T15:20:22Z"
"2014-03-09T15:20:22Z"
MEMBER
null
http://stackoverflow.com/questions/10194482/custom-matplotlib-plot-chess-board-like-table-with-colored-cells
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1087/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1087/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1088
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1088/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1088/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1088/events
https://github.com/pandas-dev/pandas/issues/1088
4,204,044
MDU6SXNzdWU0MjA0MDQ0
1,088
Week of month alias cleanup + legacy naming
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-20T02:05:23Z"
"2012-04-20T20:33:43Z"
"2012-04-20T20:33:43Z"
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1088/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1088/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1089
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1089/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1089/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1089/events
https://github.com/pandas-dev/pandas/issues/1089
4,204,084
MDU6SXNzdWU0MjA0MDg0
1,089
Enable passing string + validation to tz field in DatetimeIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-20T02:11:21Z"
"2012-04-20T17:42:49Z"
"2012-04-20T17:42:49Z"
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1089/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1089/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1090
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1090/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1090/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1090/events
https://github.com/pandas-dev/pandas/issues/1090
4,213,089
MDU6SXNzdWU0MjEzMDg5
1,090
negative variances
{ "avatar_url": "https://avatars.githubusercontent.com/u/1462203?v=4", "events_url": "https://api.github.com/users/turkeytest/events{/privacy}", "followers_url": "https://api.github.com/users/turkeytest/followers", "following_url": "https://api.github.com/users/turkeytest/following{/other_user}", "gists_url": "https://api.github.com/users/turkeytest/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/turkeytest", "id": 1462203, "login": "turkeytest", "node_id": "MDQ6VXNlcjE0NjIyMDM=", "organizations_url": "https://api.github.com/users/turkeytest/orgs", "received_events_url": "https://api.github.com/users/turkeytest/received_events", "repos_url": "https://api.github.com/users/turkeytest/repos", "site_admin": false, "starred_url": "https://api.github.com/users/turkeytest/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/turkeytest/subscriptions", "type": "User", "url": "https://api.github.com/users/turkeytest" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
1
"2012-04-20T15:42:53Z"
"2012-04-22T14:51:03Z"
"2012-04-22T14:51:03Z"
NONE
null
Hello, It seems possible to have negative variances due to numerical inaccuracies. This is because nanops.py, line 120 does not take the absolute value of the result. Having negative values will cause std() to return NaN when it should be 0. The code below should [probabilistically] recreate the problem. It could also be turned into a unit test. Thanks! from pandas import DataFrame import numpy as np random_repeated_rows = np.array( [np.random.random((10000,)),] \* 10 ) my_var = DataFrame( random_repeated_rows ).var() len( my_var[ my_var < 0 ] ) # returns a negative slightly less than half of the time np.min( DataFrame( random_repeated_rows ).var() ) # returns a tiny negative -9.8686491077791697e-16 np.min( DataFrame( random_repeated_rows ).values.var(axis=0) ) # returns 0
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1090/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1090/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1091
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1091/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1091/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1091/events
https://github.com/pandas-dev/pandas/pull/1091
4,214,870
MDExOlB1bGxSZXF1ZXN0MTIwNDY1OA==
1,091
BUG: _nanvar may return small negative if given a constant array
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_url": "https://api.github.com/users/changhiskhan/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/changhiskhan", "id": 759245, "login": "changhiskhan", "node_id": "MDQ6VXNlcjc1OTI0NQ==", "organizations_url": "https://api.github.com/users/changhiskhan/orgs", "received_events_url": "https://api.github.com/users/changhiskhan/received_events", "repos_url": "https://api.github.com/users/changhiskhan/repos", "site_admin": false, "starred_url": "https://api.github.com/users/changhiskhan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/changhiskhan/subscriptions", "type": "User", "url": "https://api.github.com/users/changhiskhan" }
[]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-20T17:33:19Z"
"2014-07-06T13:26:24Z"
"2012-04-22T03:58:31Z"
CONTRIBUTOR
null
GH #1090
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1091/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1091/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1091.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1091", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/1091.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1091" }
https://api.github.com/repos/pandas-dev/pandas/issues/1092
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1092/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1092/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1092/events
https://github.com/pandas-dev/pandas/issues/1092
4,216,608
MDU6SXNzdWU0MjE2NjA4
1,092
Trim scipy.stats dependencies
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-20T19:30:07Z"
"2014-01-02T22:04:58Z"
"2012-04-22T01:26:59Z"
MEMBER
null
Need to ship scoreatpercentile and a couple other things
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1092/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1092/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1093
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1093/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1093/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1093/events
https://github.com/pandas-dev/pandas/issues/1093
4,216,697
MDU6SXNzdWU0MjE2Njk3
1,093
Add more flexible shift/roll functionality to DataFrame, esp axis=1
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" } ]
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/24/labels", "node_id": "MDk6TWlsZXN0b25lNTI2MDYy", "number": 24, "open_issues": 0, "state": "closed", "title": "0.14.0", "updated_at": "2016-12-29T13:57:13Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/24" }
1
"2012-04-20T19:36:06Z"
"2014-03-09T15:25:29Z"
"2014-03-09T15:25:29Z"
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1093/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1093/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1094
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1094/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1094/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1094/events
https://github.com/pandas-dev/pandas/issues/1094
4,217,456
MDU6SXNzdWU0MjE3NDU2
1,094
Add join argument to Series/DataFrame.add, etc.
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "Changes that would be nice to have in the next release. These issues are not blocking. They will be pushed to the next release if no one has time to fix them.", "due_on": null, "html_url": "https://github.com/pandas-dev/pandas/milestone/32", "id": 933188, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32/labels", "node_id": "MDk6TWlsZXN0b25lOTMzMTg4", "number": 32, "open_issues": 1053, "state": "open", "title": "Contributions Welcome", "updated_at": "2021-11-21T00:50:06Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32" }
10
"2012-04-20T20:23:40Z"
"2021-02-06T18:49:35Z"
"2021-02-06T18:49:35Z"
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1094/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1094/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1095
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1095/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1095/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1095/events
https://github.com/pandas-dev/pandas/issues/1095
4,217,724
MDU6SXNzdWU0MjE3NzI0
1,095
Better error message when date_range improperly specified
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-20T20:38:32Z"
"2012-04-22T01:49:53Z"
"2012-04-22T01:49:53Z"
MEMBER
null
noticed in test failure: ``` ====================================================================== ERROR: test_shift_multiple_of_same_base (__main__.TestLegacySupport) ---------------------------------------------------------------------- Traceback (most recent call last): File "pandas/tests/test_timeseries.py", line 624, in test_shift_multiple_of_same_base ts = Series(np.random.randn(5), index=date_range('1/1/2000', freq='H')) File "/home/wesm/code/pandas/pandas/core/daterange.py", line 65, in date_range freq=freq, tz=tz, normalize=normalize) File "/home/wesm/code/pandas/pandas/core/index.py", line 1279, in __new__ b, e = Timestamp(start), Timestamp(end) File "datetime.pyx", line 59, in pandas._tseries.Timestamp.__new__ (pandas/src/tseries.c:27720) AttributeError: 'NoneType' object has no attribute 'dtval' ---------------------------------------------------------------------- ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1095/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1095/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1096
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1096/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1096/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1096/events
https://github.com/pandas-dev/pandas/issues/1096
4,217,788
MDU6SXNzdWU0MjE3Nzg4
1,096
Enable +/- ops to work between DatetimeIndex and DateOffset objects
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-20T20:42:23Z"
"2012-04-23T17:21:00Z"
"2012-04-23T17:20:59Z"
MEMBER
null
``` In [1]: index = DatetimeIndex(['1/1/2000', '1/2/2000']) In [2]: index Out[2]: DatetimeIndex([2000-01-01 00:00:00, 2000-01-02 00:00:00], dtype=datetime64[us]) In [3]: index + datetools.Hour(2) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) /home/wesm/code/pandas/<ipython-input-3-6142ead163c9> in <module>() ----> 1 index + datetools.Hour(2) /home/wesm/code/pandas/pandas/core/index.pyc in wrapper(self, other) 1142 else: 1143 func = getattr(super(DatetimeIndex, self), opname) -> 1144 return func(other) 1145 return wrapper 1146 /home/wesm/code/pandas/pandas/core/index.pyc in __add__(self, other) 412 return self.union(other) 413 else: --> 414 return Index(self.view(np.ndarray) + other) 415 416 __eq__ = _indexOp('__eq__') TypeError: ufunc 'add' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule 'safe' ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1096/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1096/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1097
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1097/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1097/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1097/events
https://github.com/pandas-dev/pandas/issues/1097
4,217,980
MDU6SXNzdWU0MjE3OTgw
1,097
New methods in addition to decimation in asfreq?
{ "avatar_url": "https://avatars.githubusercontent.com/u/593945?v=4", "events_url": "https://api.github.com/users/jonathanrocher/events{/privacy}", "followers_url": "https://api.github.com/users/jonathanrocher/followers", "following_url": "https://api.github.com/users/jonathanrocher/following{/other_user}", "gists_url": "https://api.github.com/users/jonathanrocher/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jonathanrocher", "id": 593945, "login": "jonathanrocher", "node_id": "MDQ6VXNlcjU5Mzk0NQ==", "organizations_url": "https://api.github.com/users/jonathanrocher/orgs", "received_events_url": "https://api.github.com/users/jonathanrocher/received_events", "repos_url": "https://api.github.com/users/jonathanrocher/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jonathanrocher/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jonathanrocher/subscriptions", "type": "User", "url": "https://api.github.com/users/jonathanrocher" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
8
"2012-04-20T20:52:40Z"
"2012-04-29T19:16:36Z"
"2012-04-26T19:41:58Z"
NONE
null
Hi all, I can't find an existing ticket for this, hopefully I didn't miss it. If I understand correctly, asfreq currently only does decimation to change the frequency of a timeseries. I would like to suggest that we make this point more clear in the docstring and offer additional methods to aggregate values such as mean for example, but we could think of others as well, and even a custom function. I am happy to take a stab at the implementation. Best, Jonathan
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1097/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1097/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1098
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1098/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1098/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1098/events
https://github.com/pandas-dev/pandas/pull/1098
4,219,448
MDExOlB1bGxSZXF1ZXN0MTIwNjgzMQ==
1,098
Better treatment for complex numbers
{ "avatar_url": "https://avatars.githubusercontent.com/u/29282?v=4", "events_url": "https://api.github.com/users/tkf/events{/privacy}", "followers_url": "https://api.github.com/users/tkf/followers", "following_url": "https://api.github.com/users/tkf/following{/other_user}", "gists_url": "https://api.github.com/users/tkf/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/tkf", "id": 29282, "login": "tkf", "node_id": "MDQ6VXNlcjI5Mjgy", "organizations_url": "https://api.github.com/users/tkf/orgs", "received_events_url": "https://api.github.com/users/tkf/received_events", "repos_url": "https://api.github.com/users/tkf/repos", "site_admin": false, "starred_url": "https://api.github.com/users/tkf/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tkf/subscriptions", "type": "User", "url": "https://api.github.com/users/tkf" }
[]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
5
"2012-04-20T22:37:23Z"
"2014-06-16T23:23:36Z"
"2012-05-15T00:09:58Z"
CONTRIBUTOR
null
This fixes #1083. I checked that the number of failing tests (SKIP=38, errors=5, failures=34) do not increase with these change sets. BTW, in form_blocks why not simply do ``` python if float_dict: ... ``` instead of calculating length?: ``` python if len(float_dict): ... ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1098/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1098/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/1098.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/1098", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/1098.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/1098" }
https://api.github.com/repos/pandas-dev/pandas/issues/1099
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1099/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1099/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1099/events
https://github.com/pandas-dev/pandas/issues/1099
4,224,903
MDU6SXNzdWU0MjI0OTAz
1,099
Reindexing DatetimeIndex with list/array of datetime.datetime
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-21T17:39:34Z"
"2012-04-22T02:54:41Z"
"2012-04-22T02:54:41Z"
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1099/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1099/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/1100
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/1100/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/1100/comments
https://api.github.com/repos/pandas-dev/pandas/issues/1100/events
https://github.com/pandas-dev/pandas/issues/1100
4,227,095
MDU6SXNzdWU0MjI3MDk1
1,100
Datetime formatting for year < 1900
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2012-11-27T16:09:26Z", "closed_issues": 485, "created_at": "2011-08-24T19:15:47Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }, "description": "", "due_on": "2012-06-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/2", "id": 30849, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2/labels", "node_id": "MDk6TWlsZXN0b25lMzA4NDk=", "number": 2, "open_issues": 0, "state": "closed", "title": "0.8.0", "updated_at": "2015-07-29T15:00:35Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/2" }
0
"2012-04-22T02:07:48Z"
"2012-04-23T18:09:05Z"
"2012-04-23T18:08:57Z"
MEMBER
null
``` In [1]: rng = date_range('1/1/1800', '1/1/2000') In [2]: rng Out[2]: <class 'pandas.tseries.index.DatetimeIndex'> freq: <1 Day>, timezone: None [1800-01-01 00:00:00, ..., 2000-01-01 00:00:00] length: 73049 In [3]: ts = Series(randn(len(rng)), index=rng) In [4]: ts Out[4]: --------------------------------------------------------------------------- ValueError Traceback (most recent call last) /Users/wesm/code/pandas/<ipython-input-4-a03e77341a8b> in <module>() ----> 1 ts /Users/wesm/code/repos/ipython/IPython/core/displayhook.pyc in __call__(self, result) 236 self.start_displayhook() 237 self.write_output_prompt() --> 238 format_dict = self.compute_format_data(result) 239 self.write_format_data(format_dict) 240 self.update_user_ns(result) /Users/wesm/code/repos/ipython/IPython/core/displayhook.pyc in compute_format_data(self, result) 148 MIME type representation of the object. 149 """ --> 150 return self.shell.display_formatter.format(result) 151 152 def write_format_data(self, format_dict): /Users/wesm/code/repos/ipython/IPython/core/formatters.pyc in format(self, obj, include, exclude) 124 continue 125 try: --> 126 data = formatter(obj) 127 except: 128 # FIXME: log the exception /Users/wesm/code/repos/ipython/IPython/core/formatters.pyc in __call__(self, obj) 445 type_pprinters=self.type_printers, 446 deferred_pprinters=self.deferred_printers) --> 447 printer.pretty(obj) 448 printer.flush() 449 return stream.getvalue() /Users/wesm/code/repos/ipython/IPython/lib/pretty.pyc in pretty(self, obj) 358 if callable(meth): 359 return meth(obj, self, cycle) --> 360 return _default_pprint(obj, self, cycle) 361 finally: 362 self.end_group() /Users/wesm/code/repos/ipython/IPython/lib/pretty.pyc in _default_pprint(obj, p, cycle) 478 if getattr(klass, '__repr__', None) not in _baseclass_reprs: 479 # A user-provided repr. --> 480 p.text(repr(obj)) 481 return 482 p.begin_group(1, '<') /Users/wesm/code/pandas/pandas/core/series.pyc in __repr__(self) 699 else fmt.print_config.max_rows) 700 if len(self.index) > max_rows: --> 701 result = self._tidy_repr(min(30, max_rows - 4)) 702 elif len(self.index) > 0: 703 result = self._get_repr(print_header=True, /Users/wesm/code/pandas/pandas/core/series.pyc in _tidy_repr(self, max_vals) 712 num = max_vals // 2 713 head = self[:num]._get_repr(print_header=True, length=False, --> 714 name=False) 715 tail = self[-(max_vals - num):]._get_repr(print_header=False, 716 length=False, /Users/wesm/code/pandas/pandas/core/series.pyc in _get_repr(self, name, print_header, length, na_rep, float_format) 762 length=length, na_rep=na_rep, 763 float_format=float_format) --> 764 return formatter.to_string() 765 766 def __str__(self): /Users/wesm/code/pandas/pandas/core/format.pyc in to_string(self) 98 return '' 99 --> 100 fmt_index, have_header = self._get_formatted_index() 101 fmt_values = self._get_formatted_values() 102 /Users/wesm/code/pandas/pandas/core/format.pyc in _get_formatted_index(self) 84 else: 85 have_header = index.name is not None ---> 86 fmt_index = index.format(name=True) 87 return fmt_index, have_header 88 /Users/wesm/code/pandas/pandas/core/index.pyc in format(self, name) 333 if dt.time() != zero_time or dt.tzinfo is not None: 334 return header + ['%s' % x for x in self] --> 335 result.append(dt.strftime("%Y-%m-%d")) 336 return header + result 337 ValueError: year=1800 is before 1900; the datetime strftime() methods require year >= 1900 ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/1100/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/1100/timeline
null
null
null