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/6901 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6901/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6901/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6901/events | https://github.com/pandas-dev/pandas/issues/6901 | 31,722,662 | MDU6SXNzdWUzMTcyMjY2Mg== | 6,901 | SyntaxError on HDF queries where right-hand contains string delimiter | {
"avatar_url": "https://avatars.githubusercontent.com/u/19950?v=4",
"events_url": "https://api.github.com/users/ariddell/events{/privacy}",
"followers_url": "https://api.github.com/users/ariddell/followers",
"following_url": "https://api.github.com/users/ariddell/following{/other_user}",
"gists_url": "https:... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "5319e7",
"default": false,
"description": "read_hdf, HDFStore",
... | 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": "htt... | 20 | 2014-04-17T12:30:35Z | 2016-10-12T23:04:47Z | 2014-04-17T23:49:29Z | NONE | null | If your index is a string that contains a `'` or `"` there is potentially no consistent way to do an HDF query from disk. The following is real-ish data from the Wikipedia pagecounts dataset. Worked in 0.12, SyntaxError in 0.13.
Easy to reproduce:
This is `test.csv`
```
title,hits
Al Lawson',30
'Blind' Willie McTell,... | {
"+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/6901/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6901/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6902 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6902/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6902/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6902/events | https://github.com/pandas-dev/pandas/pull/6902 | 31,729,227 | MDExOlB1bGxSZXF1ZXN0MTQ4NzY0MDI= | 6,902 | API: Stop modifying SQL column and names, and warn when pertinent. | {
"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... | [
{
"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": "htt... | 9 | 2014-04-17T14:07:00Z | 2014-08-21T07:57:05Z | 2014-04-22T14:33:16Z | CONTRIBUTOR | null | Closes #6796
If any columns names written `to_sql` via a legacy connection _would_ have been modified by previous versions of pandas, a warning is issued, both on table creation and row insertion. But no names are modified.
There is a stray warning message in nosetests. Otherwise good, I think. Does this reflect our ... | {
"+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/6902/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6902/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6902.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6902",
"merged_at": "2014-04-22T14:33:15Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6902.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6902"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6903 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6903/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6903/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6903/events | https://github.com/pandas-dev/pandas/issues/6903 | 31,739,723 | MDU6SXNzdWUzMTczOTcyMw== | 6,903 | Docstring for Series missing description on 'fastpath' | {
"avatar_url": "https://avatars.githubusercontent.com/u/3363363?v=4",
"events_url": "https://api.github.com/users/jess010/events{/privacy}",
"followers_url": "https://api.github.com/users/jess010/followers",
"following_url": "https://api.github.com/users/jess010/following{/other_user}",
"gists_url": "https:/... | [
{
"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 | [] | null | 4 | 2014-04-17T16:06:19Z | 2014-05-05T13:23:36Z | 2014-05-05T13:23:36Z | NONE | null | The Series docstring does not include any description for the 'fastpath' parameter.
Couldn't find any example on the website that used this parameter, not sure which needs updating: the init definition or the parameters section.

File "c:\anaconda\lib\site-packages\pandas\core\generic.py", line 3418, in pct_change
rs = data / data.shift(periods=periods, freq=freq, **kwds) - 1
TypeError: shift() got an unexpected keyword argument 'periods'
```
> pandas.ve... | {
"+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/6904/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6904/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6905 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6905/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6905/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6905/events | https://github.com/pandas-dev/pandas/pull/6905 | 31,767,130 | MDExOlB1bGxSZXF1ZXN0MTQ4OTk3Njg= | 6,905 | DOC: note about query strings in HDFStore selection | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "5319e7",
"default": false,
"description": "read_hdf, HDFStore",
... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_u... | {
"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": "htt... | 13 | 2014-04-17T22:05:28Z | 2014-07-16T09:02:14Z | 2014-04-17T23:49:30Z | MEMBER | null | closes #6901
| {
"+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/6905/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6905/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6905.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6905",
"merged_at": "2014-04-17T23:49:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6905.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6905"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6906 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6906/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6906/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6906/events | https://github.com/pandas-dev/pandas/issues/6906 | 31,772,533 | MDU6SXNzdWUzMTc3MjUzMw== | 6,906 | Should HDFStore.select respect local variable evaluation rules like query/eval? | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"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": "5319e7",
"default": false,
"description": "read_hdf... | open | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_u... | {
"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",
"f... | 3 | 2014-04-17T23:53:04Z | 2020-05-16T20:11:25Z | null | MEMBER | null | example from #6901:
`test.csv`
```
title,hits
Al Lawson',30
'Blind' Willie McTell,20
```
``` python
df = pd.read_csv('test.csv', index_col=0)
store = pd.HDFStore('test.h5')
store.append('df', df)
```
should querying work the same as `query`/`eval` for `select` queries?
``` python
title = "Al Lawson'"
result = stor... | {
"+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/6906/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6906/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6907 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6907/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6907/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6907/events | https://github.com/pandas-dev/pandas/issues/6907 | 31,781,358 | MDU6SXNzdWUzMTc4MTM1OA== | 6,907 | Large speed downgrade in function from 0.12 to 0.13 | {
"avatar_url": "https://avatars.githubusercontent.com/u/4982696?v=4",
"events_url": "https://api.github.com/users/vipatel10/events{/privacy}",
"followers_url": "https://api.github.com/users/vipatel10/followers",
"following_url": "https://api.github.com/users/vipatel10/following{/other_user}",
"gists_url": "h... | [] | closed | false | null | [] | null | 10 | 2014-04-18T04:55:48Z | 2014-04-18T20:01:38Z | 2014-04-18T15:58:38Z | NONE | null | I only just upgraded to 0.13 so noticing this now. The function below was run on the setup below twice, once with pandas 0.13.1 and another time with 0.12. There is large speed difference as shown in the output. Note that I know that the function as written can be simplified as pd.rolling_std(df1,trail_num, trail_nu... | {
"+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/6907/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6907/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6908 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6908/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6908/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6908/events | https://github.com/pandas-dev/pandas/pull/6908 | 31,796,548 | MDExOlB1bGxSZXF1ZXN0MTQ5MTcxNTY= | 6,908 | BUG: TimeGrouper outputs different result by column order | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"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,
... | 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": "htt... | 5 | 2014-04-18T12:34:42Z | 2014-06-21T21:47:54Z | 2014-04-19T12:47:08Z | MEMBER | null | closes #6764
`TimeGrouper` may output incorrect results depending on the target column order. The problem seems to be caused by 2 parts.
- `TimeGrouper._get_time_bins` and related methods expects sorted values input.
- `BinGrouper.get_iterator` expects sorted data input.
```
>>> df = pd.DataFrame({'Branch' : 'A A A ... | {
"+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/6908/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6908/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6908.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6908",
"merged_at": "2014-04-19T12:47:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6908.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6908"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6909 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6909/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6909/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6909/events | https://github.com/pandas-dev/pandas/pull/6909 | 31,797,894 | MDExOlB1bGxSZXF1ZXN0MTQ5MTc5ODU= | 6,909 | ENH: Implement Panel pct_change | {
"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}",
"gi... | [
{
"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, d... | 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": "htt... | 9 | 2014-04-18T13:10:39Z | 2017-04-05T02:08:52Z | 2014-04-21T14:15:49Z | CONTRIBUTOR | null | Closes https://github.com/pydata/pandas/issues/6904
There's just a bit of extra index handling that needs to be done before moving on to `generic.pct_change()`. I had to adjust that to use the `.div` and `.sub` ops instead of `/` and `-` to work with panels.
I wasn't sure why axis wasn't included as an actual names k... | {
"+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/6909/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6909/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6909.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6909",
"merged_at": "2014-04-21T14:15:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6909.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6909"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6910 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6910/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6910/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6910/events | https://github.com/pandas-dev/pandas/issues/6910 | 31,803,872 | MDU6SXNzdWUzMTgwMzg3Mg== | 6,910 | API: Change Panel.shift arg signature to match generic's | {
"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}",
"gi... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "AD7FA8",
"de... | 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": "htt... | 0 | 2014-04-18T15:06:20Z | 2014-04-22T18:30:43Z | 2014-04-22T18:29:10Z | CONTRIBUTOR | null | This surfaced in the Panel `pct_change` implementation at https://github.com/pydata/pandas/pull/6909
`generic`: `def shift(self, periods=1, freq=None, axis=0, **kwds):`
`Panel`: `def shift(self, lags, freq=None, axis='major'):`
I had to adjust the call to `shift` in `generic.pct_change` to not use a kwarg for `lag... | {
"+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/6910/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6910/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6911 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6911/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6911/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6911/events | https://github.com/pandas-dev/pandas/issues/6911 | 31,812,500 | MDU6SXNzdWUzMTgxMjUwMA== | 6,911 | BUG/API: astype(str) should stringify | {
"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://... | [] | 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": "htt... | 7 | 2014-04-18T17:37:01Z | 2014-04-18T19:34:45Z | 2014-04-18T19:34:45Z | CONTRIBUTOR | null | http://stackoverflow.com/questions/23158447/convert-float-to-string-in-pandas
currently this just converts to object dtype but not actually stringify
could even handle fixed format dtypes: S10 And such as well
| {
"+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/6911/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6911/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6912 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6912/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6912/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6912/events | https://github.com/pandas-dev/pandas/pull/6912 | 31,847,742 | MDExOlB1bGxSZXF1ZXN0MTQ5NDQzMDQ= | 6,912 | TST: restructure sql tests | {
"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{/othe... | [
{
"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": "htt... | 0 | 2014-04-19T14:34:29Z | 2014-06-25T08:40:32Z | 2014-04-21T19:50:30Z | MEMBER | null | - add some explanation of structure of tests
- general clean-up (some pep8, docstrings, etc)
- move some methods to _TestSQLAlchemy
- use standard quoting for sqlite
I didn't change any tests, so nothing controversial I think. Wanted to do this first, and then in a subsequent PR try to increase the test coverage.
| {
"+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/6912/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6912/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6912.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6912",
"merged_at": "2014-04-21T19:50:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6912.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6912"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6913 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6913/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6913/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6913/events | https://github.com/pandas-dev/pandas/pull/6913 | 31,850,375 | MDExOlB1bGxSZXF1ZXN0MTQ5NDU0MzQ= | 6,913 | ENH: pivot_table can now accept Grouper | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/J... | 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": "htt... | 5 | 2014-04-19T17:12:53Z | 2014-06-13T01:24:57Z | 2014-04-27T13:28:37Z | MEMBER | null | `pivot_table` can accept `Grouper` by `index` and `columns` kw.
```
>>> df = pd.DataFrame({
'Branch' : 'A A A A A A A B'.split(),
'Buyer': 'Carl Mark Carl Carl Joe Joe Joe Carl'.split(),
'Quantity': [1,3,5,1,8,1,9,3],
'Date' : [datetime(2013,11,1,13,0), datetime(2013,9,1,13,5),
datetime(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/6913/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6913/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6913.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6913",
"merged_at": "2014-04-27T13:28:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6913.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6913"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6914 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6914/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6914/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6914/events | https://github.com/pandas-dev/pandas/pull/6914 | 31,851,725 | MDExOlB1bGxSZXF1ZXN0MTQ5NDU5NjI= | 6,914 | BUG: GroupBy.get_group doesnt work with TimeGrouper | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"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": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | 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": "htt... | 5 | 2014-04-19T18:23:39Z | 2014-06-14T08:31:02Z | 2014-04-28T14:07:40Z | MEMBER | null | `get_group` raises `AttributeError` when the group is created by `TimeGrouper`.
```
>>> df = pd.DataFrame({'Branch' : 'A A A A A A A B'.split(),
'Buyer': 'Carl Mark Carl Carl Joe Joe Joe Carl'.split(),
'Quantity': [1,3,5,1,8,1,9,3],
'Date' : [
... | {
"+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/6914/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6914/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6914.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6914",
"merged_at": "2014-04-28T14:07:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6914.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6914"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6915 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6915/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6915/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6915/events | https://github.com/pandas-dev/pandas/issues/6915 | 31,857,566 | MDU6SXNzdWUzMTg1NzU2Ng== | 6,915 | Bug in pd.Series.mean() | {
"avatar_url": "https://avatars.githubusercontent.com/u/1737483?v=4",
"events_url": "https://api.github.com/users/zoof/events{/privacy}",
"followers_url": "https://api.github.com/users/zoof/followers",
"following_url": "https://api.github.com/users/zoof/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"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 dtyp... | 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": "htt... | 45 | 2014-04-20T00:34:32Z | 2014-04-24T15:16:31Z | 2014-04-23T20:08:32Z | NONE | null | In some cases, the mean is computed incorrectly. Numpy however does the correct calculation. There is no problem with the standard deviation calculation. The following is an example.
```
In [11]: np.array(stateemp.area.tolist()).mean()
Out[11]: 23785.447812211703
In [12]: stateemp.area.mean()
Out[12]: 58.927762478... | {
"+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/6915/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6915/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6916 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6916/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6916/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6916/events | https://github.com/pandas-dev/pandas/pull/6916 | 31,867,888 | MDExOlB1bGxSZXF1ZXN0MTQ5NTI3ODI= | 6,916 | to_csv `headers` kwarg now works regardless of `index` kwarg | {
"avatar_url": "https://avatars.githubusercontent.com/u/57725?v=4",
"events_url": "https://api.github.com/users/marcua/events{/privacy}",
"followers_url": "https://api.github.com/users/marcua/followers",
"following_url": "https://api.github.com/users/marcua/following{/other_user}",
"gists_url": "https://api.... | [] | closed | false | null | [] | null | 5 | 2014-04-20T16:21:06Z | 2014-06-12T04:44:39Z | 2014-04-21T05:43:53Z | CONTRIBUTOR | null | Addresses issue https://github.com/pydata/pandas/issues/6186
| {
"+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/6916/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6916/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6916.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6916",
"merged_at": "2014-04-21T05:43:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6916.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6916"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6917 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6917/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6917/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6917/events | https://github.com/pandas-dev/pandas/pull/6917 | 31,924,407 | MDExOlB1bGxSZXF1ZXN0MTQ5ODQwMTU= | 6,917 | DOC: Add recipe for shifting groups of values based on the index | {
"avatar_url": "https://avatars.githubusercontent.com/u/443776?v=4",
"events_url": "https://api.github.com/users/unutbu/events{/privacy}",
"followers_url": "https://api.github.com/users/unutbu/followers",
"following_url": "https://api.github.com/users/unutbu/following{/other_user}",
"gists_url": "https://api... | [
{
"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": "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": "htt... | 6 | 2014-04-21T20:55:11Z | 2014-07-16T09:02:33Z | 2014-04-21T21:54:40Z | 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/6917/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6917/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6917.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6917",
"merged_at": "2014-04-21T21:54:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6917.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6917"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/6918 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6918/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6918/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6918/events | https://github.com/pandas-dev/pandas/issues/6918 | 31,928,517 | MDU6SXNzdWUzMTkyODUxNw== | 6,918 | DOC: provide more inline examples for cookbook.rst | {
"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://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 7171206... | 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",
"f... | 4 | 2014-04-21T21:56:08Z | 2021-04-11T04:29:42Z | 2021-04-11T04:29:41Z | CONTRIBUTOR | null | In-line examples when not too long are nice (as well as the link)
for example: https://github.com/pydata/pandas/commit/6fe9539b1c9c5f097d64d72af2c2f26e85dfc0b1
| {
"+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/6918/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6918/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6919 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6919/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6919/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6919/events | https://github.com/pandas-dev/pandas/pull/6919 | 31,936,132 | MDExOlB1bGxSZXF1ZXN0MTQ5OTE1NjM= | 6,919 | API: remove the copy kw from .xs to prevent an expectation of a view (which may not be possible) | {
"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://... | [
{
"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": "AD... | 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": "htt... | 10 | 2014-04-22T00:21:38Z | 2014-06-14T14:25:16Z | 2014-04-22T13:09:16Z | CONTRIBUTOR | null | closes #6894
Deprecate passing keyword `copy` to:
- `DataFrame/Series/Panel/.xs`
- `Panel.minor_xs`
- `Panel.major_xs`
`.xs` returns a view (as does `.loc`) **IF POSSIBLE**
MultiIndexing with Slicers eliminates the need for this (and `.xs` for the too, but for
some cases its 'simpler').
| {
"+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/6919/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6919/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6919.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6919",
"merged_at": "2014-04-22T13:09:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6919.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6919"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6920 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6920/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6920/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6920/events | https://github.com/pandas-dev/pandas/issues/6920 | 31,966,587 | MDU6SXNzdWUzMTk2NjU4Nw== | 6,920 | DOC: docstring / API for the indexers ([]/ix/loc/iloc) | {
"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://... | [
{
"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": "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/jr... | 2 | 2014-04-22T12:02:33Z | 2015-03-05T23:30:27Z | 2015-03-05T23:30:27Z | CONTRIBUTOR | null | We have this nice comment if you bring up the API page itself by the indexers, but searching and clicking on say pandas.DataFrame.loc just give you an empty page
| {
"+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/6920/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6920/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6921 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6921/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6921/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6921/events | https://github.com/pandas-dev/pandas/issues/6921 | 31,971,876 | MDU6SXNzdWUzMTk3MTg3Ng== | 6,921 | Sqlachemy raises when writing write timedelta64 columns to sqlite. | {
"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... | [
{
"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"
},
{
"color": "5319e7",
"default": false,... | 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": "htt... | 16 | 2014-04-22T13:23:43Z | 2014-09-06T09:40:27Z | 2014-05-11T09:55:01Z | CONTRIBUTOR | null | Maybe we can work around this. At least it should raise informatively.
```
In [24]: df = pd.to_timedelta(Series(['00:00:01', '00:00:03'], name='foo')).to_frame()
In [25]: df
Out[25]:
foo
0 00:00:01
1 00:00:03
[2 rows x 1 columns]
In [26]: df.dtypes
Out[26]:
foo timedelta64[ns]
dtype: object
In [27]: d... | {
"+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/6921/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6921/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6922 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6922/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6922/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6922/events | https://github.com/pandas-dev/pandas/issues/6922 | 31,972,254 | MDU6SXNzdWUzMTk3MjI1NA== | 6,922 | PERF: Panel.pct_change | {
"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://... | [
{
"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": "a10c02"... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 1 | 2014-04-22T13:28:33Z | 2018-07-06T20:21:03Z | 2017-07-10T21:09:50Z | CONTRIBUTOR | null | related #6826, #6909
Just putting this up there if anyone has any ideas. The filling scales with the length of the axis so this is unavoidable (well it _could_ be done in cython but would need a 3d version of certain functions).
can think about changing the default to `fill_method=None` from `fill_method='pad'`
```
... | {
"+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/6922/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6922/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6923 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6923/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6923/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6923/events | https://github.com/pandas-dev/pandas/issues/6923 | 31,973,148 | MDU6SXNzdWUzMTk3MzE0OA== | 6,923 | series __finalized__ not correctly called in merge? | {
"avatar_url": "https://avatars.githubusercontent.com/u/379413?v=4",
"events_url": "https://api.github.com/users/wcbeard/events{/privacy}",
"followers_url": "https://api.github.com/users/wcbeard/followers",
"following_url": "https://api.github.com/users/wcbeard/following{/other_user}",
"gists_url": "https://... | [
{
"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": "C4A000",
"default": false,
"description": "pandas testing functions... | 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": "htt... | 5 | 2014-04-22T13:39:38Z | 2014-04-27T13:34:16Z | 2014-04-22T14:21:46Z | CONTRIBUTOR | null | I got some help from Jeff on [stackoverflow](http://stackoverflow.com/questions/23200524/propagate-pandas-series-metadata-through-joins), but either I'm misunderstanding the way `__finalized__` works, or there's a bug in how it's called. My intent was to preserve series metadata after 2 dataframes being merged, and I b... | {
"+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/6923/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6923/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6924 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6924/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6924/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6924/events | https://github.com/pandas-dev/pandas/pull/6924 | 31,974,973 | MDExOlB1bGxSZXF1ZXN0MTUwMTQxNDE= | 6,924 | BUG/INT: Internal tests for patching __finalize__ / bug in merge not finalizing (GH6923) | {
"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://... | [
{
"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": "C4A000",
"default": false,
"description": "pandas testing functions... | 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": "htt... | 0 | 2014-04-22T14:01:12Z | 2014-07-09T18:05:32Z | 2014-04-22T14:24:08Z | CONTRIBUTOR | null | closes #6923
| {
"+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/6924/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6924/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6924.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6924",
"merged_at": "2014-04-22T14:24:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6924.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6924"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6925 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6925/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6925/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6925/events | https://github.com/pandas-dev/pandas/issues/6925 | 31,982,734 | MDU6SXNzdWUzMTk4MjczNA== | 6,925 | Bug when using SQLAlchemy and masters' to_sql for integer-named columns in df | {
"avatar_url": "https://avatars.githubusercontent.com/u/6588385?v=4",
"events_url": "https://api.github.com/users/JohnSmizz/events{/privacy}",
"followers_url": "https://api.github.com/users/JohnSmizz/followers",
"following_url": "https://api.github.com/users/JohnSmizz/following{/other_user}",
"gists_url": "h... | [
{
"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 | [] | null | 2 | 2014-04-22T15:25:00Z | 2014-04-22T20:37:57Z | 2014-04-22T20:37:57Z | NONE | null | Hi-
when trying to write a dataframe with non-string named columns via current to_sql the function fails because function _safe_col_name attempts to call the strip method.
NB I do not have master installed I just copied the SQL module and call the v14 functions from it.
``` python
df = pd.DataFrame(randn(2,4))
con = s... | {
"+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/6925/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6925/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6926 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6926/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6926/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6926/events | https://github.com/pandas-dev/pandas/issues/6926 | 31,985,078 | MDU6SXNzdWUzMTk4NTA3OA== | 6,926 | DOC: Unused `order` argument in factorize | {
"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}",
"gi... | [
{
"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": "F... | 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": "htt... | 5 | 2014-04-22T15:49:31Z | 2016-01-27T22:34:10Z | 2014-04-22T20:54:18Z | CONTRIBUTOR | null | ``` python
def factorize(values, sort=False, order=None, na_sentinel=-1):
"""
Encode input values as an enumerated type or categorical variable
Parameters
----------
values : ndarray (1-d)
Sequence
sort : boolean, default False
Sort by values
order :
na_sentinel: int, de... | {
"+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/6926/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6926/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6927 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6927/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6927/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6927/events | https://github.com/pandas-dev/pandas/issues/6927 | 31,989,036 | MDU6SXNzdWUzMTk4OTAzNg== | 6,927 | DataFrame.__finalize__ not called in pd.concat | {
"avatar_url": "https://avatars.githubusercontent.com/u/379413?v=4",
"events_url": "https://api.github.com/users/wcbeard/events{/privacy}",
"followers_url": "https://api.github.com/users/wcbeard/followers",
"following_url": "https://api.github.com/users/wcbeard/following{/other_user}",
"gists_url": "https://... | [
{
"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, Stac... | 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": "htt... | 2 | 2014-04-22T16:35:45Z | 2014-04-27T13:34:55Z | 2014-04-22T19:44:47Z | CONTRIBUTOR | null | When I assign metadata to a df
```
import numpy as np
import pandas as pd
np.random.seed(10)
pd.DataFrame._metadata = ['filename']
df1 = pd.DataFrame(np.random.randint(0, 4, (3, 2)), columns=list('ab'))
df1.filenames = {'a': 'f1', 'b': 'f2'}
df1
a b
0 1 1
1 0 3
2 0 1
```
and define a `__fin... | {
"+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/6927/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6927/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6928 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6928/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6928/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6928/events | https://github.com/pandas-dev/pandas/pull/6928 | 31,991,267 | MDExOlB1bGxSZXF1ZXN0MTUwMjQxNDc= | 6,928 | API/DEPR: Match Panel.shift()'s signature to generic | {
"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}",
"gi... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "AD7FA8",
"de... | closed | false | null | [] | null | 2 | 2014-04-22T17:03:48Z | 2017-04-05T02:08:53Z | 2014-04-22T18:29:10Z | CONTRIBUTOR | null | Closes https://github.com/pydata/pandas/issues/6910
Also switches the shift implementation back to using keyword arguments.
| {
"+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/6928/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6928/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6928.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6928",
"merged_at": "2014-04-22T18:29:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6928.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6928"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6929 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6929/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6929/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6929/events | https://github.com/pandas-dev/pandas/issues/6929 | 31,996,841 | MDU6SXNzdWUzMTk5Njg0MQ== | 6,929 | PERF: Poor numerical stability of rolling_kurt and rolling_skew | {
"avatar_url": "https://avatars.githubusercontent.com/u/3343990?v=4",
"events_url": "https://api.github.com/users/jaimefrio/events{/privacy}",
"followers_url": "https://api.github.com/users/jaimefrio/followers",
"following_url": "https://api.github.com/users/jaimefrio/following{/other_user}",
"gists_url": "h... | [
{
"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": "006b75",
"default"... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"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/j... | 3 | 2014-04-22T18:16:47Z | 2020-11-09T21:20:05Z | 2020-11-09T21:20:05Z | CONTRIBUTOR | null | The numerical stability of the current implementation of `rolling_kurt` and `rolling_skew` is very poor:
```
In [14]: x = np.random.rand(10)
In [15]: pd.Series(x).rolling(4).skew()
Out[15]:
0 NaN
1 NaN
2 NaN
3 -0.971467
4 0.596391
5 -1.163135
6 -0.611469
7 -1.624713
8... | {
"+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/6929/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6929/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6930 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6930/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6930/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6930/events | https://github.com/pandas-dev/pandas/pull/6930 | 31,998,204 | MDExOlB1bGxSZXF1ZXN0MTUwMjg0MzY= | 6,930 | API/DEPR: Deprecate order kwarg in factorize | {
"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}",
"gi... | [
{
"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": "F... | 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": "htt... | 1 | 2014-04-22T18:33:03Z | 2017-04-05T02:08:49Z | 2014-04-22T20:54:18Z | CONTRIBUTOR | null | Closes https://github.com/pydata/pandas/issues/6926
`order` wasn't being used at all.
I couldn't use the deprecate_kwarg decorator since the kwarg is being removed, not changed.
| {
"+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/6930/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6930/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6930.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6930",
"merged_at": "2014-04-22T20:54:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6930.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6930"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6931 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6931/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6931/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6931/events | https://github.com/pandas-dev/pandas/pull/6931 | 32,002,190 | MDExOlB1bGxSZXF1ZXN0MTUwMzA4NjA= | 6,931 | BUG/INT: Internal tests for patching __finalize__ / bug in concat not finalizing (GH6927) | {
"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://... | [
{
"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, Stac... | 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": "htt... | 0 | 2014-04-22T19:21:40Z | 2014-07-16T09:02:47Z | 2014-04-22T19:44:47Z | CONTRIBUTOR | null | closes #6927
| {
"+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/6931/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6931/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6931.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6931",
"merged_at": "2014-04-22T19:44:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6931.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6931"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6932 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6932/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6932/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6932/events | https://github.com/pandas-dev/pandas/issues/6932 | 32,003,302 | MDU6SXNzdWUzMjAwMzMwMg== | 6,932 | BUG: add support for writing datetime.date and datetime.time columns using to_sql | {
"avatar_url": "https://avatars.githubusercontent.com/u/6588385?v=4",
"events_url": "https://api.github.com/users/JohnSmizz/events{/privacy}",
"followers_url": "https://api.github.com/users/JohnSmizz/followers",
"following_url": "https://api.github.com/users/JohnSmizz/following{/other_user}",
"gists_url": "h... | [
{
"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-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/jr... | 7 | 2014-04-22T19:35:46Z | 2014-08-28T18:03:38Z | 2014-08-28T07:03:43Z | NONE | null | Hi-
the following commands throw a DataError --
``` python
con = sqlalchemy.create_engine("mssql+pyodbc://server?driver=SQL Server Native Client 11.0")
df = pd.DataFrame([datetime.time(7,10), datetime.time(7,20)], columns="a")
sql.to_sql(df, "TBL_TEMP", con, index=False)
```
throws the following error:
``` python
Tr... | {
"+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/6932/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6932/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6933 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6933/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6933/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6933/events | https://github.com/pandas-dev/pandas/issues/6933 | 32,005,566 | MDU6SXNzdWUzMjAwNTU2Ng== | 6,933 | PERF: use fastpath=True in Index methods (delete/drop/insert/etc)? | {
"avatar_url": "https://avatars.githubusercontent.com/u/579798?v=4",
"events_url": "https://api.github.com/users/immerrr/events{/privacy}",
"followers_url": "https://api.github.com/users/immerrr/followers",
"following_url": "https://api.github.com/users/immerrr/following{/other_user}",
"gists_url": "https://... | [
{
"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": "a1... | 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": "htt... | 3 | 2014-04-22T20:02:27Z | 2014-05-05T13:27:58Z | 2014-05-05T13:27:58Z | CONTRIBUTOR | null | Been hit by this when optimizing index-oblivious Blocks. In my case,
```
is_deleted = np.zeros(len(index), dtype=np.bool_)
is_deleted[deleted_loc] = True
index = index[~is_deleted]
```
was still a lot faster then than `index.delete(deleted_loc)`.
It appears, that delete doesn't add `fastpath=True` to ctor and that t... | {
"+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/6933/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6933/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6934 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6934/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6934/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6934/events | https://github.com/pandas-dev/pandas/pull/6934 | 32,023,083 | MDExOlB1bGxSZXF1ZXN0MTUwNDQwODE= | 6,934 | BUG: Fix to read decimal seconds from Excel. | {
"avatar_url": "https://avatars.githubusercontent.com/u/94267?v=4",
"events_url": "https://api.github.com/users/jmcnamara/events{/privacy}",
"followers_url": "https://api.github.com/users/jmcnamara/followers",
"following_url": "https://api.github.com/users/jmcnamara/following{/other_user}",
"gists_url": "htt... | [
{
"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": "bfe5bf",
"default": false,
"description": "read_excel, to_excel",
... | 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": "htt... | 9 | 2014-04-23T00:34:18Z | 2014-06-18T06:59:55Z | 2014-04-24T01:24:01Z | CONTRIBUTOR | null | Fix to allow decimal seconds to be read from Excel dates and times
into datetime objects. #5945.
This required a fix to the `xlrd` module to return milliseconds from Excel dates and times. That fix was recently released to PyPI in xlrd version 0.9.3.
Tests, version updates and release note included.
| {
"+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/6934/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6934/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6934.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6934",
"merged_at": "2014-04-24T01:24:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6934.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6934"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6935 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6935/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6935/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6935/events | https://github.com/pandas-dev/pandas/pull/6935 | 32,028,050 | MDExOlB1bGxSZXF1ZXN0MTUwNDY4OTA= | 6,935 | BUG: pass bins arg in hist_frame | {
"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}",
"gi... | [] | closed | false | null | [] | null | 0 | 2014-04-23T02:43:49Z | 2017-04-05T02:08:48Z | 2014-04-23T12:44:59Z | CONTRIBUTOR | null | Came up in the comments at https://github.com/pydata/pandas/pull/6850#issuecomment-41119013
Missed passing the `bins` kwarg to a call to matplotlib's hist.
| {
"+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/6935/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6935/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6935.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6935",
"merged_at": "2014-04-23T12:44:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6935.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6935"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6936 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6936/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6936/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6936/events | https://github.com/pandas-dev/pandas/issues/6936 | 32,029,684 | MDU6SXNzdWUzMjAyOTY4NA== | 6,936 | ENH: weekday of year, common behavior accessor | {
"avatar_url": "https://avatars.githubusercontent.com/u/7309531?v=4",
"events_url": "https://api.github.com/users/trailsquirrel/events{/privacy}",
"followers_url": "https://api.github.com/users/trailsquirrel/followers",
"following_url": "https://api.github.com/users/trailsquirrel/following{/other_user}",
"gi... | [
{
"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,
... | 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",
... | 12 | 2014-04-23T03:09:28Z | 2021-04-11T04:30:05Z | null | NONE | null | See below. Dates from the last week of December 2013 are interpreted as being from the first week of the year. Is this due to the fact December 30th was a Monday?
``` python
import pandas as pd
dt = '2013-12-30'
pd.to_datetime(dt, coerce=True).year, pd.to_datetime(dt, coerce=True).weekofyear
# I expected: (2013, 53... | {
"+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/6936/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6936/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6937 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6937/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6937/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6937/events | https://github.com/pandas-dev/pandas/pull/6937 | 32,030,151 | MDExOlB1bGxSZXF1ZXN0MTUwNDc2MjY= | 6,937 | pandas.io.gbq Version 2 | {
"avatar_url": "https://avatars.githubusercontent.com/u/5303784?v=4",
"events_url": "https://api.github.com/users/jacobschaer/events{/privacy}",
"followers_url": "https://api.github.com/users/jacobschaer/followers",
"following_url": "https://api.github.com/users/jacobschaer/following{/other_user}",
"gists_ur... | [
{
"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": "2014-07-11T00:02:53Z",
"closed_issues": 306,
"created_at": "2014-04-27T23:40:28Z",
"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/jr... | 16 | 2014-04-23T03:24:11Z | 2014-07-08T13:11:14Z | 2014-06-30T19:30:22Z | CONTRIBUTOR | null | closes #5840 (as new interface makes it obsolete)
closes #6096
@jreback : We still have some documentation to work on, but we would like your initial thoughts on what we have so far. The key change for this version is the removal of bq.py as a dependency (except as a setup method for a test case). Instead, we rely en... | {
"+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/6937/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6937/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6937.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6937",
"merged_at": "2014-06-30T19:30:22Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6937.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6937"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6938 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6938/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6938/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6938/events | https://github.com/pandas-dev/pandas/issues/6938 | 32,052,107 | MDU6SXNzdWUzMjA1MjEwNw== | 6,938 | Introduce 'tidy_repr' for DataFrames | {
"avatar_url": "https://avatars.githubusercontent.com/u/832380?v=4",
"events_url": "https://api.github.com/users/bjonen/events{/privacy}",
"followers_url": "https://api.github.com/users/bjonen/followers",
"following_url": "https://api.github.com/users/bjonen/following{/other_user}",
"gists_url": "https://api... | [
{
"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": "00980... | closed | false | null | [] | null | 1 | 2014-04-23T11:20:50Z | 2014-04-23T12:33:15Z | 2014-04-23T11:24:06Z | CONTRIBUTOR | null | How about adding a `tidy_repr` similar to the one available for Series (https://github.com/pydata/pandas/blob/master/pandas/core/series.py#L845) to the possible ways of displaying a DataFrame. I find this view very convenient for displaying long series. Searching through past issues I couldn't find a discussion on why ... | {
"+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/6938/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6938/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6939 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6939/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6939/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6939/events | https://github.com/pandas-dev/pandas/issues/6939 | 32,060,845 | MDU6SXNzdWUzMjA2MDg0NQ== | 6,939 | BUG: regression in max_info_columns behaviour? | {
"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{/othe... | [
{
"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": "e11d2... | 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": "htt... | 25 | 2014-04-23T13:35:07Z | 2014-05-14T19:59:17Z | 2014-05-14T19:57:32Z | MEMBER | null | Update:
- [ ] `max_info_columns` should not behave the same as `max_info_rows`. If `max_info_columns` is exceeded, it should flip to short summary (as `verbose=False`)
- [ ] we could add a keyword argument like `show_counts` (or another name) to specify if you want to show the non-null counts (to be able to override th... | {
"+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/6939/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6939/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6940 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6940/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6940/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6940/events | https://github.com/pandas-dev/pandas/issues/6940 | 32,073,497 | MDU6SXNzdWUzMjA3MzQ5Nw== | 6,940 | 0.13.1: info(verbose=True) does not return non-null counts for large DataFrames | {
"avatar_url": "https://avatars.githubusercontent.com/u/1903683?v=4",
"events_url": "https://api.github.com/users/bluefir/events{/privacy}",
"followers_url": "https://api.github.com/users/bluefir/followers",
"following_url": "https://api.github.com/users/bluefir/following{/other_user}",
"gists_url": "https:/... | [
{
"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": "00980... | 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": "htt... | 7 | 2014-04-23T15:50:01Z | 2014-04-23T19:50:18Z | 2014-04-23T15:51:47Z | NONE | null | ```
>>>df.info(verbose=True)
<class 'pandas.core.frame.DataFrame'>
MultiIndex: 9063396 entries, (2011-10-19 00:00:00, 000312) to (2014-03-31 00:00:00, Y8565N10)
Data columns (total 5 columns):
weight_benchmark float64
weight_portfolio float64
weight_active float64
weight_msci_acwi float64
investable ... | {
"+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/6940/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6940/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6941 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6941/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6941/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6941/events | https://github.com/pandas-dev/pandas/pull/6941 | 32,074,485 | MDExOlB1bGxSZXF1ZXN0MTUwNzQxMDY= | 6,941 | REGR/API: accept TextFileReader in concat (GH6583) | {
"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://... | [
{
"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": "ffa0ff",
"default": false,
"description": "Incorrect or improved er... | 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": "htt... | 0 | 2014-04-23T16:00:53Z | 2014-06-17T14:27:30Z | 2014-04-23T16:26:27Z | CONTRIBUTOR | null | closes #6583
- API: change AssertionError to TypeError for invalid types passed to concat
- REGR: TextFileReader in concat, which was affecting a common user idiom
| {
"+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/6941/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6941/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6941.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6941",
"merged_at": "2014-04-23T16:26:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6941.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6941"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6942 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6942/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6942/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6942/events | https://github.com/pandas-dev/pandas/issues/6942 | 32,078,028 | MDU6SXNzdWUzMjA3ODAyOA== | 6,942 | BUG: setitem with at not inferring dtype correctly | {
"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://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | 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",
... | 6 | 2014-04-23T16:43:15Z | 2021-05-08T19:49:07Z | null | CONTRIBUTOR | null | xref https://github.com/pandas-dev/pandas/issues/14179
xref #12499
xref #18027
http://stackoverflow.com/questions/23250333/in-pandas-dataframe-after-i-set-an-entire-column-i-cant-update-another-column
but `.loc` works
```
In [50]: df = pd.DataFrame(index=pd.date_range(start,periods=1), columns=['timenow',... | {
"+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/6942/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6942/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6943 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6943/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6943/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6943/events | https://github.com/pandas-dev/pandas/issues/6943 | 32,100,513 | MDU6SXNzdWUzMjEwMDUxMw== | 6,943 | BUG: quantile isn't checking for scaler correctly | {
"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}",
"gi... | [] | closed | false | null | [] | null | 1 | 2014-04-23T21:20:10Z | 2014-04-23T21:24:01Z | 2014-04-23T21:24:01Z | CONTRIBUTOR | null | I'm going to do https://github.com/pydata/pandas/issues/4196 (multiple quantiles)
But this came up:
you get a `result` from _quantile. Then it checks this:
``` python
if not np.isscalar and com.is_timedelta64_dtype(result):
```
Should `np.isscalar` be called on result?
Currently that `if` block is never entered si... | {
"+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/6943/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6943/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6944 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6944/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6944/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6944/events | https://github.com/pandas-dev/pandas/issues/6944 | 32,100,559 | MDU6SXNzdWUzMjEwMDU1OQ== | 6,944 | DOC: improve groupby reference docs | {
"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{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160... | 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",
... | 4 | 2014-04-23T21:20:42Z | 2018-01-19T22:04:51Z | null | MEMBER | null | An overview of the reference doc on groupby is given here: http://pandas.pydata.org/pandas-docs/dev/api.html#groupby (apart from the extensive user guide: http://pandas.pydata.org/pandas-docs/dev/groupby.html)
There are some things that could use some improvement:
- [x] add some missing functions to the overview in... | {
"+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/6944/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6944/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6945 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6945/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6945/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6945/events | https://github.com/pandas-dev/pandas/issues/6945 | 32,104,439 | MDU6SXNzdWUzMjEwNDQzOQ== | 6,945 | Series/DataFrame.rank() doesn't handle np.inf properly | {
"avatar_url": "https://avatars.githubusercontent.com/u/156719?v=4",
"events_url": "https://api.github.com/users/nspies/events{/privacy}",
"followers_url": "https://api.github.com/users/nspies/followers",
"following_url": "https://api.github.com/users/nspies/following{/other_user}",
"gists_url": "https://api... | [
{
"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": "006b75",
"default": false,
"description": "Arithmetic, Comparison, ... | closed | false | null | [] | {
"closed_at": "2018-05-16T03:09:58Z",
"closed_issues": 1645,
"created_at": "2017-10-20T10:17:09Z",
"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/j... | 3 | 2014-04-23T22:12:02Z | 2017-12-06T11:29:14Z | 2017-12-06T11:29:14Z | CONTRIBUTOR | null | The `rank()` function converts `np.nan` to `np.inf` or `-np.inf`, and therefore can't properly rank existing `np.inf`. See here: https://github.com/pydata/pandas/pull/6886#issuecomment-40773964.
Test for this issue here: https://github.com/pydata/pandas/blob/master/pandas/tests/test_series.py#L4071
| {
"+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/6945/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6945/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6946 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6946/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6946/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6946/events | https://github.com/pandas-dev/pandas/pull/6946 | 32,109,624 | MDExOlB1bGxSZXF1ZXN0MTUwOTYzNjE= | 6,946 | Update indexing.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/1993919?v=4",
"events_url": "https://api.github.com/users/amelio-vazquez-reina/events{/privacy}",
"followers_url": "https://api.github.com/users/amelio-vazquez-reina/followers",
"following_url": "https://api.github.com/users/amelio-vazquez-reina/following... | [] | closed | false | null | [] | null | 1 | 2014-04-23T23:47:25Z | 2014-07-16T09:02:57Z | 2014-04-24T00:12:51Z | CONTRIBUTOR | null | Adding a space
| {
"+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/6946/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6946/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6946.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6946",
"merged_at": "2014-04-24T00:12:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6946.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6946"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6947 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6947/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6947/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6947/events | https://github.com/pandas-dev/pandas/issues/6947 | 32,112,578 | MDU6SXNzdWUzMjExMjU3OA== | 6,947 | BLD: add xlwt py3 version to build matrix | {
"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://... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
},
{
"color": "bfe5bf",
"default": false,
"description": ... | 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",
... | 3 | 2014-04-24T00:55:13Z | 2015-06-20T16:20:18Z | 2015-06-20T16:20:18Z | CONTRIBUTOR | null | apparently we are using the regular `xlwt` on the 3.3 build, which doesn't (it skips everything), so need
still in dev on xlwt master branch
| {
"+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/6947/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6947/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6948 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6948/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6948/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6948/events | https://github.com/pandas-dev/pandas/issues/6948 | 32,136,819 | MDU6SXNzdWUzMjEzNjgxOQ== | 6,948 | Bug in rplot.GeomDensity2D | {
"avatar_url": "https://avatars.githubusercontent.com/u/5282102?v=4",
"events_url": "https://api.github.com/users/vineelpratap/events{/privacy}",
"followers_url": "https://api.github.com/users/vineelpratap/followers",
"following_url": "https://api.github.com/users/vineelpratap/following{/other_user}",
"gists... | [] | closed | false | null | [] | null | 1 | 2014-04-24T10:26:57Z | 2014-04-24T10:47:52Z | 2014-04-24T10:47:52Z | NONE | null | I think line 567 in tools/rplot.py "ax.contour(Z, extent=[x_min, x_max, y_min, y_max])" should be changed to "ax.contour(Z.T, extent=[x_min, x_max, y_min, y_max])"
When I plot a density map, the graph is rotated by 90 degrees.
| {
"+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/6948/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6948/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6949 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6949/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6949/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6949/events | https://github.com/pandas-dev/pandas/issues/6949 | 32,138,215 | MDU6SXNzdWUzMjEzODIxNQ== | 6,949 | BUG: filling doesn't work well for sparse blocks | {
"avatar_url": "https://avatars.githubusercontent.com/u/579798?v=4",
"events_url": "https://api.github.com/users/immerrr/events{/privacy}",
"followers_url": "https://api.github.com/users/immerrr/followers",
"following_url": "https://api.github.com/users/immerrr/following{/other_user}",
"gists_url": "https://... | [
{
"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": "009800",
"default": false,
"description": "Sparse Data Type",
"... | 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",
... | 1 | 2014-04-24T10:50:41Z | 2016-04-05T21:50:43Z | 2016-04-05T21:50:43Z | CONTRIBUTOR | null | ``` python
In [1]: pd.__version__
Out[1]: '0.13.1'
In [2]: pd.DataFrame({'a': pd.SparseArray([1,2,3, np.nan, np.nan]), 'b': [1,2,3,np.nan,np.nan]})
Out[2]:
a b
0 1 1
1 2 2
2 3 3
3 NaN NaN
4 NaN NaN
[5 rows x 2 columns]
In [3]: _2.reindex(_2.index[1:], fill_value=10.)
Out[3]:
a b
1 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/6949/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6949/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6950 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6950/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6950/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6950/events | https://github.com/pandas-dev/pandas/issues/6950 | 32,141,837 | MDU6SXNzdWUzMjE0MTgzNw== | 6,950 | ENH/CLN: Make df.pivot to the mapping of pivot_table | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, S... | 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",
... | 8 | 2014-04-24T11:53:52Z | 2016-11-16T09:06:06Z | 2016-11-16T09:06:06Z | MEMBER | null | Related to #6913.
`DataFrame.pivot` function uses separate logic and has less keyword options than `pandas.tools.pivot_table`. How about making `DataFrame.pivot` to call `pivot_table` internally to support same keywords as `pivot_table`?
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/6950/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6950/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6951 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6951/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6951/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6951/events | https://github.com/pandas-dev/pandas/pull/6951 | 32,146,098 | MDExOlB1bGxSZXF1ZXN0MTUxMTc1Njc= | 6,951 | BUG: enabling subplots works unexpectedly | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/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}",
"gi... | [
{
"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_u... | {
"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": "htt... | 10 | 2014-04-24T13:02:12Z | 2014-06-13T14:50:07Z | 2014-04-29T16:29:19Z | MEMBER | null | Found 2 minor issues related to plotting with `subplots=True`.
1. If `DataFrame` only has single column, plot raises `TypeError`. It is because `_subplots` returns `Axes` instance, not array.
2. If `kind=scatter` or `kind=hexbin` is specified with `subplots=True`, additional blank axes is drawn.
| {
"+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/6951/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6951/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6951.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6951",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/6951.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6951"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6952 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6952/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6952/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6952/events | https://github.com/pandas-dev/pandas/issues/6952 | 32,146,921 | MDU6SXNzdWUzMjE0NjkyMQ== | 6,952 | BUG: _apply_empty_result should take function args | {
"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}",
"gi... | [
{
"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/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}",
"gi... | [
{
"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_u... | {
"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": "htt... | 0 | 2014-04-24T13:12:40Z | 2014-04-24T16:10:54Z | 2014-04-24T16:10:54Z | CONTRIBUTOR | null | See https://github.com/pydata/pandas/issues/4196#issuecomment-41275055
| {
"+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/6952/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6952/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6953 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6953/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6953/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6953/events | https://github.com/pandas-dev/pandas/pull/6953 | 32,151,678 | MDExOlB1bGxSZXF1ZXN0MTUxMjA5MjQ= | 6,953 | BUG: Pass args and kwargs to empty | {
"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}",
"gi... | [
{
"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": "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": "htt... | 6 | 2014-04-24T14:11:52Z | 2017-04-05T02:08:47Z | 2014-04-24T16:10:54Z | CONTRIBUTOR | null | Closes #6952
I wasn't sure what the best way to test this was. I went with calling `_apply_empty_result` directly and checking for a SystemExit to get around the try: except Exception block in `_apply_empty_result`.
I still don't think I've 100% ensured that `_apply_empty_result` will always be _called with_ _args an... | {
"+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/6953/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6953/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6953.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6953",
"merged_at": "2014-04-24T16:10:54Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6953.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6953"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6954 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6954/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6954/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6954/events | https://github.com/pandas-dev/pandas/pull/6954 | 32,155,153 | MDExOlB1bGxSZXF1ZXN0MTUxMjMwNzk= | 6,954 | BUG: Bug in sum/mean on 32-bit platforms on overflows (GH6915) | {
"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://... | [
{
"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 dtyp... | 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": "htt... | 0 | 2014-04-24T14:49:48Z | 2014-07-16T09:03:00Z | 2014-04-24T22:43:18Z | CONTRIBUTOR | null | closes #6915
overflow when doing sum (and mean) using bottleneck/numpy on 32-bit platforms with 32-bit dtypes
| {
"+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/6954/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6954/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6954.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6954",
"merged_at": "2014-04-24T22:43:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6954.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6954"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6955 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6955/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6955/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6955/events | https://github.com/pandas-dev/pandas/pull/6955 | 32,157,332 | MDExOlB1bGxSZXF1ZXN0MTUxMjQ0NDI= | 6,955 | ENH: Quantiles accepts an array | {
"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}",
"gi... | [
{
"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": "Arithmet... | 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": "htt... | 12 | 2014-04-24T15:13:23Z | 2014-07-16T09:03:02Z | 2014-04-25T11:55:06Z | CONTRIBUTOR | null | Doesn't quite finish #4196, but it should be easy not that `quantile` takes arrays.
I did this on top of #6953, so that should go in first.
| {
"+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/6955/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6955/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6955.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6955",
"merged_at": "2014-04-25T11:55:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6955.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6955"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6956 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6956/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6956/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6956/events | https://github.com/pandas-dev/pandas/pull/6956 | 32,160,974 | MDExOlB1bGxSZXF1ZXN0MTUxMjY2NzU= | 6,956 | BUG: fix handling of color argument for variety of plotting functions | {
"avatar_url": "https://avatars.githubusercontent.com/u/3686522?v=4",
"events_url": "https://api.github.com/users/josham/events{/privacy}",
"followers_url": "https://api.github.com/users/josham/followers",
"following_url": "https://api.github.com/users/josham/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/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}",
"gi... | [
{
"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_u... | {
"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": "htt... | 11 | 2014-04-24T15:52:32Z | 2014-06-21T08:53:32Z | 2014-05-05T23:12:09Z | CONTRIBUTOR | null | parallel_coordinates
- fix reordering of class column (from set) causing possible color/class
mismatch
- deprecated use of argument colors in favor of color
radviz
- fix reordering of class column (from set) causing possible color/class
mismatch
- added explicit color keyword argument (avoids multiple values 'colo... | {
"+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/6956/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6956/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6956.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6956",
"merged_at": "2014-05-05T23:12:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6956.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6956"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6957 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6957/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6957/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6957/events | https://github.com/pandas-dev/pandas/issues/6957 | 32,162,748 | MDU6SXNzdWUzMjE2Mjc0OA== | 6,957 | BUG: Sum() of dataframe returns string, behavior differs between mixed-type and single-type columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/6062071?v=4",
"events_url": "https://api.github.com/users/jnmclarty/events{/privacy}",
"followers_url": "https://api.github.com/users/jnmclarty/followers",
"following_url": "https://api.github.com/users/jnmclarty/following{/other_user}",
"gists_url": "h... | [
{
"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 | [] | null | 3 | 2014-04-24T16:12:05Z | 2016-08-05T10:00:20Z | 2014-04-24T16:21:58Z | CONTRIBUTOR | null | ## INPUT
## Reproduce the Error
``` python
import pandas as pd
pd.show_versions()
print "\nCASE 1 : Working with a dataframe with mixed object types ************"
dfa = pd.DataFrame(data=zip(["Silly","Thing","To","Concatenate"],[0.,1.,2.,3.1]),columns=['A','B'])
print " FAILS : sums the number, but returns it as a ... | {
"+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/6957/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6957/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6958 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6958/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6958/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6958/events | https://github.com/pandas-dev/pandas/pull/6958 | 32,171,659 | MDExOlB1bGxSZXF1ZXN0MTUxMzMzNzQ= | 6,958 | MAINT: Numpy deprecated boolean unary '-' operator | {
"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... | [
{
"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"
}
] | 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": "htt... | 10 | 2014-04-24T18:06:43Z | 2014-06-18T02:07:24Z | 2014-04-25T00:46:38Z | CONTRIBUTOR | null | I'm sure there are more of these, but I just caught this one when I was raising on all warnings.
| {
"+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/6958/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6958/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6958.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6958",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/6958.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6958"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6959 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6959/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6959/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6959/events | https://github.com/pandas-dev/pandas/issues/6959 | 32,198,029 | MDU6SXNzdWUzMjE5ODAyOQ== | 6,959 | Panel.shift does not respect dtypes 13.1 | {
"avatar_url": "https://avatars.githubusercontent.com/u/610115?v=4",
"events_url": "https://api.github.com/users/dalejung/events{/privacy}",
"followers_url": "https://api.github.com/users/dalejung/followers",
"following_url": "https://api.github.com/users/dalejung/following{/other_user}",
"gists_url": "https... | [
{
"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, Stac... | 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": "htt... | 0 | 2014-04-25T00:28:46Z | 2014-04-28T23:21:23Z | 2014-04-28T23:21:23Z | CONTRIBUTOR | null | Because the 13.1 shift uses `.values`, it will upcast mixed dtypes to object.
``` python
import pandas as pd
import numpy as np
import pandas.util.testing as tm
data = [('item '+ch, tm.makeMixedDataFrame()) for ch in list('abcde')]
data = dict(data)
mixed_panel = pd.Panel.from_dict(data, orient='minor')
shifted = m... | {
"+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/6959/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6959/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6960 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6960/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6960/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6960/events | https://github.com/pandas-dev/pandas/pull/6960 | 32,198,595 | MDExOlB1bGxSZXF1ZXN0MTUxNTAzMTQ= | 6,960 | COMPAT: fix numpy 1.9-dev deprecation warnings in test suite | {
"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://... | [
{
"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": "0052cc",
"d... | 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": "htt... | 1 | 2014-04-25T00:43:53Z | 2014-06-17T08:26:48Z | 2014-04-27T17:47:19Z | CONTRIBUTOR | null | COMPAT: change neg of boolean to inv (deprecation in numpy 1.9)
COMPAT: remove deprecation warnings on **new** (in computation/pytables)
COMPAT: fix array_to_datetime on invalid comparison to NaT
related #6958
add ability to set an environmental variable to actually show the DeprecationWarnings
just
`setenv PANDAS_... | {
"+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/6960/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6960/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6960.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6960",
"merged_at": "2014-04-27T17:47:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6960.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6960"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6961 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6961/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6961/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6961/events | https://github.com/pandas-dev/pandas/issues/6961 | 32,201,829 | MDU6SXNzdWUzMjIwMTgyOQ== | 6,961 | years-only in date_range uses current date | {
"avatar_url": "https://avatars.githubusercontent.com/u/5356340?v=4",
"events_url": "https://api.github.com/users/rosnfeld/events{/privacy}",
"followers_url": "https://api.github.com/users/rosnfeld/followers",
"following_url": "https://api.github.com/users/rosnfeld/following{/other_user}",
"gists_url": "http... | [
{
"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,
... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 11 | 2014-04-25T02:25:25Z | 2014-10-30T11:19:43Z | 2014-10-29T11:39:26Z | CONTRIBUTOR | null | I ran this on master current as of 2014-04-20 or so and was surprised as to the result:
``` python
In [17]: pd.date_range('2014', '2015', freq='M')
Out[17]:
<class 'pandas.tseries.index.DatetimeIndex'>
[2014-04-30, ..., 2015-03-31]
Length: 12, Freq: M, Timezone: None
```
I would have expected that to give me the mon... | {
"+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/6961/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6961/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6962 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6962/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6962/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6962/events | https://github.com/pandas-dev/pandas/issues/6962 | 32,205,932 | MDU6SXNzdWUzMjIwNTkzMg== | 6,962 | Feature: implement Bokeh dataframe plotability | {
"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": "... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | {
"closed_at": 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",
"f... | 10 | 2014-04-25T05:00:09Z | 2017-10-04T15:51:59Z | 2017-10-04T15:51:59Z | CONTRIBUTOR | null | [Bokeh](http://bokeh.pydata.org) specializes on large data, and is using pandas in some of their examples (e.g. [here](https://github.com/ContinuumIO/bokeh/blob/master/examples/plotting/file/glucose.py)).
As pandas is built to work with large data-sets as well, I believe they would make an excellent couple!
However, I... | {
"+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/6962/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6962/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6963 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6963/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6963/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6963/events | https://github.com/pandas-dev/pandas/issues/6963 | 32,224,271 | MDU6SXNzdWUzMjIyNDI3MQ== | 6,963 | BUG: concat on axis with both different and duplicate labels raising error | {
"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{/othe... | [
{
"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, Stac... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"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/j... | 16 | 2014-04-25T11:30:38Z | 2020-12-24T15:08:03Z | 2020-12-24T15:08:03Z | MEMBER | null | When concatting two dataframes where there are a) there are duplicate columns in one of the dataframes, and b) there are non-overlapping column names in both, then you get a IndexError:
```
In [9]: df1 = pd.DataFrame(np.random.randn(3,3), columns=['A', 'A', 'B1'])
...: df2 = pd.DataFrame(np.random.randn(3,3), colum... | {
"+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/6963/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6963/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6964 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6964/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6964/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6964/events | https://github.com/pandas-dev/pandas/issues/6964 | 32,224,313 | MDU6SXNzdWUzMjIyNDMxMw== | 6,964 | Adjust Bool evaluation for empty DataFrames to match PEP8 | {
"avatar_url": "https://avatars.githubusercontent.com/u/177651?v=4",
"events_url": "https://api.github.com/users/tstriker/events{/privacy}",
"followers_url": "https://api.github.com/users/tstriker/followers",
"following_url": "https://api.github.com/users/tstriker/following{/other_user}",
"gists_url": "https... | [
{
"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 | [] | null | 35 | 2014-04-25T11:31:16Z | 2014-04-29T13:47:59Z | 2014-04-29T12:23:07Z | NONE | null | Right now, as per the gotchas section, pandas raises a value error on an empty frame
http://pandas.pydata.org/pandas-docs/dev/gotchas.html#gotchas-truth
While documentation describes ambiguity, in the python world there is none.
PEP8 (http://legacy.python.org/dev/peps/pep-0008/) recommends: "For sequences, (strings, 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/6964/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6964/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6965 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6965/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6965/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6965/events | https://github.com/pandas-dev/pandas/issues/6965 | 32,225,705 | MDU6SXNzdWUzMjIyNTcwNQ== | 6,965 | BUG: DataFrame.quantile fails on datetime values | {
"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}",
"gi... | [
{
"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,
... | 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": "htt... | 2 | 2014-04-25T11:57:01Z | 2014-05-10T21:51:19Z | 2014-05-10T21:51:19Z | CONTRIBUTOR | null | ``` python
In [2]: df = DataFrame({'a': pd.to_datetime(['2010', '2011']), 'b': [0, 5]})
In [3]: df.quantile(.5, numeric_only=False)
Out[3]:
a 1.278072e+18
b 1.278072e+18
dtype: float64
```
Series handles things fine.
We need to do a `view('i8')` on the date time array somewhere, but I had trouble just stickin... | {
"+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/6965/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6965/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6966 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6966/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6966/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6966/events | https://github.com/pandas-dev/pandas/issues/6966 | 32,235,469 | MDU6SXNzdWUzMjIzNTQ2OQ== | 6,966 | BUG: clip_lower/-upper don't accept a sequence starting from 0.12.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/579798?v=4",
"events_url": "https://api.github.com/users/immerrr/events{/privacy}",
"followers_url": "https://api.github.com/users/immerrr/followers",
"following_url": "https://api.github.com/users/immerrr/following{/other_user}",
"gists_url": "https://... | [
{
"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": "2015-05-11T15:46:03Z",
"closed_issues": 237,
"created_at": "2014-10-07T14:39:07Z",
"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/jr... | 3 | 2014-04-25T14:15:57Z | 2015-04-28T11:56:04Z | 2015-04-28T11:56:04Z | CONTRIBUTOR | null | Here's what I mean:
``` python
In [4]: pd.Series(np.arange(7))
Out[4]:
0 0
1 1
2 2
3 3
4 4
5 5
6 6
dtype: int64
# Let's put some limit on weekends
In [5]: _4.clip_upper([3,3,3,3,3, 4,4])
---------------------------------------------------------------------------
ValueError ... | {
"+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/6966/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6966/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6967 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6967/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6967/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6967/events | https://github.com/pandas-dev/pandas/issues/6967 | 32,237,373 | MDU6SXNzdWUzMjIzNzM3Mw== | 6,967 | BLD: fix remaining numpy deprecations (in 1.9-dev) in test suite | {
"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://... | [
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
}
] | 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": "htt... | 1 | 2014-04-25T14:37:40Z | 2014-04-28T00:39:31Z | 2014-04-28T00:39:31Z | CONTRIBUTOR | null | https://travis-ci.org/jreback/pandas/jobs/23758981
#6960 got most of the inv/neg ones (e.g. you can no longer user `-` to invert a boolean mask but must use `~`), starting in 1.9
| {
"+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/6967/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6967/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6968 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6968/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6968/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6968/events | https://github.com/pandas-dev/pandas/pull/6968 | 32,238,417 | MDExOlB1bGxSZXF1ZXN0MTUxNzMzMTI= | 6,968 | ENH: Support dateutil timezones. GH4688. | {
"avatar_url": "https://avatars.githubusercontent.com/u/6034908?v=4",
"events_url": "https://api.github.com/users/dbew/events{/privacy}",
"followers_url": "https://api.github.com/users/dbew/followers",
"following_url": "https://api.github.com/users/dbew/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"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": "0052cc",
"default": false,
"description": "DateOffs... | closed | false | null | [] | {
"closed_at": "2014-07-11T00:02:53Z",
"closed_issues": 306,
"created_at": "2014-04-27T23:40:28Z",
"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/jr... | 46 | 2014-04-25T14:49:32Z | 2014-06-12T18:09:13Z | 2014-06-04T12:46:42Z | CONTRIBUTOR | null | closes #4688
This PR should provide support for dateutil timezones. It was discussed quite a bit in https://github.com/pydata/pandas/pull/4689.
The discussion there ended two months back with "we should incorporate this if it can be made seamless". I think I've managed that now so it would be great to get some feedba... | {
"+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/6968/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6968/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6968.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6968",
"merged_at": "2014-06-04T12:46:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6968.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6968"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6969 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6969/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6969/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6969/events | https://github.com/pandas-dev/pandas/issues/6969 | 32,259,973 | MDU6SXNzdWUzMjI1OTk3Mw== | 6,969 | boxplot with by parameter draws over multiple axes | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_u... | {
"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/jr... | 1 | 2014-04-25T19:29:00Z | 2014-04-25T19:36:00Z | 2014-04-25T19:36:00Z | MEMBER | null | http://stackoverflow.com/q/23301072/564538
| {
"+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/6969/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6969/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6970 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6970/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6970/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6970/events | https://github.com/pandas-dev/pandas/issues/6970 | 32,260,194 | MDU6SXNzdWUzMjI2MDE5NA== | 6,970 | Cannot subset | {
"avatar_url": "https://avatars.githubusercontent.com/u/7408673?v=4",
"events_url": "https://api.github.com/users/Amyunimus/events{/privacy}",
"followers_url": "https://api.github.com/users/Amyunimus/followers",
"following_url": "https://api.github.com/users/Amyunimus/following{/other_user}",
"gists_url": "h... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | 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/jr... | 2 | 2014-04-25T19:32:29Z | 2014-08-19T17:09:14Z | 2014-08-19T17:09:14Z | NONE | null | from SO: http://stackoverflow.com/q/23301072/564538
I'm trying to print three pandas boxplots next to each other in iPython Notebook.
The dataframes each look basically like this:
``` python
sub cond accuracy
s1 A 0.814868
s2 A 0.504574
s3 A 0.438314
s4 A 0.956235
s5 A ... | {
"+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/6970/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6970/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6971 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6971/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6971/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6971/events | https://github.com/pandas-dev/pandas/issues/6971 | 32,288,163 | MDU6SXNzdWUzMjI4ODE2Mw== | 6,971 | BUG: Skipfooter disables decimal parameter | {
"avatar_url": "https://avatars.githubusercontent.com/u/1478398?v=4",
"events_url": "https://api.github.com/users/GHPS/events{/privacy}",
"followers_url": "https://api.github.com/users/GHPS/followers",
"following_url": "https://api.github.com/users/GHPS/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"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_csv, to_csv",
"... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"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/jr... | 12 | 2014-04-26T12:29:18Z | 2016-07-26T22:44:17Z | 2016-07-26T22:44:16Z | NONE | null | I ran into a bug in the read_csv importer when trying to read in a file with
a European style decimal encoding (e.g. 8.1 -> 8,2). Setting the decimal-parameter
appropriately should make this easy but in my case pandas refused to accepts any different data type than a simple object.
After a few attempts with various fi... | {
"+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/6971/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6971/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6972 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6972/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6972/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6972/events | https://github.com/pandas-dev/pandas/pull/6972 | 32,289,203 | MDExOlB1bGxSZXF1ZXN0MTUyMDI0OTE= | 6,972 | Cookbook additions | {
"avatar_url": "https://avatars.githubusercontent.com/u/1460294?v=4",
"events_url": "https://api.github.com/users/onesandzeroes/events{/privacy}",
"followers_url": "https://api.github.com/users/onesandzeroes/followers",
"following_url": "https://api.github.com/users/onesandzeroes/following{/other_user}",
"gi... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 241332... | 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": "htt... | 2 | 2014-04-26T13:34:43Z | 2014-06-13T16:46:14Z | 2014-04-27T13:58:57Z | CONTRIBUTOR | null | As suggested by Jeff on this [StackOverflow answer](http://stackoverflow.com/a/23233196/1222578), I'm adding an example of a boxplot that uses quartiles of a second variable as the `by` variable.
Jeff also suggested adding the example in-line, rather than just providing a link to StackOverflow, so that's what I've don... | {
"+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/6972/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6972/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6972.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6972",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/6972.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6972"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6973 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6973/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6973/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6973/events | https://github.com/pandas-dev/pandas/issues/6973 | 32,290,257 | MDU6SXNzdWUzMjI5MDI1Nw== | 6,973 | Module-level "max" and "min" | {
"avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4",
"events_url": "https://api.github.com/users/toobaz/events{/privacy}",
"followers_url": "https://api.github.com/users/toobaz/followers",
"following_url": "https://api.github.com/users/toobaz/following{/other_user}",
"gists_url": "https://ap... | [] | closed | false | null | [] | null | 6 | 2014-04-26T14:32:16Z | 2014-04-27T13:57:16Z | 2014-04-27T13:56:06Z | MEMBER | null | Assume that I want to take the row-wise maximum of two Series **A** and **B**. As far as I understand, I have two choices:
1)
```
result = pandas.DataFrame({'A' : A, 'B' : B}).max(axis=1)
```
2)
```
result = pandas.Series(numpy.max((A, B), axis=0), index=A.index)
```
(assuming A and B have identical, and sorted, i... | {
"+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/6973/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6973/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6974 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6974/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6974/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6974/events | https://github.com/pandas-dev/pandas/pull/6974 | 32,296,708 | MDExOlB1bGxSZXF1ZXN0MTUyMDU2MTg= | 6,974 | Panel shift revert | {
"avatar_url": "https://avatars.githubusercontent.com/u/610115?v=4",
"events_url": "https://api.github.com/users/dalejung/events{/privacy}",
"followers_url": "https://api.github.com/users/dalejung/followers",
"following_url": "https://api.github.com/users/dalejung/following{/other_user}",
"gists_url": "https... | [
{
"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": "a10c02",
"default": false,
"description": "Memory or execution spee... | 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": "htt... | 4 | 2014-04-26T19:50:48Z | 2014-06-18T12:23:39Z | 2014-04-28T23:21:23Z | CONTRIBUTOR | null | Reverts #6605 closes #6959 #6826
## vs 13.1
```
-------------------------------------------------------------------------------
Test name | head[ms] | base[ms] | ratio |
-------------------------------------------------------------------------------
panel_shift ... | {
"+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/6974/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6974/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6974.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6974",
"merged_at": "2014-04-28T23:21:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6974.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6974"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6975 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6975/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6975/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6975/events | https://github.com/pandas-dev/pandas/pull/6975 | 32,300,283 | MDExOlB1bGxSZXF1ZXN0MTUyMDcwNzg= | 6,975 | Fix for GH 6885 - get_dummies chokes on unicode values | {
"avatar_url": "https://avatars.githubusercontent.com/u/6059365?v=4",
"events_url": "https://api.github.com/users/maxgrenderjones/events{/privacy}",
"followers_url": "https://api.github.com/users/maxgrenderjones/followers",
"following_url": "https://api.github.com/users/maxgrenderjones/following{/other_user}",... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "444444",
"default": false,
"description": "Unicode strings",
"i... | 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": "htt... | 8 | 2014-04-26T22:55:12Z | 2014-06-20T23:25:14Z | 2014-04-30T12:40:10Z | CONTRIBUTOR | null | closes #6885
Please be gentle - this is the first time I've tried to contribute either to someone else's python project or another project on github, so if my python or git foo is lacking, I apologise in advance!
| {
"+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/6975/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6975/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6975.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6975",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/6975.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6975"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6976 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6976/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6976/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6976/events | https://github.com/pandas-dev/pandas/pull/6976 | 32,301,521 | MDExOlB1bGxSZXF1ZXN0MTUyMDc2NjY= | 6,976 | ENH: support pie plot in series and dataframe plot | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | {
"closed_at": "2014-05-30T12:17:57Z",
"closed_issues": 755,
"created_at": "2014-01-03T20:19:04Z",
"creator": null,
"description": "2014-02-3: previous version released",
"due_on": "2014-05-31T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/24",
"id": 526062,
"labels_url": "htt... | 12 | 2014-04-27T00:22:28Z | 2014-06-12T21:10:18Z | 2014-05-05T16:15:22Z | MEMBER | null | Related to #413, added pie plot for `Series.plot` and `DataFrame.plot` kind.
If data includes `NaN`, it will be automatically filled by 0. If data contains negative value, `ValueError` will be raised.
```
import pandas as pd
import numpy as np
series = pd.Series(3 * np.random.rand(4), index=['a', 'b', 'c', 'd'], name... | {
"+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/6976/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6976/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6976.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6976",
"merged_at": "2014-05-05T16:15:22Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6976.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6976"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6977 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6977/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6977/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6977/events | https://github.com/pandas-dev/pandas/pull/6977 | 32,302,929 | MDExOlB1bGxSZXF1ZXN0MTUyMDgzMTE= | 6,977 | ERR: Add check for iterators when creating DataFrame, fixes #5357 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1460294?v=4",
"events_url": "https://api.github.com/users/onesandzeroes/events{/privacy}",
"followers_url": "https://api.github.com/users/onesandzeroes/followers",
"following_url": "https://api.github.com/users/onesandzeroes/following{/other_user}",
"gi... | [
{
"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": "htt... | 8 | 2014-04-27T02:18:18Z | 2014-07-16T09:03:26Z | 2014-04-27T23:39:52Z | CONTRIBUTOR | null | This is a fix for #5357, and adds a more helpful error message when trying to use an iterator as the `data` argument for a `DataFrame`. I've added the type check for iterators in the final else clause where all the valid options have already been exhausted, so it shouldn't interfere with any valid cases like passing a ... | {
"+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/6977/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6977/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6977.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6977",
"merged_at": "2014-04-27T23:39:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6977.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6977"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6978 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6978/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6978/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6978/events | https://github.com/pandas-dev/pandas/issues/6978 | 32,305,270 | MDU6SXNzdWUzMjMwNTI3MA== | 6,978 | SeriesGroupBy and DataFrameGroupBy are missing mode() function | {
"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.c... | [] | closed | false | null | [] | null | 7 | 2014-04-27T06:04:11Z | 2020-01-29T12:37:48Z | 2014-04-27T08:18:17Z | NONE | null | The mode() function is missing from SeriesGroupBy and DataFrameGroupBy. It should be implemented with the same semanthics as as mean(), median(), max(), etc.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/6978/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6978/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6979 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6979/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6979/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6979/events | https://github.com/pandas-dev/pandas/issues/6979 | 32,305,436 | MDU6SXNzdWUzMjMwNTQzNg== | 6,979 | mode() function returns wrong answer when most common element occurs once | {
"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.c... | [] | closed | false | null | [] | null | 6 | 2014-04-27T06:18:12Z | 2014-04-27T08:19:07Z | 2014-04-27T07:12:54Z | NONE | null | Consider the following code:
```
pd.Series([1]).mode()
=> Series([], dtype: int64)
```
Expected value is the same as for:
```
pd.Series([1,1]).mode()
=> 0 1
=> dtype: int64
```
The same problem happens whenever the most common element only occurs once:
```
pd.Series(range(100)).mode()
Series([], dtype: int64)
`... | {
"+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/6979/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6979/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6980 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6980/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6980/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6980/events | https://github.com/pandas-dev/pandas/issues/6980 | 32,311,636 | MDU6SXNzdWUzMjMxMTYzNg== | 6,980 | COMPAT: fix PyTables 3.0.0 deprecation warnings in HDFStore | {
"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://... | [
{
"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": "0052cc",
"default": false,
"descri... | 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/jr... | 1 | 2014-04-27T13:44:51Z | 2014-09-19T20:20:24Z | 2014-09-19T20:20:24Z | CONTRIBUTOR | null | PyTables 3.0.0 deprecations every function as they weren't PEP compitable. So need to change all call references.
Deprecation warnings are currnetly turned off by this commit otherwise output is very long (when `PANDAS_TESTING_MODE='deprecate'` is turned on (in numpy-1.9/3.4 builds)
https://github.com/pydata/pandas/co... | {
"+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/6980/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6980/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6981 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6981/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6981/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6981/events | https://github.com/pandas-dev/pandas/pull/6981 | 32,314,514 | MDExOlB1bGxSZXF1ZXN0MTUyMTMxMjI= | 6,981 | COMPAT: windows dtype fix in for Panel.count | {
"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://... | [
{
"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 dtyp... | closed | false | null | [] | null | 0 | 2014-04-27T16:09:21Z | 2014-07-22T18:40:54Z | 2014-04-27T16:09:32Z | 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/6981/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6981/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6981.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6981",
"merged_at": "2014-04-27T16:09:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6981.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6981"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/6982 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6982/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6982/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6982/events | https://github.com/pandas-dev/pandas/issues/6982 | 32,314,567 | MDU6SXNzdWUzMjMxNDU2Nw== | 6,982 | Random bad asserts for stat ops when running tests. | {
"avatar_url": "https://avatars.githubusercontent.com/u/610115?v=4",
"events_url": "https://api.github.com/users/dalejung/events{/privacy}",
"followers_url": "https://api.github.com/users/dalejung/followers",
"following_url": "https://api.github.com/users/dalejung/following{/other_user}",
"gists_url": "https... | [
{
"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": "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": "htt... | 11 | 2014-04-27T16:12:57Z | 2014-05-02T17:13:04Z | 2014-04-27T22:16:48Z | CONTRIBUTOR | null | ```
======================================================================
FAIL: test_sum (pandas.tests.test_frame.TestDataFrame)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/virtualenv/python2.6_with_system_site_packages/lib/python2.6/si... | {
"+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/6982/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6982/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6983 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6983/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6983/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6983/events | https://github.com/pandas-dev/pandas/pull/6983 | 32,314,944 | MDExOlB1bGxSZXF1ZXN0MTUyMTMzMDg= | 6,983 | PERF: improved performance of compatible pickles (GH6899) | {
"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://... | [
{
"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": "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": "htt... | 1 | 2014-04-27T16:31:13Z | 2014-06-30T18:09:34Z | 2014-04-27T22:15:44Z | CONTRIBUTOR | null | closes #6899
though seems that cPickle can on a small file/dataset be slower
so waiting for results on #6899 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/6983/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6983/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6983.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6983",
"merged_at": "2014-04-27T22:15:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6983.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6983"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6984 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6984/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6984/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6984/events | https://github.com/pandas-dev/pandas/issues/6984 | 32,316,455 | MDU6SXNzdWUzMjMxNjQ1NQ== | 6,984 | COMPAT: remove pandas line_width/height deprecations from test suite | {
"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://... | [
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
}
] | 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": "htt... | 2 | 2014-04-27T17:46:48Z | 2014-04-27T21:53:08Z | 2014-04-27T21:38:28Z | CONTRIBUTOR | null | https://travis-ci.org/jreback/pandas/jobs/23875619
if deprecations mode is turned on #6960 then these become apparant
I think the tests simply need to be change and/or asserted that these are actually producing deprecation warnings
| {
"+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/6984/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6984/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6985 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6985/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6985/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6985/events | https://github.com/pandas-dev/pandas/pull/6985 | 32,318,008 | MDExOlB1bGxSZXF1ZXN0MTUyMTQ1OTM= | 6,985 | TST: test_frame/test_sum not comparing correctly on smaller sized dtypes (GH6982) | {
"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://... | [
{
"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": "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": "htt... | 0 | 2014-04-27T19:02:09Z | 2014-07-16T09:03:32Z | 2014-04-27T22:16:48Z | CONTRIBUTOR | null | closes #6982
| {
"+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/6985/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6985/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6985.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6985",
"merged_at": "2014-04-27T22:16:48Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6985.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6985"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6986 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6986/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6986/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6986/events | https://github.com/pandas-dev/pandas/pull/6986 | 32,319,820 | MDExOlB1bGxSZXF1ZXN0MTUyMTUzOTA= | 6,986 | COMPAT: remove deprecated optinos from printing in test suite (GH6984) | {
"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://... | [
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
}
] | 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": "htt... | 1 | 2014-04-27T20:26:29Z | 2014-07-16T09:03:34Z | 2014-04-27T21:38:28Z | CONTRIBUTOR | null | closes #6984
| {
"+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/6986/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6986/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6986.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6986",
"merged_at": "2014-04-27T21:38:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6986.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6986"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6987 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6987/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6987/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6987/events | https://github.com/pandas-dev/pandas/pull/6987 | 32,321,759 | MDExOlB1bGxSZXF1ZXN0MTUyMTYyMTk= | 6,987 | SQL: bunch of fixes based on the old tests | {
"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{/othe... | [
{
"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",
"d... | 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": "htt... | 20 | 2014-04-27T21:53:08Z | 2014-06-12T12:52:48Z | 2014-05-08T12:26:22Z | MEMBER | null | Some first fixes based on running the old sql tests (from 0.13.1 tag)
- fixed `get_schema` (and adapted is signature back to how it was for 0.13.1). For this I added back the old function, as this functionality was not possible with the refactored class based approach (for those you always have to provide a connection ... | {
"+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/6987/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6987/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6987.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6987",
"merged_at": "2014-05-08T12:26:22Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6987.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6987"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6988 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6988/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6988/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6988/events | https://github.com/pandas-dev/pandas/pull/6988 | 32,343,443 | MDExOlB1bGxSZXF1ZXN0MTUyMjc1NTQ= | 6,988 | CLN: drop internals._invert_reordering in favour of lib.get_reverse_indexer | {
"avatar_url": "https://avatars.githubusercontent.com/u/579798?v=4",
"events_url": "https://api.github.com/users/immerrr/events{/privacy}",
"followers_url": "https://api.github.com/users/immerrr/followers",
"following_url": "https://api.github.com/users/immerrr/following{/other_user}",
"gists_url": "https://... | [
{
"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": "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": "htt... | 7 | 2014-04-28T09:24:28Z | 2014-06-25T22:25:34Z | 2014-04-28T11:20:38Z | CONTRIBUTOR | null | I've implemented the former while refactoring BlockManager (#6745) because I didn't find the latter in lib module. This PR will remove the duplication (and also add missing changelog entry).
| {
"+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/6988/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6988/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6988.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6988",
"merged_at": "2014-04-28T11:20:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6988.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6988"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6989 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6989/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6989/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6989/events | https://github.com/pandas-dev/pandas/pull/6989 | 32,350,920 | MDExOlB1bGxSZXF1ZXN0MTUyMzE5MjQ= | 6,989 | DOC: fix some doc build warnings | {
"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{/othe... | [] | closed | false | null | [] | null | 0 | 2014-04-28T11:24:07Z | 2014-07-16T09:03:46Z | 2014-04-28T11:58:53Z | MEMBER | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/6989/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6989/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6989.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6989",
"merged_at": "2014-04-28T11:58:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6989.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6989"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/6990 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6990/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6990/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6990/events | https://github.com/pandas-dev/pandas/pull/6990 | 32,352,919 | MDExOlB1bGxSZXF1ZXN0MTUyMzMwOTg= | 6,990 | TST: fix checking for less_precise in floats | {
"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://... | [
{
"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": "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": "htt... | 0 | 2014-04-28T11:59:07Z | 2014-07-16T09:03:47Z | 2014-04-28T12:44:00Z | CONTRIBUTOR | null | really close #6982
| {
"+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/6990/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6990/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6990.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6990",
"merged_at": "2014-04-28T12:44:00Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6990.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6990"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6991 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6991/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6991/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6991/events | https://github.com/pandas-dev/pandas/pull/6991 | 32,356,272 | MDExOlB1bGxSZXF1ZXN0MTUyMzQ5NTA= | 6,991 | BUG: df.boxplot fails to use existing axis/subplot (#3578) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1460294?v=4",
"events_url": "https://api.github.com/users/onesandzeroes/events{/privacy}",
"followers_url": "https://api.github.com/users/onesandzeroes/followers",
"following_url": "https://api.github.com/users/onesandzeroes/following{/other_user}",
"gi... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | 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": "htt... | 11 | 2014-04-28T12:52:51Z | 2014-06-25T17:29:12Z | 2014-05-08T13:21:04Z | CONTRIBUTOR | null | Alright, I think I have a fix for issue #3578. In `plotting._grouped_plot_by_column`, there was no check being done for whether `ax` was `None`, which was the main source of the issue. When the boxplot is of multiple columns, I don't think there's anything sensible that can be done with the `ax` argument, so that
now r... | {
"+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/6991/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6991/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6991.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6991",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/6991.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6991"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6992 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6992/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6992/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6992/events | https://github.com/pandas-dev/pandas/issues/6992 | 32,356,720 | MDU6SXNzdWUzMjM1NjcyMA== | 6,992 | BUG: Groupby NaT Handling | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT,... | closed | false | null | [] | {
"closed_at": "2015-06-13T17:49:05Z",
"closed_issues": 119,
"created_at": "2015-06-02T19:23:30Z",
"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.... | 6 | 2014-04-28T12:59:16Z | 2015-06-02T19:25:19Z | 2015-05-30T13:05:57Z | MEMBER | null | xref #9236
There seems to be an inconsistency in some GroupBy methods when `NaT` is included in the group key.
- `GroupBy.groups` includes `NaT` as a key.
- `GroupBy.ngroups` doesn't count `NaT`.
- `GroupBy.__iter__` doesn't return `NaT` group.
- `GroupBy.get_group` fails when `NaT` is specified.
I understand `NaT` ... | {
"+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/6992/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6992/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6993 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6993/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6993/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6993/events | https://github.com/pandas-dev/pandas/issues/6993 | 32,362,431 | MDU6SXNzdWUzMjM2MjQzMQ== | 6,993 | DOC: add matplotlib links for plot functions | {
"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://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 241332... | 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": "htt... | 2 | 2014-04-28T14:12:23Z | 2014-04-28T14:40:08Z | 2014-04-28T14:40:08Z | CONTRIBUTOR | null | after this is merged, can prob add in the Notes section of plotting function sto see matplotlib
https://github.com/pydata/pandas/pull/6976
| {
"+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/6993/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6993/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6994 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6994/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6994/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6994/events | https://github.com/pandas-dev/pandas/issues/6994 | 32,362,809 | MDU6SXNzdWUzMjM2MjgwOQ== | 6,994 | DOC: Reorganize plotting.rst | {
"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}",
"gi... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 241332... | closed | false | {
"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}",
"gi... | [
{
"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_u... | {
"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": "htt... | 5 | 2014-04-28T14:16:27Z | 2014-05-05T19:52:08Z | 2014-05-05T19:52:08Z | CONTRIBUTOR | null | With the recent additions of hexbin, area, table, and pie charts (I may be forgetting some), the visualization docs are getting a bit long. I'll reorganize things to hopefully be a bit clearer.
I'll also mention things like seaborn, ggplot, mpld3, vincent, bearcart, and maybe remove the note that we plan to add more i... | {
"+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/6994/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6994/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6995 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6995/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6995/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6995/events | https://github.com/pandas-dev/pandas/issues/6995 | 32,407,985 | MDU6SXNzdWUzMjQwNzk4NQ== | 6,995 | PERF: pct_change perf / cleanup up NDFrame.slice_Shift | {
"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://... | [
{
"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": "fbca04",
"default"... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 0 | 2014-04-28T23:24:08Z | 2018-07-06T22:39:32Z | 2018-07-06T22:39:32Z | CONTRIBUTOR | null | see #6974
for Panel
- like to remove `NDFrame.slice_shift` and roll it into the Block itself as a bit cleaner
- see if can fix `pct_change` perf as its doing a `isnull` on by slice; maybe can just do that once then slice the mask
| {
"+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/6995/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6995/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6996 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6996/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6996/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6996/events | https://github.com/pandas-dev/pandas/pull/6996 | 32,409,029 | MDExOlB1bGxSZXF1ZXN0MTUyNjY5NDA= | 6,996 | BUG: GroupBy.get_group raises ValueError when group key contains NaT | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT,... | closed | false | null | [] | {
"closed_at": "2015-06-13T17:49:05Z",
"closed_issues": 119,
"created_at": "2015-06-02T19:23:30Z",
"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.... | 35 | 2014-04-28T23:44:28Z | 2015-06-02T19:26:59Z | 2015-05-30T13:05:57Z | MEMBER | null | Closes #6992. Made `GroupBy.get_group` works even if the key contains `NaT`.
NOTE: One issue is that `GroupBy.groups` returns incorrect key in numpy 1.6. This seems to be caused by `_convert_grouper` uses `grouper.reindex(axis).values` to return value. This looks doesn't affect to main functionalities, but is there a... | {
"+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/6996/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6996/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6996.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6996",
"merged_at": "2015-05-30T13:05:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/6996.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6996"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6997 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6997/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6997/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6997/events | https://github.com/pandas-dev/pandas/pull/6997 | 32,410,538 | MDExOlB1bGxSZXF1ZXN0MTUyNjc5MzA= | 6,997 | make grouping column an agg | {
"avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4",
"events_url": "https://api.github.com/users/hayd/events{/privacy}",
"followers_url": "https://api.github.com/users/hayd/followers",
"following_url": "https://api.github.com/users/hayd/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"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": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | 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": "htt... | 1 | 2014-04-29T00:19:34Z | 2014-07-17T17:02:27Z | 2014-04-29T15:32:00Z | CONTRIBUTOR | null | fixes #5610
| {
"+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/6997/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6997/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6997.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6997",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/6997.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6997"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/6998 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6998/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6998/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6998/events | https://github.com/pandas-dev/pandas/issues/6998 | 32,418,002 | MDU6SXNzdWUzMjQxODAwMg== | 6,998 | Add datetimeindex accessors to timeseries documentation (timeseries.rst) | {
"avatar_url": "https://avatars.githubusercontent.com/u/2314476?v=4",
"events_url": "https://api.github.com/users/mikebailey/events{/privacy}",
"followers_url": "https://api.github.com/users/mikebailey/followers",
"following_url": "https://api.github.com/users/mikebailey/following{/other_user}",
"gists_url":... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840... | 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": "htt... | 1 | 2014-04-29T04:18:28Z | 2014-04-30T00:21:58Z | 2014-04-30T00:21:58Z | CONTRIBUTOR | null | All of the timestamp/datetimeindex accessors are not in the timeseries documentation (they currently are only referenced in the api documentation). It would be great to have a section on these accessors:
.year
.month
.day
.hour
.minute
.second
.microsecond
.nanosecond
.date
.time
.dayofyear
.weekofyear
.... | {
"+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/6998/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6998/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/6999 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/6999/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/6999/comments | https://api.github.com/repos/pandas-dev/pandas/issues/6999/events | https://github.com/pandas-dev/pandas/pull/6999 | 32,452,280 | MDExOlB1bGxSZXF1ZXN0MTUyOTI2MjY= | 6,999 | ENH: Implement core/strings/wrap method | {
"avatar_url": "https://avatars.githubusercontent.com/u/5767924?v=4",
"events_url": "https://api.github.com/users/jeffreystarr/events{/privacy}",
"followers_url": "https://api.github.com/users/jeffreystarr/followers",
"following_url": "https://api.github.com/users/jeffreystarr/following{/other_user}",
"gists... | [
{
"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": "5319e7",
"default": false,
"description": "String e... | 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": "htt... | 3 | 2014-04-29T14:52:17Z | 2014-06-25T22:25:38Z | 2014-04-29T21:04:04Z | CONTRIBUTOR | null | This patch implements the str.wrap function within core/strings.
Example:
```
>>> s = pd.Series(['line to be wrapped', 'another line to be wrapped'])
>>> s.str.wrap(12)
0 line to be\nwrapped
1 another line\nto be\nwrapped
```
This is a cleaned branch; the original is at #6705.
| {
"+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/6999/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/6999/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/6999.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/6999",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/6999.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/6999"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/7000 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/7000/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/7000/comments | https://api.github.com/repos/pandas-dev/pandas/issues/7000/events | https://github.com/pandas-dev/pandas/pull/7000 | 32,456,085 | MDExOlB1bGxSZXF1ZXN0MTUyOTQ5MDI= | 7,000 | ENH/BUG: add count to grouper / ensure that grouper keys are not included in the returned | {
"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://... | [
{
"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,
... | 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": "htt... | 22 | 2014-04-29T15:30:07Z | 2014-06-15T01:48:09Z | 2014-04-29T20:12:46Z | CONTRIBUTOR | null | closes #5610
| {
"+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/7000/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/7000/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/7000.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/7000",
"merged_at": "2014-04-29T20:12:46Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/7000.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7000"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.