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
timestamp[us, tz=UTC] | updated_at
timestamp[us, tz=UTC] | closed_at
timestamp[us, tz=UTC] | 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/5301 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5301/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5301/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5301/events | https://github.com/pandas-dev/pandas/pull/5301 | 21,459,103 | MDExOlB1bGxSZXF1ZXN0OTMzMjI3Mw== | 5,301 | BUG: setting on a frame without an index silently was failing, related (GH5226) | {
"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"
} | [] | 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"
} | 0 | 2013-10-23T14:51:25Z | 2014-06-23T20:59:54Z | 2013-10-23T15:30:29Z | CONTRIBUTOR | null | related to #5226
the following would previously silently fail:
```
In [3]: df = DataFrame(columns=['A','B'])
In [4]: df[0] = Series(1,index=range(4))
In [5]: df
Out[5]:
A B 0
0 NaN NaN 1
1 NaN NaN 1
2 NaN NaN 1
3 NaN NaN 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/5301/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5301/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5301.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5301",
"merged_at": "2013-10-23T15:30:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5301.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5301"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5302 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5302/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5302/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5302/events | https://github.com/pandas-dev/pandas/issues/5302 | 21,477,686 | MDU6SXNzdWUyMTQ3NzY4Ng== | 5,302 | pd.merge() crashes with core/internals.py error | {
"avatar_url": "https://avatars.githubusercontent.com/u/931214?v=4",
"events_url": "https://api.github.com/users/OlexiyO/events{/privacy}",
"followers_url": "https://api.github.com/users/OlexiyO/followers",
"following_url": "https://api.github.com/users/OlexiyO/following{/other_user}",
"gists_url": "https://api.github.com/users/OlexiyO/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/OlexiyO",
"id": 931214,
"login": "OlexiyO",
"node_id": "MDQ6VXNlcjkzMTIxNA==",
"organizations_url": "https://api.github.com/users/OlexiyO/orgs",
"received_events_url": "https://api.github.com/users/OlexiyO/received_events",
"repos_url": "https://api.github.com/users/OlexiyO/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/OlexiyO/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/OlexiyO/subscriptions",
"type": "User",
"url": "https://api.github.com/users/OlexiyO"
} | [] | closed | false | null | [] | null | 4 | 2013-10-23T19:12:49Z | 2013-10-23T20:37:43Z | 2013-10-23T20:37:43Z | NONE | null | Hello,
After I did a couple of merges on DataFrames, they crashed with some strange message. After stripping all unnecessary info, here is what I've got:
Pandas version: '0.12.0'
Numpy version: '1.6.1
How to reproduce:
Create three files with the following content:
===input0.csv===
```
,myid,lang,someid
0,0,en,0
1,1,,1
2,2,fr,2
```
===input1.csv===
```
,myid,type,someid
0,0,0.0,0
1,1,,1
2,2,2.0,2
```
===input2.csv===
```
,lang,type
0,en,10.0
1,,1.0
2,fr,
```
Run the following code:
```
x0 = pd.DataFrame.from_csv('input0.csv')
x1 = pd.DataFrame.from_csv('input1.csv')
x2 = pd.DataFrame.from_csv('input2.csv')
x01 = pd.merge(x0, x1, on=['myid'], sort=True)
pd.merge(x01, x2, how='inner', on=['type'])
```
The second merge will fail with the following stacktrace:
TypeError Traceback (most recent call last)
<ipython-input-278-15f969f80378> in <module>()
----> 1 x01 = pd.merge(x0, x1, on=['myid'], sort=True); pd.merge(x01, x2, how='inner', on=['type'])
/google/data/ro/projects/quality/ranklab/tools/iranklab.par/google3/third_party/py/pandas/tools/merge.py in merge(left, right, how, on, left_on, right_on, left_index, right_index, sort, suffixes, copy)
/google/data/ro/projects/quality/ranklab/tools/iranklab.par/google3/third_party/py/pandas/tools/merge.py in get_result(self)
/google/data/ro/projects/quality/ranklab/tools/iranklab.par/google3/third_party/py/pandas/tools/merge.py in _maybe_add_join_keys(self, result, left_indexer, right_indexer)
/google/data/ro/projects/quality/ranklab/tools/iranklab.par/google3/third_party/py/pandas/core/frame.py in **getitem**(self, key)
/google/data/ro/projects/quality/ranklab/tools/iranklab.par/google3/third_party/py/pandas/core/generic.py in _get_item_cache(self, item)
/google/data/ro/projects/quality/ranklab/tools/iranklab.par/google3/third_party/py/pandas/core/internals.py in get(self, item)
TypeError: 'NoneType' object is not iterable
#
Thanks a lot
Olexiy
| {
"+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/5302/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5302/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5303 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5303/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5303/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5303/events | https://github.com/pandas-dev/pandas/pull/5303 | 21,484,527 | MDExOlB1bGxSZXF1ZXN0OTM0NjM0NQ== | 5,303 | BUG: Fix Series.isin with date/time-like dtypes (GH5021) | {
"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"
} | [] | 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"
} | 0 | 2013-10-23T21:03:57Z | 2014-06-25T23:10:50Z | 2013-10-24T10:21:38Z | CONTRIBUTOR | null | closes #5021
```
In [6]: s = Series(date_range('jan-01-2013','jan-05-2013'))
In [7]: s
Out[7]:
0 2013-01-01 00:00:00
1 2013-01-02 00:00:00
2 2013-01-03 00:00:00
3 2013-01-04 00:00:00
4 2013-01-05 00:00:00
dtype: datetime64[ns]
In [8]: s.isin(s[0:2])
Out[8]:
0 True
1 True
2 False
3 False
4 False
dtype: bool
In [9]: s = Series(pd.to_timedelta(list(range(5)),unit='d'))
In [10]: s
Out[10]:
0 00:00:00
1 1 days, 00:00:00
2 2 days, 00:00:00
3 3 days, 00:00:00
4 4 days, 00:00:00
dtype: timedelta64[ns]
In [11]: s.isin(s[0:2])
Out[11]:
0 True
1 True
2 False
3 False
4 False
dtype: bool
```
| {
"+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/5303/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5303/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5303.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5303",
"merged_at": "2013-10-24T10:21:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5303.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5303"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5304 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5304/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5304/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5304/events | https://github.com/pandas-dev/pandas/issues/5304 | 21,486,535 | MDU6SXNzdWUyMTQ4NjUzNQ== | 5,304 | ENH: Tweaks to axis handling (esp for flex methods) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"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 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
}
] | {
"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"
} | 6 | 2013-10-23T21:36:02Z | 2013-10-28T01:14:47Z | 2013-10-28T01:14:47Z | CONTRIBUTOR | null | - [x] Add 'rows' as synonym for 'index' for DataFrame and Series - #5309
- [x] Allow Series to accept axis kwarg for flex ops (and only allow axis=0) - #5352
- [x] Fix Panel functions that aren't getting axis correctly - #5354
I think (2) may already be there, but I'm not sure and I want to check that.
This should be really trivial to do but it should make interactive playing around with frame and series a bit more intuitive. Don't think it makes sense for 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/5304/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5304/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5305 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5305/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5305/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5305/events | https://github.com/pandas-dev/pandas/pull/5305 | 21,493,055 | MDExOlB1bGxSZXF1ZXN0OTM1MTI1OQ== | 5,305 | ENH: allow astype conversions for timedeltas to other timedelta freqs (still returns a float series), related to GH4521 | {
"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"
} | [] | 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"
} | 0 | 2013-10-23T23:55:58Z | 2014-07-16T08:36:35Z | 2013-10-24T00:13:07Z | CONTRIBUTOR | null | related #4521
```
In [4]: td = pd.to_timedelta([0,1,2],unit='D')
In [5]: td
Out[5]:
0 00:00:00
1 1 days, 00:00:00
2 2 days, 00:00:00
dtype: timedelta64[ns]
In [6]: td / np.timedelta64(1,'s')
Out[6]:
0 0
1 86400
2 172800
dtype: float64
```
This is new (used to raise)
```
In [7]: td.astype('timedelta64[s]')
Out[7]:
0 0
1 86400
2 172800
dtype: float64
```
| {
"+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/5305/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5305/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5305.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5305",
"merged_at": "2013-10-24T00:13:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5305.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5305"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5306 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5306/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5306/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5306/events | https://github.com/pandas-dev/pandas/issues/5306 | 21,495,574 | MDU6SXNzdWUyMTQ5NTU3NA== | 5,306 | Unused Imports in tseries.tools | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "https://api.github.com/users/cancan101/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/cancan101",
"id": 51059,
"login": "cancan101",
"node_id": "MDQ6VXNlcjUxMDU5",
"organizations_url": "https://api.github.com/users/cancan101/orgs",
"received_events_url": "https://api.github.com/users/cancan101/received_events",
"repos_url": "https://api.github.com/users/cancan101/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/cancan101/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/cancan101/subscriptions",
"type": "User",
"url": "https://api.github.com/users/cancan101"
} | [
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
}
] | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"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": "after 0.14.1 of course!",
"due_on": "2014-10-19T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/28",
"id": 711567,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/28/labels",
"node_id": "MDk6TWlsZXN0b25lNzExNTY3",
"number": 28,
"open_issues": 0,
"state": "closed",
"title": "0.15.0",
"updated_at": "2017-11-24T10:50:44Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/28"
} | 2 | 2013-10-24T01:11:47Z | 2014-07-28T14:58:21Z | 2014-07-28T14:58:21Z | CONTRIBUTOR | null | Imports https://github.com/pydata/pandas/blob/master/pandas/tseries/tools.py#L213 and https://github.com/pydata/pandas/blob/master/pandas/tseries/tools.py#L214 are not used:
```
from pandas.tseries.offsets import DateOffset
from pandas.tseries.frequencies import (_get_rule_month, _month_numbers,
_get_freq_str)
```
Is there any reason to leave these?
Is there an open ticket for removing unused imports?
| {
"+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/5306/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5306/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5307 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5307/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5307/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5307/events | https://github.com/pandas-dev/pandas/issues/5307 | 21,496,181 | MDU6SXNzdWUyMTQ5NjE4MQ== | 5,307 | Parameter Name of startingMonth for QuarterEnd is Misleading | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "https://api.github.com/users/cancan101/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/cancan101",
"id": 51059,
"login": "cancan101",
"node_id": "MDQ6VXNlcjUxMDU5",
"organizations_url": "https://api.github.com/users/cancan101/orgs",
"received_events_url": "https://api.github.com/users/cancan101/received_events",
"repos_url": "https://api.github.com/users/cancan101/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/cancan101/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/cancan101/subscriptions",
"type": "User",
"url": "https://api.github.com/users/cancan101"
} | [
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
},
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] | open | 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"
} | 2 | 2013-10-24T01:34:08Z | 2021-04-11T03:46:38Z | null | CONTRIBUTOR | null | `startingMonth` is the month the quarter ends. This is confusing.
| {
"+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/5307/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5307/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5308 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5308/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5308/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5308/events | https://github.com/pandas-dev/pandas/pull/5308 | 21,496,403 | MDExOlB1bGxSZXF1ZXN0OTM1MzEyMA== | 5,308 | Revert print_skipped.py changes for now | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [] | 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"
} | 1 | 2013-10-24T01:42:57Z | 2014-07-16T08:36:37Z | 2013-10-24T11:32:14Z | CONTRIBUTOR | null | goes back to @cpcloud's original plugin that echo'd separately. Just
until @cpcloud has time to implement this for nose-skipped.
Just makes it much easier to read through Travis builds (especially for
new users) if the print_skipped stuff is hidden at first glance.
| {
"+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/5308/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5308/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5308.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5308",
"merged_at": "2013-10-24T11:32:14Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5308.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5308"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5309 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5309/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5309/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5309/events | https://github.com/pandas-dev/pandas/pull/5309 | 21,496,943 | MDExOlB1bGxSZXF1ZXN0OTM1MzM5NQ== | 5,309 | ENH: Make 'rows' an axis alias for 'index' | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [] | closed | false | null | [] | null | 2 | 2013-10-24T02:03:08Z | 2014-07-16T08:36:38Z | 2013-10-25T09:59:02Z | CONTRIBUTOR | null | Think this covers it - think I have an appropriate number of cases too.
I don't actually want to put this in the docs, as it's just for
convenience. Thoughts on 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/5309/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5309/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5309.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5309",
"merged_at": "2013-10-25T09:59:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5309.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5309"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5310 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5310/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5310/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5310/events | https://github.com/pandas-dev/pandas/issues/5310 | 21,508,260 | MDU6SXNzdWUyMTUwODI2MA== | 5,310 | TypeError when plotting TimeSeries with NaN data, maybe a BUG? | {
"avatar_url": "https://avatars.githubusercontent.com/u/3912412?v=4",
"events_url": "https://api.github.com/users/meelmaar/events{/privacy}",
"followers_url": "https://api.github.com/users/meelmaar/followers",
"following_url": "https://api.github.com/users/meelmaar/following{/other_user}",
"gists_url": "https://api.github.com/users/meelmaar/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/meelmaar",
"id": 3912412,
"login": "meelmaar",
"node_id": "MDQ6VXNlcjM5MTI0MTI=",
"organizations_url": "https://api.github.com/users/meelmaar/orgs",
"received_events_url": "https://api.github.com/users/meelmaar/received_events",
"repos_url": "https://api.github.com/users/meelmaar/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/meelmaar/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/meelmaar/subscriptions",
"type": "User",
"url": "https://api.github.com/users/meelmaar"
} | [] | closed | false | null | [] | null | 7 | 2013-10-24T08:32:06Z | 2013-10-28T12:27:28Z | 2013-10-24T13:53:46Z | NONE | null | I get a TypeError message when I try to plot a pandas TimeSeries object that contains NaN's. The strange thing is, this does not happen when I have 'inf' values, or when a normal series is used with integer index values.
Now, all of a sudden (no recent updates I can think of) all my plotting scripts get the TypeError, but before they worked fine. I can do dropna() before, but then missing data is interpolated in the plot, which I do not want; the data is after all missing... If I do fillna(np.inf), things are plotting as I like.
As discussed below, I am not sure this is a bug in pandas 0.12 / matplotlib 1.3 but something can be wrong with my installation. I just don't know what that can be and a fresh install is not an option now. I hope someone can test the code and provide ideas on how I can solve the problem?
The following code causes problems:
``` python
import numpy as np
import pandas as pd
s = pd.Series(np.arange(10.))
rng = pd.date_range('2012-12-12', periods=10, freq='H')
ts = pd.Series(np.arange(10.), index=rng)
ts.plot() # Works fine
s.plot() # Works fine
# now, if I replace one value with an NaN
ts[2] = np.NaN
ts.plot() # gives the following error:
Traceback (most recent call last):
File "<ipython-input-6-132f3667ee95>", line 1, in <module>
ts.plot()
File "C:\Python27\lib\site-packages\pandas\tools\plotting.py", line 1730, in plot_series
plot_obj.generate()
File "C:\Python27\lib\site-packages\pandas\tools\plotting.py", line 856, in generate
self._make_plot()
File "C:\Python27\lib\site-packages\pandas\tools\plotting.py", line 1240, in _make_plot
self._make_ts_plot(data, **self.kwds)
File "C:\Python27\lib\site-packages\pandas\tools\plotting.py", line 1311, in _make_ts_plot
_plot(data, 0, ax, label, self.style, **kwds)
File "C:\Python27\lib\site-packages\pandas\tools\plotting.py", line 1295, in _plot
style=style, **kwds)
File "C:\Python27\lib\site-packages\pandas\tseries\plotting.py", line 77, in tsplot
lines = plotf(ax, *args, **kwargs)
File "C:\Python27\lib\site-packages\matplotlib\axes.py", line 4137, in plot
for line in self._get_lines(*args, **kwargs):
File "C:\Python27\lib\site-packages\matplotlib\axes.py", line 317, in _grab_next_args
for seg in self._plot_args(remaining, kwargs):
File "C:\Python27\lib\site-packages\matplotlib\axes.py", line 295, in _plot_args
x, y = self._xy_from_xy(x, y)
File "C:\Python27\lib\site-packages\matplotlib\axes.py", line 214, in _xy_from_xy
by = self.axes.yaxis.update_units(y)
File "C:\Python27\lib\site-packages\matplotlib\axis.py", line 1336, in update_units
converter = munits.registry.get_converter(data)
File "C:\Python27\lib\site-packages\matplotlib\units.py", line 137, in get_converter
xravel = x.ravel()
File "C:\Python27\lib\site-packages\numpy\ma\core.py", line 3969, in ravel
r._mask = ndarray.ravel(self._mask).reshape(r.shape)
File "C:\Python27\lib\site-packages\pandas\core\series.py", line 981, in reshape
return ndarray.reshape(self, newshape, order)
TypeError: an integer is required
# If I do:
ts[2] = np.inf # Then ts.plot() works...
```
I am using pandas 0.12 with matplotlib 1.3 on python x,y 2.7.5.1 on Windows 7.
Upgrading to matplotlib 1.3.1 or downgrading to pandas 0.11 did not solve the problem.
I have tried the same code in an WinPython-64bit -2.7.4.1.amd64 that I have installed and then the code works fine. Dependencies are then:
pandas 0.11 and matplotlib 1.2.1. Maybe this indicates something is wrong with my python x,y installation?
Happy to provide more details. Looking forward to your help!
Maarten
| {
"+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/5310/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5310/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5311 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5311/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5311/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5311/events | https://github.com/pandas-dev/pandas/pull/5311 | 21,519,271 | MDExOlB1bGxSZXF1ZXN0OTM2NTA1MQ== | 5,311 | TST: changes AssertionErrors in core/generic/_construct_axes_from_arguments to Type/Value Errors | {
"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"
} | [] | 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 | 2013-10-24T12:32:48Z | 2014-07-16T08:36:40Z | 2013-10-24T18:18:37Z | CONTRIBUTOR | null | closes #5051
| {
"+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/5311/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5311/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5311.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5311",
"merged_at": "2013-10-24T18:18:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5311.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5311"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5312 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5312/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5312/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5312/events | https://github.com/pandas-dev/pandas/issues/5312 | 21,542,972 | MDU6SXNzdWUyMTU0Mjk3Mg== | 5,312 | Failing statsmodels tests on pandas master vs. 0.12.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/296164?v=4",
"events_url": "https://api.github.com/users/jseabold/events{/privacy}",
"followers_url": "https://api.github.com/users/jseabold/followers",
"following_url": "https://api.github.com/users/jseabold/following{/other_user}",
"gists_url": "https://api.github.com/users/jseabold/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jseabold",
"id": 296164,
"login": "jseabold",
"node_id": "MDQ6VXNlcjI5NjE2NA==",
"organizations_url": "https://api.github.com/users/jseabold/orgs",
"received_events_url": "https://api.github.com/users/jseabold/received_events",
"repos_url": "https://api.github.com/users/jseabold/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jseabold/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jseabold/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jseabold"
} | [
{
"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"
}
] | 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"
} | 18 | 2013-10-24T18:46:12Z | 2013-10-26T00:31:29Z | 2013-10-26T00:31:29Z | CONTRIBUTOR | null | https://launchpadlibrarian.net/154849014/buildlog_ubuntu-trusty-i386.statsmodels_0.6.0~ppa18~revno-1486~ubuntu14.04.1_UPLOADING.txt.gz
```
======================================================================
ERROR: statsmodels.iolib.tests.test_foreign.test_genfromdta_datetime
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/usr/lib/python2.7/dist-packages/numpy/testing/decorators.py", line 146, in skipper_func
return f(*args, **kwargs)
File "/build/buildd/statsmodels-0.6.0~ppa18~revno/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/iolib/tests/test_foreign.py", line 139, in test_genfromdta_datetime
pandas=True)
File "/build/buildd/statsmodels-0.6.0~ppa18~revno/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/iolib/foreign.py", line 1049, in genfromdta
args=(fmtlist[i],))
File "/usr/lib/pymodules/python2.7/pandas/core/series.py", line 1978, in apply
return self._constructor(mapped, index=self.index).__finalize__(self)
File "/usr/lib/pymodules/python2.7/pandas/core/series.py", line 217, in __init__
data = SingleBlockManager(data, index, fastpath=True)
File "/usr/lib/pymodules/python2.7/pandas/core/internals.py", line 3295, in __init__
block = make_block(block, axis, axis, ndim=1, fastpath=True)
File "/usr/lib/pymodules/python2.7/pandas/core/internals.py", line 1806, in make_block
return klass(values, items, ref_items, ndim=ndim, fastpath=fastpath, placement=placement)
File "/usr/lib/pymodules/python2.7/pandas/core/internals.py", line 1412, in __init__
values = tslib.cast_to_nanoseconds(values)
File "tslib.pyx", line 1453, in pandas.tslib.cast_to_nanoseconds (pandas/tslib.c:22283)
TypeError: Cannot change data-type for object array.
======================================================================
ERROR: statsmodels.tsa.tests.test_arima.test_arma_predict_indices
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/build/buildd/statsmodels-0.6.0~ppa18~revno/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/tsa/tests/test_arima.py", line 975, in test_arma_predict_indices
_check_start(*((model,) + case))
File "/build/buildd/statsmodels-0.6.0~ppa18~revno/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/tsa/tests/test_arima.py", line 921, in _check_start
start = model._get_predict_start(given, dynamic)
File "/build/buildd/statsmodels-0.6.0~ppa18~revno/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/tsa/arima_model.py", line 562, in _get_predict_start
start = super(ARMA, self)._get_predict_start(start)
File "/build/buildd/statsmodels-0.6.0~ppa18~revno/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/tsa/base/tsa_model.py", line 130, in _get_predict_start
self._set_predict_start_date(start)
File "/build/buildd/statsmodels-0.6.0~ppa18~revno/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/tsa/base/tsa_model.py", line 105, in _set_predict_start_date
start, self.data.freq)
File "/build/buildd/statsmodels-0.6.0~ppa18~revno/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/tsa/base/datetools.py", line 78, in _date_from_idx
return d1 + idx * _freq_to_pandas[freq]
File "/usr/lib/pymodules/python2.7/pandas/tseries/offsets.py", line 193, in __radd__
return self.__add__(other)
File "/usr/lib/pymodules/python2.7/pandas/tseries/offsets.py", line 188, in __add__
return self.apply(other)
File "/usr/lib/pymodules/python2.7/pandas/tseries/offsets.py", line 1537, in apply
return Timestamp(result)
File "tslib.pyx", line 153, in pandas.tslib.Timestamp.__new__ (pandas/tslib.c:5375)
File "tslib.pyx", line 773, in pandas.tslib.convert_to_tsobject (pandas/tslib.c:13113)
File "tslib.pyx", line 858, in pandas.tslib._check_dts_bounds (pandas/tslib.c:14219)
OutOfBoundsDatetime: Out of bounds nanosecond timestamp: 2317-12-31 00:00:00
```
Did something 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/5312/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5312/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5313 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5313/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5313/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5313/events | https://github.com/pandas-dev/pandas/issues/5313 | 21,549,338 | MDU6SXNzdWUyMTU0OTMzOA== | 5,313 | ENH: Add support for Categoricals in BlockManager | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"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"
},
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "e11d21",
"default": false,
"description": "Categorical Data Type",
"id": 78527356,
"name": "Categorical",
"node_id": "MDU6TGFiZWw3ODUyNzM1Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Categorical"
}
] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
}
] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"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": "after 0.15 of course!",
"due_on": "2015-03-22T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/25",
"id": 569113,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/25/labels",
"node_id": "MDk6TWlsZXN0b25lNTY5MTEz",
"number": 25,
"open_issues": 0,
"state": "closed",
"title": "0.16.0",
"updated_at": "2017-08-24T09:17:49Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/25"
} | 19 | 2013-10-24T20:27:36Z | 2014-07-14T21:42:11Z | 2014-07-14T21:42:11Z | CONTRIBUTOR | null | tl;dr - add true support for Categoricals in NDFrame.
There was an issue on the mailing list about using cut and sorting the results that brought this to mind. The issue is both that (I believe) a categorical loses its representation when you put it in a DataFrame and so the output of cut has to just be strings. I propose the following:
1. Add a `CategoricalBlock` (or `FactorBlock`) internally that can handle categoricals like those produced from cut that could share most of MI's internals, as a 2D int ndarray with an associated list of indexes for each column (again, nearly the same as MI except most ops would be working on just one 'level' and underlying could/would be 2D rather than list of Int64Index). Probably also would mean abstracting common operations to a separate mixin class.
2. Change `Categorical` to be a Series subclass with a SingleBlockManager that's a CategoricalBlock. This would not change its API, but it would gain Series methods.
3. Add a `to_categorical` method to Series (bonus points if we change convert_objects to detect if there are < Some_Max number of labels and convert object dtypes to categoricals).
4. Add a registration method to make_block so it iterates over a set of functions that either return a klass or None before falling back to ObjectBlock (so abstract existing else clause into a function and make the list of functions semi-public).
I'm going to work on this and I don't think it will be that difficult to implement, but it would make pandas more useful for representing level sets and other normalized data.
| {
"+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/5313/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5313/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5314 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5314/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5314/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5314/events | https://github.com/pandas-dev/pandas/issues/5314 | 21,549,758 | MDU6SXNzdWUyMTU0OTc1OA== | 5,314 | ENH: Special type for qcut/cut to enable sorting. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"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"
},
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "e11d21",
"default": false,
"description": "Categorical Data Type",
"id": 78527356,
"name": "Categorical",
"node_id": "MDU6TGFiZWw3ODUyNzM1Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Categorical"
}
] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
}
] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"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": "after 0.15 of course!",
"due_on": "2015-03-22T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/25",
"id": 569113,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/25/labels",
"node_id": "MDk6TWlsZXN0b25lNTY5MTEz",
"number": 25,
"open_issues": 0,
"state": "closed",
"title": "0.16.0",
"updated_at": "2017-08-24T09:17:49Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/25"
} | 8 | 2013-10-24T20:33:50Z | 2014-07-14T21:42:11Z | 2014-07-14T21:42:11Z | CONTRIBUTOR | null | I recall discussing this before but came up on the mailing list again. Sorting of cut output is always wrong / ugly. I propose creating a str-like that compares with others of the same type as if they were tuples (possibly with nice logic around ranges) - would be facilitated by intro of CategoricalBlock.
Similar to replacing qcut output with this:
``` python
def convert_bins_to_tuple(iterable):
return [(left, right) for elem in iterable for left, right in elem.strip('()[]').split(',')]
```
| {
"+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/5314/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5314/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5315 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5315/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5315/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5315/events | https://github.com/pandas-dev/pandas/pull/5315 | 21,550,236 | MDExOlB1bGxSZXF1ZXN0OTM4MjY3MA== | 5,315 | ENH: add basic postgresql support to io.sql | {
"avatar_url": "https://avatars.githubusercontent.com/u/1039591?v=4",
"events_url": "https://api.github.com/users/rla3rd/events{/privacy}",
"followers_url": "https://api.github.com/users/rla3rd/followers",
"following_url": "https://api.github.com/users/rla3rd/following{/other_user}",
"gists_url": "https://api.github.com/users/rla3rd/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/rla3rd",
"id": 1039591,
"login": "rla3rd",
"node_id": "MDQ6VXNlcjEwMzk1OTE=",
"organizations_url": "https://api.github.com/users/rla3rd/orgs",
"received_events_url": "https://api.github.com/users/rla3rd/received_events",
"repos_url": "https://api.github.com/users/rla3rd/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/rla3rd/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/rla3rd/subscriptions",
"type": "User",
"url": "https://api.github.com/users/rla3rd"
} | [] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
}
] | {
"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"
} | 14 | 2013-10-24T20:40:40Z | 2014-07-07T14:18:40Z | 2014-01-26T12:21:13Z | NONE | null | I added in basic postresql support
| {
"+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/5315/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5315/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5315.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5315",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/5315.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5315"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5316 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5316/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5316/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5316/events | https://github.com/pandas-dev/pandas/issues/5316 | 21,566,878 | MDU6SXNzdWUyMTU2Njg3OA== | 5,316 | Failing tests in csv | {
"avatar_url": "https://avatars.githubusercontent.com/u/1184478?v=4",
"events_url": "https://api.github.com/users/guyrt/events{/privacy}",
"followers_url": "https://api.github.com/users/guyrt/followers",
"following_url": "https://api.github.com/users/guyrt/following{/other_user}",
"gists_url": "https://api.github.com/users/guyrt/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/guyrt",
"id": 1184478,
"login": "guyrt",
"node_id": "MDQ6VXNlcjExODQ0Nzg=",
"organizations_url": "https://api.github.com/users/guyrt/orgs",
"received_events_url": "https://api.github.com/users/guyrt/received_events",
"repos_url": "https://api.github.com/users/guyrt/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/guyrt/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/guyrt/subscriptions",
"type": "User",
"url": "https://api.github.com/users/guyrt"
} | [
{
"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": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"id": 47229171,
"name": "IO CSV",
"node_id": "MDU6TGFiZWw0NzIyOTE3MQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV"
}
] | 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"
} | 0 | 2013-10-25T03:15:51Z | 2013-10-25T13:45:12Z | 2013-10-25T13:45:12Z | CONTRIBUTOR | null | I'm getting three errors in the csv tests:
AssertionError: attr is not equal [dtype]: dtype('int32') != dtype('int64')
Note: I'm using a 32 bit OS.
| {
"+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/5316/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5316/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5317 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5317/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5317/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5317/events | https://github.com/pandas-dev/pandas/issues/5317 | 21,567,248 | MDU6SXNzdWUyMTU2NzI0OA== | 5,317 | HDFStore table format append issue | {
"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 | [] | null | 4 | 2013-10-25T03:28:21Z | 2013-10-25T13:30:23Z | 2013-10-25T03:46:15Z | CONTRIBUTOR | null | I can't seem to append a 2-column filled with timedelta64 and datetime64 to an empty HDFStore:
http://nbviewer.ipython.org/7149023
| {
"+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/5317/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5317/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5318 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5318/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5318/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5318/events | https://github.com/pandas-dev/pandas/pull/5318 | 21,567,326 | MDExOlB1bGxSZXF1ZXN0OTM5MTcwNg== | 5,318 | TST: Fixed int32/int64 problem in csv parser tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/1184478?v=4",
"events_url": "https://api.github.com/users/guyrt/events{/privacy}",
"followers_url": "https://api.github.com/users/guyrt/followers",
"following_url": "https://api.github.com/users/guyrt/following{/other_user}",
"gists_url": "https://api.github.com/users/guyrt/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/guyrt",
"id": 1184478,
"login": "guyrt",
"node_id": "MDQ6VXNlcjExODQ0Nzg=",
"organizations_url": "https://api.github.com/users/guyrt/orgs",
"received_events_url": "https://api.github.com/users/guyrt/received_events",
"repos_url": "https://api.github.com/users/guyrt/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/guyrt/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/guyrt/subscriptions",
"type": "User",
"url": "https://api.github.com/users/guyrt"
} | [] | 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"
} | 1 | 2013-10-25T03:30:59Z | 2014-07-16T08:36:42Z | 2013-10-25T13:45:12Z | CONTRIBUTOR | null | Fixes #5316
I think this was just an issue with 32 bit OSes.
| {
"+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/5318/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5318/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5318.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5318",
"merged_at": "2013-10-25T13:45:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5318.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5318"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5319 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5319/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5319/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5319/events | https://github.com/pandas-dev/pandas/issues/5319 | 21,571,927 | MDU6SXNzdWUyMTU3MTkyNw== | 5,319 | Regression for pd.Series.replace(np.nan, inplace=True) | {
"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"
} | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
}
] | 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"
} | 23 | 2013-10-25T06:09:01Z | 2016-10-12T23:04:19Z | 2013-12-01T20:00:10Z | CONTRIBUTOR | null | This code was working in pd 0.12.0, but is failing in current master ('0.12.0-955-ga96cd66'):
``` python
df.last_el_cmd.replace(np.nan, inplace=True)
```
The error:
``` python
/usr/local/epd/lib/python2.7/site-packages/pandas-0.12.0_955_ga96cd66-py2.7-linux-x86_64.egg/pandas/core/generic.pyc in replace(self, to_replace, value, inplace, limit, regex, method, axis)
1903 if not is_dictlike(to_replace):
1904 if not is_dictlike(regex):
-> 1905 raise TypeError('If "to_replace" and "value" are both None'
1906 ' and "to_replace" is not a list, then '
1907 'regex must be a mapping')
TypeError: If "to_replace" and "value" are both None and "to_replace" is not a list, then regex must be a mapping
```
I saw that some filter related stuff was updated to use regex for 0.13dev, but I don't understand why this makes my command failing?
| {
"+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/5319/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5319/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5320 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5320/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5320/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5320/events | https://github.com/pandas-dev/pandas/issues/5320 | 21,590,082 | MDU6SXNzdWUyMTU5MDA4Mg== | 5,320 | PERF: slow assignement of an index to a frame | {
"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"
} | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
}
] | 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"
} | 0 | 2013-10-25T13:27:04Z | 2013-10-25T13:44:35Z | 2013-10-25T13:44:35Z | CONTRIBUTOR | null | http://stackoverflow.com/questions/19578736/timespan-of-groups-in-pandas-timeseries
| {
"+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/5320/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5320/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5321 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5321/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5321/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5321/events | https://github.com/pandas-dev/pandas/pull/5321 | 21,590,317 | MDExOlB1bGxSZXF1ZXN0OTQwMzA3Mw== | 5,321 | PERF: vbench for time-series index assignment in frame (GH5320) | {
"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"
} | [] | 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 | 2013-10-25T13:30:56Z | 2014-07-16T08:36:46Z | 2013-10-25T13:44:35Z | CONTRIBUTOR | null | PERF: direct index assignment in a frame was doing lots of work
closes #5320
```
-------------------------------------------------------------------------------
Test name | head[ms] | base[ms] | ratio |
-------------------------------------------------------------------------------
frame_assign_timeseries_index | 0.7157 | 398.8634 | 0.0018 |
```
| {
"+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/5321/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5321/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5321.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5321",
"merged_at": "2013-10-25T13:44:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5321.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5321"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5322 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5322/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5322/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5322/events | https://github.com/pandas-dev/pandas/pull/5322 | 21,593,475 | MDExOlB1bGxSZXF1ZXN0OTQwNDgyNQ== | 5,322 | BUG: when trying to use an out-of-bounds date as an object dtype (GH5312) | {
"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"
} | [] | 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"
} | 0 | 2013-10-25T14:24:13Z | 2014-07-16T08:36:48Z | 2013-10-25T14:44:17Z | CONTRIBUTOR | null | closes 1st issue in #5312
| {
"+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/5322/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5322/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5322.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5322",
"merged_at": "2013-10-25T14:44:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5322.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5322"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5323 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5323/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5323/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5323/events | https://github.com/pandas-dev/pandas/pull/5323 | 21,596,003 | MDExOlB1bGxSZXF1ZXN0OTQwNjMzNw== | 5,323 | ENH: add more postgres support - started adding some oracle code | {
"avatar_url": "https://avatars.githubusercontent.com/u/1039591?v=4",
"events_url": "https://api.github.com/users/rla3rd/events{/privacy}",
"followers_url": "https://api.github.com/users/rla3rd/followers",
"following_url": "https://api.github.com/users/rla3rd/following{/other_user}",
"gists_url": "https://api.github.com/users/rla3rd/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/rla3rd",
"id": 1039591,
"login": "rla3rd",
"node_id": "MDQ6VXNlcjEwMzk1OTE=",
"organizations_url": "https://api.github.com/users/rla3rd/orgs",
"received_events_url": "https://api.github.com/users/rla3rd/received_events",
"repos_url": "https://api.github.com/users/rla3rd/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/rla3rd/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/rla3rd/subscriptions",
"type": "User",
"url": "https://api.github.com/users/rla3rd"
} | [
{
"color": "5319e7",
"default": false,
"description": "to_sql, read_sql, read_sql_query",
"id": 47232590,
"name": "IO SQL",
"node_id": "MDU6TGFiZWw0NzIzMjU5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL"
}
] | 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"
} | 13 | 2013-10-25T15:05:39Z | 2014-06-24T15:17:24Z | 2014-02-16T22:49:57Z | NONE | 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/5323/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5323/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5323.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5323",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/5323.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5323"
} |
|
https://api.github.com/repos/pandas-dev/pandas/issues/5324 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5324/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5324/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5324/events | https://github.com/pandas-dev/pandas/issues/5324 | 21,599,207 | MDU6SXNzdWUyMTU5OTIwNw== | 5,324 | BUG: embedded pandas object cause formatting exceptions | {
"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"
} | [
{
"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": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
}
] | 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"
} | 0 | 2013-10-25T15:56:32Z | 2013-10-25T19:24:09Z | 2013-10-25T19:24:09Z | CONTRIBUTOR | null | http://stackoverflow.com/questions/19594003/should-it-be-supported-to-store-a-pandas-dataframe-in-another-pandas-dataframe
| {
"+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/5324/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5324/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5325 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5325/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5325/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5325/events | https://github.com/pandas-dev/pandas/pull/5325 | 21,599,586 | MDExOlB1bGxSZXF1ZXN0OTQwODQ3Ng== | 5,325 | BUG: bug when trying to display an embedded PandasObject (GH5324) | {
"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"
} | [] | 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"
} | 6 | 2013-10-25T16:02:46Z | 2014-06-20T16:31:35Z | 2013-10-25T19:24:09Z | CONTRIBUTOR | null | closes #5324
There was a bug where this wasn't display at all, so this PR fixes
Do we care about formatting _embedded_ pandas objects? (as we don't recommend this anyhow)
```
In [15]: df1 = DataFrame({'a':[1, 2, 3], 'b':[3, 4, 5]})
In [19]: df2.dtypes
Out[19]:
0 object
dtype: object
In [16]: df1
Out[16]:
a b
0 1 3
1 2 4
2 3 5
In [17]: df2 = DataFrame([df1,df1+10])
In [18]: df2
Out[18]:
0
0 a b
0 1 3
1 2 4
2 3 5
1 a b
0 11 13
1 12 14
2 13 15
```
| {
"+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/5325/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5325/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5325.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5325",
"merged_at": "2013-10-25T19:24:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5325.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5325"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5326 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5326/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5326/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5326/events | https://github.com/pandas-dev/pandas/issues/5326 | 21,602,493 | MDU6SXNzdWUyMTYwMjQ5Mw== | 5,326 | objToJSON nonvoid function does not return a value | {
"avatar_url": "https://avatars.githubusercontent.com/u/4181796?v=4",
"events_url": "https://api.github.com/users/toddrme2178/events{/privacy}",
"followers_url": "https://api.github.com/users/toddrme2178/followers",
"following_url": "https://api.github.com/users/toddrme2178/following{/other_user}",
"gists_url": "https://api.github.com/users/toddrme2178/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/toddrme2178",
"id": 4181796,
"login": "toddrme2178",
"node_id": "MDQ6VXNlcjQxODE3OTY=",
"organizations_url": "https://api.github.com/users/toddrme2178/orgs",
"received_events_url": "https://api.github.com/users/toddrme2178/received_events",
"repos_url": "https://api.github.com/users/toddrme2178/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/toddrme2178/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/toddrme2178/subscriptions",
"type": "User",
"url": "https://api.github.com/users/toddrme2178"
} | [] | closed | false | null | [] | null | 10 | 2013-10-25T16:52:11Z | 2013-10-26T14:13:31Z | 2013-10-26T14:13:31Z | NONE | null | I am trying to package pandas 0.12.0 for openSUSE with python 3 the build fails with the following error:
E: python3-pandas no-return-in-nonvoid-function pandas/src/ujson/python/objToJSON.c:166
I think this may be related to pull request #3874, where the return type was changed to int but the rest of the function remains the same, so no int was actually returned.
| {
"+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/5326/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5326/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5327 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5327/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5327/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5327/events | https://github.com/pandas-dev/pandas/pull/5327 | 21,605,288 | MDExOlB1bGxSZXF1ZXN0OTQxMTc4Ng== | 5,327 | TST/BUG: allow invalid Timestamps to pass thru as datetimes when operating with offsets | {
"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"
} | [] | 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 | 2013-10-25T17:44:31Z | 2014-06-27T23:14:58Z | 2013-10-26T00:31:29Z | CONTRIBUTOR | null | closes #5312
| {
"+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/5327/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5327/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5327.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5327",
"merged_at": "2013-10-26T00:31:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5327.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5327"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5328 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5328/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5328/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5328/events | https://github.com/pandas-dev/pandas/pull/5328 | 21,610,195 | MDExOlB1bGxSZXF1ZXN0OTQxNDY2OQ== | 5,328 | BUG: repr/str of storers in HDFStore was calling an incorrect method | {
"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"
} | [] | 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"
} | 0 | 2013-10-25T19:11:25Z | 2014-07-16T08:37:00Z | 2013-10-25T19:23: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/5328/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5328/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5328.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5328",
"merged_at": "2013-10-25T19:23:46Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5328.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5328"
} |
|
https://api.github.com/repos/pandas-dev/pandas/issues/5329 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5329/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5329/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5329/events | https://github.com/pandas-dev/pandas/issues/5329 | 21,611,650 | MDU6SXNzdWUyMTYxMTY1MA== | 5,329 | Possible memory leak with HDFStores and dataframes? | {
"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"
} | [
{
"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": "5319e7",
"default": false,
"description": "read_hdf, HDFStore",
"id": 47229190,
"name": "IO HDF5",
"node_id": "MDU6TGFiZWw0NzIyOTE5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HDF5"
}
] | 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"
} | 14 | 2013-10-25T19:38:33Z | 2014-04-09T13:53:48Z | 2014-04-09T13:53:48Z | CONTRIBUTOR | null | I am running this loop over approx 48 large HDFstores, each with approx 17 million rows. After roughly half the list done, it crashes with a memory error on my 96 GB RAM machine running CentOS6 64-bit.
``` python
for fname in fnames:
print fname
df = pd.read_hdf(fname, 'df', columns=[colname])
df['mybool'] = df[colname] == 90
df['label'] = label(df.mybool)[0]
df['time'] = df.index
g = df.groupby('label')['time']
pd.DataFrame({'start':g.first(),
'duration':g.last() - g.first()})[1:].to_hdf('./earth_scans.h5',
'df',
mode='a',
format='table',
append=True)
```
The error is:
``` python
---------------------------------------------------------------------------
MemoryError Traceback (most recent call last)
<ipython-input-11-6c43f9f5c6be> in <module>()
3 for fname in fnames:
4 print fname
----> 5 df = pd.read_hdf(fname, 'df', columns=[colname])
6 df['mybool'] = df[colname] == 90
7 df['label'] = label(df.mybool)[0]
/usr/local/epd/lib/python2.7/site-packages/pandas-0.12.0_963_g383010f-py2.7-linux-x86_64.egg/pandas/io/pytables.pyc in read_hdf(path_or_buf, key, **kwargs)
308 store = HDFStore(path_or_buf, **kwargs)
309 try:
--> 310 return f(store, True)
311 except:
312
/usr/local/epd/lib/python2.7/site-packages/pandas-0.12.0_963_g383010f-py2.7-linux-x86_64.egg/pandas/io/pytables.pyc in <lambda>(store, auto_close)
300
301 f = lambda store, auto_close: store.select(
--> 302 key, auto_close=auto_close, **kwargs)
303
304 if isinstance(path_or_buf, compat.string_types):
/usr/local/epd/lib/python2.7/site-packages/pandas-0.12.0_963_g383010f-py2.7-linux-x86_64.egg/pandas/io/pytables.pyc in select(self, key, where, start, stop, columns, iterator, chunksize, auto_close, **kwargs)
595
596 return TableIterator(self, func, nrows=s.nrows, start=start, stop=stop,
--> 597 auto_close=auto_close).get_values()
598
599 def select_as_coordinates(
/usr/local/epd/lib/python2.7/site-packages/pandas-0.12.0_963_g383010f-py2.7-linux-x86_64.egg/pandas/io/pytables.pyc in get_values(self)
1225
1226 def get_values(self):
-> 1227 results = self.func(self.start, self.stop)
1228 self.close()
1229 return results
/usr/local/epd/lib/python2.7/site-packages/pandas-0.12.0_963_g383010f-py2.7-linux-x86_64.egg/pandas/io/pytables.pyc in func(_start, _stop)
584 def func(_start, _stop):
585 return s.read(where=where, start=_start, stop=_stop,
--> 586 columns=columns, **kwargs)
587
588 if iterator or chunksize is not None:
/usr/local/epd/lib/python2.7/site-packages/pandas-0.12.0_963_g383010f-py2.7-linux-x86_64.egg/pandas/io/pytables.pyc in read(self, where, columns, **kwargs)
3611 df = frames[0]
3612 else:
-> 3613 df = concat(frames, axis=1, verify_integrity=False).consolidate()
3614
3615 # apply the selection filters & axis orderings
/usr/local/epd/lib/python2.7/site-packages/pandas-0.12.0_963_g383010f-py2.7-linux-x86_64.egg/pandas/core/generic.pyc in consolidate(self, inplace)
1505 cons_data = self._protect_consolidate(f)
1506 if cons_data is self._data:
-> 1507 cons_data = cons_data.copy()
1508 return self._constructor(cons_data).__finalize__(self)
1509
/usr/local/epd/lib/python2.7/site-packages/pandas-0.12.0_963_g383010f-py2.7-linux-x86_64.egg/pandas/core/internals.pyc in copy(self, deep)
2458 new_axes = list(self.axes)
2459 return self.apply('copy', axes=new_axes, deep=deep,
-> 2460 ref_items=new_axes[0], do_integrity_check=False)
2461
2462 def as_matrix(self, items=None):
/usr/local/epd/lib/python2.7/site-packages/pandas-0.12.0_963_g383010f-py2.7-linux-x86_64.egg/pandas/core/internals.pyc in apply(self, f, *args, **kwargs)
2142 applied = f(blk, *args, **kwargs)
2143 else:
-> 2144 applied = getattr(blk, f)(*args, **kwargs)
2145
2146 if isinstance(applied, list):
/usr/local/epd/lib/python2.7/site-packages/pandas-0.12.0_963_g383010f-py2.7-linux-x86_64.egg/pandas/core/internals.pyc in copy(self, deep, ref_items)
522 values = self.values
523 if deep:
--> 524 values = values.copy()
525 if ref_items is None:
526 ref_items = self.ref_items
MemoryError:
```
This loop is running inside an iPython notebook via a remote notebook server.
To my understanding, the automatic garbage collection should get rid of the intermediate dataframes I am creating inside the loop, am I doing anything stupid or is this leaking somehow?
| {
"+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/5329/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5329/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5330 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5330/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5330/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5330/events | https://github.com/pandas-dev/pandas/pull/5330 | 21,612,480 | MDExOlB1bGxSZXF1ZXN0OTQxNTk4NQ== | 5,330 | ENH: Add option to highlight NaN cells | {
"avatar_url": "https://avatars.githubusercontent.com/u/440820?v=4",
"events_url": "https://api.github.com/users/sburns/events{/privacy}",
"followers_url": "https://api.github.com/users/sburns/followers",
"following_url": "https://api.github.com/users/sburns/following{/other_user}",
"gists_url": "https://api.github.com/users/sburns/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/sburns",
"id": 440820,
"login": "sburns",
"node_id": "MDQ6VXNlcjQ0MDgyMA==",
"organizations_url": "https://api.github.com/users/sburns/orgs",
"received_events_url": "https://api.github.com/users/sburns/received_events",
"repos_url": "https://api.github.com/users/sburns/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/sburns/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sburns/subscriptions",
"type": "User",
"url": "https://api.github.com/users/sburns"
} | [] | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
},
"description": "Set to 2014-01-20\r\n@y-p\r\n\r\n0.13.0 ANN finally out on 2014-01-15, resetting two weeks hence, on 2014-01-29\r\n@y-p\r\n\r\n2014-01-27: Still getting steady bug reports, pushing one week to 2014-02-4\r\n@y-p\r\n\r\n2014-02-03: Released.",
"due_on": "2014-02-04T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/23",
"id": 412013,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23/labels",
"node_id": "MDk6TWlsZXN0b25lNDEyMDEz",
"number": 23,
"open_issues": 0,
"state": "closed",
"title": "0.13.1",
"updated_at": "2014-02-03T05:18:00Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23"
} | 4 | 2013-10-25T19:53:01Z | 2014-06-14T01:25:10Z | 2013-11-21T13:59:41Z | NONE | null | Useful for quickly inspecting data in an ipynb
- Add display.highlight_nan option (default True)
- Add argument to DataFrame.to_html
and HTMLFormatter.__init__
- Add test
| {
"+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/5330/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5330/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5330.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5330",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/5330.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5330"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5331 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5331/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5331/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5331/events | https://github.com/pandas-dev/pandas/issues/5331 | 21,612,729 | MDU6SXNzdWUyMTYxMjcyOQ== | 5,331 | DOC: build error on to_latex | {
"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"
} | [
{
"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": "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"
} | 28 | 2013-10-25T19:58:01Z | 2013-11-06T14:09:25Z | 2013-11-06T12:58:55Z | CONTRIBUTOR | null | https://gist.github.com/changhiskhan/7159783
from @changhiskhan
| {
"+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/5331/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5331/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5332 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5332/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5332/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5332/events | https://github.com/pandas-dev/pandas/issues/5332 | 21,621,712 | MDU6SXNzdWUyMTYyMTcxMg== | 5,332 | Period.asfreq broken for freq=MS | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "https://api.github.com/users/cancan101/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/cancan101",
"id": 51059,
"login": "cancan101",
"node_id": "MDQ6VXNlcjUxMDU5",
"organizations_url": "https://api.github.com/users/cancan101/orgs",
"received_events_url": "https://api.github.com/users/cancan101/received_events",
"repos_url": "https://api.github.com/users/cancan101/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/cancan101/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/cancan101/subscriptions",
"type": "User",
"url": "https://api.github.com/users/cancan101"
} | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
},
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
},
{
"color": "eb6420",
"default": false,
"description": "Period data type",
"id": 60635328,
"name": "Period",
"node_id": "MDU6TGFiZWw2MDYzNTMyOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Period"
}
] | 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"
} | 10 | 2013-10-25T23:10:41Z | 2014-04-09T03:02:03Z | 2014-04-09T03:01:56Z | CONTRIBUTOR | null | This works:
```
In [9]: pd.Period("2013").asfreq(freq="M", how="S")
Out[9]: Period('2013-01', 'M')
```
but this does not:
```
In [8]: pd.Period("2013").asfreq(freq="MS", how="S")
----> 1 pd.Period("2013").asfreq(freq="MS", how="S")
/usr/local/lib/python2.7/dist-packages/pandas/tseries/period.pyc in asfreq(self, freq, how)
196 how = _validate_end_alias(how)
197 base1, mult1 = _gfc(self.freq)
--> 198 base2, mult2 = _gfc(freq)
199
200 if mult2 != 1:
/usr/local/lib/python2.7/dist-packages/pandas/tseries/frequencies.pyc in get_freq_code(freqstr)
99
100 base, stride = _base_and_stride(freqstr)
--> 101 code = _period_str_to_code(base)
102
103 return code, stride
/usr/local/lib/python2.7/dist-packages/pandas/tseries/frequencies.pyc in _period_str_to_code(freqstr)
744 return _period_code_map[freqstr]
745 except:
--> 746 alias = _period_alias_dict[freqstr]
747 return _period_code_map[alias]
748
KeyError: 'L'
```
it seems to be treating the capital `MS` as lower case `ms`, meaning millisecond. Observer similar results:
```
In [11]: pd.Period("2013").asfreq(freq="ms", how="S")
----> 1 pd.Period("2013").asfreq(freq="ms", how="S")
/usr/local/lib/python2.7/dist-packages/pandas/tseries/period.pyc in asfreq(self, freq, how)
196 how = _validate_end_alias(how)
197 base1, mult1 = _gfc(self.freq)
--> 198 base2, mult2 = _gfc(freq)
199
200 if mult2 != 1:
/usr/local/lib/python2.7/dist-packages/pandas/tseries/frequencies.pyc in get_freq_code(freqstr)
99
100 base, stride = _base_and_stride(freqstr)
--> 101 code = _period_str_to_code(base)
102
103 return code, stride
/usr/local/lib/python2.7/dist-packages/pandas/tseries/frequencies.pyc in _period_str_to_code(freqstr)
744 return _period_code_map[freqstr]
745 except:
--> 746 alias = _period_alias_dict[freqstr]
747 return _period_code_map[alias]
748
KeyError: '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/5332/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5332/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5333 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5333/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5333/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5333/events | https://github.com/pandas-dev/pandas/issues/5333 | 21,623,010 | MDU6SXNzdWUyMTYyMzAxMA== | 5,333 | asfreq_info has redundant fields / poor comments | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "https://api.github.com/users/cancan101/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/cancan101",
"id": 51059,
"login": "cancan101",
"node_id": "MDQ6VXNlcjUxMDU5",
"organizations_url": "https://api.github.com/users/cancan101/orgs",
"received_events_url": "https://api.github.com/users/cancan101/received_events",
"repos_url": "https://api.github.com/users/cancan101/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/cancan101/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/cancan101/subscriptions",
"type": "User",
"url": "https://api.github.com/users/cancan101"
} | [
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
}
] | 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"
} | 2 | 2013-10-25T23:52:46Z | 2018-10-25T23:56:16Z | 2018-10-25T23:56:16Z | CONTRIBUTOR | null | looking at the definition for the `asfreq_info` struct in `period.h`, I see the following lines:
```
int from_a_year_end; // month the year ends on in the "from" frequency
int from_q_year_end; // month the year ends on in the "from" frequency
int to_a_year_end; // month the year ends on in the "to" frequency
int to_q_year_end; // month the year ends on in the "to" frequency
```
As far as I can tell, the comments are wrong and a union could have been used for these values as they are never simultaneous set.
Thoughts?
| {
"+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/5333/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5333/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5334 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5334/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5334/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5334/events | https://github.com/pandas-dev/pandas/pull/5334 | 21,623,713 | MDExOlB1bGxSZXF1ZXN0OTQyMjU3Mw== | 5,334 | CLN: Fix return type for initObjToJSON() | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
}
] | {
"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"
} | 6 | 2013-10-26T00:17:03Z | 2014-06-25T20:51:28Z | 2013-10-26T14:13:31Z | CONTRIBUTOR | null | Make it so that it always returns the same thing as numpy, so that it
matches the right signature whether in or not in the error condition.
Closes #5326.
| {
"+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/5334/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5334/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5334.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5334",
"merged_at": "2013-10-26T14:13:31Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5334.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5334"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5335 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5335/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5335/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5335/events | https://github.com/pandas-dev/pandas/pull/5335 | 21,624,323 | MDExOlB1bGxSZXF1ZXN0OTQyMjkwMA== | 5,335 | BUG: empty series not printing name in repr (#4651) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1676326?v=4",
"events_url": "https://api.github.com/users/goyodiaz/events{/privacy}",
"followers_url": "https://api.github.com/users/goyodiaz/followers",
"following_url": "https://api.github.com/users/goyodiaz/following{/other_user}",
"gists_url": "https://api.github.com/users/goyodiaz/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/goyodiaz",
"id": 1676326,
"login": "goyodiaz",
"node_id": "MDQ6VXNlcjE2NzYzMjY=",
"organizations_url": "https://api.github.com/users/goyodiaz/orgs",
"received_events_url": "https://api.github.com/users/goyodiaz/received_events",
"repos_url": "https://api.github.com/users/goyodiaz/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/goyodiaz/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/goyodiaz/subscriptions",
"type": "User",
"url": "https://api.github.com/users/goyodiaz"
} | [] | 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"
} | 11 | 2013-10-26T00:42:38Z | 2014-06-23T09:41:29Z | 2013-11-02T20:58:19Z | CONTRIBUTOR | null | Implemented as suggested in #4651
| {
"+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/5335/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5335/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5335.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5335",
"merged_at": "2013-11-02T20:58:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5335.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5335"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5336 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5336/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5336/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5336/events | https://github.com/pandas-dev/pandas/pull/5336 | 21,625,975 | MDExOlB1bGxSZXF1ZXN0OTQyMzcyNA== | 5,336 | DOC: Added/fixed some docstrings, esp Panel flex | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
}
] | {
"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 | 2013-10-26T02:27:57Z | 2014-06-13T13:53:33Z | 2013-10-28T01:18:49Z | CONTRIBUTOR | null | 1. Panel flex docstrings had str representation of functions like
`<builtin-func add..>` (not pretty). Fixed to be name
2. Added some docstrings to miscellaneous properties and clarified
meaning of info_axis/keys.
3. Wrap 0.13's release.rst at 80 characters per line.
I'm happy to revert (3) above...just was bothering me (most of the doc
breaks at 80)
Key change is here - http://jtratner.github.io/example-pandas-docs/html-minor-doc-fixup-10-25/api.html#id17
| {
"+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/5336/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5336/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5336.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5336",
"merged_at": "2013-10-28T01:18:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5336.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5336"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5337 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5337/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5337/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5337/events | https://github.com/pandas-dev/pandas/pull/5337 | 21,626,339 | MDExOlB1bGxSZXF1ZXN0OTQyMzg3Ng== | 5,337 | Docs for error_bad_lines, and warn_bad_lines options to pd.read_* | {
"avatar_url": "https://avatars.githubusercontent.com/u/410907?v=4",
"events_url": "https://api.github.com/users/lexual/events{/privacy}",
"followers_url": "https://api.github.com/users/lexual/followers",
"following_url": "https://api.github.com/users/lexual/following{/other_user}",
"gists_url": "https://api.github.com/users/lexual/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/lexual",
"id": 410907,
"login": "lexual",
"node_id": "MDQ6VXNlcjQxMDkwNw==",
"organizations_url": "https://api.github.com/users/lexual/orgs",
"received_events_url": "https://api.github.com/users/lexual/received_events",
"repos_url": "https://api.github.com/users/lexual/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/lexual/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lexual/subscriptions",
"type": "User",
"url": "https://api.github.com/users/lexual"
} | [] | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
},
"description": "Set to 2014-01-20\r\n@y-p\r\n\r\n0.13.0 ANN finally out on 2014-01-15, resetting two weeks hence, on 2014-01-29\r\n@y-p\r\n\r\n2014-01-27: Still getting steady bug reports, pushing one week to 2014-02-4\r\n@y-p\r\n\r\n2014-02-03: Released.",
"due_on": "2014-02-04T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/23",
"id": 412013,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23/labels",
"node_id": "MDk6TWlsZXN0b25lNDEyMDEz",
"number": 23,
"open_issues": 0,
"state": "closed",
"title": "0.13.1",
"updated_at": "2014-02-03T05:18:00Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23"
} | 1 | 2013-10-26T02:55:02Z | 2014-07-16T08:37:14Z | 2014-01-01T03:14:28Z | CONTRIBUTOR | null | Hi,
Added some docs for error_bad_lines & warn_bad_lines, as currently there aren't any found here: http://pandas.pydata.org/pandas-docs/dev/generated/pandas.io.parsers.read_csv.html
| {
"+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/5337/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5337/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5337.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5337",
"merged_at": "2014-01-01T03:14:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5337.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5337"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5338 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5338/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5338/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5338/events | https://github.com/pandas-dev/pandas/issues/5338 | 21,632,015 | MDU6SXNzdWUyMTYzMjAxNQ== | 5,338 | DataFrame.replace(dict) has weird behaviour in some cases | {
"avatar_url": "https://avatars.githubusercontent.com/u/890156?v=4",
"events_url": "https://api.github.com/users/jankatins/events{/privacy}",
"followers_url": "https://api.github.com/users/jankatins/followers",
"following_url": "https://api.github.com/users/jankatins/following{/other_user}",
"gists_url": "https://api.github.com/users/jankatins/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jankatins",
"id": 890156,
"login": "jankatins",
"node_id": "MDQ6VXNlcjg5MDE1Ng==",
"organizations_url": "https://api.github.com/users/jankatins/orgs",
"received_events_url": "https://api.github.com/users/jankatins/received_events",
"repos_url": "https://api.github.com/users/jankatins/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jankatins/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jankatins/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jankatins"
} | [
{
"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": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate",
"id": 2822342,
"name": "Missing-data",
"node_id": "MDU6TGFiZWwyODIyMzQy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data"
},
{
"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": "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"
} | 24 | 2013-10-26T11:04:26Z | 2016-10-12T23:04:19Z | 2014-02-21T12:00:51Z | CONTRIBUTOR | null | ``` python
import pandas as pd
df = pd.DataFrame({"color":[1,2,3,4]})
print df
color
0 1
1 2
2 3
3 4
print df.replace({"color":{"1":"2","3":"4",}}) # works but shouldn't?
color
0 2
1 2
2 4
3 4
print df.replace({"color":{"1":"2","2":"3","3":"4","4":"5"}}) # strange
color
0 2
1 4
2 3
3 5
print df.replace({"color":{1:"2",2:"3",3:"4",4:"5"}}) # works by replacing each cell once
color
0 2
1 3
2 4
3 5
df = pd.DataFrame({"color":["1","2","3","4"]})
print df
color
0 1
1 2
2 3
3 4
print df.replace({"color":{"1":"2","3":"4",}}) # works
color
0 2
1 2
2 4
3 4
print df.replace({"color":{"1":"2","2":"3","3":"4","4":"5"}}) # works not
color
0 3
1 3
2 5
3 5
print df.replace({"color":{1:"2",2:"3",3:"4",4:"5"}}) # works as expected: shouldn't replace anything!
color
0 1
1 2
2 3
3 4
```
So, my expected behaviour would be:
- don't replace a cell if the type of the cell does not match the key (as it is the case when a string cell is replaced by a int key)
- if a value of a cell is replaced, the cell shouldn't be replaced a second time in the same replace call
I found the problem when I tried to match string values to colors and got blown up color values: like `{"3":"#123456","4":"#000000"}` wouldn't convert `"3"` into `"#123#00000056"`
_Edit_: insert string cell cases and my expected behaviour and deleted the intial comments which had these examples
| {
"+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/5338/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5338/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5339 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5339/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5339/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5339/events | https://github.com/pandas-dev/pandas/issues/5339 | 21,636,772 | MDU6SXNzdWUyMTYzNjc3Mg== | 5,339 | Timestamp.now() throws an Error | {
"avatar_url": "https://avatars.githubusercontent.com/u/890156?v=4",
"events_url": "https://api.github.com/users/jankatins/events{/privacy}",
"followers_url": "https://api.github.com/users/jankatins/followers",
"following_url": "https://api.github.com/users/jankatins/following{/other_user}",
"gists_url": "https://api.github.com/users/jankatins/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jankatins",
"id": 890156,
"login": "jankatins",
"node_id": "MDQ6VXNlcjg5MDE1Ng==",
"organizations_url": "https://api.github.com/users/jankatins/orgs",
"received_events_url": "https://api.github.com/users/jankatins/received_events",
"repos_url": "https://api.github.com/users/jankatins/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jankatins/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jankatins/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jankatins"
} | [
{
"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": "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": "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"
} | 9 | 2013-10-26T16:38:59Z | 2013-10-27T21:59:55Z | 2013-10-27T21:59:55Z | CONTRIBUTOR | null | Not sure if that is expected, but if it is expected it would be nice if the error message and the docsring of `Timestamp.now()` could be improved.
```
from pandas.tslib import Timestamp
Timestamp.now()
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-45-634034a47269> in <module>()
----> 1 Timestamp.now()
C:\portabel\Python27\lib\site-packages\pandas\tslib.pyd in pandas.tslib.Timestamp.__new__ (pandas\tslib.c:5167)()
TypeError: __new__() takes at most 5 positional arguments (9 given)
```
| {
"+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/5339/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5339/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5340 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5340/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5340/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5340/events | https://github.com/pandas-dev/pandas/pull/5340 | 21,637,848 | MDExOlB1bGxSZXF1ZXN0OTQyNzkzNQ== | 5,340 | More informative exception when trying to use ``MS`` as period frequency | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "https://api.github.com/users/cancan101/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/cancan101",
"id": 51059,
"login": "cancan101",
"node_id": "MDQ6VXNlcjUxMDU5",
"organizations_url": "https://api.github.com/users/cancan101/orgs",
"received_events_url": "https://api.github.com/users/cancan101/received_events",
"repos_url": "https://api.github.com/users/cancan101/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/cancan101/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/cancan101/subscriptions",
"type": "User",
"url": "https://api.github.com/users/cancan101"
} | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
},
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
},
{
"color": "eb6420",
"default": false,
"description": "Period data type",
"id": 60635328,
"name": "Period",
"node_id": "MDU6TGFiZWw2MDYzNTMyOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Period"
}
] | 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"
} | 22 | 2013-10-26T17:45:23Z | 2014-07-16T08:37:16Z | 2014-04-09T03:01:05Z | CONTRIBUTOR | null | Closes #5332
| {
"+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/5340/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5340/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5340.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5340",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/5340.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5340"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5341 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5341/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5341/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5341/events | https://github.com/pandas-dev/pandas/pull/5341 | 21,638,243 | MDExOlB1bGxSZXF1ZXN0OTQyODA4Ng== | 5,341 | BUG/CLN: Cleanup sanitize column and abstract broadcasting | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [] | 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"
} | 11 | 2013-10-26T18:09:21Z | 2014-07-16T08:37:19Z | 2013-10-26T23:40:01Z | CONTRIBUTOR | null | Also fixes small bug from #5321
| {
"+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/5341/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5341/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5341.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5341",
"merged_at": "2013-10-26T23:40:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5341.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5341"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5342 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5342/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5342/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5342/events | https://github.com/pandas-dev/pandas/pull/5342 | 21,639,712 | MDExOlB1bGxSZXF1ZXN0OTQyODY0NQ== | 5,342 | API: provide compat for Timestamp now/today/utcnow class methods (GH5339) | {
"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"
} | [] | 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"
} | 6 | 2013-10-26T19:39:45Z | 2014-07-16T08:37:21Z | 2013-10-27T21:59:55Z | CONTRIBUTOR | null | closes #5339
| {
"+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/5342/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5342/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5342.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5342",
"merged_at": "2013-10-27T21:59:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5342.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5342"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5343 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5343/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5343/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5343/events | https://github.com/pandas-dev/pandas/pull/5343 | 21,642,526 | MDExOlB1bGxSZXF1ZXN0OTQyOTY5MA== | 5,343 | ENH: allow in-line expression assignment with df.eval | {
"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"
} | [] | 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"
} | 17 | 2013-10-26T22:34:45Z | 2014-06-17T03:29:49Z | 2013-10-27T22:12:25Z | CONTRIBUTOR | null | This was a relatively easy extension of eval to allow in-line creation/assignment.
Allows one to basically use formulas to do things (pandas conquers excel!!!!)
- [x] docs
- [x] tests non-frame
```
In [11]: df = DataFrame(dict(a = range(5), b = range(5,10)))
In [12]: df
Out[12]:
a b
0 0 5
1 1 6
2 2 7
3 3 8
4 4 9
In [13]: df.eval('c=a+b')
In [14]: df.eval('d=a+b+c')
In [15]: df.eval('a=1')
In [16]: df
Out[16]:
a b c d
0 1 5 5 10
1 1 6 7 14
2 1 7 9 18
3 1 8 11 22
4 1 9 13 26
```
You can do this (this could maybe have a bit better syntax though)
```
In [31]: df = DataFrame(dict(a = range(5), b = range(5,10)))
In [32]: formulas = Series(['c=a+b','d=a*b'],index=['a','b'])
In [33]: df.apply(lambda x: df.eval(formulas[x.name]))
Out[33]:
a None
b None
dtype: object
In [34]: df
Out[34]:
a b c d
0 0 5 5 0
1 1 6 7 6
2 2 7 9 14
3 3 8 11 24
4 4 9 13 36
```
| {
"+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/5343/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5343/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5343.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5343",
"merged_at": "2013-10-27T22:12:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5343.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5343"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5344 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5344/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5344/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5344/events | https://github.com/pandas-dev/pandas/issues/5344 | 21,644,077 | MDU6SXNzdWUyMTY0NDA3Nw== | 5,344 | BUG: set_index not resetting ref_locs | {
"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"
} | [
{
"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": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
}
] | 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"
} | 0 | 2013-10-27T00:29:56Z | 2013-10-27T00:45:07Z | 2013-10-27T00:45:07Z | CONTRIBUTOR | null | http://stackoverflow.com/questions/19612650/pandas-multiindex-names-not-working
| {
"+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/5344/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5344/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5345 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5345/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5345/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5345/events | https://github.com/pandas-dev/pandas/pull/5345 | 21,644,166 | MDExOlB1bGxSZXF1ZXN0OTQzMDI4Mw== | 5,345 | BUG: Bug when renaming then set_index on a DataFrame (GH5344) | {
"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"
} | [] | 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"
} | 0 | 2013-10-27T00:36:05Z | 2014-06-17T11:24:24Z | 2013-10-27T00:45:07Z | CONTRIBUTOR | null | closes #5344
| {
"+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/5345/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5345/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5345.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5345",
"merged_at": "2013-10-27T00:45:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5345.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5345"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5346 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5346/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5346/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5346/events | https://github.com/pandas-dev/pandas/issues/5346 | 21,652,562 | MDU6SXNzdWUyMTY1MjU2Mg== | 5,346 | to_clipboard() should ignore display options | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.github.com/users/ghost/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ghost",
"id": 10137,
"login": "ghost",
"node_id": "MDQ6VXNlcjEwMTM3",
"organizations_url": "https://api.github.com/users/ghost/orgs",
"received_events_url": "https://api.github.com/users/ghost/received_events",
"repos_url": "https://api.github.com/users/ghost/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ghost/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ghost/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ghost"
} | [
{
"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": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
},
"description": "Set to 2014-01-20\r\n@y-p\r\n\r\n0.13.0 ANN finally out on 2014-01-15, resetting two weeks hence, on 2014-01-29\r\n@y-p\r\n\r\n2014-01-27: Still getting steady bug reports, pushing one week to 2014-02-4\r\n@y-p\r\n\r\n2014-02-03: Released.",
"due_on": "2014-02-04T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/23",
"id": 412013,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23/labels",
"node_id": "MDk6TWlsZXN0b25lNDEyMDEz",
"number": 23,
"open_issues": 0,
"state": "closed",
"title": "0.13.1",
"updated_at": "2014-02-03T05:18:00Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23"
} | 2 | 2013-10-27T13:27:20Z | 2013-11-26T01:04:01Z | 2013-11-26T01:04:01Z | NONE | null | When the frame is too wide or too long, summary/expand_repr kick in
and the contents of the clipboard are unusable.
Could perhaps introduce an option to enforce a limit on row count (10,000? 100,000? )
and/or add a `force` keyword in `to_clipboard()` since copying a huge amount into the
clipboard can hang.
now that it uses to_csv by default (#5070 ), it's only relevent with `excel=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/5346/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5346/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5347 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5347/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5347/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5347/events | https://github.com/pandas-dev/pandas/issues/5347 | 21,654,668 | MDU6SXNzdWUyMTY1NDY2OA== | 5,347 | please tidy up your temporary files during testing | {
"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 | [] | {
"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 | 2013-10-27T15:44:18Z | 2016-10-12T23:04:19Z | 2013-10-28T03:26:02Z | CONTRIBUTOR | null | I found that our /tmp on nibotmi was filled up with tmp*png files. And they are coming from pandas. I did
mkdir tmp; TMPDIR=$PWD/tmp nosetests -s -v pandas
to find 186 .png of 12M total after a single run of tests
| {
"+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/5347/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5347/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5348 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5348/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5348/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5348/events | https://github.com/pandas-dev/pandas/issues/5348 | 21,656,721 | MDU6SXNzdWUyMTY1NjcyMQ== | 5,348 | Cannot Add Dates that are the 1st of a Month and on a Sunday to a DatetimeIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/392678?v=4",
"events_url": "https://api.github.com/users/jeffshek/events{/privacy}",
"followers_url": "https://api.github.com/users/jeffshek/followers",
"following_url": "https://api.github.com/users/jeffshek/following{/other_user}",
"gists_url": "https://api.github.com/users/jeffshek/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jeffshek",
"id": 392678,
"login": "jeffshek",
"node_id": "MDQ6VXNlcjM5MjY3OA==",
"organizations_url": "https://api.github.com/users/jeffshek/orgs",
"received_events_url": "https://api.github.com/users/jeffshek/received_events",
"repos_url": "https://api.github.com/users/jeffshek/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jeffshek/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jeffshek/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jeffshek"
} | [
{
"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": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
}
] | closed | false | null | [] | null | 3 | 2013-10-27T17:40:46Z | 2016-12-11T14:06:54Z | 2016-12-11T14:06:54Z | NONE | null | Running into a problem when I attempt to add the first date of a month that is a Sunday.
``` python
import datetime
from pandas.tseries.index import DatetimeIndex
d1 = datetime.date(2002, 9, 1)
d2 = datetime.date(2013, 10, 27)
d3 = datetime.date(2012, 9, 30)
i1 = DatetimeIndex([d1, d2])
i2 = DatetimeIndex([d3])
i1 + i2
ValueError: Could not evaluate WOM-1SUN
```
Returns a ValueError "Could not evaluate WOM-1SUN". However, if I change d1 and then follow the same steps
``` python
d1 = datetime.date(2002, 9, 2)
i1 = DatetimeIndex([d1, d2])
i1 + i2
Out[2]: <class 'pandas.tseries.index.DatetimeIndex'>
[2002-09-02 00:00:00, ..., 2013-10-27 00:00:00]
Length: 3, Freq: None, Timezone: None
```
This create a DatetimeIndex adding the the index i1 and i2.
| {
"+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/5348/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5348/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5349 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5349/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5349/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5349/events | https://github.com/pandas-dev/pandas/issues/5349 | 21,659,349 | MDU6SXNzdWUyMTY1OTM0OQ== | 5,349 | np.max(Index) creates an invalid index. | {
"avatar_url": "https://avatars.githubusercontent.com/u/931214?v=4",
"events_url": "https://api.github.com/users/OlexiyO/events{/privacy}",
"followers_url": "https://api.github.com/users/OlexiyO/followers",
"following_url": "https://api.github.com/users/OlexiyO/following{/other_user}",
"gists_url": "https://api.github.com/users/OlexiyO/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/OlexiyO",
"id": 931214,
"login": "OlexiyO",
"node_id": "MDQ6VXNlcjkzMTIxNA==",
"organizations_url": "https://api.github.com/users/OlexiyO/orgs",
"received_events_url": "https://api.github.com/users/OlexiyO/received_events",
"repos_url": "https://api.github.com/users/OlexiyO/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/OlexiyO/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/OlexiyO/subscriptions",
"type": "User",
"url": "https://api.github.com/users/OlexiyO"
} | [] | closed | false | null | [] | null | 1 | 2013-10-27T20:06:22Z | 2013-10-27T21:13:49Z | 2013-10-27T21:13:49Z | NONE | null | Pandas version: '0.12.0'
Numpy version: '1.6.1'
How to reproduce:
ser = pd.Series([2, 4, 6], index=[0, 2, 3])
ids = ser.index
x = np.max(ids)
Now, two things happen:
*) type(x) is Index
*) x is a 0-d array (so getting x[0]) crashes
*) print x crashes as well:
/home/olexiy/clients/olexiy-validators/google3/blaze-bin/quality/ranklab/main/tools/iranklab.runfiles/google3/third_party/py/pandas/core/common.py in pprint_thing(thing, _nest_lvl, escape_chars, default_escapes, quote_strings)
2065 result = fmt % as_escaped_unicode(thing)
2066 else:
-> 2067 result = as_escaped_unicode(thing)
2068
2069 return unicode(result) # always unicode
/home/olexiy/clients/olexiy-validators/google3/blaze-bin/quality/ranklab/main/tools/iranklab.runfiles/google3/third_party/py/pandas/core/common.py in as_escaped_unicode(thing, escape_chars)
2026
2027 try:
-> 2028 result = unicode(thing) # we should try this first
2029 except UnicodeDecodeError:
2030 # either utf-8 or we replace errors
RuntimeError: maximum recursion depth exceeded while calling a Python 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/5349/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5349/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5350 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5350/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5350/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5350/events | https://github.com/pandas-dev/pandas/pull/5350 | 21,659,572 | MDExOlB1bGxSZXF1ZXN0OTQzNTYwNA== | 5,350 | DOC: Panel *xs() docstring indicates wrong default for copy | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gists_url": "https://api.github.com/users/TomAugspurger/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/TomAugspurger",
"id": 1312546,
"login": "TomAugspurger",
"node_id": "MDQ6VXNlcjEzMTI1NDY=",
"organizations_url": "https://api.github.com/users/TomAugspurger/orgs",
"received_events_url": "https://api.github.com/users/TomAugspurger/received_events",
"repos_url": "https://api.github.com/users/TomAugspurger/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/TomAugspurger/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/TomAugspurger/subscriptions",
"type": "User",
"url": "https://api.github.com/users/TomAugspurger"
} | [] | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
},
"description": "Set to 2014-01-20\r\n@y-p\r\n\r\n0.13.0 ANN finally out on 2014-01-15, resetting two weeks hence, on 2014-01-29\r\n@y-p\r\n\r\n2014-01-27: Still getting steady bug reports, pushing one week to 2014-02-4\r\n@y-p\r\n\r\n2014-02-03: Released.",
"due_on": "2014-02-04T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/23",
"id": 412013,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23/labels",
"node_id": "MDk6TWlsZXN0b25lNDEyMDEz",
"number": 23,
"open_issues": 0,
"state": "closed",
"title": "0.13.1",
"updated_at": "2014-02-03T05:18:00Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23"
} | 1 | 2013-10-27T20:17:41Z | 2014-06-24T22:56:53Z | 2013-11-21T14:06:31Z | CONTRIBUTOR | null | Also the copy param in Panel.xs was undocumented. Intentional?
Worth a line in release.rst?
| {
"+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/5350/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5350/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5350.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5350",
"merged_at": "2013-11-21T14:06:31Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5350.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5350"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5351 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5351/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5351/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5351/events | https://github.com/pandas-dev/pandas/issues/5351 | 21,661,395 | MDU6SXNzdWUyMTY2MTM5NQ== | 5,351 | fromtimestamp, utcfromtimestamp, strptime and combine are broken for Timestamp | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "https://api.github.com/users/cancan101/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/cancan101",
"id": 51059,
"login": "cancan101",
"node_id": "MDQ6VXNlcjUxMDU5",
"organizations_url": "https://api.github.com/users/cancan101/orgs",
"received_events_url": "https://api.github.com/users/cancan101/received_events",
"repos_url": "https://api.github.com/users/cancan101/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/cancan101/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/cancan101/subscriptions",
"type": "User",
"url": "https://api.github.com/users/cancan101"
} | [
{
"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": "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"
},
{
"color": "5319e7",
"default": false,
"description": "Timezone data dtype",
"id": 60458168,
"name": "Timezones",
"node_id": "MDU6TGFiZWw2MDQ1ODE2OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones"
}
] | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"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": "after 0.15.1 of course",
"due_on": "2014-12-12T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/30",
"id": 816816,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/30/labels",
"node_id": "MDk6TWlsZXN0b25lODE2ODE2",
"number": 30,
"open_issues": 0,
"state": "closed",
"title": "0.15.2",
"updated_at": "2015-07-29T20:17:19Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/30"
} | 0 | 2013-10-27T22:01:07Z | 2014-11-17T10:56:44Z | 2014-11-17T10:56:44Z | CONTRIBUTOR | null | See #5342
| {
"+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/5351/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5351/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5352 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5352/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5352/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5352/events | https://github.com/pandas-dev/pandas/pull/5352 | 21,661,797 | MDExOlB1bGxSZXF1ZXN0OTQzNjQ5Mg== | 5,352 | CLN: Add axis kwarg to Series wrapper for compat | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [] | 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 | 2013-10-27T22:27:17Z | 2014-07-16T08:37:31Z | 2013-10-28T00:48:46Z | CONTRIBUTOR | null | Now flex methods can take axis=0/axis='rows'/axis='index'. Also updated
tests to cover full range of Series flex ops and check that they all
accept an axis argument.
| {
"+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/5352/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5352/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5352.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5352",
"merged_at": "2013-10-28T00:48:46Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5352.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5352"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5353 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5353/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5353/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5353/events | https://github.com/pandas-dev/pandas/issues/5353 | 21,662,275 | MDU6SXNzdWUyMTY2MjI3NQ== | 5,353 | Plotting in a specific axis with DataFrame.hist(by=) is not working as expected | {
"avatar_url": "https://avatars.githubusercontent.com/u/4560057?v=4",
"events_url": "https://api.github.com/users/joelostblom/events{/privacy}",
"followers_url": "https://api.github.com/users/joelostblom/followers",
"following_url": "https://api.github.com/users/joelostblom/following{/other_user}",
"gists_url": "https://api.github.com/users/joelostblom/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/joelostblom",
"id": 4560057,
"login": "joelostblom",
"node_id": "MDQ6VXNlcjQ1NjAwNTc=",
"organizations_url": "https://api.github.com/users/joelostblom/orgs",
"received_events_url": "https://api.github.com/users/joelostblom/received_events",
"repos_url": "https://api.github.com/users/joelostblom/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/joelostblom/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/joelostblom/subscriptions",
"type": "User",
"url": "https://api.github.com/users/joelostblom"
} | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"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": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"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": "after 0.14.1 of course!",
"due_on": "2014-10-19T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/28",
"id": 711567,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/28/labels",
"node_id": "MDk6TWlsZXN0b25lNzExNTY3",
"number": 28,
"open_issues": 0,
"state": "closed",
"title": "0.15.0",
"updated_at": "2017-11-24T10:50:44Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/28"
} | 8 | 2013-10-27T22:58:05Z | 2014-08-19T17:09:14Z | 2014-08-19T17:09:14Z | CONTRIBUTOR | null | Hi,
I posted this on stackoverflow http://stackoverflow.com/questions/19602864/how-to-plot-in-a-specific-axis-with-dataframe-histby-in-pandas?noredirect=1#comment29118427_19602864 and was suggested to file a bug report here.
I am trying plot several histogram groups in the same figure. Each group contains two conditions and I am therefore using the 'by=' argument from pandas histogram options. However, this does not work as I expected and pandas creates a new figure instead of plotting in the axis I am passing. I tried to pass four axes as well, but still no go. Sample code:
``` python
import pandas as pd
df = pd.DataFrame({'color': ['blue','blue','yellow','blue','yellow'], 'area': [2,2,3,4,4]})
fig, (ax1, ax2) = plt.subplots(1,2)
df.area.hist(by=df.color, ax=ax1)
```
I'm using pandas 0.12.0, matplotlib 1.3.0, numpy 1.7.1 and python 2.7.5. Any suggestion that leads to a way of combining/stitching multiple 'hist(by=)-plots' in the same subplot grid is welcome.
| {
"+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/5353/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5353/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5354 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5354/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5354/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5354/events | https://github.com/pandas-dev/pandas/pull/5354 | 21,663,857 | MDExOlB1bGxSZXF1ZXN0OTQzNzE2Mw== | 5,354 | BUG/ENH: Allow drop to accept axis name | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
}
] | {
"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"
} | 1 | 2013-10-28T00:09:50Z | 2014-06-14T15:19:38Z | 2013-10-28T01:14:38Z | CONTRIBUTOR | null | Still need to add tests for DataFrame and Series, but should work. Very
simple fix to boot :).
Finally closes #5044
| {
"+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/5354/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5354/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5354.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5354",
"merged_at": "2013-10-28T01:14:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5354.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5354"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5355 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5355/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5355/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5355/events | https://github.com/pandas-dev/pandas/issues/5355 | 21,664,366 | MDU6SXNzdWUyMTY2NDM2Ng== | 5,355 | BUG: .drop() doesn't parse strings for DatetimeIndex. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"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"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
}
] | open | 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"
} | 4 | 2013-10-28T00:33:32Z | 2020-03-31T04:12:46Z | null | CONTRIBUTOR | null | Needs to coerce:
e.g.
``` python
In [1]: import pandas.util.testing as tm
In [2]: pan = tm.makePanel()
In [3]: pan
Out[3]:
<class 'pandas.core.panel.Panel'>
Dimensions: 3 (items) x 30 (major_axis) x 4 (minor_axis)
Items axis: ItemA to ItemC
Major_axis axis: 2000-01-03 00:00:00 to 2000-02-11 00:00:00
Minor_axis axis: A to D
In [4]: pan.drop('2000-01-03', axis=1)
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-4-11e47d7c99f1> in <module>()
----> 1 pan.drop('2000-01-03', axis=1)
../pandas/core/generic.pyc in drop(self, labels, axis, level)
1112 new_axis = axis.drop(labels, level=level)
1113 else:
-> 1114 new_axis = axis.drop(labels)
1115 dropped = self.reindex(**{ axis_name: new_axis })
1116 try:
../pandas/core/index.pyc in drop(self, labels)
1614 mask = indexer == -1
1615 if mask.any():
-> 1616 raise ValueError('labels %s not contained in axis' % labels[mask])
1617 return self.delete(indexer)
1618
ValueError: labels ['2000-01-03'] not contained in axis
```
| {
"+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/5355/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5355/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5356 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5356/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5356/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5356/events | https://github.com/pandas-dev/pandas/issues/5356 | 21,664,506 | MDU6SXNzdWUyMTY2NDUwNg== | 5,356 | ENH: Change `NDFrame.div()` to be truediv in Python 2.X | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"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": "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"
} | 6 | 2013-10-28T00:43:16Z | 2013-11-05T22:53:10Z | 2013-11-05T22:53:10Z | CONTRIBUTOR | null | Now that we have all the arithmetic methods, there's no reason to keep it as before. Not having this means that operating on an int column with missing values switches operation result from floordiv to truediv.
@wesm You had, at one point, said that you would consider this. I believe this change would iron over a long-standing Python wart and make pandas easier to use:
Existing behavior (note how the future import doesn't affect div at all because it's defined in a separate file, but does affect division because Python will call `__truediv__` instead of `__div__`):
``` python
In [22]: from __future__ import division
In [23]: ser1 / ser2
Out[23]:
0 0.0
1 0.5
2 1.0
3 1.5
dtype: float64
In [24]: ser1.div(ser2)
Out[24]:
0 0
1 0
2 1
3 1
dtype: int64
```
And missing values immediately causes this behavior to change (because coerces to float)
``` python
In [11]: from pandas import Series
In [12]: ser1 = Series([0, 1, 2, 3])
In [13]: ser2 = Series([2, 2, 2, 2])
In [14]: ser1.div(ser2)
Out[14]:
0 0
1 0
2 1
3 1
dtype: int64
In [15]: ser1[0] = np.nan
In [16]: ser1.div(ser2)
Out[18]:
0 NaN
1 0.5
2 1.0
3 1.5
dtype: float64
```
And this distinction is totally eliminated in Python 3:
``` python
In [11]: from pandas import Series
In [12]: ser1 = Series([0, 1, 2, 3])
In [13]: ser2 = Series([2, 2, 2, 2])
In [14]: ser1.div(ser2)
Out[14]:
0 0.0
1 0.5
2 1.0
3 1.5
dtype: float64
In [15]: ser1[0] = np.nan
In [16]: ser1.div(ser2)
Out[18]:
0 NaN
1 0.5
2 1.0
3 1.5
dtype: float64
```
Trivial to fix and, while slightly backwards incompatible, would mostly just make things simpler. We should still leave `a / b` to be dependent upon the future import.
| {
"+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/5356/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5356/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5357 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5357/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5357/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5357/events | https://github.com/pandas-dev/pandas/issues/5357 | 21,664,912 | MDU6SXNzdWUyMTY2NDkxMg== | 5,357 | ERR: Poor error message passing iterator to DataFrame constructor. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
}
] | 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"
} | 3 | 2013-10-28T00:59:30Z | 2014-04-27T23:39:58Z | 2014-04-27T23:39:58Z | CONTRIBUTOR | null | E.g.:
``` python
from itertools import izip
df = DataFrame(izip(range(3), range(-3, 1), list('abc')), columns=list('abc'))
---------------------------------------------------------------------------
PandasError Traceback (most recent call last)
<ipython-input-3-15234514160e> in <module>()
1 from itertools import izip
2
----> 3 df = DataFrame(izip(range(3), range(-3, 1), list('abc')), columns=list('abc'))
../pandas/core/frame.pyc in __init__(self, data, index, columns, dtype, copy)
270 copy=False)
271 else:
--> 272 raise PandasError('DataFrame constructor not properly called!')
273
274 NDFrame.__init__(self, mgr, fastpath=True)
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/5357/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5357/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5358 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5358/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5358/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5358/events | https://github.com/pandas-dev/pandas/issues/5358 | 21,667,148 | MDU6SXNzdWUyMTY2NzE0OA== | 5,358 | BUG: set_index doesn't work with MI. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"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": "207de5",
"default": false,
"description": null,
"id": 71268330,
"name": "MultiIndex",
"node_id": "MDU6TGFiZWw3MTI2ODMzMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/MultiIndex"
}
] | 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 | 2013-10-28T01:59:23Z | 2014-04-04T18:08:48Z | 2014-04-04T18:08:41Z | CONTRIBUTOR | null | Changes it to tuples instead (so it's probably just converting to list or going to values somewhere)
``` python
In [9]: df = DataFrame(list(zip(range(3), range(3), range(3), range(3))))
In [10]: ind = MultiIndex.from_arrays([['x', 'y', 'z'], [4, 4, 5]], names=['ind1', 'ind2'])
In [11]: df.set_index(ind)
Out[11]:
0 1 2 3
(x, 4) 0 0 0 0
(y, 4) 1 1 1 1
(z, 5) 2 2 2 2
In [12]: df.reindex(ind) # works
Out[12]:
0 1 2 3
ind1 ind2
x 4 NaN NaN NaN NaN
y 4 NaN NaN NaN NaN
z 5 NaN NaN NaN NaN
In [13]: df2 = df.copy()
In [14]: df2.index = ind # works too
In [15]: df2
Out[15]:
0 1 2 3
ind1 ind2
x 4 0 0 0 0
y 4 1 1 1 1
z 5 2 2 2 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/5358/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5358/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5359 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5359/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5359/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5359/events | https://github.com/pandas-dev/pandas/pull/5359 | 21,668,715 | MDExOlB1bGxSZXF1ZXN0OTQzODYzNg== | 5,359 | TST: Make sure files are removed in test_graphics | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [] | closed | false | null | [] | null | 1 | 2013-10-28T03:10:35Z | 2014-07-16T08:37:36Z | 2013-10-28T03:26:02Z | CONTRIBUTOR | null | plt.savefig() appends an extension by default, which messes up ensure_clean().
Added option to ensure_clean() to just return file-like.
Closes #5347.
| {
"+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/5359/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5359/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5359.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5359",
"merged_at": "2013-10-28T03:26:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5359.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5359"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5360 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5360/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5360/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5360/events | https://github.com/pandas-dev/pandas/pull/5360 | 21,669,458 | MDExOlB1bGxSZXF1ZXN0OTQzODk4OA== | 5,360 | TST/CLN: Only print on test failures. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [] | closed | false | null | [] | null | 0 | 2013-10-28T03:46:45Z | 2014-07-16T08:37:37Z | 2013-10-28T04:00:35Z | CONTRIBUTOR | null | Don't pollute output.
| {
"+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/5360/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5360/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5360.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5360",
"merged_at": "2013-10-28T04:00:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5360.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5360"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5361 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5361/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5361/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5361/events | https://github.com/pandas-dev/pandas/issues/5361 | 21,688,759 | MDU6SXNzdWUyMTY4ODc1OQ== | 5,361 | BUG: to_datetime returns KeyError: 'p' when %p specified in format string | {
"avatar_url": "https://avatars.githubusercontent.com/u/1523574?v=4",
"events_url": "https://api.github.com/users/RomanPekar/events{/privacy}",
"followers_url": "https://api.github.com/users/RomanPekar/followers",
"following_url": "https://api.github.com/users/RomanPekar/following{/other_user}",
"gists_url": "https://api.github.com/users/RomanPekar/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/RomanPekar",
"id": 1523574,
"login": "RomanPekar",
"node_id": "MDQ6VXNlcjE1MjM1NzQ=",
"organizations_url": "https://api.github.com/users/RomanPekar/orgs",
"received_events_url": "https://api.github.com/users/RomanPekar/received_events",
"repos_url": "https://api.github.com/users/RomanPekar/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/RomanPekar/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/RomanPekar/subscriptions",
"type": "User",
"url": "https://api.github.com/users/RomanPekar"
} | [
{
"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"
},
{
"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": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
},
"description": "Set to 2014-01-20\r\n@y-p\r\n\r\n0.13.0 ANN finally out on 2014-01-15, resetting two weeks hence, on 2014-01-29\r\n@y-p\r\n\r\n2014-01-27: Still getting steady bug reports, pushing one week to 2014-02-4\r\n@y-p\r\n\r\n2014-02-03: Released.",
"due_on": "2014-02-04T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/23",
"id": 412013,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23/labels",
"node_id": "MDk6TWlsZXN0b25lNDEyMDEz",
"number": 23,
"open_issues": 0,
"state": "closed",
"title": "0.13.1",
"updated_at": "2014-02-03T05:18:00Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23"
} | 1 | 2013-10-28T13:27:29Z | 2014-06-07T06:13:38Z | 2014-01-24T22:16:35Z | CONTRIBUTOR | null | Here's a question on SO - http://stackoverflow.com/questions/19635704/keyerror-in-pandas-to-datetime-using-custom-format, also possible to check it like this:
```
pd.to_datetime('09/30/2013 04:14 PM', format="%m/%d/%Y %I:%M %p")
```
It works for python time:
```
time.strptime('09/30/2013 04:14 PM', "%m/%d/%Y %I:%M %p")
```
| {
"+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/5361/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5361/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5362 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5362/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5362/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5362/events | https://github.com/pandas-dev/pandas/pull/5362 | 21,710,141 | MDExOlB1bGxSZXF1ZXN0OTQ2MDQ2NQ== | 5,362 | TST: interpolate precision inference | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gists_url": "https://api.github.com/users/TomAugspurger/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/TomAugspurger",
"id": 1312546,
"login": "TomAugspurger",
"node_id": "MDQ6VXNlcjEzMTI1NDY=",
"organizations_url": "https://api.github.com/users/TomAugspurger/orgs",
"received_events_url": "https://api.github.com/users/TomAugspurger/received_events",
"repos_url": "https://api.github.com/users/TomAugspurger/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/TomAugspurger/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/TomAugspurger/subscriptions",
"type": "User",
"url": "https://api.github.com/users/TomAugspurger"
} | [] | 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"
} | 4 | 2013-10-28T18:26:15Z | 2014-07-16T08:37:39Z | 2013-10-28T19:52:51Z | CONTRIBUTOR | null | closes #5174
| {
"+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/5362/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5362/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5362.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5362",
"merged_at": "2013-10-28T19:52:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5362.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5362"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5363 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5363/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5363/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5363/events | https://github.com/pandas-dev/pandas/issues/5363 | 21,716,258 | MDU6SXNzdWUyMTcxNjI1OA== | 5,363 | BUG/TST: Precision on downcast | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gists_url": "https://api.github.com/users/TomAugspurger/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/TomAugspurger",
"id": 1312546,
"login": "TomAugspurger",
"node_id": "MDQ6VXNlcjEzMTI1NDY=",
"organizations_url": "https://api.github.com/users/TomAugspurger/orgs",
"received_events_url": "https://api.github.com/users/TomAugspurger/received_events",
"repos_url": "https://api.github.com/users/TomAugspurger/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/TomAugspurger/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/TomAugspurger/subscriptions",
"type": "User",
"url": "https://api.github.com/users/TomAugspurger"
} | [
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
},
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Comparison, and Logical operations",
"id": 47223669,
"name": "Numeric Operations",
"node_id": "MDU6TGFiZWw0NzIyMzY2OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations"
}
] | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
},
"description": "Set to 2014-01-20\r\n@y-p\r\n\r\n0.13.0 ANN finally out on 2014-01-15, resetting two weeks hence, on 2014-01-29\r\n@y-p\r\n\r\n2014-01-27: Still getting steady bug reports, pushing one week to 2014-02-4\r\n@y-p\r\n\r\n2014-02-03: Released.",
"due_on": "2014-02-04T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/23",
"id": 412013,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23/labels",
"node_id": "MDk6TWlsZXN0b25lNDEyMDEz",
"number": 23,
"open_issues": 0,
"state": "closed",
"title": "0.13.1",
"updated_at": "2014-02-03T05:18:00Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23"
} | 1 | 2013-10-28T19:53:37Z | 2013-10-28T23:57:12Z | 2013-10-28T23:57:12Z | CONTRIBUTOR | null | See https://github.com/pydata/pandas/issues/5174
May not be just Macs. From that thread, yarikoptic's OS was: `OS: Linux 3.9-1-amd64 #1 SMP Debian 3.9.8-1 x86_64`.
A sample failure is from the generic.interpolate suite (modified to downcast, which is the default):
``` python
def test_interp_quad(self):
sq = Series([1, 4, np.nan, 16], index=[1, 2, 3, 4])
result = sq.interpolate(method='quadratic')
expected = Series([1., 4, 9, 16], index=[1, 2, 3, 4])
assert_series_equal(result, expected)
```
On (some?) macs and apparently some linux builds this will fail because it the result is not downcast to an `int`. See also stepping through [here](https://github.com/pydata/pandas/issues/5174#issuecomment-26074991) and the PR to patch this failure [here](https://github.com/pydata/pandas/pull/5362).
I'm going to see if I can get my failing scipy/numpy tests to pass cleanly. Hopefully that will fix these.
| {
"+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/5363/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5363/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5364 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5364/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5364/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5364/events | https://github.com/pandas-dev/pandas/issues/5364 | 21,720,011 | MDU6SXNzdWUyMTcyMDAxMQ== | 5,364 | HDF5 (PyTables) fsync support | {
"avatar_url": "https://avatars.githubusercontent.com/u/718596?v=4",
"events_url": "https://api.github.com/users/benalexau/events{/privacy}",
"followers_url": "https://api.github.com/users/benalexau/followers",
"following_url": "https://api.github.com/users/benalexau/following{/other_user}",
"gists_url": "https://api.github.com/users/benalexau/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/benalexau",
"id": 718596,
"login": "benalexau",
"node_id": "MDQ6VXNlcjcxODU5Ng==",
"organizations_url": "https://api.github.com/users/benalexau/orgs",
"received_events_url": "https://api.github.com/users/benalexau/received_events",
"repos_url": "https://api.github.com/users/benalexau/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/benalexau/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/benalexau/subscriptions",
"type": "User",
"url": "https://api.github.com/users/benalexau"
} | [
{
"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"
},
{
"color": "5319e7",
"default": false,
"description": "read_hdf, HDFStore",
"id": 47229190,
"name": "IO HDF5",
"node_id": "MDU6TGFiZWw0NzIyOTE5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HDF5"
}
] | 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"
} | 6 | 2013-10-28T20:51:13Z | 2013-10-29T20:29:10Z | 2013-10-29T20:29:10Z | CONTRIBUTOR | null | I'm using Pandas HDF5 files on a shared network file system with a distributed lock manager (based on Kazoo) to ensure a single writer at a time.
When there is significant lock contention, a rapid series of flush, close, lock release and lock acquisition in a different process will cause corruption to the HDF5 file. This appears to be due to the operating system cache.
This is resolved by:
```
store = pd.HDFStore(filename, complevel=9, complib='blosc')
f_fd = store._handle.fileno()
store.flush()
os.fsync(f_fd)
store.close()
```
However this requires using `_handle`, which may be removed in the future.
Would you please either expose `_handle` for supported end user use, or the `fileno`, or perhaps modify `flush()` to accept a `fsync=True` parameter to support this use case. 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/5364/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5364/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5365 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5365/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5365/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5365/events | https://github.com/pandas-dev/pandas/issues/5365 | 21,720,354 | MDU6SXNzdWUyMTcyMDM1NA== | 5,365 | Google Analytics Segments are now strings | {
"avatar_url": "https://avatars.githubusercontent.com/u/2342995?v=4",
"events_url": "https://api.github.com/users/sk8asd123/events{/privacy}",
"followers_url": "https://api.github.com/users/sk8asd123/followers",
"following_url": "https://api.github.com/users/sk8asd123/following{/other_user}",
"gists_url": "https://api.github.com/users/sk8asd123/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/sk8asd123",
"id": 2342995,
"login": "sk8asd123",
"node_id": "MDQ6VXNlcjIzNDI5OTU=",
"organizations_url": "https://api.github.com/users/sk8asd123/orgs",
"received_events_url": "https://api.github.com/users/sk8asd123/received_events",
"repos_url": "https://api.github.com/users/sk8asd123/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/sk8asd123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sk8asd123/subscriptions",
"type": "User",
"url": "https://api.github.com/users/sk8asd123"
} | [] | closed | false | null | [] | null | 2 | 2013-10-28T20:56:04Z | 2013-10-28T21:07:17Z | 2013-10-28T21:01:49Z | NONE | null | Since the advanced segment changes Google has rolled out, Google Analytics segments are now alphanumeric instead of integers. https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtReference/management/segments
When I run:
```
from pandas.io.ga import GAnalytics
gAnalytics = GAnalytics()
gAnalytics.create_query(‘web_id’, ‘pageviews’, ’2013-08-12′,’2013-08-14′, ‘date’, segment='A1B234').execute().get(‘containsSampledData’)
```
I get the following error:
returned "Invalid value 'ga:A1B234' for segment parameter.">, invalidating data!
I believe that if the segment is not dynamic, Pandas is expecting an integer only.
| {
"+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/5365/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5365/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5366 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5366/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5366/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5366/events | https://github.com/pandas-dev/pandas/pull/5366 | 21,720,904 | MDExOlB1bGxSZXF1ZXN0OTQ2NjQzNA== | 5,366 | fix: to_datetime returns KeyError: 'p' when %p specified in format string (GH5361) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1523574?v=4",
"events_url": "https://api.github.com/users/RomanPekar/events{/privacy}",
"followers_url": "https://api.github.com/users/RomanPekar/followers",
"following_url": "https://api.github.com/users/RomanPekar/following{/other_user}",
"gists_url": "https://api.github.com/users/RomanPekar/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/RomanPekar",
"id": 1523574,
"login": "RomanPekar",
"node_id": "MDQ6VXNlcjE1MjM1NzQ=",
"organizations_url": "https://api.github.com/users/RomanPekar/orgs",
"received_events_url": "https://api.github.com/users/RomanPekar/received_events",
"repos_url": "https://api.github.com/users/RomanPekar/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/RomanPekar/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/RomanPekar/subscriptions",
"type": "User",
"url": "https://api.github.com/users/RomanPekar"
} | [] | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
},
"description": "Set to 2014-01-20\r\n@y-p\r\n\r\n0.13.0 ANN finally out on 2014-01-15, resetting two weeks hence, on 2014-01-29\r\n@y-p\r\n\r\n2014-01-27: Still getting steady bug reports, pushing one week to 2014-02-4\r\n@y-p\r\n\r\n2014-02-03: Released.",
"due_on": "2014-02-04T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/23",
"id": 412013,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23/labels",
"node_id": "MDk6TWlsZXN0b25lNDEyMDEz",
"number": 23,
"open_issues": 0,
"state": "closed",
"title": "0.13.1",
"updated_at": "2014-02-03T05:18:00Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23"
} | 10 | 2013-10-28T21:04:33Z | 2014-06-20T18:09:45Z | 2014-01-24T22:16:24Z | CONTRIBUTOR | null | closes https://github.com/pydata/pandas/issues/5361
| {
"+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/5366/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5366/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5366.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5366",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/5366.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5366"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5367 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5367/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5367/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5367/events | https://github.com/pandas-dev/pandas/issues/5367 | 21,723,625 | MDU6SXNzdWUyMTcyMzYyNQ== | 5,367 | Add mode() function to pandas.Series | {
"avatar_url": "https://avatars.githubusercontent.com/u/338235?v=4",
"events_url": "https://api.github.com/users/dov/events{/privacy}",
"followers_url": "https://api.github.com/users/dov/followers",
"following_url": "https://api.github.com/users/dov/following{/other_user}",
"gists_url": "https://api.github.com/users/dov/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/dov",
"id": 338235,
"login": "dov",
"node_id": "MDQ6VXNlcjMzODIzNQ==",
"organizations_url": "https://api.github.com/users/dov/orgs",
"received_events_url": "https://api.github.com/users/dov/received_events",
"repos_url": "https://api.github.com/users/dov/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dov/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dov/subscriptions",
"type": "User",
"url": "https://api.github.com/users/dov"
} | [
{
"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": "006b75",
"default": false,
"description": "Arithmetic, Comparison, and Logical operations",
"id": 47223669,
"name": "Numeric Operations",
"node_id": "MDU6TGFiZWw0NzIyMzY2OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations"
},
{
"color": "eb6420",
"default": false,
"description": "Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff",
"id": 57296398,
"name": "Algos",
"node_id": "MDU6TGFiZWw1NzI5NjM5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Algos"
}
] | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
},
"description": "Set to 2014-01-20\r\n@y-p\r\n\r\n0.13.0 ANN finally out on 2014-01-15, resetting two weeks hence, on 2014-01-29\r\n@y-p\r\n\r\n2014-01-27: Still getting steady bug reports, pushing one week to 2014-02-4\r\n@y-p\r\n\r\n2014-02-03: Released.",
"due_on": "2014-02-04T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/23",
"id": 412013,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23/labels",
"node_id": "MDk6TWlsZXN0b25lNDEyMDEz",
"number": 23,
"open_issues": 0,
"state": "closed",
"title": "0.13.1",
"updated_at": "2014-02-03T05:18:00Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23"
} | 20 | 2013-10-28T21:50:57Z | 2013-11-05T06:00:57Z | 2013-11-05T06:00:57Z | NONE | null | The mode function returns the most common value (http://en.wikipedia.org/wiki/Mode_%28statistics%29) and it would be nice to have it is a shortcut for Series.value_counts().idxmax() .
| {
"+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/5367/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5367/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5368 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5368/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5368/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5368/events | https://github.com/pandas-dev/pandas/pull/5368 | 21,727,157 | MDExOlB1bGxSZXF1ZXN0OTQ3MDE5NQ== | 5,368 | BUG: downcasting is now more robust (related GH5174) | {
"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"
} | [] | 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"
} | 3 | 2013-10-28T22:58:08Z | 2014-07-16T08:37:41Z | 2013-10-28T23:55:55Z | CONTRIBUTOR | null | related #5174
| {
"+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/5368/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5368/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5368.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5368",
"merged_at": "2013-10-28T23:55:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5368.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5368"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5369 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5369/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5369/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5369/events | https://github.com/pandas-dev/pandas/pull/5369 | 21,729,680 | MDExOlB1bGxSZXF1ZXN0OTQ3MTYzOA== | 5,369 | ENH: HDFStore.flush() to optionally perform fsync (GH5364) | {
"avatar_url": "https://avatars.githubusercontent.com/u/718596?v=4",
"events_url": "https://api.github.com/users/benalexau/events{/privacy}",
"followers_url": "https://api.github.com/users/benalexau/followers",
"following_url": "https://api.github.com/users/benalexau/following{/other_user}",
"gists_url": "https://api.github.com/users/benalexau/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/benalexau",
"id": 718596,
"login": "benalexau",
"node_id": "MDQ6VXNlcjcxODU5Ng==",
"organizations_url": "https://api.github.com/users/benalexau/orgs",
"received_events_url": "https://api.github.com/users/benalexau/received_events",
"repos_url": "https://api.github.com/users/benalexau/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/benalexau/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/benalexau/subscriptions",
"type": "User",
"url": "https://api.github.com/users/benalexau"
} | [] | 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 | 2013-10-28T23:59:11Z | 2014-06-16T19:17:25Z | 2013-10-29T20:28:40Z | CONTRIBUTOR | null | Pull request for #5364.
The `fsync=False` parameter was added to `flush` given this offers utility for non-distribution use cases, such as a user just wanting to ensure their data is regularly flushed to disk.
I could not see any mocking library in use in the Pandas tests, so I skipped adding one just to verify `os.fsync` actually gets 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/5369/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5369/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5369.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5369",
"merged_at": "2013-10-29T20:28:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5369.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5369"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5370 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5370/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5370/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5370/events | https://github.com/pandas-dev/pandas/issues/5370 | 21,735,355 | MDU6SXNzdWUyMTczNTM1NQ== | 5,370 | df.head() and .tail() weirdness | {
"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 | [] | null | 9 | 2013-10-29T03:19:16Z | 2013-10-30T00:27:29Z | 2013-10-29T18:33:10Z | CONTRIBUTOR | null | I am data wrangling some Excel data into a dataframe.
At some point it has an Index like so:
``` python
Index([u'(K)', -440.0, -439.0, -438.0, -437.0, -436.0, -435.0, -434.0, -433.0, -432.0], dtype='object')
```
Naturally, I want to drop the "u'(K)'" index. Interestingly, after doing so the head() and tail() calculation totally goes haywire, and that irrespective of using this Index with dtype object or after converting it to the new Float64Index.:
``` python
<class 'pandas.core.frame.DataFrame'>
Float64Index: 446 entries, -440.0 to 5.0
Data columns (total 7 columns):
Channel 3 (A3) 446 non-null values
Channel 4 (A4) 446 non-null values
Channel 5 (A5) 446 non-null values
Channel 6 (A6) 446 non-null values
Channel 7 (B1) 446 non-null values
Channel 8 (B2) 446 non-null values
Channel 9 (B3) 446 non-null values
dtypes: float64(7)
```
or before, with dtypes still as 'object':
``` python
<class 'pandas.core.frame.DataFrame'>
Float64Index: 446 entries, -440.0 to 5.0
Data columns (total 7 columns):
Channel 3 (A3) 446 non-null values
Channel 4 (A4) 446 non-null values
Channel 5 (A5) 446 non-null values
Channel 6 (A6) 446 non-null values
Channel 7 (B1) 446 non-null values
Channel 8 (B2) 446 non-null values
Channel 9 (B3) 446 non-null values
dtypes: object(7)
```
I think I can see what's happening here: The head calculation somehow picks up the 5.0 value in the Index and choses to display the dataframe until then. Which now makes me question: Did the API of head() change and I didn't notice? My apologies if this actually is a case of PEBKAC.
The process of my data wrangling can be seen here:
http://nbviewer.ipython.org/7208717
pandas version: '0.12.0-1000-gea97682'
| {
"+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/5370/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5370/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5371 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5371/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5371/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5371/events | https://github.com/pandas-dev/pandas/pull/5371 | 21,736,046 | MDExOlB1bGxSZXF1ZXN0OTQ3NTA5Ng== | 5,371 | TST: Better handle np.array_equal() edge cases | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [] | closed | false | null | [] | null | 7 | 2013-10-29T03:45:56Z | 2014-07-16T08:37:47Z | 2013-10-29T22:51:12Z | 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/5371/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5371/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5371.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5371",
"merged_at": "2013-10-29T22:51:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5371.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5371"
} |
|
https://api.github.com/repos/pandas-dev/pandas/issues/5372 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5372/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5372/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5372/events | https://github.com/pandas-dev/pandas/issues/5372 | 21,753,287 | MDU6SXNzdWUyMTc1MzI4Nw== | 5,372 | repr for PeriodIndex does not handle <=2 elements well | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "https://api.github.com/users/cancan101/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/cancan101",
"id": 51059,
"login": "cancan101",
"node_id": "MDQ6VXNlcjUxMDU5",
"organizations_url": "https://api.github.com/users/cancan101/orgs",
"received_events_url": "https://api.github.com/users/cancan101/received_events",
"repos_url": "https://api.github.com/users/cancan101/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/cancan101/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/cancan101/subscriptions",
"type": "User",
"url": "https://api.github.com/users/cancan101"
} | [
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
}
] | 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"
} | 0 | 2013-10-29T12:26:59Z | 2013-10-31T01:24:56Z | 2013-10-31T01:24:56Z | CONTRIBUTOR | null | The `repr` for `PeriodIndex` uses ellipses (i.e. ...) for all number of elements. Ellipses should only be used for more than two elements. `DatetimeIndex` correctly does this:
```
In [9]: pd.period_range('2013Q1', periods=1, freq="Q")
Out[9]:
<class 'pandas.tseries.period.PeriodIndex'>
freq: Q-DEC
[2013Q1, ..., 2013Q1]
length: 1
In [11]: pd.period_range('2013Q1', periods=2, freq="Q")
Out[11]:
<class 'pandas.tseries.period.PeriodIndex'>
freq: Q-DEC
[2013Q1, ..., 2013Q2]
length: 2
In [10]: pd.period_range('2013Q1', periods=3, freq="Q")
Out[10]:
<class 'pandas.tseries.period.PeriodIndex'>
freq: Q-DEC
[2013Q1, ..., 2013Q3]
length: 3
```
compare to:
```
In [16]: pd.date_range('2013-01-01', periods=3, freq="Q")
Out[16]:
<class 'pandas.tseries.index.DatetimeIndex'>
[2013-03-31 00:00:00, ..., 2013-09-30 00:00:00]
Length: 3, Freq: Q-DEC, Timezone: None
In [13]: pd.date_range('2013-01-01', periods=2, freq="Q")
Out[13]:
<class 'pandas.tseries.index.DatetimeIndex'>
[2013-03-31 00:00:00, 2013-06-30 00:00:00]
Length: 2, Freq: Q-DEC, Timezone: None
In [14]: pd.date_range('2013-01-01', periods=1, freq="Q")
Out[14]:
<class 'pandas.tseries.index.DatetimeIndex'>
[2013-03-31 00:00:00]
Length: 1, Freq: Q-DEC, Timezone: None
```
| {
"+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/5372/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5372/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5373 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5373/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5373/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5373/events | https://github.com/pandas-dev/pandas/pull/5373 | 21,754,109 | MDExOlB1bGxSZXF1ZXN0OTQ4NDY5NA== | 5,373 | BUG: Make sure that head/tail are iloc based, (GH5370) | {
"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"
} | [] | 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"
} | 0 | 2013-10-29T12:43:57Z | 2014-07-01T05:46:01Z | 2013-10-29T18:33:10Z | CONTRIBUTOR | null | closes #5370
| {
"+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/5373/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5373/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5373.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5373",
"merged_at": "2013-10-29T18:33:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5373.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5373"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5374 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5374/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5374/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5374/events | https://github.com/pandas-dev/pandas/pull/5374 | 21,759,043 | MDExOlB1bGxSZXF1ZXN0OTQ4NzQ4NA== | 5,374 | Escape special characters in to_latex() output | {
"avatar_url": "https://avatars.githubusercontent.com/u/134359?v=4",
"events_url": "https://api.github.com/users/bjornarneson/events{/privacy}",
"followers_url": "https://api.github.com/users/bjornarneson/followers",
"following_url": "https://api.github.com/users/bjornarneson/following{/other_user}",
"gists_url": "https://api.github.com/users/bjornarneson/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/bjornarneson",
"id": 134359,
"login": "bjornarneson",
"node_id": "MDQ6VXNlcjEzNDM1OQ==",
"organizations_url": "https://api.github.com/users/bjornarneson/orgs",
"received_events_url": "https://api.github.com/users/bjornarneson/received_events",
"repos_url": "https://api.github.com/users/bjornarneson/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/bjornarneson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bjornarneson/subscriptions",
"type": "User",
"url": "https://api.github.com/users/bjornarneson"
} | [] | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
},
"description": "Set to 2014-01-20\r\n@y-p\r\n\r\n0.13.0 ANN finally out on 2014-01-15, resetting two weeks hence, on 2014-01-29\r\n@y-p\r\n\r\n2014-01-27: Still getting steady bug reports, pushing one week to 2014-02-4\r\n@y-p\r\n\r\n2014-02-03: Released.",
"due_on": "2014-02-04T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/23",
"id": 412013,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23/labels",
"node_id": "MDk6TWlsZXN0b25lNDEyMDEz",
"number": 23,
"open_issues": 0,
"state": "closed",
"title": "0.13.1",
"updated_at": "2014-02-03T05:18:00Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23"
} | 19 | 2013-10-29T14:12:05Z | 2014-06-18T14:06:06Z | 2014-01-21T21:06:58Z | CONTRIBUTOR | null | Some characters have special meaning in latex: & % $ # _ { } ~ ^ . When a dataframe contains a special character (as part of an index label, for example), to_latex() spits out invalid latex.
| {
"+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/5374/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5374/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5374.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5374",
"merged_at": "2014-01-21T21:06:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5374.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5374"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5375 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5375/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5375/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5375/events | https://github.com/pandas-dev/pandas/pull/5375 | 21,780,427 | MDExOlB1bGxSZXF1ZXN0OTUwMDA4MQ== | 5,375 | BUG/TST: transform and filter on non-unique index, closes #4620 | {
"avatar_url": "https://avatars.githubusercontent.com/u/2279598?v=4",
"events_url": "https://api.github.com/users/danielballan/events{/privacy}",
"followers_url": "https://api.github.com/users/danielballan/followers",
"following_url": "https://api.github.com/users/danielballan/following{/other_user}",
"gists_url": "https://api.github.com/users/danielballan/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/danielballan",
"id": 2279598,
"login": "danielballan",
"node_id": "MDQ6VXNlcjIyNzk1OTg=",
"organizations_url": "https://api.github.com/users/danielballan/orgs",
"received_events_url": "https://api.github.com/users/danielballan/received_events",
"repos_url": "https://api.github.com/users/danielballan/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/danielballan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/danielballan/subscriptions",
"type": "User",
"url": "https://api.github.com/users/danielballan"
} | [] | 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"
} | 27 | 2013-10-29T19:08:50Z | 2014-06-18T17:10:16Z | 2013-11-01T18:34:36Z | CONTRIBUTOR | null | closes #4620
This is a relatively minor change. Previously, `filter` on
`SeriesGroupBy` and `DataFrameGroupby` and `transform` on only
`SeriesGroupBy` referred to the index of each group's object.
This cannot work with repeated indexes, because some repeated
indexes occur between more than one group. Instead, use
`{Series, DataFrame}GroupBy.indices` array, an array of
locations, not labels.
_This was marked for 0.14, but I would really like to start using 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/5375/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5375/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5375.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5375",
"merged_at": "2013-11-01T18:34:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5375.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5375"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5376 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5376/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5376/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5376/events | https://github.com/pandas-dev/pandas/pull/5376 | 21,781,967 | MDExOlB1bGxSZXF1ZXN0OTUwMDk0MQ== | 5,376 | repr for PeriodIndex does not handle <=2 elements well (GH5372) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1523574?v=4",
"events_url": "https://api.github.com/users/RomanPekar/events{/privacy}",
"followers_url": "https://api.github.com/users/RomanPekar/followers",
"following_url": "https://api.github.com/users/RomanPekar/following{/other_user}",
"gists_url": "https://api.github.com/users/RomanPekar/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/RomanPekar",
"id": 1523574,
"login": "RomanPekar",
"node_id": "MDQ6VXNlcjE1MjM1NzQ=",
"organizations_url": "https://api.github.com/users/RomanPekar/orgs",
"received_events_url": "https://api.github.com/users/RomanPekar/received_events",
"repos_url": "https://api.github.com/users/RomanPekar/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/RomanPekar/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/RomanPekar/subscriptions",
"type": "User",
"url": "https://api.github.com/users/RomanPekar"
} | [] | 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"
} | 9 | 2013-10-29T19:33:00Z | 2014-07-16T08:37:57Z | 2013-10-31T01:24:57Z | CONTRIBUTOR | null | closes https://github.com/pydata/pandas/issues/5372
| {
"+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/5376/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5376/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5376.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5376",
"merged_at": "2013-10-31T01:24:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5376.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5376"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5377 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5377/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5377/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5377/events | https://github.com/pandas-dev/pandas/issues/5377 | 21,787,065 | MDU6SXNzdWUyMTc4NzA2NQ== | 5,377 | ENH: DataFrame.value_counts() | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"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": "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"
},
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Comparison, and Logical operations",
"id": 47223669,
"name": "Numeric Operations",
"node_id": "MDU6TGFiZWw0NzIyMzY2OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations"
}
] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
}
] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"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": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
} | 0 | 2013-10-29T20:52:17Z | 2020-02-26T02:20:44Z | 2020-02-26T02:20:44Z | CONTRIBUTOR | null | Enable value_counts on DataFrame by delegating along axis (ie columns/items) to value_counts as convenience, boiling down to same Series value_counts (Panel is more complicated so not going to attempt for now).
Gets weird with heterogeneous dtypes (b/c union of all unique values)
@rockg - can you make up some test cases? I already have the implementation. I can put together 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/5377/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5377/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5378 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5378/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5378/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5378/events | https://github.com/pandas-dev/pandas/pull/5378 | 21,802,330 | MDExOlB1bGxSZXF1ZXN0OTUxMjY2Mw== | 5,378 | BUG: Fixes color selection in andrews_curve | {
"avatar_url": "https://avatars.githubusercontent.com/u/199813?v=4",
"events_url": "https://api.github.com/users/tacaswell/events{/privacy}",
"followers_url": "https://api.github.com/users/tacaswell/followers",
"following_url": "https://api.github.com/users/tacaswell/following{/other_user}",
"gists_url": "https://api.github.com/users/tacaswell/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/tacaswell",
"id": 199813,
"login": "tacaswell",
"node_id": "MDQ6VXNlcjE5OTgxMw==",
"organizations_url": "https://api.github.com/users/tacaswell/orgs",
"received_events_url": "https://api.github.com/users/tacaswell/received_events",
"repos_url": "https://api.github.com/users/tacaswell/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/tacaswell/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tacaswell/subscriptions",
"type": "User",
"url": "https://api.github.com/users/tacaswell"
} | [] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
}
] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
},
"description": "Set to 2014-01-20\r\n@y-p\r\n\r\n0.13.0 ANN finally out on 2014-01-15, resetting two weeks hence, on 2014-01-29\r\n@y-p\r\n\r\n2014-01-27: Still getting steady bug reports, pushing one week to 2014-02-4\r\n@y-p\r\n\r\n2014-02-03: Released.",
"due_on": "2014-02-04T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/23",
"id": 412013,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23/labels",
"node_id": "MDk6TWlsZXN0b25lNDEyMDEz",
"number": 23,
"open_issues": 0,
"state": "closed",
"title": "0.13.1",
"updated_at": "2014-02-03T05:18:00Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23"
} | 21 | 2013-10-30T02:46:42Z | 2014-06-22T05:09:45Z | 2013-10-31T03:28:25Z | CONTRIBUTOR | null | Fixed bug introduced in b5265a5b84ae1aeaf5fff88f1f9e5872a9b404e6 which change from picking a single random color for the class to picking a random color for each line.
This returns the color selection to a per-set basis.
See http://stackoverflow.com/questions/19667209/colors-in-andrews-curves
| {
"+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/5378/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5378/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5378.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5378",
"merged_at": "2013-10-31T03:28:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5378.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5378"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5379 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5379/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5379/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5379/events | https://github.com/pandas-dev/pandas/issues/5379 | 21,802,514 | MDU6SXNzdWUyMTgwMjUxNA== | 5,379 | TST: Use matplotlib's compare_images to check plots | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"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": "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": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | open | 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"
} | 2 | 2013-10-30T02:53:32Z | 2020-05-22T03:26:25Z | null | CONTRIBUTOR | null | With #5378 - could be a good time to start comparing against images for these plotting tests... matplotlib has a test function and GeoPandas is working on it here - https://github.com/kjordahl/geopandas/pull/43, so we could work off of their example, maybe a decorator that handles ensure_clean and comparisons...
| {
"+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/5379/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5379/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5380 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5380/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5380/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5380/events | https://github.com/pandas-dev/pandas/pull/5380 | 21,803,471 | MDExOlB1bGxSZXF1ZXN0OTUxMzI0OQ== | 5,380 | ENH: Add mode method to Series and DataFrame | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [] | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
},
"description": "Set to 2014-01-20\r\n@y-p\r\n\r\n0.13.0 ANN finally out on 2014-01-15, resetting two weeks hence, on 2014-01-29\r\n@y-p\r\n\r\n2014-01-27: Still getting steady bug reports, pushing one week to 2014-02-4\r\n@y-p\r\n\r\n2014-02-03: Released.",
"due_on": "2014-02-04T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/23",
"id": 412013,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23/labels",
"node_id": "MDk6TWlsZXN0b25lNDEyMDEz",
"number": 23,
"open_issues": 0,
"state": "closed",
"title": "0.13.1",
"updated_at": "2014-02-03T05:18:00Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23"
} | 6 | 2013-10-30T03:32:21Z | 2014-06-15T23:15:45Z | 2013-11-05T06:00:57Z | CONTRIBUTOR | null | Closes #5367 - generally as fast or faster than value_counts (which makes sense because it has to construct Series), so should be relatively good performance-wise. Also, doesn't get stuck on value_counts' pathological case (huge array with # uniques close to/at the size of the array).
Not using result of hashtable.value_count() under the hood and instead iterating over klib table directly gives a _huge_ speedup. I just moved the value_count table creation method to a separate function (zero perf hit). For performance breakouts check out this gist:
https://gist.github.com/jtratner/7225878
DataFrame version delegates to Series' version at each level.
| {
"+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/5380/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5380/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5380.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5380",
"merged_at": "2013-11-05T06:00:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5380.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5380"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5381 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5381/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5381/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5381/events | https://github.com/pandas-dev/pandas/pull/5381 | 21,803,758 | MDExOlB1bGxSZXF1ZXN0OTUxMzM3OQ== | 5,381 | WIP: Add value_counts() to DataFrame | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"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": "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"
},
{
"color": "eb6420",
"default": false,
"description": "Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff",
"id": 57296398,
"name": "Algos",
"node_id": "MDU6TGFiZWw1NzI5NjM5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Algos"
}
] | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"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": "after 0.15 of course!",
"due_on": "2015-03-22T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/25",
"id": 569113,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/25/labels",
"node_id": "MDk6TWlsZXN0b25lNTY5MTEz",
"number": 25,
"open_issues": 0,
"state": "closed",
"title": "0.16.0",
"updated_at": "2017-08-24T09:17:49Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/25"
} | 19 | 2013-10-30T03:43:00Z | 2015-01-18T21:39:35Z | 2015-01-18T21:39:35Z | CONTRIBUTOR | null | - abstract bin generation from cut to use elsewhere. Panel goes to ndarray on
apply so that's a future TODO.
I'm relatively certain that this works, but I don't have explicit tests
for it. I'm hoping others who are interested (cough cough @rockg) will
be willing to create some of them. Key to test are that binning,
normalization and sorting all work correctly.
Will close #5377 when completed.
| {
"+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/5381/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5381/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5381.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5381",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/5381.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5381"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5382 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5382/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5382/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5382/events | https://github.com/pandas-dev/pandas/issues/5382 | 21,805,501 | MDU6SXNzdWUyMTgwNTUwMQ== | 5,382 | Missing entries in tseries.offsets.prefix_mapping | {
"avatar_url": "https://avatars.githubusercontent.com/u/1348834?v=4",
"events_url": "https://api.github.com/users/patricktokeeffe/events{/privacy}",
"followers_url": "https://api.github.com/users/patricktokeeffe/followers",
"following_url": "https://api.github.com/users/patricktokeeffe/following{/other_user}",
"gists_url": "https://api.github.com/users/patricktokeeffe/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/patricktokeeffe",
"id": 1348834,
"login": "patricktokeeffe",
"node_id": "MDQ6VXNlcjEzNDg4MzQ=",
"organizations_url": "https://api.github.com/users/patricktokeeffe/orgs",
"received_events_url": "https://api.github.com/users/patricktokeeffe/received_events",
"repos_url": "https://api.github.com/users/patricktokeeffe/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/patricktokeeffe/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/patricktokeeffe/subscriptions",
"type": "User",
"url": "https://api.github.com/users/patricktokeeffe"
} | [] | closed | false | null | [] | null | 0 | 2013-10-30T05:02:39Z | 2013-11-01T20:57:28Z | 2013-11-01T20:57:28Z | CONTRIBUTOR | null | The dict `tseries.offsets.prefix_mapping` is missing at least the `Nano` and `LastWeekOfMonth` offset classes.
| {
"+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/5382/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5382/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5383 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5383/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5383/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5383/events | https://github.com/pandas-dev/pandas/pull/5383 | 21,805,599 | MDExOlB1bGxSZXF1ZXN0OTUxNDMxMA== | 5,383 | Update offset prefix map | {
"avatar_url": "https://avatars.githubusercontent.com/u/1348834?v=4",
"events_url": "https://api.github.com/users/patricktokeeffe/events{/privacy}",
"followers_url": "https://api.github.com/users/patricktokeeffe/followers",
"following_url": "https://api.github.com/users/patricktokeeffe/following{/other_user}",
"gists_url": "https://api.github.com/users/patricktokeeffe/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/patricktokeeffe",
"id": 1348834,
"login": "patricktokeeffe",
"node_id": "MDQ6VXNlcjEzNDg4MzQ=",
"organizations_url": "https://api.github.com/users/patricktokeeffe/orgs",
"received_events_url": "https://api.github.com/users/patricktokeeffe/received_events",
"repos_url": "https://api.github.com/users/patricktokeeffe/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/patricktokeeffe/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/patricktokeeffe/subscriptions",
"type": "User",
"url": "https://api.github.com/users/patricktokeeffe"
} | [] | closed | false | null | [] | null | 4 | 2013-10-30T05:08:02Z | 2014-07-01T17:16:52Z | 2013-11-01T20:57:08Z | CONTRIBUTOR | null | This should address issue #5382
| {
"+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/5383/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5383/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5383.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5383",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/5383.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5383"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5384 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5384/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5384/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5384/events | https://github.com/pandas-dev/pandas/issues/5384 | 21,822,769 | MDU6SXNzdWUyMTgyMjc2OQ== | 5,384 | io.html.read_html returning table "twice" | {
"avatar_url": "https://avatars.githubusercontent.com/u/952406?v=4",
"events_url": "https://api.github.com/users/phaebz/events{/privacy}",
"followers_url": "https://api.github.com/users/phaebz/followers",
"following_url": "https://api.github.com/users/phaebz/following{/other_user}",
"gists_url": "https://api.github.com/users/phaebz/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/phaebz",
"id": 952406,
"login": "phaebz",
"node_id": "MDQ6VXNlcjk1MjQwNg==",
"organizations_url": "https://api.github.com/users/phaebz/orgs",
"received_events_url": "https://api.github.com/users/phaebz/received_events",
"repos_url": "https://api.github.com/users/phaebz/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/phaebz/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/phaebz/subscriptions",
"type": "User",
"url": "https://api.github.com/users/phaebz"
} | [] | closed | false | null | [] | null | 2 | 2013-10-30T12:57:17Z | 2013-10-30T14:23:23Z | 2013-10-30T14:23:23Z | CONTRIBUTOR | null | Forgive the markup indentation.
``` python
from pandas.io.html import read_html
read_html('http://www.epexspot.com/en/market-data/auction/auction-table/2005-10-25/DE',
attrs={'class': 'list hours responsive'},
skiprows=1,
parse_dates=False)
```
returns a list of two data frames where the first one is equivalent to `read_html()` without the `parse_dates` arg and the second one is the one expected to be returned by calling `read_html()` with `parse_dates` arg.
Am I missing something?
| {
"+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/5384/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5384/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5385 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5385/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5385/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5385/events | https://github.com/pandas-dev/pandas/issues/5385 | 21,823,745 | MDU6SXNzdWUyMTgyMzc0NQ== | 5,385 | CLN/BUILD: Fix clang warnings on build | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gists_url": "https://api.github.com/users/TomAugspurger/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/TomAugspurger",
"id": 1312546,
"login": "TomAugspurger",
"node_id": "MDQ6VXNlcjEzMTI1NDY=",
"organizations_url": "https://api.github.com/users/TomAugspurger/orgs",
"received_events_url": "https://api.github.com/users/TomAugspurger/received_events",
"repos_url": "https://api.github.com/users/TomAugspurger/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/TomAugspurger/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/TomAugspurger/subscriptions",
"type": "User",
"url": "https://api.github.com/users/TomAugspurger"
} | [
{
"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": 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"
} | 12 | 2013-10-30T13:16:44Z | 2018-10-25T03:22:23Z | 2018-10-25T03:22:23Z | CONTRIBUTOR | null | Here's the [output](https://gist.github.com/TomAugspurger/7232405) from the current master. I could try to clean some of the warnings up someday _if there's any interest_; a decent excuse to look through the source code.
A lot of the warnings look similar:
- deprecated numpy API
- warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
- warning: comparison of constant -1 with expression of type 'PANDAS_DATETIMEUNIT' is always true
- warning: format specifies type 'long' but the argument has type 'long long' [-Wformat]
- various unused functions
What do things look like with gcc (and whatever windows uses)?
| {
"+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/5385/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5385/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5386 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5386/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5386/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5386/events | https://github.com/pandas-dev/pandas/issues/5386 | 21,823,880 | MDU6SXNzdWUyMTgyMzg4MA== | 5,386 | ER: raise properly on storing unicode index in HDFStore table | {
"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"
} | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
},
{
"color": "5319e7",
"default": false,
"description": "read_hdf, HDFStore",
"id": 47229190,
"name": "IO HDF5",
"node_id": "MDU6TGFiZWw0NzIyOTE5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HDF5"
}
] | 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"
} | 0 | 2013-10-30T13:19:08Z | 2013-10-30T13:43:13Z | 2013-10-30T13:43:13Z | CONTRIBUTOR | null | http://stackoverflow.com/questions/19672508/dtypes-of-dataframe-does-not-fit-dataframe-info
| {
"+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/5386/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5386/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5387 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5387/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5387/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5387/events | https://github.com/pandas-dev/pandas/pull/5387 | 21,823,993 | MDExOlB1bGxSZXF1ZXN0OTUyNDI4Ng== | 5,387 | ER/API: unicode indices not supported on table formats in py2 (GH5386) | {
"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"
} | [] | 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"
} | 0 | 2013-10-30T13:20:45Z | 2014-06-23T13:40:00Z | 2013-10-30T13:43:13Z | CONTRIBUTOR | null | closes #5386
| {
"+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/5387/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5387/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5387.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5387",
"merged_at": "2013-10-30T13:43:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5387.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5387"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5388 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5388/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5388/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5388/events | https://github.com/pandas-dev/pandas/issues/5388 | 21,827,201 | MDU6SXNzdWUyMTgyNzIwMQ== | 5,388 | BUG: Panel.to_hdf silently fails with NaT | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gists_url": "https://api.github.com/users/TomAugspurger/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/TomAugspurger",
"id": 1312546,
"login": "TomAugspurger",
"node_id": "MDQ6VXNlcjEzMTI1NDY=",
"organizations_url": "https://api.github.com/users/TomAugspurger/orgs",
"received_events_url": "https://api.github.com/users/TomAugspurger/received_events",
"repos_url": "https://api.github.com/users/TomAugspurger/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/TomAugspurger/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/TomAugspurger/subscriptions",
"type": "User",
"url": "https://api.github.com/users/TomAugspurger"
} | [
{
"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": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
},
{
"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"
},
{
"color": "5319e7",
"default": false,
"description": "read_hdf, HDFStore",
"id": 47229190,
"name": "IO HDF5",
"node_id": "MDU6TGFiZWw0NzIyOTE5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HDF5"
},
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
}
] | closed | false | {
"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"
} | [
{
"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"
}
] | {
"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"
} | 9 | 2013-10-30T14:13:12Z | 2018-07-06T20:21:02Z | 2017-07-10T21:09:13Z | CONTRIBUTOR | null | Just on panels, works fine for DataFrames.
Gives a `TypeError` when reading:
``` python
In [7]: df = pd.DataFrame({'A': [1, 2], 'B': pd.to_datetime(['2010-01-01', np.nan])})
In [8]: df
Out[8]:
A B
0 1 2010-01-01 00:00:00
1 2 NaT
In [10]: tst = pd.HDFStore('tst.h5')
In [12]: df.to_hdf('tst.h5', 'df')
In [13]: tst.select('df')
Out[13]:
A B
0 1 2010-01-01 00:00:00
1 2 NaT
In [14]: df2 = pd.DataFrame({'A': [1, 2], 'B': pd.to_datetime(['2010-01-01', np.nan])})
In [17]: wp = pd.Panel({'i1': df, 'i2': df2})
In [18]: wp
Out[18]:
<class 'pandas.core.panel.Panel'>
Dimensions: 2 (items) x 2 (major_axis) x 2 (minor_axis)
Items axis: i1 to i2
Major_axis axis: 0 to 1
Minor_axis axis: A to B
In [19]: wp.to_hdf(tst, key='wp')
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/pandas-0.12.0_993_gda89834-py2.7-macosx-10.8-x86_64.egg/pandas/io/pytables.py:2310: PerformanceWarning:
your performance may suffer as PyTables will pickle object types that it cannot
map directly to c-types [inferred_type->mixed-integer,key->block0_values] [items->['i1', 'i2']]
warnings.warn(ws, PerformanceWarning)
In [20]: tst.select('wp')
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-20-da42baeaf1c6> in <module>()
----> 1 tst.select('wp')
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/pandas-0.12.0_993_gda89834-py2.7-macosx-10.8-x86_64.egg/pandas/io/pytables.pyc in select(self, key, where, start, stop, columns, iterator, chunksize, auto_close, **kwargs)
595
596 return TableIterator(self, func, nrows=s.nrows, start=start, stop=stop,
--> 597 auto_close=auto_close).get_values()
598
599 def select_as_coordinates(
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/pandas-0.12.0_993_gda89834-py2.7-macosx-10.8-x86_64.egg/pandas/io/pytables.pyc in get_values(self)
1225
1226 def get_values(self):
-> 1227 results = self.func(self.start, self.stop)
1228 self.close()
1229 return results
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/pandas-0.12.0_993_gda89834-py2.7-macosx-10.8-x86_64.egg/pandas/io/pytables.pyc in func(_start, _stop)
584 def func(_start, _stop):
585 return s.read(where=where, start=_start, stop=_stop,
--> 586 columns=columns, **kwargs)
587
588 if iterator or chunksize is not None:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/pandas-0.12.0_993_gda89834-py2.7-macosx-10.8-x86_64.egg/pandas/io/pytables.pyc in read(self, **kwargs)
2517 for i in range(self.nblocks):
2518 blk_items = self.read_index('block%d_items' % i)
-> 2519 values = self.read_array('block%d_values' % i)
2520 blk = make_block(values, blk_items, items)
2521 blocks.append(blk)
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/pandas-0.12.0_993_gda89834-py2.7-macosx-10.8-x86_64.egg/pandas/io/pytables.pyc in read_array(self, key)
2075 import tables
2076 node = getattr(self.group, key)
-> 2077 data = node[:]
2078 attrs = node._v_attrs
2079
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/tables-3.0.0-py2.7-macosx-10.8-x86_64.egg/tables/vlarray.pyc in __getitem__(self, key)
659 start, stop, step = self._process_range(
660 key.start, key.stop, key.step)
--> 661 return self.read(start, stop, step)
662 # Try with a boolean or point selection
663 elif type(key) in (list, tuple) or isinstance(key, numpy.ndarray):
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/tables-3.0.0-py2.7-macosx-10.8-x86_64.egg/tables/vlarray.pyc in read(self, start, stop, step)
799 atom = self.atom
800 if not hasattr(atom, 'size'): # it is a pseudo-atom
--> 801 outlistarr = [atom.fromarray(arr) for arr in listarr]
802 else:
803 # Convert the list to the right flavor
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/tables-3.0.0-py2.7-macosx-10.8-x86_64.egg/tables/atom.pyc in fromarray(self, array)
1149 if array.size == 0:
1150 return None
-> 1151 return cPickle.loads(array.tostring())
1152
1153
TypeError: ('__new__() takes exactly one argument (2 given)', <class 'pandas.tslib.NaTType'>, ('\x00\x01\xff\xff\x00\x00\x00\x00\x00\x00',))
```
Haven't had a chance to look at what's going on.
| {
"+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/5388/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5388/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5389 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5389/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5389/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5389/events | https://github.com/pandas-dev/pandas/issues/5389 | 21,827,826 | MDU6SXNzdWUyMTgyNzgyNg== | 5,389 | io.html.read_html support XPath table identification | {
"avatar_url": "https://avatars.githubusercontent.com/u/952406?v=4",
"events_url": "https://api.github.com/users/phaebz/events{/privacy}",
"followers_url": "https://api.github.com/users/phaebz/followers",
"following_url": "https://api.github.com/users/phaebz/following{/other_user}",
"gists_url": "https://api.github.com/users/phaebz/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/phaebz",
"id": 952406,
"login": "phaebz",
"node_id": "MDQ6VXNlcjk1MjQwNg==",
"organizations_url": "https://api.github.com/users/phaebz/orgs",
"received_events_url": "https://api.github.com/users/phaebz/received_events",
"repos_url": "https://api.github.com/users/phaebz/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/phaebz/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/phaebz/subscriptions",
"type": "User",
"url": "https://api.github.com/users/phaebz"
} | [
{
"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": "006b75",
"default": false,
"description": "read_html, to_html, Styler.apply, Styler.applymap",
"id": 57395487,
"name": "IO HTML",
"node_id": "MDU6TGFiZWw1NzM5NTQ4Nw==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HTML"
}
] | closed | false | null | [] | null | 16 | 2013-10-30T14:22:55Z | 2014-01-18T16:30:29Z | 2014-01-01T02:38:26Z | CONTRIBUTOR | null | Feature request as in subject that came up on #5384. This would be for cases where table attrs alone don't cut it and manual lxml / bs4 could be avoided. What do you think?
| {
"+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/5389/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5389/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5390 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5390/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5390/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5390/events | https://github.com/pandas-dev/pandas/pull/5390 | 21,861,803 | MDExOlB1bGxSZXF1ZXN0OTU0NTA2Nw== | 5,390 | API: raise/warn SettingWithCopy when chained assignment is detected | {
"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"
} | [] | 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"
} | 40 | 2013-10-30T21:50:14Z | 2014-06-12T12:24:22Z | 2013-11-06T22:24:20Z | CONTRIBUTOR | null | ```
In [1]: df = DataFrame({"A": [1, 2, 3, 4, 5], "B": [3.125, 4.12, 3.1, 6.2, 7.]})
In [2]: row = df.loc[0]
```
Default is to warn
```
In [3]: row["A"] = 0
pandas/core/generic.py:1001: SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_index,col_indexer] = value instead
warnings.warn(t,SettingWithCopyWarning)
In [4]: row
Out[4]:
A 0.000
B 3.125
Name: 0, dtype: float64
In [5]: df
Out[5]:
A B
0 1 3.125
1 2 4.120
2 3 3.100
3 4 6.200
4 5 7.000
```
You can turn it off
```
In [6]: pd.set_option('chained',None)
In [7]: row["A"] = 0
In [8]: row
Out[8]:
A 0.000
B 3.125
Name: 0, dtype: float64
In [9]: df
Out[9]:
A B
0 1 3.125
1 2 4.120
2 3 3.100
3 4 6.200
4 5 7.000
```
Or set to raise
```
In [10]: row["A"] = 0
SettingWithCopyError: A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_index,col_indexer] = value instead
```
| {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5390/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5390/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5390.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5390",
"merged_at": "2013-11-06T22:24:20Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5390.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5390"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5391 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5391/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5391/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5391/events | https://github.com/pandas-dev/pandas/issues/5391 | 21,862,576 | MDU6SXNzdWUyMTg2MjU3Ng== | 5,391 | left join fails in case of non-unique indices | {
"avatar_url": "https://avatars.githubusercontent.com/u/1288998?v=4",
"events_url": "https://api.github.com/users/behzadnouri/events{/privacy}",
"followers_url": "https://api.github.com/users/behzadnouri/followers",
"following_url": "https://api.github.com/users/behzadnouri/following{/other_user}",
"gists_url": "https://api.github.com/users/behzadnouri/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/behzadnouri",
"id": 1288998,
"login": "behzadnouri",
"node_id": "MDQ6VXNlcjEyODg5OTg=",
"organizations_url": "https://api.github.com/users/behzadnouri/orgs",
"received_events_url": "https://api.github.com/users/behzadnouri/received_events",
"repos_url": "https://api.github.com/users/behzadnouri/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/behzadnouri/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/behzadnouri/subscriptions",
"type": "User",
"url": "https://api.github.com/users/behzadnouri"
} | [
{
"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": "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"
}
] | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"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": "after 0.14.1 of course!",
"due_on": "2014-10-19T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/28",
"id": 711567,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/28/labels",
"node_id": "MDk6TWlsZXN0b25lNzExNTY3",
"number": 28,
"open_issues": 0,
"state": "closed",
"title": "0.15.0",
"updated_at": "2017-11-24T10:50:44Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/28"
} | 4 | 2013-10-30T22:01:55Z | 2014-08-21T22:11:28Z | 2014-08-21T22:11:28Z | CONTRIBUTOR | null | It seems to me that join operation fails if the index is not of unique values. The particular circumastance that I observed this was with multi-index:
```
df1.set_index( [ 'col1', 'col2', 'col3' ], inplace=True )
df2.join ( df1, on=['cola', 'colb', 'colc' ], how='left' )
```
I understand that the above join operation is not well-defined for non-unique index values, but pandas gives wrong values even for unique matches. ( no warnings, error messages whatsoever )
In case checking for index integrity has a heavy performance cost, it should be documented that this method fails if the index is not unique. ( or alternatively have the optional argument to enforce integrity check )
I could get correct join by doing below:
```
df1.drop_duplicates( cols=[ 'col1', 'col2', 'col3' ], inplace=True )
df1.set_index( [ 'col1', 'col2', 'col3' ], inplace=True )
df2.join ( df1, on=['cola', 'colb', 'colc' ], how='left' )
```
| {
"+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/5391/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5391/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5392 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5392/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5392/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5392/events | https://github.com/pandas-dev/pandas/issues/5392 | 21,866,162 | MDU6SXNzdWUyMTg2NjE2Mg== | 5,392 | TST: Set up Travis-CI to auto build pandas' PRs | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [
{
"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": "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": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
},
"description": "Set to 2014-01-20\r\n@y-p\r\n\r\n0.13.0 ANN finally out on 2014-01-15, resetting two weeks hence, on 2014-01-29\r\n@y-p\r\n\r\n2014-01-27: Still getting steady bug reports, pushing one week to 2014-02-4\r\n@y-p\r\n\r\n2014-02-03: Released.",
"due_on": "2014-02-04T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/23",
"id": 412013,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23/labels",
"node_id": "MDk6TWlsZXN0b25lNDEyMDEz",
"number": 23,
"open_issues": 0,
"state": "closed",
"title": "0.13.1",
"updated_at": "2014-02-03T05:18:00Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/23"
} | 5 | 2013-10-30T23:07:29Z | 2013-12-20T17:54:33Z | 2013-11-07T21:53:41Z | CONTRIBUTOR | null | @wesm - can you do this - http://about.travis-ci.org/blog/2012-09-04-pull-requests-just-got-even-more-awesome/ ?
Looks like you just have to tweak a setting and then Travis will build every PR automatically. I don't have admin rights to pydata so I can't change it.
And then we wouldn't have to tell everyone to set up Travis. That would be _great_
| {
"+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/5392/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5392/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5393 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5393/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5393/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5393/events | https://github.com/pandas-dev/pandas/pull/5393 | 21,869,157 | MDExOlB1bGxSZXF1ZXN0OTU0OTE3MA== | 5,393 | BUG: groupby with a Float like index misbehaving when the index is non-monotonic (related GH5375) | {
"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"
} | [] | 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 | 2013-10-31T00:19:00Z | 2014-07-16T08:38:13Z | 2013-10-31T00:30:26Z | CONTRIBUTOR | null | related #5375
| {
"+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/5393/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5393/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5393.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5393",
"merged_at": "2013-10-31T00:30:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5393.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5393"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5394 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5394/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5394/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5394/events | https://github.com/pandas-dev/pandas/pull/5394 | 21,870,526 | MDExOlB1bGxSZXF1ZXN0OTU0OTg5Nw== | 5,394 | ENH: read_excel: try converting numeric to int | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "https://api.github.com/users/jtratner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jtratner",
"id": 1598379,
"login": "jtratner",
"node_id": "MDQ6VXNlcjE1OTgzNzk=",
"organizations_url": "https://api.github.com/users/jtratner/orgs",
"received_events_url": "https://api.github.com/users/jtratner/received_events",
"repos_url": "https://api.github.com/users/jtratner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jtratner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jtratner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jtratner"
} | [] | closed | false | null | [] | null | 23 | 2013-10-31T00:56:03Z | 2021-06-09T03:27:30Z | 2013-11-01T02:52:15Z | CONTRIBUTOR | null | Adds a convert_float=True kwarg to read_excel and parse.
All Excel numeric data is stored as floats, so have to convert it specifically.
Changing default because it's suprising to save something with what looks like
a row/column of integers and get a column of floats instead. (especially
because it can lead to annoying Float64Indexes)
Resolves recent ML issue too...
| {
"+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/5394/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5394/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5394.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5394",
"merged_at": "2013-11-01T02:52:15Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5394.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5394"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5395 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5395/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5395/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5395/events | https://github.com/pandas-dev/pandas/pull/5395 | 21,873,629 | MDExOlB1bGxSZXF1ZXN0OTU1MTQ3OQ== | 5,395 | HTML Parsing Cleanup | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "https://api.github.com/users/cancan101/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/cancan101",
"id": 51059,
"login": "cancan101",
"node_id": "MDQ6VXNlcjUxMDU5",
"organizations_url": "https://api.github.com/users/cancan101/orgs",
"received_events_url": "https://api.github.com/users/cancan101/received_events",
"repos_url": "https://api.github.com/users/cancan101/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/cancan101/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/cancan101/subscriptions",
"type": "User",
"url": "https://api.github.com/users/cancan101"
} | [
{
"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"
},
{
"color": "006b75",
"default": false,
"description": "read_html, to_html, Styler.apply, Styler.applymap",
"id": 57395487,
"name": "IO HTML",
"node_id": "MDU6TGFiZWw1NzM5NTQ4Nw==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HTML"
}
] | 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"
} | 43 | 2013-10-31T02:43:58Z | 2016-03-20T15:25:36Z | 2014-02-16T22:04:20Z | CONTRIBUTOR | null | - Can pass `Flavor` to HTML parse (closes #4594 and #5130). Instead of #5131
- Cleanup API for HTML parsers
I added new (public class) `Flavor` which users can subclass. Currently the expectation is to pass in the class (not an instance of the class)
CC @cpcloud @jtratner @jreback
| {
"+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/5395/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5395/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5395.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5395",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/5395.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5395"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5396 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5396/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5396/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5396/events | https://github.com/pandas-dev/pandas/issues/5396 | 21,882,376 | MDU6SXNzdWUyMTg4MjM3Ng== | 5,396 | segmentation fault 11 on Mavericks python Python 2.7.6rc1 | {
"avatar_url": "https://avatars.githubusercontent.com/u/3161099?v=4",
"events_url": "https://api.github.com/users/venuktan/events{/privacy}",
"followers_url": "https://api.github.com/users/venuktan/followers",
"following_url": "https://api.github.com/users/venuktan/following{/other_user}",
"gists_url": "https://api.github.com/users/venuktan/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/venuktan",
"id": 3161099,
"login": "venuktan",
"node_id": "MDQ6VXNlcjMxNjEwOTk=",
"organizations_url": "https://api.github.com/users/venuktan/orgs",
"received_events_url": "https://api.github.com/users/venuktan/received_events",
"repos_url": "https://api.github.com/users/venuktan/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/venuktan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/venuktan/subscriptions",
"type": "User",
"url": "https://api.github.com/users/venuktan"
} | [] | closed | false | null | [] | null | 42 | 2013-10-31T08:21:55Z | 2014-01-27T02:17:06Z | 2013-11-01T22:20:17Z | NONE | null | I get a segmentation fault 11 when I try to read from a csv.
Here is the full error report :
Process: Python [95313]
Path: /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
Identifier: Python
Version: 2.7.6rc1 (2.7.6rc1)
Code Type: X86-64 (Native)
Parent Process: bash [94753]
Responsible: iTerm [160]
User ID: 501
Date/Time: 2013-10-31 01:16:01.018 -0700
OS Version: Mac OS X 10.9 (13A603)
Report Version: 11
Anonymous UUID: 592E522A-F4DC-667B-6F11-E35383BBC4BE
Sleep/Wake UUID: F91ECED6-C437-4874-B521-5F139FBA707A
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
VM Regions Near 0:
-->
__TEXT 0000000100000000-0000000100001000 [ 4K] r-x/rwx SM=COW /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 umath.so 0x0000000101293567 _extract_pyvals + 403
1 umath.so 0x0000000101295ea4 _get_bufsize_errmask + 49
2 umath.so 0x0000000101293ad4 PyUFunc_GenericFunction + 1181
3 umath.so 0x00000001012977b7 ufunc_generic_call + 307
4 org.python.python 0x000000010000c702 PyObject_Call + 98
5 org.python.python 0x0000000100010e45 _PyObject_CallFunction_SizeT + 197
6 multiarray.so 0x0000000101104500 array_richcompare + 761
7 org.python.python 0x000000010005ae9c try_rich_compare + 92
8 org.python.python 0x000000010005c86f PyObject_RichCompare + 95
9 org.python.python 0x00000001000bf443 PyEval_EvalFrameEx + 8355
10 org.python.python 0x00000001000c4746 PyEval_EvalCodeEx + 2118
11 org.python.python 0x00000001000c2b80 PyEval_EvalFrameEx + 22496
12 org.python.python 0x00000001000c338a PyEval_EvalFrameEx + 24554
13 org.python.python 0x00000001000c4746 PyEval_EvalCodeEx + 2118
14 org.python.python 0x00000001000c2b80 PyEval_EvalFrameEx + 22496
15 org.python.python 0x00000001000c4746 PyEval_EvalCodeEx + 2118
16 org.python.python 0x00000001000c2b80 PyEval_EvalFrameEx + 22496
17 org.python.python 0x00000001000c4746 PyEval_EvalCodeEx + 2118
18 org.python.python 0x00000001000c2b80 PyEval_EvalFrameEx + 22496
19 org.python.python 0x00000001000c4746 PyEval_EvalCodeEx + 2118
20 org.python.python 0x00000001000c4866 PyEval_EvalCode + 54
21 org.python.python 0x00000001000e8c1c PyRun_InteractiveOneFlags + 380
22 org.python.python 0x00000001000e8e7e PyRun_InteractiveLoopFlags + 78
23 org.python.python 0x00000001000e9691 PyRun_AnyFileExFlags + 161
24 org.python.python 0x000000010010040d Py_Main + 3101
25 org.python.python 0x0000000100000f14 0x100000000 + 3860
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000103167d88 rbx: 0x0000000000000000 rcx: 0x00000001012b4326 rdx: 0x0000000000000000
rdi: 0x0000000000000000 rsi: 0x00007fff5fbfba70 rbp: 0x00007fff5fbfbbc0 rsp: 0x00007fff5fbfbb90
r8: 0x0000000000000000 r9: 0x0000000102f00000 r10: 0x0000000000000000 r11: 0x0000000001ec1f48
r12: 0x00007fff5fbfbdd8 r13: 0x00007fff5fbfbddc r14: 0x00007fff5fbfbdd8 r15: 0x0000000000000000
rip: 0x0000000101293567 rfl: 0x0000000000010202 cr2: 0x0000000000000000
Logical CPU: 0
Error Code: 0x00000006
Trap Number: 14
Binary Images:
0x100000000 - 0x100000fff +org.python.python (2.7.6rc1 - 2.7.6rc1) <A030981C-31FB-FDD9-A5CB-46D9C91AF3FB> /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
0x100003000 - 0x10016efe7 +org.python.python (2.7.6rc1, [c] 2004-2013 Python Software Foundation. - 2.7.6rc1) <EE31F684-2A4A-C8CD-A017-122D6119193D> /Library/Frameworks/Python.framework/Versions/2.7/Python
0x1002f0000 - 0x1002f5fe7 +math.so (???) <ABB2827D-29A4-ABA2-C815-7DFED76FF2E2> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so
0x1002fc000 - 0x1002fdff7 +_functools.so (???) <A45C1989-F064-085E-D6A3-7654FA00FB0C> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so
0x1004b0000 - 0x1004cffff +hashtable.so (0) <01F7E241-2D0D-38AB-A6EC-8E607145ADD6> /Library/Python/2.7/site-packages/pandas-0.12.0_943_gaef5061-py2.7-macosx-10.9-intel.egg/pandas/hashtable.so
0x1004e5000 - 0x1004f3ff7 +datetime.so (???) <CAF4D93B-567F-EBE0-9CFD-C3A5532DF389> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so
0x100600000 - 0x10063eff7 +readline.so (???) <91E41C1B-723F-375F-B456-45B90A19C9F6> /Library/Python/2.7/site-packages/readline-6.2.4.1-py2.7-macosx-10.7-intel.egg/readline.so
0x1006d9000 - 0x1006ddfff +_collections.so (???) <E483DE64-3E09-7580-1597-57BD6D909BB4> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so
0x1006e3000 - 0x1006e7ff7 +operator.so (???) <8111DA52-077D-8FF5-A0FD-C1D658DE2337> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so
0x1006ee000 - 0x1006f5ff7 +itertools.so (???) <3A507B1F-7D11-8062-8704-D8F45B49299A> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
0x101100000 - 0x1011cefff +multiarray.so (0) <3D91B229-4015-35AD-BB40-F9A11EC60C82> /Library/Python/2.7/site-packages/numpy-1.9.0.dev_54d3559-py2.7-macosx-10.9-intel.egg/numpy/core/multiarray.so
0x101274000 - 0x1012b4fff +umath.so (0) <0CF4AA4D-67DB-335F-94E3-6056C13B0AC0> /Library/Python/2.7/site-packages/numpy-1.9.0.dev_54d3559-py2.7-macosx-10.9-intel.egg/numpy/core/umath.so
0x1012e0000 - 0x1012e1ff7 +_heapq.so (???) <F04AA19C-9E09-EBC9-B4B2-C33811B0BC30> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so
0x1012e5000 - 0x1012f5fff +cPickle.so (???) <9BB009FB-C9EE-05CF-C36A-1591595E0455> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so
0x1012fd000 - 0x1012fefff +cStringIO.so (???) <9604569D-A2D9-6ECE-BB63-9364EA8D9F2B> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so
0x101303000 - 0x101306ff7 +_dotblas.so (0) <4AAE40D9-613A-307A-B271-49A0579E2FB1> /Library/Python/2.7/site-packages/numpy-1.9.0.dev_54d3559-py2.7-macosx-10.9-intel.egg/numpy/core/_dotblas.so
0x10134a000 - 0x101363fff +scalarmath.so (0) <E87137B3-03D5-31A7-B616-0261F04C85E8> /Library/Python/2.7/site-packages/numpy-1.9.0.dev_54d3559-py2.7-macosx-10.9-intel.egg/numpy/core/scalarmath.so
0x101476000 - 0x101478ff7 +time.so (???) <EF89E6F1-77F7-5C4C-AFC1-632C882EFCAC> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so
0x1014bd000 - 0x1014c1ff7 +_compiled_base.so (0) <907FD9FE-69CF-309F-BC37-7A7341740D39> /Library/Python/2.7/site-packages/numpy-1.9.0.dev_54d3559-py2.7-macosx-10.9-intel.egg/numpy/lib/_compiled_base.so
0x1014c5000 - 0x1014c8fff +lapack_lite.so (0) <12B329E7-CA0B-3D05-8580-AC8659BF1FBC> /Library/Python/2.7/site-packages/numpy-1.9.0.dev_54d3559-py2.7-macosx-10.9-intel.egg/numpy/linalg/lapack_lite.so
0x1014cc000 - 0x1014d8ff7 +_umath_linalg.so (0) <74F5BE7A-13E1-3290-B667-C0C5258E7748> /Library/Python/2.7/site-packages/numpy-1.9.0.dev_54d3559-py2.7-macosx-10.9-intel.egg/numpy/linalg/_umath_linalg.so
0x1014e4000 - 0x1014e4fff +grp.so (???) <C3686658-0786-0B52-786F-83C9ABF7FD0F> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/grp.so
0x1014e7000 - 0x1014e7fff +future_builtins.so (???) <1B914445-9159-4594-1538-7B343DC95019> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/future_builtins.so
0x1014ea000 - 0x1014f1ff7 +fftpack_lite.so (0) <2A8F98B4-94C1-3614-A0DC-2D39E2EF3700> /Library/Python/2.7/site-packages/numpy-1.9.0.dev_54d3559-py2.7-macosx-10.9-intel.egg/numpy/fft/fftpack_lite.so
0x1014f5000 - 0x1014f8ff7 +strop.so (???) <86EEBF37-7A5B-5B71-FA51-F8D7A9031CA1> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so
0x1017c0000 - 0x1017d6fff +_ctypes.so (???) <7FCBDB27-1007-C685-0D11-67197537AEBA> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so
0x1017e7000 - 0x1017ebfff +_struct.so (???) <021A3094-6301-AF18-6155-02314FB5F41A> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so
0x1017f2000 - 0x1017f7fff +array.so (???) <82DAF0A4-4619-43C3-922C-1230A67691CA> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/array.so
0x102000000 - 0x102032ff7 +mtrand.so (0) <DA29F14E-5353-3834-B98A-E6DA6A02523A> /Library/Python/2.7/site-packages/numpy-1.9.0.dev_54d3559-py2.7-macosx-10.9-intel.egg/numpy/random/mtrand.so
0x102080000 - 0x102101ff7 +tslib.so (0) <5B59DDC3-0E1B-30D8-95D0-BC093DD93EE6> /Library/Python/2.7/site-packages/pandas-0.12.0_943_gaef5061-py2.7-macosx-10.9-intel.egg/pandas/tslib.so
0x102142000 - 0x10214bff7 +_socket.so (???) <F6A1F80F-501C-C607-26FF-38261B2B1110> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so
0x102157000 - 0x10215bfff +_ssl.so (???) <B6BE3DBB-2E68-396E-8BEC-F914B2AE6117> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so
0x102161000 - 0x102176ff7 +_io.so (???) <F71449DF-51A7-A2A6-676F-581D74883227> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so
0x10218e000 - 0x102191fef +binascii.so (???) <9915005E-2A58-9A80-70E6-10C4B3BB05FD> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so
0x102195000 - 0x102196fff +_hashlib.so (???) <16604AB8-B67D-4FF6-2C0C-98B8E2632C88> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so
0x10219a000 - 0x10219bfff +_random.so (???) <5F74B65B-4D71-043E-5380-C3AB81D7729D> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so
0x10219e000 - 0x10219fff7 +fcntl.so (???) <75F4B9B8-342B-F736-ACE9-23DF945E4334> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so
0x1021e2000 - 0x1021e4ff7 +_locale.so (???) <500ED0AF-DEF2-4393-AB13-59A9851F36E4> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so
0x1021e8000 - 0x1021e8fff +_bisect.so (???) <F61B6B2C-A46F-B0FC-C4E8-C7546CCF18B2> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bisect.so
0x1021eb000 - 0x1021eeff7 +_csv.so (???) <A4DC5ABF-E084-9EB9-A141-1211944442FE> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_csv.so
0x1021f4000 - 0x1021f7ff7 +zlib.so (???) <6A624745-3CD5-9F33-99D9-219BEADA9416> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/zlib.so
0x1021fc000 - 0x1021fcfff +_scproxy.so (???) <5A1EC98C-7C28-BC2E-FA63-E0A889D444FD> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_scproxy.so
0x102640000 - 0x102674ff7 +pyexpat.so (???) <6A683004-0DB1-BE9D-4AE9-0D445B593D3B> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/pyexpat.so
0x102686000 - 0x1026ebfff +lib.so (0) <97CE8729-9265-3894-B62D-971D05E48D63> /Library/Python/2.7/site-packages/pandas-0.12.0_943_gaef5061-py2.7-macosx-10.9-intel.egg/pandas/lib.so
0x102721000 - 0x10284dff7 +algos.so (0) <33114579-E1CC-3CCC-8BF0-5FF2C8AE930D> /Library/Python/2.7/site-packages/pandas-0.12.0_943_gaef5061-py2.7-macosx-10.9-intel.egg/pandas/algos.so
0x1028a3000 - 0x1028bffff +index.so (0) <6667E941-CC0B-3F07-97F8-F90A78063154> /Library/Python/2.7/site-packages/pandas-0.12.0_943_gaef5061-py2.7-macosx-10.9-intel.egg/pandas/index.so
0x1028d3000 - 0x1028d6fff +select.so (???) <1A95CD9A-2B1B-9998-449A-B23AFC57C499> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so
0x1028dc000 - 0x1028e7fff +json.so (0) <393DA9E8-77C3-3961-B952-E25B3860F049> /Library/Python/2.7/site-packages/pandas-0.12.0_943_gaef5061-py2.7-macosx-10.9-intel.egg/pandas/json.so
0x102a00000 - 0x102a24ff7 +_sparse.so (0) <3E6B66B0-FCD3-39ED-83CE-E7EFA78DD187> /Library/Python/2.7/site-packages/pandas-0.12.0_943_gaef5061-py2.7-macosx-10.9-intel.egg/pandas/_sparse.so
0x102e40000 - 0x102e69fff +_path.so (0) <E34E4548-20B3-3764-B038-9F22831FA9A4> /Library/Python/2.7/site-packages/matplotlib-1.4.x-py2.7-macosx-10.9-intel.egg/matplotlib/_path.so
0x1030c0000 - 0x1030f0ff7 +parser.so (0) <DDBA9D11-72D3-3511-ACA2-81C7F9218C94> /Library/Python/2.7/site-packages/pandas-0.12.0_943_gaef5061-py2.7-macosx-10.9-intel.egg/pandas/parser.so
0x10318e000 - 0x1031a3fff +msgpack.so (0) <5015FDF4-FF64-38B1-97F2-2A309FD0AF32> /Library/Python/2.7/site-packages/pandas-0.12.0_943_gaef5061-py2.7-macosx-10.9-intel.egg/pandas/msgpack.so
0x7fff67401000 - 0x7fff67434817 dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
0x7fff80dca000 - 0x7fff80df3ff7 libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
0x7fff80ed9000 - 0x7fff80f62ff7 libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
0x7fff81dcd000 - 0x7fff81dd2fff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
0x7fff81ddd000 - 0x7fff81ddfff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
0x7fff81e9c000 - 0x7fff81e9eff3 libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib
0x7fff820d4000 - 0x7fff8228cff3 libicucore.A.dylib (511.25) <3ED7B656-416E-3071-AEC8-E85C90232F78> /usr/lib/libicucore.A.dylib
0x7fff822b8000 - 0x7fff822b9ff7 libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
0x7fff82466000 - 0x7fff82495fd2 libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
0x7fff824c5000 - 0x7fff824d6ff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
0x7fff82785000 - 0x7fff82786ff7 libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
0x7fff82787000 - 0x7fff827eaff7 com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff82804000 - 0x7fff82815ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
0x7fff829a4000 - 0x7fff829a5fff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff82cc2000 - 0x7fff82d14fff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
0x7fff82e0b000 - 0x7fff82e13fff libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
0x7fff843dd000 - 0x7fff8454bff7 libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff84865000 - 0x7fff8486bff7 libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
0x7fff8486c000 - 0x7fff84890fff libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
0x7fff848e9000 - 0x7fff84904ff7 libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib
0x7fff84b09000 - 0x7fff84b16ff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
0x7fff8543a000 - 0x7fff8543bff7 libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
0x7fff8543c000 - 0x7fff85507fff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff85568000 - 0x7fff85584ff7 libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
0x7fff85590000 - 0x7fff855defff libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
0x7fff85ae6000 - 0x7fff85ae6ff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
0x7fff8682d000 - 0x7fff869daf27 libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
0x7fff86a4f000 - 0x7fff86a56fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
0x7fff86df8000 - 0x7fff86ea8ff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff86ea9000 - 0x7fff86eb2ff3 libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
0x7fff86f76000 - 0x7fff86f77ffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
0x7fff88720000 - 0x7fff88721ff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff88d92000 - 0x7fff88dc2fff libncurses.5.4.dylib (42) <BF763D62-9149-37CB-B1D2-F66A2510E6DD> /usr/lib/libncurses.5.4.dylib
0x7fff892ab000 - 0x7fff892b2ff3 libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
0x7fff893a2000 - 0x7fff893d6fff libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
0x7fff893fe000 - 0x7fff893fefff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8964c000 - 0x7fff89a2dffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff89ac6000 - 0x7fff89d9afc7 com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8a4f8000 - 0x7fff8a51fff7 libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
0x7fff8a6b2000 - 0x7fff8a6bcfff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
0x7fff8a78f000 - 0x7fff8a79ffff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
0x7fff8a907000 - 0x7fff8a92effb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
0x7fff8b0c4000 - 0x7fff8b0c8fff libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
0x7fff8b821000 - 0x7fff8b863ff7 libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
0x7fff8bd2f000 - 0x7fff8bd49fff libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
0x7fff8bd4a000 - 0x7fff8bd51ff7 libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
0x7fff8c92a000 - 0x7fff8c92eff7 libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
0x7fff8cac1000 - 0x7fff8cca6ff7 com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8cca7000 - 0x7fff8cd86fff libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8ce15000 - 0x7fff8ce1cff7 liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib
0x7fff8ce1d000 - 0x7fff8ce20ff7 libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
0x7fff8d7e7000 - 0x7fff8d7e7fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8dab8000 - 0x7fff8dab9fff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
0x7fff8e8db000 - 0x7fff8e8e0ff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 2382784
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=95.6M resident=25.9M(27%) swapped_out_or_unallocated=69.7M(73%)
Writable regions: Total=98.5M written=59.2M(60%) resident=66.6M(68%) swapped_out=0K(0%) unallocated=31.9M(32%)
REGION TYPE VIRTUAL
=========== =======
Kernel Alloc Once 4K
MALLOC 88.9M
MALLOC (admin) 16K
MALLOC_LARGE (reserved) 768K reserved VM address space (unallocated)
STACK GUARD 56.0M
Stack 8192K
VM_ALLOCATE 16K
__DATA 2648K
__LINKEDIT 68.5M
__TEXT 27.1M
__UNICODE 544K
shared memory 4K
=========== =======
TOTAL 252.5M
TOTAL, minus reserved VM space 251.7M
Model: MacBookPro10,1, BootROM MBP101.00EE.B03, 4 processors, Intel Core i7, 2.7 GHz, 16 GB, SMC 2.3f36
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 1024 MB
Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.0f6 12982, 3 services, 15 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM768E, 751.28 GB
USB Device: Hub
USB Device: FaceTime HD Camera (Built-in)
USB Device: Hub
USB Device: Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4
| {
"+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/5396/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5396/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5397 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5397/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5397/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5397/events | https://github.com/pandas-dev/pandas/pull/5397 | 21,891,808 | MDExOlB1bGxSZXF1ZXN0OTU2MTExNg== | 5,397 | BUG/TST: fix downcasting of float-like object array | {
"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"
} | [] | 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"
} | 0 | 2013-10-31T12:04:13Z | 2014-07-16T08:38:18Z | 2013-10-31T12:30:10Z | CONTRIBUTOR | null | related #5394
This now works
```
In [1]: arr = np.array([1.0,2.0],dtype=object)
In [3]: pandas.core.common._possibly_downcast_to_dtype(arr,'infer')
Out[3]: array([1, 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/5397/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5397/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5397.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5397",
"merged_at": "2013-10-31T12:30:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5397.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5397"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5398 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5398/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5398/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5398/events | https://github.com/pandas-dev/pandas/issues/5398 | 21,904,663 | MDU6SXNzdWUyMTkwNDY2Mw== | 5,398 | BUG: Google Analytics v3 segments should support underscores | {
"avatar_url": "https://avatars.githubusercontent.com/u/29409?v=4",
"events_url": "https://api.github.com/users/jcbozonier/events{/privacy}",
"followers_url": "https://api.github.com/users/jcbozonier/followers",
"following_url": "https://api.github.com/users/jcbozonier/following{/other_user}",
"gists_url": "https://api.github.com/users/jcbozonier/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jcbozonier",
"id": 29409,
"login": "jcbozonier",
"node_id": "MDQ6VXNlcjI5NDA5",
"organizations_url": "https://api.github.com/users/jcbozonier/orgs",
"received_events_url": "https://api.github.com/users/jcbozonier/received_events",
"repos_url": "https://api.github.com/users/jcbozonier/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jcbozonier/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jcbozonier/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jcbozonier"
} | [
{
"color": "0052cc",
"default": false,
"description": "pandas-gbq compatability",
"id": 57351315,
"name": "IO Google",
"node_id": "MDU6TGFiZWw1NzM1MTMxNQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Google"
}
] | 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"
} | 1 | 2013-10-31T15:40:32Z | 2013-12-07T14:22:13Z | 2013-12-07T14:22:13Z | CONTRIBUTOR | null | In working with Google Analytics I've found new segments being named with underscores included. This relates to the pandas/io/ga module.
| {
"+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/5398/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5398/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5399 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5399/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5399/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5399/events | https://github.com/pandas-dev/pandas/pull/5399 | 21,904,713 | MDExOlB1bGxSZXF1ZXN0OTU2ODM3MQ== | 5,399 | Display the correct error message when calling a binary moment without appropriate parameters. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1305065?v=4",
"events_url": "https://api.github.com/users/tr11/events{/privacy}",
"followers_url": "https://api.github.com/users/tr11/followers",
"following_url": "https://api.github.com/users/tr11/following{/other_user}",
"gists_url": "https://api.github.com/users/tr11/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/tr11",
"id": 1305065,
"login": "tr11",
"node_id": "MDQ6VXNlcjEzMDUwNjU=",
"organizations_url": "https://api.github.com/users/tr11/orgs",
"received_events_url": "https://api.github.com/users/tr11/received_events",
"repos_url": "https://api.github.com/users/tr11/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/tr11/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tr11/subscriptions",
"type": "User",
"url": "https://api.github.com/users/tr11"
} | [] | 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 | 2013-10-31T15:41:15Z | 2014-06-22T05:58:40Z | 2013-11-21T13:44:48Z | CONTRIBUTOR | null | This pr fixes a typo in the type checking of binary moments. It makes the error messages below consistent:
> > > import pandas
> > > a = pandas.DataFrame([1,2,3,4,5,6])
> > > pandas.rolling_cov(list(), a, 3)
> > > ValueError: arguments to moment function must be of type ndarray/DataFrame
> > >
> > > pandas.rolling_cov(a, list(), 3)
> > > TypeError: unsupported type: <type '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/5399/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5399/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5399.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5399",
"merged_at": "2013-11-21T13:44:48Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5399.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5399"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5400 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5400/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5400/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5400/events | https://github.com/pandas-dev/pandas/pull/5400 | 21,911,891 | MDExOlB1bGxSZXF1ZXN0OTU3MjYwMA== | 5,400 | BUG: support for GA new segment format (GH5398) | {
"avatar_url": "https://avatars.githubusercontent.com/u/29409?v=4",
"events_url": "https://api.github.com/users/jcbozonier/events{/privacy}",
"followers_url": "https://api.github.com/users/jcbozonier/followers",
"following_url": "https://api.github.com/users/jcbozonier/following{/other_user}",
"gists_url": "https://api.github.com/users/jcbozonier/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jcbozonier",
"id": 29409,
"login": "jcbozonier",
"node_id": "MDQ6VXNlcjI5NDA5",
"organizations_url": "https://api.github.com/users/jcbozonier/orgs",
"received_events_url": "https://api.github.com/users/jcbozonier/received_events",
"repos_url": "https://api.github.com/users/jcbozonier/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jcbozonier/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jcbozonier/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jcbozonier"
} | [] | 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"
} | 13 | 2013-10-31T17:24:27Z | 2014-06-27T14:53:37Z | 2013-12-07T14:22:02Z | CONTRIBUTOR | null | Adds support for underscores to Google's new segment format. The issue referenced is here:
closes https://github.com/pydata/pandas/issues/5398
| {
"+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/5400/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5400/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5400.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5400",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/5400.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5400"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.