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/3201
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3201/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3201/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3201/events
https://github.com/pandas-dev/pandas/issues/3201
12,565,979
MDU6SXNzdWUxMjU2NTk3OQ==
3,201
line_width failure
{ "avatar_url": "https://avatars.githubusercontent.com/u/1094464?v=4", "events_url": "https://api.github.com/users/lodagro/events{/privacy}", "followers_url": "https://api.github.com/users/lodagro/followers", "following_url": "https://api.github.com/users/lodagro/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": "ededed", "default": false, "description": "__repr__ of pandas objec...
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
2
2013-03-28T14:12:53Z
2013-04-10T06:21:15Z
2013-04-10T06:21:15Z
CONTRIBUTOR
null
Two examples where line_width display option requirement is not met: ``` python In [1]: import pandas as pd In [2]: pd.__version__ Out[2]: '0.11.0.dev-250c8e0' In [3]: len(repr(pd.DataFrame(123456, range(5), range(15))).split('\n')[1]) Out[3]: 92 In [4]: pd.options.display.max_columns = 100 In [5]: len(repr(pd.Dat...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3201/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3201/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3202
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3202/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3202/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3202/events
https://github.com/pandas-dev/pandas/issues/3202
12,571,733
MDU6SXNzdWUxMjU3MTczMw==
3,202
ENH: create out-of-core processing module
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "DDDDDD", "default": false, "description": "Long-Ter...
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...
32
2013-03-28T16:17:53Z
2016-09-15T22:18:15Z
2016-09-15T21:46:15Z
CONTRIBUTOR
null
Conceptually create a pipeline processor that performs out-of-core computation. This is easily parallelizable (multi-core or machines), in theory cython / ipython / joblib / hadoop could operate with this ## requirements the data set must support chunking, and the function must operate only on that chunk Useful in cas...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3202/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3202/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3203
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3203/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3203/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3203/events
https://github.com/pandas-dev/pandas/pull/3203
12,574,164
MDExOlB1bGxSZXF1ZXN0NDg2OTI1OA==
3,203
BLD: Cache 2to3 artifacts
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
1
2013-03-28T17:07:05Z
2014-07-16T06:25:18Z
2013-04-14T14:12:39Z
NONE
null
This is the logical followup to the cython cache hack. Using both, I put together a server on Redhat Openshift to serve as network cache storage, and a travis build now takes 1.5 minutes bare, and up to 4 minutes for a FULL_DEPS build. The traffic used up by each build is significant, so the travis bit can't be put ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3203/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3203/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3203.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3203", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/3203.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3203" }
https://api.github.com/repos/pandas-dev/pandas/issues/3204
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3204/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3204/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3204/events
https://github.com/pandas-dev/pandas/pull/3204
12,576,695
MDExOlB1bGxSZXF1ZXN0NDg3MDc5Nw==
3,204
TST: fix for tseries/test_period for py3k
{ "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
[]
null
5
2013-03-28T18:03:31Z
2013-03-28T20:35:02Z
2013-03-28T18:03:36Z
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/3204/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3204/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3204.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3204", "merged_at": "2013-03-28T18:03:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3204.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3204" }
https://api.github.com/repos/pandas-dev/pandas/issues/3205
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3205/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3205/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3205/events
https://github.com/pandas-dev/pandas/pull/3205
12,579,554
MDExOlB1bGxSZXF1ZXN0NDg3MjMxOQ==
3,205
TST: fix tests in master
{ "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
[]
null
0
2013-03-28T19:10:59Z
2013-03-28T19:27:59Z
2013-03-28T19:27:59Z
CONTRIBUTOR
null
ENH: add **ne** method to period comparisons BUG: fix in spare_frame for issue with running apply on a SparseFrame didn't allow the setting of the columns with a rename to work properly something broke this......
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3205/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3205/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3205.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3205", "merged_at": "2013-03-28T19:27:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3205.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3205" }
https://api.github.com/repos/pandas-dev/pandas/issues/3206
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3206/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3206/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3206/events
https://github.com/pandas-dev/pandas/issues/3206
12,581,858
MDU6SXNzdWUxMjU4MTg1OA==
3,206
using BDay for offsets I see a wrong result
{ "avatar_url": "https://avatars.githubusercontent.com/u/18006?v=4", "events_url": "https://api.github.com/users/didickman/events{/privacy}", "followers_url": "https://api.github.com/users/didickman/followers", "following_url": "https://api.github.com/users/didickman/following{/other_user}", "gists_url": "htt...
[]
closed
false
null
[]
null
1
2013-03-28T20:06:11Z
2013-04-09T00:19:02Z
2013-04-09T00:19:02Z
NONE
null
I can't tell if the below is a bug or if I'm misusing pandas somehow. but it seems like if I take a date and calculate the prior business day I get different results using the 2 different methods below. ``` import datetime import pandas from pandas.tseries.offsets import * X = datetime.datetime(2013, 3, 22, 0, 0) pri...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3206/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3206/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3207
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3207/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3207/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3207/events
https://github.com/pandas-dev/pandas/pull/3207
12,586,583
MDExOlB1bGxSZXF1ZXN0NDg3NTg1MQ==
3,207
Gh2836 resolve merge conflict
{ "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...
[]
closed
false
null
[]
null
0
2013-03-28T21:52:41Z
2013-03-28T22:17:44Z
2013-03-28T22:17:44Z
CONTRIBUTOR
null
Rebased and resolved merge conflict of #2836. (Is the correct thing to do here to set up a new branch? I wasn't brave enough to try and force directly to the pr...)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3207/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3207/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3207.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3207", "merged_at": "2013-03-28T22:17:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3207.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3207" }
https://api.github.com/repos/pandas-dev/pandas/issues/3208
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3208/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3208/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3208/events
https://github.com/pandas-dev/pandas/pull/3208
12,586,724
MDExOlB1bGxSZXF1ZXN0NDg3NTkyNw==
3,208
BUG: take into account adjoin width, closes #3201
{ "avatar_url": "https://avatars.githubusercontent.com/u/1094464?v=4", "events_url": "https://api.github.com/users/lodagro/events{/privacy}", "followers_url": "https://api.github.com/users/lodagro/followers", "following_url": "https://api.github.com/users/lodagro/following{/other_user}", "gists_url": "https:/...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
3
2013-03-28T21:56:29Z
2013-04-10T06:21:14Z
2013-04-10T06:21:13Z
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/3208/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3208/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3208.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3208", "merged_at": "2013-04-10T06:21:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3208.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3208" }
https://api.github.com/repos/pandas-dev/pandas/issues/3209
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3209/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3209/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3209/events
https://github.com/pandas-dev/pandas/issues/3209
12,590,628
MDU6SXNzdWUxMjU5MDYyOA==
3,209
BUG: read_csv: dtype={'id' : np.str}: Datatype not understood
{ "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
4
2013-03-29T00:11:43Z
2016-01-08T04:37:40Z
2013-04-02T19:49:45Z
CONTRIBUTOR
null
I have a CSV with several columns. The first of which is a field called `id` with entries of the type `0001`, `0002`, etc. When loading this file, the following works: ``` python pd.read_csv(my_path, dtype={'id' : np.int}) ``` but the following doesn't: ``` python pd.read_csv(my_path, dtype={'id' : np.str}) ``` n...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3209/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3209/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3210
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3210/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3210/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3210/events
https://github.com/pandas-dev/pandas/issues/3210
12,592,427
MDU6SXNzdWUxMjU5MjQyNw==
3,210
DatetimeIndex bug when adding offset to tz-aware
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "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": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
1
2013-03-29T01:33:40Z
2013-04-08T04:46:30Z
2013-04-08T04:46:30Z
MEMBER
null
Migrated from pydata mailing list Let me begin by saying -- I have worked out a way around the problem using .shift(). But I still thought I would mention what I ran into and see if it's worthy of attention/fixing. I create a DatetimeIndex with a timezone: ``` In [29]: dates = pd.DatetimeIndex(start='2012-11-01',pe...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3210/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3210/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3211
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3211/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3211/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3211/events
https://github.com/pandas-dev/pandas/issues/3211
12,592,453
MDU6SXNzdWUxMjU5MjQ1Mw==
3,211
MultiIndex promotes float64 dtype to object
{ "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": "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": "e1...
closed
false
null
[]
null
4
2013-03-29T01:35:12Z
2013-04-01T20:54:48Z
2013-04-01T20:54:48Z
CONTRIBUTOR
null
``` python import pandas as pd import numpy as np print pd.__version__ #0.11.0.dev-184f2db lev1 = np.arange(10) lev2 = np.linspace(0, 9, 10) mi = pd.MultiIndex.from_arrays([lev1, lev2]) # ints work fine assert lev1.dtype == mi.levels[0].dtype # failure assert lev2.dtype == mi.levels[1].dtype print lev2.dtype, mi.lev...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3211/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3211/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3212
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3212/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3212/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3212/events
https://github.com/pandas-dev/pandas/pull/3212
12,594,929
MDExOlB1bGxSZXF1ZXN0NDg4MDE3MA==
3,212
API: return None when inplace=True. re #1893
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
1
2013-03-29T04:25:46Z
2013-05-06T07:56:08Z
2013-03-31T20:37:45Z
MEMBER
null
@jseabold et al, speak now or forever hold your peace!
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3212/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3212/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3212.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3212", "merged_at": "2013-03-31T20:37:45Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3212.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3212" }
https://api.github.com/repos/pandas-dev/pandas/issues/3213
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3213/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3213/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3213/events
https://github.com/pandas-dev/pandas/pull/3213
12,595,296
MDExOlB1bGxSZXF1ZXN0NDg4MDMyOQ==
3,213
BUG: DatetimeIndex bug adding offsets to tz-aware indices #3210
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
1
2013-03-29T04:51:35Z
2014-06-29T15:51:35Z
2013-04-08T04:45:55Z
CONTRIBUTOR
null
and some PEP8 cleanup
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3213/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3213/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3213.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3213", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/3213.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3213" }
https://api.github.com/repos/pandas-dev/pandas/issues/3214
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3214/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3214/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3214/events
https://github.com/pandas-dev/pandas/pull/3214
12,596,091
MDExOlB1bGxSZXF1ZXN0NDg4MDc0NA==
3,214
BUG: anchored week to_timestamp conversion run #2742
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
1
2013-03-29T06:00:51Z
2013-04-08T07:14:56Z
2013-04-08T07:14:56Z
CONTRIBUTOR
null
threshold set wrong in get_to_timestamp_base
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3214/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3214/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3214.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3214", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/3214.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3214" }
https://api.github.com/repos/pandas-dev/pandas/issues/3215
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3215/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3215/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3215/events
https://github.com/pandas-dev/pandas/issues/3215
12,602,685
MDU6SXNzdWUxMjYwMjY4NQ==
3,215
remove deprecated property _verbose_info for 0.13
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "color": "DDDDDD", "default": false, "description": "Administrative tasks related to the pandas project", "id": 32933285, "name": "Admin", "node_id": "MDU6TGFiZWwzMjkzMzI4NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Admin" } ]
closed
false
null
[]
{ "closed_at": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
4
2013-03-29T12:14:54Z
2013-09-27T19:23:05Z
2013-09-27T19:23:05Z
NONE
null
from #2918 , replace by "max_info_rows"
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3215/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3215/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3216
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3216/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3216/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3216/events
https://github.com/pandas-dev/pandas/issues/3216
12,607,047
MDU6SXNzdWUxMjYwNzA0Nw==
3,216
BUG: non-numeric asignment to numeric column not upcasting
{ "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": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
0
2013-03-29T14:56:00Z
2013-03-31T00:12:53Z
2013-03-31T00:12:53Z
CONTRIBUTOR
null
http://stackoverflow.com/questions/15704274/adding-new-column-to-pandas-dataframe-with-values-for-particular-items ``` In [18]: df = pd.DataFrame([{"a": 1}, {"a": 3, "b": 2}]) In [19]: df['c'] = np.nan In [21]: df.ix[0,'c'] = 'foo' --------------------------------------------------------------------------- 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/3216/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3216/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3217
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3217/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3217/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3217/events
https://github.com/pandas-dev/pandas/issues/3217
12,610,017
MDU6SXNzdWUxMjYxMDAxNw==
3,217
BUG: change dtype of Series from non-object to object inplace
{ "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": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
1
2013-03-29T16:20:41Z
2013-08-16T19:27:53Z
2013-08-16T19:27:53Z
CONTRIBUTOR
null
see also #3216 , #3386 test in tests/test_series.py (test_update) but cannot be fixed until Series is not longer a ndarray sub-class as numpy cannot handle the float64 to object _in-place_ dtype conversion (which is why the sub-class issue comes up), if we have a single block then can just swap out the block rather 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/3217/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3217/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3218
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3218/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3218/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3218/events
https://github.com/pandas-dev/pandas/pull/3218
12,610,523
MDExOlB1bGxSZXF1ZXN0NDg4Nzc1OA==
3,218
BUG: stacking with MultiIndex column with some unused level uniques fail...
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_...
[]
closed
false
null
[]
{ "closed_at": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
6
2013-03-29T16:36:17Z
2014-06-21T02:55:24Z
2013-03-31T15:07:17Z
CONTRIBUTOR
null
...s #3170
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3218/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3218/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3218.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3218", "merged_at": "2013-03-31T15:07:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3218.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3218" }
https://api.github.com/repos/pandas-dev/pandas/issues/3219
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3219/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3219/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3219/events
https://github.com/pandas-dev/pandas/pull/3219
12,612,793
MDExOlB1bGxSZXF1ZXN0NDg4ODkxNg==
3,219
BUG: GH3216 Upcast when needed to DataFrame when setitem with indexer
{ "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": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
6
2013-03-29T17:47:58Z
2014-06-20T15:07:41Z
2013-03-31T00:12:48Z
CONTRIBUTOR
null
closes #3216 BUG: GH3216 Upcast when needed to DataFrame when setitem with indexer The following would raise previously ``` In [8]: df = pd.DataFrame([{"a": 1}, {"a": 3, "b": 2}]) In [9]: df['c'] = np.nan In [10]: df.ix[0,'c'] = 'foo' In [11]: df Out[11]: a b c 0 1 NaN foo 1 3 2 NaN In [12]: df.dtyp...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3219/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3219/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3219.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3219", "merged_at": "2013-03-31T00:12:48Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3219.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3219" }
https://api.github.com/repos/pandas-dev/pandas/issues/3220
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3220/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3220/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3220/events
https://github.com/pandas-dev/pandas/issues/3220
12,620,319
MDU6SXNzdWUxMjYyMDMxOQ==
3,220
[read_csv] what is the best way to handle the carriage return at the end?
{ "avatar_url": "https://avatars.githubusercontent.com/u/2538858?v=4", "events_url": "https://api.github.com/users/jhrhew/events{/privacy}", "followers_url": "https://api.github.com/users/jhrhew/followers", "following_url": "https://api.github.com/users/jhrhew/following{/other_user}", "gists_url": "https://ap...
[ { "color": "5319e7", "default": false, "description": "read_csv, to_csv", "id": 47229171, "name": "IO CSV", "node_id": "MDU6TGFiZWw0NzIyOTE3MQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV" } ]
closed
false
null
[]
{ "closed_at": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
2
2013-03-29T21:54:34Z
2015-05-21T11:11:42Z
2013-09-21T23:55:03Z
NONE
null
Editing csv in some editors appends an extra extra carriage return at the end of the file, which in turn is converted to a row of NaNs. What is the best way to prevent read_csv from converting the last carriage return into a row?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3220/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3220/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3221
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3221/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3221/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3221/events
https://github.com/pandas-dev/pandas/issues/3221
12,622,844
MDU6SXNzdWUxMjYyMjg0NA==
3,221
ENH: read_csv to support start/stop
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "DDDDDD", "default": false, "description": "Long-Ter...
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...
2
2013-03-29T23:40:50Z
2018-07-06T22:48:09Z
2018-07-06T22:48:05Z
CONTRIBUTOR
null
would be useful (mainly for out-of-core) to be able to specify the start and stop rows and quickly skip to them to get a specific chunk out of a file. these rows refer to data rows / alternately this could just return the nth chunk (but skip parsing the n-1 chunks for efficiency)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3221/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3221/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3222
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3222/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3222/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3222/events
https://github.com/pandas-dev/pandas/issues/3222
12,631,073
MDU6SXNzdWUxMjYzMTA3Mw==
3,222
ENH: read_hdf / to_hdf
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "06909A", "default": false, "description": "IO issue...
closed
false
null
[]
{ "closed_at": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
1
2013-03-30T15:04:12Z
2013-04-02T19:09:37Z
2013-04-02T19:09:37Z
CONTRIBUTOR
null
add in HDFStore, import in core.api provide same API as append/select use get_store to open/close files
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3222/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3222/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3223
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3223/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3223/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3223/events
https://github.com/pandas-dev/pandas/issues/3223
12,634,061
MDU6SXNzdWUxMjYzNDA2MQ==
3,223
Series.str[...] should maybe default to NA if some list/tuple does not contain enough values
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "htt...
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
2
2013-03-30T19:18:42Z
2013-04-09T00:32:41Z
2013-04-09T00:32:41Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3223/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3223/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3224
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3224/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3224/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3224/events
https://github.com/pandas-dev/pandas/pull/3224
12,634,070
MDExOlB1bGxSZXF1ZXN0NDg5ODYwMQ==
3,224
PeriodIndex pickle roundtrip does not recreate freq GH2891
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
1
2013-03-30T19:19:15Z
2014-07-05T02:54:12Z
2013-03-30T21:05:23Z
NONE
null
#2891 Only the usual fear and trembling associated with touching the pickle code.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3224/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3224/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3224.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3224", "merged_at": "2013-03-30T21:05:23Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3224.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3224" }
https://api.github.com/repos/pandas-dev/pandas/issues/3225
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3225/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3225/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3225/events
https://github.com/pandas-dev/pandas/pull/3225
12,634,226
MDExOlB1bGxSZXF1ZXN0NDg5ODY1Mg==
3,225
BUG/ENH Index sub names
{ "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...
[]
closed
false
null
[]
null
0
2013-03-30T19:31:40Z
2014-06-12T05:40:48Z
2013-03-31T15:07:12Z
CONTRIBUTOR
null
Extends #3218 slightly to fix #3170. Subtract list of tuples from MultiIndexs (without it dropping the names), and also no name dropping with subtracting arrays from Indexs.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3225/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3225/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3225.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3225", "merged_at": "2013-03-31T15:07:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3225.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3225" }
https://api.github.com/repos/pandas-dev/pandas/issues/3226
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3226/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3226/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3226/events
https://github.com/pandas-dev/pandas/pull/3226
12,648,682
MDExOlB1bGxSZXF1ZXN0NDkwMzUzMA==
3,226
TST: more robust tests 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://...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
6
2013-03-31T23:04:51Z
2014-08-18T15:27:13Z
2013-03-31T23:44:28Z
CONTRIBUTOR
null
should close #3069 will print additional output if this somehow fails, which I have never seen (except on travis)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3226/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3226/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3226.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3226", "merged_at": "2013-03-31T23:44:28Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3226.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3226" }
https://api.github.com/repos/pandas-dev/pandas/issues/3227
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3227/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3227/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3227/events
https://github.com/pandas-dev/pandas/pull/3227
12,656,381
MDExOlB1bGxSZXF1ZXN0NDkwNjY1MQ==
3,227
TST add regression test for GH2753
{ "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...
[]
closed
false
null
[]
null
0
2013-04-01T09:23:15Z
2013-04-01T10:30:27Z
2013-04-01T10:30:27Z
CONTRIBUTOR
null
Test for #2753 (which is fixed in master).
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3227/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3227/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3227.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3227", "merged_at": "2013-04-01T10:30:27Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3227.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3227" }
https://api.github.com/repos/pandas-dev/pandas/issues/3228
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3228/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3228/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3228/events
https://github.com/pandas-dev/pandas/pull/3228
12,659,525
MDExOlB1bGxSZXF1ZXN0NDkwODA4OQ==
3,228
BUG: GH2808 Apply with invalid returned indices raise correct Exception
{ "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": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
0
2013-04-01T12:25:15Z
2014-07-04T06:31:36Z
2013-04-02T12:24:50Z
CONTRIBUTOR
null
closes #2808
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3228/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3228/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3228.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3228", "merged_at": "2013-04-02T12:24:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3228.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3228" }
https://api.github.com/repos/pandas-dev/pandas/issues/3229
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3229/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3229/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3229/events
https://github.com/pandas-dev/pandas/issues/3229
12,660,536
MDU6SXNzdWUxMjY2MDUzNg==
3,229
df.plot produces wrong result when x vals are unsorted. (Dupe #2726)
{ "avatar_url": "https://avatars.githubusercontent.com/u/2069677?v=4", "events_url": "https://api.github.com/users/akhmerov/events{/privacy}", "followers_url": "https://api.github.com/users/akhmerov/followers", "following_url": "https://api.github.com/users/akhmerov/following{/other_user}", "gists_url": "http...
[ { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
9
2013-04-01T13:17:14Z
2013-04-01T18:27:35Z
2013-04-01T17:25:01Z
NONE
null
Could be related to #2923. The following code produces two different plots for me in pandas 10.1. ``` import pandas from matplotlib import pyplot from numpy.random import randn data = pandas.DataFrame(randn(6, 2)) pyplot.plot(data[0], data[1]) data.plot(0, 1) ``` One can actually implement a test for this by compari...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3229/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3229/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3230
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3230/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3230/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3230/events
https://github.com/pandas-dev/pandas/issues/3230
12,663,994
MDU6SXNzdWUxMjY2Mzk5NA==
3,230
Enable applymap for dataframes with duplicate columns
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "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": "2013-07-24T23:25:44Z", "closed_issues": 410, "created_at": "2013-04-30T04:12:30Z", "creator": null, "description": "Major release (formerly 0.11.1 bugfix but has outgrown its britches)", "due_on": "2013-07-05T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/22", "i...
2
2013-04-01T15:23:10Z
2013-05-02T14:54:40Z
2013-05-02T14:54:40Z
NONE
null
#2786 , #3102, #3092 In 0.11, this raises a ValueError Exception, previously returned wrong data.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3230/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3230/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3231
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3231/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3231/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3231/events
https://github.com/pandas-dev/pandas/issues/3231
12,664,551
MDU6SXNzdWUxMjY2NDU1MQ==
3,231
Establish a PandasBaseObject for all pandas objects
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "color": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" } ]
closed
false
null
[]
{ "closed_at": "2013-07-24T23:25:44Z", "closed_issues": 410, "created_at": "2013-04-30T04:12:30Z", "creator": null, "description": "Major release (formerly 0.11.1 bugfix but has outgrown its britches)", "due_on": "2013-07-05T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/22", "i...
6
2013-04-01T15:38:34Z
2013-07-02T01:43:20Z
2013-07-02T01:43:20Z
NONE
null
`generic.PandasObject` is not it since it applies to data containers, not `Period` or `TimeStamp` for example. Should leverage subclasse's `__unicode__` to do the right thing on py2/py3 when it comes to repr,str,bytes #3183 I suggest putting in a mandatory `self.random_example()` (name?) method that generates a rand...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3231/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3231/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3232
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3232/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3232/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3232/events
https://github.com/pandas-dev/pandas/issues/3232
12,677,528
MDU6SXNzdWUxMjY3NzUyOA==
3,232
pd.concat loses frequency attribute for 'continuous' DataFrame appends
{ "avatar_url": "https://avatars.githubusercontent.com/u/1455590?v=4", "events_url": "https://api.github.com/users/nehalecky/events{/privacy}", "followers_url": "https://api.github.com/users/nehalecky/followers", "following_url": "https://api.github.com/users/nehalecky/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": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "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...
10
2013-04-01T21:26:55Z
2019-03-26T03:46:15Z
2019-03-26T00:25:02Z
CONTRIBUTOR
null
Hey all, I have a `DataFrame` (df) that stores live sensor data that is captured at a specific frequency. New raw data from sensor is updated at a set interval (an attempt at bandwidth conservation), which is parsed into a new df object. These new update dataframes are of the same frequency, and contain data that 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/3232/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3232/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3233
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3233/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3233/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3233/events
https://github.com/pandas-dev/pandas/issues/3233
12,688,411
MDU6SXNzdWUxMjY4ODQxMQ==
3,233
grid on/off isn't consistent when plotting multiple columns vs single
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "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": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
1
2013-04-02T02:57:15Z
2013-04-03T15:06:45Z
2013-04-03T15:05:25Z
NONE
null
``` python df=mkdf(100,2,data_gen_f=lambda r,c: r+ rand(1)*5,r_idx_type='i') df.plot() # vs df.C_l0_g0.plot() ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3233/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3233/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3234
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3234/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3234/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3234/events
https://github.com/pandas-dev/pandas/issues/3234
12,693,457
MDU6SXNzdWUxMjY5MzQ1Nw==
3,234
doc: add How to rearrange a python pandas dataframe
{ "avatar_url": "https://avatars.githubusercontent.com/u/11860?v=4", "events_url": "https://api.github.com/users/timmie/events{/privacy}", "followers_url": "https://api.github.com/users/timmie/followers", "following_url": "https://api.github.com/users/timmie/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": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
5
2013-04-02T07:16:26Z
2013-04-03T11:31:51Z
2013-04-03T11:31:51Z
CONTRIBUTOR
null
GitHub does not fork automatically in the online editor. Here's my change: ``` `How to rearrange a python pandas dataframe? <http://stackoverflow.com/questions/15432659/how-to-rearrange-a-python-pandas-dataframe>`__ -- Turn a matrix with horus in columns and days in rows in a continous row sequence in form of a time ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3234/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3234/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3235
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3235/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3235/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3235/events
https://github.com/pandas-dev/pandas/issues/3235
12,699,369
MDU6SXNzdWUxMjY5OTM2OQ==
3,235
assigning list to series with boolean indexing
{ "avatar_url": "https://avatars.githubusercontent.com/u/873520?v=4", "events_url": "https://api.github.com/users/stefsmeets/events{/privacy}", "followers_url": "https://api.github.com/users/stefsmeets/followers", "following_url": "https://api.github.com/users/stefsmeets/following{/other_user}", "gists_url": ...
[ { "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...
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
6
2013-04-02T10:36:33Z
2013-04-02T15:39:58Z
2013-04-02T12:42:58Z
NONE
null
Whenever a boolean array is used to assign some list or array to another series, it returns "ValueError: Length of replacements must equal series length". This was working fine in pandas 10.0, but broke with 10.1 ``` python import pandas as pd import numpy as np x = pd.Series(np.arange(10)) sel = x < 5 len(x[sel]) x[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/3235/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3235/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3236
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3236/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3236/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3236/events
https://github.com/pandas-dev/pandas/pull/3236
12,702,388
MDExOlB1bGxSZXF1ZXN0NDkyODEwNw==
3,236
BUG: GH3235 fix setitem on Series with boolean indexing and rhs of list
{ "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": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
0
2013-04-02T12:18:13Z
2014-07-28T09:58:44Z
2013-04-02T12:42:28Z
CONTRIBUTOR
null
closes #3235, related to #2745
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3236/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3236/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3236.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3236", "merged_at": "2013-04-02T12:42:28Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3236.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3236" }
https://api.github.com/repos/pandas-dev/pandas/issues/3237
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3237/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3237/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3237/events
https://github.com/pandas-dev/pandas/issues/3237
12,703,997
MDU6SXNzdWUxMjcwMzk5Nw==
3,237
Feature request: df that only return dfs when indexing.
{ "avatar_url": "https://avatars.githubusercontent.com/u/674200?v=4", "events_url": "https://api.github.com/users/twiecki/events{/privacy}", "followers_url": "https://api.github.com/users/twiecki/followers", "following_url": "https://api.github.com/users/twiecki/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
7
2013-04-02T13:08:03Z
2013-05-13T16:54:59Z
2013-05-13T16:54:59Z
CONTRIBUTOR
null
With more complex dataframes, I often stumble over this: ``` python In [1]: x = pandas.DataFrame({'a': [1,2,3], 'b': [4,5,6]}) In [2]: x.ix[0].a --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-8-8358f...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3237/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3237/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3238
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3238/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3238/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3238/events
https://github.com/pandas-dev/pandas/issues/3238
12,709,767
MDU6SXNzdWUxMjcwOTc2Nw==
3,238
agg() swallows exceptions.
{ "avatar_url": "https://avatars.githubusercontent.com/u/336019?v=4", "events_url": "https://api.github.com/users/blais/events{/privacy}", "followers_url": "https://api.github.com/users/blais/followers", "following_url": "https://api.github.com/users/blais/following{/other_user}", "gists_url": "https://api.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": "729FCF", "default": false, "description": null, "id": 233160...
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
12
2013-04-02T15:16:34Z
2013-04-08T07:12:45Z
2013-04-08T07:12:45Z
CONTRIBUTOR
null
agg() appears to swallow exceptions. This was the source of a hard-to-find bug today. Here's a program that replicates the problem. ``` #!/usr/bin/env python ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3238/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3238/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3239
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3239/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3239/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3239/events
https://github.com/pandas-dev/pandas/pull/3239
12,709,890
MDExOlB1bGxSZXF1ZXN0NDkzMjA0Mg==
3,239
BUG: GH2893 Produce a series on apply if we have a singular series and have a simple index
{ "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": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
2
2013-04-02T15:18:34Z
2014-07-03T05:21:15Z
2013-04-08T16:40:31Z
CONTRIBUTOR
null
closes #2893
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3239/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3239/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3239.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3239", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/3239.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3239" }
https://api.github.com/repos/pandas-dev/pandas/issues/3240
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3240/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3240/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3240/events
https://github.com/pandas-dev/pandas/issues/3240
12,715,445
MDU6SXNzdWUxMjcxNTQ0NQ==
3,240
BUG: check if a collections.Sequence on printing
{ "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": 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...
9
2013-04-02T17:21:06Z
2018-07-06T22:44:48Z
2018-07-06T22:44:42Z
CONTRIBUTOR
null
http://stackoverflow.com/questions/15769706/converting-a-list-in-a-dict-to-a-series/15770083?noredirect=1#comment22416395_15770083
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3240/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3240/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3241
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3241/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3241/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3241/events
https://github.com/pandas-dev/pandas/issues/3241
12,716,237
MDU6SXNzdWUxMjcxNjIzNw==
3,241
groupby().apply is too opinionated
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "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": "729FCF", "default": false, "description": null, ...
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
2013-04-02T17:40:12Z
2015-01-26T00:48:04Z
2015-01-26T00:48:04Z
NONE
null
`apply` looks at the returned values from the user-supplied transformer function and does convenient things based on the type returned. However, there's no opt-out if you just want to transform groups into something and get it back as-is: ``` python In [16]: df=mkdf(10,2,data_gen_f=lambda x,y: randint(1,10)) ......
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3241/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3241/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3242
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3242/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3242/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3242/events
https://github.com/pandas-dev/pandas/pull/3242
12,716,321
MDExOlB1bGxSZXF1ZXN0NDkzNTQzNQ==
3,242
ENH: groupby().apply(f) accepts combine=0 arg, to return results unmolested #3241
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
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
2013-04-02T17:42:34Z
2014-06-18T13:12:19Z
2014-01-26T21:32:08Z
NONE
null
#3241 Right now: ``` python In [16]: df=mkdf(10,2,data_gen_f=lambda x,y: randint(1,10)) ...: df ...: ...: ...: Out[16]: C0 C_l0_g0 C_l0_g1 R0 R_l0_g0 9 1 R_l0_g1 3 7 R_l0_g2 8 1 R_l0_g3 4 3 R_l0_g4 5 ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3242/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3242/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3242.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3242", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/3242.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3242" }
https://api.github.com/repos/pandas-dev/pandas/issues/3243
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3243/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3243/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3243/events
https://github.com/pandas-dev/pandas/issues/3243
12,720,124
MDU6SXNzdWUxMjcyMDEyNA==
3,243
Dataframe ctor dies when passed a list containing empty dataframe
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "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": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
1
2013-04-02T19:04:41Z
2013-04-03T14:35:52Z
2013-04-03T14:35:52Z
NONE
null
``` python pd.DataFrame([DataFrame([])]) /home/user1/src/pandas/pandas/core/frame.pyc in __getattr__(self, name) 1965 return self[name] 1966 raise AttributeError("'%s' object has no attribute '%s'" % -> 1967 (type(self).__name__, name)) 1968 1969 def __...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3243/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3243/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3244
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3244/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3244/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3244/events
https://github.com/pandas-dev/pandas/pull/3244
12,720,306
MDExOlB1bGxSZXF1ZXN0NDkzNzU1Nw==
3,244
ENH: support top-level read/write API for HDFStore using read_hdf/to_hdf
{ "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
[]
null
2
2013-04-02T19:09:01Z
2014-07-02T22:43:16Z
2013-04-02T19:30:18Z
CONTRIBUTOR
null
closes #3222
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3244/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3244/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3244.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3244", "merged_at": "2013-04-02T19:30:18Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3244.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3244" }
https://api.github.com/repos/pandas-dev/pandas/issues/3245
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3245/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3245/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3245/events
https://github.com/pandas-dev/pandas/pull/3245
12,724,145
MDExOlB1bGxSZXF1ZXN0NDkzOTU5Mw==
3,245
BUG: GH3243 accept list of DataFrames as constructor input
{ "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": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
2
2013-04-02T20:35:16Z
2013-04-03T14:35:43Z
2013-04-03T14:35:43Z
CONTRIBUTOR
null
closes #3243
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3245/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3245/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3245.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3245", "merged_at": "2013-04-03T14:35:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3245.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3245" }
https://api.github.com/repos/pandas-dev/pandas/issues/3246
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3246/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3246/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3246/events
https://github.com/pandas-dev/pandas/pull/3246
12,726,375
MDExOlB1bGxSZXF1ZXN0NDk0MDc5Nw==
3,246
BUG: setitem with list elements in the indexer broken
{ "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
[]
null
0
2013-04-02T21:25:16Z
2014-06-13T20:33:26Z
2013-04-02T22:03:03Z
CONTRIBUTOR
null
``` In [4]: df = DataFrame(np.arange(9).reshape((3, 3)), index=["A", "B", "C"], columns=["A", "B", "C"]) In [5]: df.iloc[[0,1],[1,2]] += 100 In [6]: df.iloc[[0,1],[1,2]] Out[6]: B C A 101 102 B 104 105 In [7]: df Out[7]: A B C A 0 101 102 B 3 104 105 C 6 7 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/3246/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3246/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3246.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3246", "merged_at": "2013-04-02T22:03:03Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3246.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3246" }
https://api.github.com/repos/pandas-dev/pandas/issues/3247
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3247/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3247/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3247/events
https://github.com/pandas-dev/pandas/issues/3247
12,735,020
MDU6SXNzdWUxMjczNTAyMA==
3,247
Log scale on bar chart hides bars
{ "avatar_url": "https://avatars.githubusercontent.com/u/1179435?v=4", "events_url": "https://api.github.com/users/gjx/events{/privacy}", "followers_url": "https://api.github.com/users/gjx/followers", "following_url": "https://api.github.com/users/gjx/following{/other_user}", "gists_url": "https://api.github....
[ { "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": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
2
2013-04-03T02:43:06Z
2013-04-03T20:04:18Z
2013-04-03T20:04:18Z
NONE
null
When I try use log scales on a bar plot in pandas, the area of the bar disappears. Example in [this ipynb](http://nbviewer.ipython.org/urls/gist.github.com/gjx/5298007/raw/d1a0bd774a253fa1fc1f12a005dd70a697e8f360/pandas_bar_log) I think the answer is to pass `log=True` to `bar`, as in [this SO answer](http://stackover...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3247/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3247/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3248
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3248/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3248/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3248/events
https://github.com/pandas-dev/pandas/pull/3248
12,748,623
MDExOlB1bGxSZXF1ZXN0NDk1MTUyMQ==
3,248
DOC: io.rst cleanups
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
null
1
2013-04-03T11:41:55Z
2013-04-03T12:24:36Z
2013-04-03T12:24:36Z
NONE
null
@jreback, I read through this today and did some tweaks as I went along. Could you look this over and merge if these changes look ok to you?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3248/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3248/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3248.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3248", "merged_at": "2013-04-03T12:24:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3248.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3248" }
https://api.github.com/repos/pandas-dev/pandas/issues/3249
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3249/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3249/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3249/events
https://github.com/pandas-dev/pandas/issues/3249
12,754,527
MDU6SXNzdWUxMjc1NDUyNw==
3,249
Reading csv with duplicate index columns generate duplicated indexes
{ "avatar_url": "https://avatars.githubusercontent.com/u/126856?v=4", "events_url": "https://api.github.com/users/rcalsaverini/events{/privacy}", "followers_url": "https://api.github.com/users/rcalsaverini/followers", "following_url": "https://api.github.com/users/rcalsaverini/following{/other_user}", "gists_...
[ { "color": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" }, { "color": "0052cc", "...
closed
false
null
[]
null
1
2013-04-03T14:20:55Z
2013-12-04T00:57:23Z
2013-04-03T15:01:24Z
NONE
null
Hi, I don't know if this is a bug or a feature, or even if you guys noticed it already and it's not an issue, but this caused me some problems so I thought I should report it. When you use the read_csv command to read a csv, you can pass the columns you want to set as indexes. If those columns contain duplicated e...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3249/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3249/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3250
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3250/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3250/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3250/events
https://github.com/pandas-dev/pandas/pull/3250
12,757,176
MDExOlB1bGxSZXF1ZXN0NDk1NTk3NQ==
3,250
BOOK: keep code examples in wes's book current, until the 2nd ed.
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
0
2013-04-03T15:15:24Z
2013-04-03T15:15:46Z
2013-04-03T15:15:46Z
NONE
null
;)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3250/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3250/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3250.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3250", "merged_at": "2013-04-03T15:15:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3250.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3250" }
https://api.github.com/repos/pandas-dev/pandas/issues/3251
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3251/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3251/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3251/events
https://github.com/pandas-dev/pandas/issues/3251
12,766,528
MDU6SXNzdWUxMjc2NjUyOA==
3,251
_pprint_dict forces dictionary-style output for objects that inherit from dict
{ "avatar_url": "https://avatars.githubusercontent.com/u/1483534?v=4", "events_url": "https://api.github.com/users/rcarneva/events{/privacy}", "followers_url": "https://api.github.com/users/rcarneva/followers", "following_url": "https://api.github.com/users/rcarneva/following{/other_user}", "gists_url": "http...
[ { "color": "ededed", "default": false, "description": "__repr__ of pandas objects, to_string", "id": 13101118, "name": "Output-Formatting", "node_id": "MDU6TGFiZWwxMzEwMTExOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting" } ]
closed
false
null
[]
{ "closed_at": "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
2013-04-03T18:50:42Z
2014-01-03T20:53:08Z
2014-01-03T20:53:08Z
CONTRIBUTOR
null
Because pprint_thing checks isinstance(thing, dict), it also catches objects that inherit from dict and forces them to print in the {'a':1, ... } format regardless of the object's __unicode__, __str__, or __repr__ definitions. On my machine, I've changed the _pprint_dict function to just: ``` return unicode(seq) ``` ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3251/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3251/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3252
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3252/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3252/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3252/events
https://github.com/pandas-dev/pandas/pull/3252
12,770,133
MDExOlB1bGxSZXF1ZXN0NDk2MjY3OA==
3,252
BUG: pprint_thing should pprint and limit nested sequences in dicts GH3251
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-07-24T23:25:44Z", "closed_issues": 410, "created_at": "2013-04-30T04:12:30Z", "creator": null, "description": "Major release (formerly 0.11.1 bugfix but has outgrown its britches)", "due_on": "2013-07-05T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/22", "i...
6
2013-04-03T19:58:04Z
2014-07-04T22:23:57Z
2013-04-23T02:12:54Z
NONE
null
#3251 **before** ``` python pd.options.display.max_seq_items= 5 print pd.core.common.pprint_thing(dict(foo=range(100))) foo = range(5) foo[0] = foo print pd.core.common.pprint_thing(dict(foo=foo)) {'foo': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3252/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3252/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3252.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3252", "merged_at": "2013-04-23T02:12:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3252.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3252" }
https://api.github.com/repos/pandas-dev/pandas/issues/3253
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3253/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3253/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3253/events
https://github.com/pandas-dev/pandas/pull/3253
12,770,163
MDExOlB1bGxSZXF1ZXN0NDk2MjY5OA==
3,253
BUG: honor repr() of proper subclasses of dict/ODict in pprint_thing
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
null
3
2013-04-03T19:58:42Z
2014-06-22T16:48:52Z
2013-12-22T20:33:37Z
NONE
null
#3251 Have to consider corner cases before merging, rebased on top of #3252
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3253/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3253/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3253.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3253", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/3253.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3253" }
https://api.github.com/repos/pandas-dev/pandas/issues/3254
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3254/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3254/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3254/events
https://github.com/pandas-dev/pandas/issues/3254
12,772,889
MDU6SXNzdWUxMjc3Mjg4OQ==
3,254
log=True bar plots are raising with mpl 1.2.1
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "8AE234", "d...
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
5
2013-04-03T20:44:30Z
2013-04-09T22:28:10Z
2013-04-09T20:39:46Z
NONE
null
Commited today in https://github.com/pydata/pandas/issues/3247 looks like a regression from mpl 1.2.0. xref:https://github.com/matplotlib/matplotlib/issues/1882
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3254/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3254/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3255
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3255/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3255/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3255/events
https://github.com/pandas-dev/pandas/issues/3255
12,779,605
MDU6SXNzdWUxMjc3OTYwNQ==
3,255
Cross-platform compatibility of pickle files
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "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": "06909A", "default": false, "description": "IO issues that don't fit...
closed
false
null
[]
{ "closed_at": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
3
2013-04-03T23:39:07Z
2013-09-22T00:04:36Z
2013-09-22T00:04:36Z
MEMBER
null
This one is a real doozy http://support.picloud.com/entries/23466073-Help-please-an-UnpicklingError-coming-from-pandas-index-with-freq-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/3255/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3255/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3256
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3256/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3256/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3256/events
https://github.com/pandas-dev/pandas/pull/3256
12,796,478
MDExOlB1bGxSZXF1ZXN0NDk3NTU5MQ==
3,256
ENH: In HDFStore, add select_column method, deprecate unique method
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
0
2013-04-04T11:49:15Z
2014-06-15T00:21:31Z
2013-04-04T12:11:15Z
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/3256/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3256/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3256.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3256", "merged_at": "2013-04-04T12:11:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3256.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3256" }
https://api.github.com/repos/pandas-dev/pandas/issues/3257
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3257/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3257/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3257/events
https://github.com/pandas-dev/pandas/issues/3257
12,796,754
MDU6SXNzdWUxMjc5Njc1NA==
3,257
diff(0) causes ValueError on Series and TimeSeries
{ "avatar_url": "https://avatars.githubusercontent.com/u/4058506?v=4", "events_url": "https://api.github.com/users/jayzed82/events{/privacy}", "followers_url": "https://api.github.com/users/jayzed82/followers", "following_url": "https://api.github.com/users/jayzed82/following{/other_user}", "gists_url": "http...
[ { "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": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
2
2013-04-04T11:58:29Z
2013-04-07T14:28:48Z
2013-04-07T14:28:48Z
NONE
null
import pandas as pd import scipy as sp df = pd.DataFrame(sp.randn(5,2)) ts = df[0] ### If you run: `df.diff(0)` Out[43]: 0 1 0 0 0 1 0 0 2 0 0 3 0 0 4 0 0 ### This works as expeted but if you run `ts.diff(0)` : --- ValueError Traceback (most recent call last) /home/jzu...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3257/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3257/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3258
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3258/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3258/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3258/events
https://github.com/pandas-dev/pandas/issues/3258
12,819,311
MDU6SXNzdWUxMjgxOTMxMQ==
3,258
read_csv, read_table in version 0.9.0 are parsing integers as double but reporting type as int64
{ "avatar_url": "https://avatars.githubusercontent.com/u/1523816?v=4", "events_url": "https://api.github.com/users/nisaggarwal/events{/privacy}", "followers_url": "https://api.github.com/users/nisaggarwal/followers", "following_url": "https://api.github.com/users/nisaggarwal/following{/other_user}", "gists_ur...
[]
closed
false
null
[]
null
1
2013-04-04T20:44:55Z
2013-04-08T19:51:29Z
2013-04-08T19:51:29Z
NONE
null
For example a file containing the text below, read using: ``` >>> pandas.read_csv("file.log") produces the following output: Numbers 0 17007000002000192 1 17007000002000192 2 17007000002000192 3 17007000002000192 4 17007000002000192 5 17007000002000192 6 17007000002000192 7 17007000002000192 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/3258/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3258/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3259
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3259/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3259/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3259/events
https://github.com/pandas-dev/pandas/issues/3259
12,823,845
MDU6SXNzdWUxMjgyMzg0NQ==
3,259
PERF: concat with empty frame and timeseries indexed frames
{ "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": "02d7e1", "default"...
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
2013-04-04T22:27:05Z
2014-02-21T22:44:05Z
2014-02-21T22:44:05Z
CONTRIBUTOR
null
http://stackoverflow.com/questions/15819050/pandas-dataframe-concat-vs-append/15822811#15822811 Very curious why this would be ``` In [17]: df1 = pd.DataFrame(dict(A = range(10000)),index=pd.date_range('20130101',periods=10000,freq='s')) In [18]: df1 Out[18]: <class 'pandas.core.frame.DataFrame'> DatetimeIndex: 100...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3259/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3259/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3260
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3260/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3260/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3260/events
https://github.com/pandas-dev/pandas/issues/3260
12,829,166
MDU6SXNzdWUxMjgyOTE2Ng==
3,260
BUG: concat if datetime index with tz
{ "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...
closed
false
null
[]
{ "closed_at": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
2
2013-04-05T01:37:19Z
2013-10-02T21:04:31Z
2013-09-21T23:55:44Z
CONTRIBUTOR
null
http://stackoverflow.com/questions/15819050/pandas-dataframe-concat-vs-append/15822811?noredirect=1#comment22510428_15822811
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3260/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3260/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3261
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3261/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3261/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3261/events
https://github.com/pandas-dev/pandas/issues/3261
12,870,881
MDU6SXNzdWUxMjg3MDg4MQ==
3,261
First pass at a vbsuite results review
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "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": "e11d21", "default"...
closed
false
null
[]
{ "closed_at": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
7
2013-04-06T02:10:07Z
2013-04-14T08:30:29Z
2013-04-14T08:30:22Z
NONE
null
So, now that vbsuite is more stable, and collecting that data is much faster due to the new build cache and perf tweaks to test_perf, I've set up a job to gradually sample the commit history perf profile. Even with the faster iterations, It'll still take a few days to collect the data (I'm going back to 0.9.0), but h...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3261/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3261/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3262
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3262/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3262/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3262/events
https://github.com/pandas-dev/pandas/pull/3262
12,872,529
MDExOlB1bGxSZXF1ZXN0NTAxNDgyNQ==
3,262
DOC: update scipy.py #2916
{ "avatar_url": "https://avatars.githubusercontent.com/u/2498638?v=4", "events_url": "https://api.github.com/users/charliec443/events{/privacy}", "followers_url": "https://api.github.com/users/charliec443/followers", "following_url": "https://api.github.com/users/charliec443/following{/other_user}", "gists_ur...
[]
closed
false
null
[]
null
1
2013-04-06T05:46:04Z
2013-04-06T06:03:03Z
2013-04-06T06:02:40Z
CONTRIBUTOR
null
renamed interpolation -> interpolation_method.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3262/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3262/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3262.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3262", "merged_at": "2013-04-06T06:02:40Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3262.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3262" }
https://api.github.com/repos/pandas-dev/pandas/issues/3263
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3263/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3263/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3263/events
https://github.com/pandas-dev/pandas/issues/3263
12,879,698
MDU6SXNzdWUxMjg3OTY5OA==
3,263
to_csv no longer supports file mode
{ "avatar_url": "https://avatars.githubusercontent.com/u/923922?v=4", "events_url": "https://api.github.com/users/justinvf-zz/events{/privacy}", "followers_url": "https://api.github.com/users/justinvf-zz/followers", "following_url": "https://api.github.com/users/justinvf-zz/following{/other_user}", "gists_url...
[ { "color": "ededed", "default": false, "description": "__repr__ of pandas objects, to_string", "id": 13101118, "name": "Output-Formatting", "node_id": "MDU6TGFiZWwxMzEwMTExOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting" } ]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
1
2013-04-06T16:15:02Z
2013-04-06T17:54:16Z
2013-04-06T17:54:16Z
NONE
null
The `mode` param passed to `DataFrame.to_csv` is being ignored. ``` In [20]: f = pd.DataFrame({'a':[1,2,2,3,4], 'b':[4,3,2,1,4]}) In [21]: f.to_csv('bar.csv', mode='w') In [22]: !cat bar.csv ,a,b 0,1,4 1,2,3 2,2,2 3,3,1 4,4,4 In [23]: f.to_csv('bar.csv', mode='a') In [24]: !cat bar.csv ,a,b 0,1,4 1,2,3 2,2,2 3,3,1...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3263/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3263/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3264
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3264/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3264/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3264/events
https://github.com/pandas-dev/pandas/pull/3264
12,884,541
MDExOlB1bGxSZXF1ZXN0NTAxODQ4OQ==
3,264
ENH: update DataFrame to_latex for nicer typesetting
{ "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...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
4
2013-04-06T22:38:24Z
2014-02-03T12:47:12Z
2013-04-12T04:13:19Z
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/3264/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3264/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3264.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3264", "merged_at": "2013-04-12T04:13:19Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3264.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3264" }
https://api.github.com/repos/pandas-dev/pandas/issues/3265
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3265/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3265/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3265/events
https://github.com/pandas-dev/pandas/pull/3265
12,886,971
MDExOlB1bGxSZXF1ZXN0NTAxOTQxMg==
3,265
DOC: update boxplot/truncate #2916
{ "avatar_url": "https://avatars.githubusercontent.com/u/2498638?v=4", "events_url": "https://api.github.com/users/charliec443/events{/privacy}", "followers_url": "https://api.github.com/users/charliec443/followers", "following_url": "https://api.github.com/users/charliec443/following{/other_user}", "gists_ur...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
1
2013-04-07T03:25:05Z
2013-04-07T03:39:59Z
2013-04-07T03:39:59Z
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/3265/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3265/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3265.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3265", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/3265.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3265" }
https://api.github.com/repos/pandas-dev/pandas/issues/3266
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3266/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3266/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3266/events
https://github.com/pandas-dev/pandas/pull/3266
12,895,465
MDExOlB1bGxSZXF1ZXN0NTAyMTM0NQ==
3,266
DOC: fix docstring for date_parser option
{ "avatar_url": "https://avatars.githubusercontent.com/u/632049?v=4", "events_url": "https://api.github.com/users/cjw296/events{/privacy}", "followers_url": "https://api.github.com/users/cjw296/followers", "following_url": "https://api.github.com/users/cjw296/following{/other_user}", "gists_url": "https://api...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
1
2013-04-07T13:34:50Z
2014-06-21T21:02:26Z
2013-04-08T23:54:20Z
CONTRIBUTOR
null
Just a small doc string fix, hopefully trivial to merge.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3266/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3266/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3266.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3266", "merged_at": "2013-04-08T23:54:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3266.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3266" }
https://api.github.com/repos/pandas-dev/pandas/issues/3267
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3267/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3267/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3267/events
https://github.com/pandas-dev/pandas/issues/3267
12,898,424
MDU6SXNzdWUxMjg5ODQyNA==
3,267
Bug in scatter_matrix
{ "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": "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": "2013-07-24T23:25:44Z", "closed_issues": 410, "created_at": "2013-04-30T04:12:30Z", "creator": null, "description": "Major release (formerly 0.11.1 bugfix but has outgrown its britches)", "due_on": "2013-07-05T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/22", "i...
0
2013-04-07T17:15:20Z
2013-06-03T01:16:15Z
2013-06-03T01:16:15Z
CONTRIBUTOR
null
If diagonal='kde', then the keyword arguments are passed to both plot and scatter. They don't have the same call signatures, so you can't do this. I guess you need separate keyword arguments. I would vote for removing **kwds from the diagonal plots entirely and just fixing those axes ex-post if you need something chang...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3267/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3267/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3268
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3268/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3268/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3268/events
https://github.com/pandas-dev/pandas/issues/3268
12,899,744
MDU6SXNzdWUxMjg5OTc0NA==
3,268
Unify index and multindex (and possibly others) API
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "color": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" }, { "color": "0b02e1", "default": false, "de...
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", ...
30
2013-04-07T18:43:42Z
2019-01-01T17:30:09Z
2019-01-01T17:30:08Z
NONE
null
Have you ever written code that looks like this: ``` if isinstance(d.index, MultiIndex): results = [] for l in d.index.levels: for x in baz(l): results.append(foo) elif isinstance(d.index, Index): for x in d.index: foo ``` I've had to special case the handling of inde...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3268/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3268/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3269
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3269/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3269/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3269/events
https://github.com/pandas-dev/pandas/issues/3269
12,900,165
MDU6SXNzdWUxMjkwMDE2NQ==
3,269
Idea: Frame/series should support grep-like context specification
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "color": "DDDDDD", "default": false, "description": "Long-Term Enhancement Discussions", "id": 157369, "name": "Ideas", "node_id": "MDU6TGFiZWwxNTczNjk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Ideas" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
4
2013-04-07T19:10:20Z
2020-01-29T12:59:36Z
2016-12-29T11:12:55Z
NONE
null
In shell grep you can do stuff like: ``` λ seq 1000 | grep -C 3 500 497 498 499 **500** 501 502 503 ``` ``` λ seq 1000 | grep -B 1 -A 3 500 499 **500** 501 502 503 ``` I'd be glad to have something like ``` python s.grep_index(pat_or_pred,A=1,B=3) # -> list of series/df , each of len(A+B) or C s.grep_index(pat_or_p...
{ "+1": 2, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3269/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3269/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3270
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3270/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3270/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3270/events
https://github.com/pandas-dev/pandas/pull/3270
12,900,855
MDExOlB1bGxSZXF1ZXN0NTAyMjk1NA==
3,270
ENH: Fix for #1512, added StataReader and StataWriter to pandas.io.parsers
{ "avatar_url": "https://avatars.githubusercontent.com/u/731902?v=4", "events_url": "https://api.github.com/users/PKEuS/events{/privacy}", "followers_url": "https://api.github.com/users/PKEuS/followers", "following_url": "https://api.github.com/users/PKEuS/following{/other_user}", "gists_url": "https://api.gi...
[]
closed
false
null
[]
{ "closed_at": "2013-07-24T23:25:44Z", "closed_issues": 410, "created_at": "2013-04-30T04:12:30Z", "creator": null, "description": "Major release (formerly 0.11.1 bugfix but has outgrown its britches)", "due_on": "2013-07-05T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/22", "i...
71
2013-04-07T19:57:24Z
2014-06-13T17:39:52Z
2013-05-16T11:31:47Z
CONTRIBUTOR
null
This pull request aims at fixing ticket #1512 and contains both a reader and a writer for Stata .dta files. The code basically comes from th statsmodels project, however, I adapted it to the needs of pandas and implemented support for reading out stata value labels. The writer does not write those labels back.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3270/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3270/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3270.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3270", "merged_at": "2013-05-16T11:31:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3270.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3270" }
https://api.github.com/repos/pandas-dev/pandas/issues/3271
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3271/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3271/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3271/events
https://github.com/pandas-dev/pandas/pull/3271
12,901,181
MDExOlB1bGxSZXF1ZXN0NTAyMzA3Ng==
3,271
CLN: remove stale TODO.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
0
2013-04-07T20:20:33Z
2013-04-08T05:06:12Z
2013-04-08T05:06:11Z
NONE
null
any sentimental value there?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3271/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3271/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3271.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3271", "merged_at": "2013-04-08T05:06:11Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3271.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3271" }
https://api.github.com/repos/pandas-dev/pandas/issues/3272
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3272/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3272/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3272/events
https://github.com/pandas-dev/pandas/issues/3272
12,903,702
MDU6SXNzdWUxMjkwMzcwMg==
3,272
Why are we using the ugliest possible sphinx theme for the docs again?
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
18
2013-04-07T23:01:04Z
2014-01-20T18:02:42Z
2013-04-08T21:23:19Z
NONE
null
@wesm, any objection to changing over to ["nature"](http://sphinx-doc.org/latest/theming.html#builtin-themes)?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3272/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3272/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3273
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3273/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3273/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3273/events
https://github.com/pandas-dev/pandas/pull/3273
12,905,193
MDExOlB1bGxSZXF1ZXN0NTAyNDQ0MQ==
3,273
CLN: delete sandbox/stats, that's all statsmodels now
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
0
2013-04-08T01:07:04Z
2013-04-08T05:06:40Z
2013-04-08T05:06:40Z
NONE
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3273/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3273/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3273.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3273", "merged_at": "2013-04-08T05:06:40Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3273.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3273" }
https://api.github.com/repos/pandas-dev/pandas/issues/3274
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3274/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3274/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3274/events
https://github.com/pandas-dev/pandas/pull/3274
12,905,602
MDExOlB1bGxSZXF1ZXN0NTAyNDU3NA==
3,274
ENH: an example of a sandbox feature
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
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...
3
2013-04-08T01:37:45Z
2013-04-08T09:41:25Z
2013-04-08T09:41:07Z
NONE
null
Earlier today I suggested allowing "sandbox" features into releases, to make it easier to get some more testing and feedback before commiting something into core proper. Here's an example of how I imaging this to work: ``` In [1]: pd.describe_option("sandbox") sandbox.experimental_feature: [default: False] [currentl...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3274/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3274/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3274.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3274", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/3274.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3274" }
https://api.github.com/repos/pandas-dev/pandas/issues/3275
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3275/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3275/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3275/events
https://github.com/pandas-dev/pandas/issues/3275
12,907,834
MDU6SXNzdWUxMjkwNzgzNA==
3,275
Thoughts on DataFrame index not being columns, grouping issues
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "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": 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...
7
2013-04-08T04:11:37Z
2018-07-06T22:22:08Z
2018-07-06T22:22:07Z
MEMBER
null
from mailing list ``` I have a sort of philosophical question about the use of indexes (especially MultiIndexes) versus just keeping data in columns. When using groupby, you tend to get a lot of results with MultiIndexes, and the indexes are convenient for simple accessing of items. However, I've found that index ob...
{ "+1": 6, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 6, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3275/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3275/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3276
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3276/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3276/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3276/events
https://github.com/pandas-dev/pandas/pull/3276
12,908,951
MDExOlB1bGxSZXF1ZXN0NTAyNTk0MQ==
3,276
WIP: add df.dgrep, df.neighbours
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
2
2013-04-08T05:25:49Z
2014-07-22T00:40:26Z
2013-07-22T20:05:13Z
NONE
null
#2460 partly fulfilles #3269, should be extended to an equivalent method on index labels? (vectorized? numexpr?). Just experimenting with the API, performance later (as much as possible with unindexed data). - [x] need to add option to interpret multiple columns as a predicate expecting a list of values correspondi...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3276/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3276/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3276.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3276", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/3276.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3276" }
https://api.github.com/repos/pandas-dev/pandas/issues/3277
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3277/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3277/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3277/events
https://github.com/pandas-dev/pandas/pull/3277
12,910,594
MDExOlB1bGxSZXF1ZXN0NTAyNjYxNw==
3,277
API: raise TypeError out of GroupBy.agg
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
0
2013-04-08T06:51:51Z
2014-08-12T07:30:23Z
2013-04-08T07:12:24Z
MEMBER
null
Fixes #3238
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3277/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3277/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3277.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3277", "merged_at": "2013-04-08T07:12:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3277.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3277" }
https://api.github.com/repos/pandas-dev/pandas/issues/3278
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3278/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3278/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3278/events
https://github.com/pandas-dev/pandas/issues/3278
12,916,319
MDU6SXNzdWUxMjkxNjMxOQ==
3,278
plotting.andrews_curves legend is broken since at least 10.1
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "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": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
1
2013-04-08T10:05:38Z
2013-04-08T10:17:17Z
2013-04-08T10:16:54Z
NONE
null
Can be see in visualization.rst
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3278/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3278/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3279
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3279/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3279/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3279/events
https://github.com/pandas-dev/pandas/issues/3279
12,916,870
MDU6SXNzdWUxMjkxNjg3MA==
3,279
Compiling the docs produces a bunch of warnings.
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
3
2013-04-08T10:22:47Z
2013-05-31T00:00:57Z
2013-05-31T00:00:57Z
NONE
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3279/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3279/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3280
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3280/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3280/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3280/events
https://github.com/pandas-dev/pandas/pull/3280
12,918,883
MDExOlB1bGxSZXF1ZXN0NTAzMDY3MA==
3,280
ENH: add to_series() method to Index and subclasses GH3275
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
5
2013-04-08T11:29:06Z
2014-06-21T14:58:26Z
2013-04-09T20:05:09Z
NONE
null
#3275 ``` python In [10]: df=mkdf(10,5,r_idx_nlevels=2) In [11]: df.index Out[11]: MultiIndex [R_l0_g0 R_l1_g0, R_l0_g1 R_l1_g1, R_l0_g2 R_l1_g2, R_l0_g3 R_l1_g3, R_l0_g4 R_l1_g4, R_l0_g5 R_l1_g5, R_l0_g6 R_l1_g6, R_l0_g7 R_l1_g7, R_l0_g8 R_l1_g8, R_l0_g9 R_l1_g9] In [12]: # new method ...: df.index.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/3280/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3280/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3280.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3280", "merged_at": "2013-04-09T20:05:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3280.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3280" }
https://api.github.com/repos/pandas-dev/pandas/issues/3281
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3281/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3281/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3281/events
https://github.com/pandas-dev/pandas/issues/3281
12,919,542
MDU6SXNzdWUxMjkxOTU0Mg==
3,281
Support pdf tables -> datframe
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
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...
2
2013-04-08T11:49:42Z
2013-09-28T20:54:56Z
2013-09-28T20:54:28Z
NONE
null
If their install process ever becomes less ridiculous, and the processing time reasonable it might be interesting to make pdf tables -> pandas seamless. I know some civic hacking people this would make happy. https://github.com/jazzido/tabula
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3281/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3281/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3282
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3282/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3282/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3282/events
https://github.com/pandas-dev/pandas/issues/3282
12,921,972
MDU6SXNzdWUxMjkyMTk3Mg==
3,282
Initializing a Series with an OrderedDict
{ "avatar_url": "https://avatars.githubusercontent.com/u/649288?v=4", "events_url": "https://api.github.com/users/xapple/events{/privacy}", "followers_url": "https://api.github.com/users/xapple/followers", "following_url": "https://api.github.com/users/xapple/following{/other_user}", "gists_url": "https://api...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
2
2013-04-08T13:05:25Z
2013-04-08T15:10:35Z
2013-04-08T15:10:35Z
NONE
null
When executing this example code, the graph produced has the columns resorted such that they read `["col1", "col10", "col11", "col2", ...]` instead of the correctly sorted `["col1", "col2", "col3", "col4", ...]` ``` from collections import OrderedDict import pandas, random data = OrderedDict([('col%s' % i, random.rand...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3282/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3282/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3283
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3283/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3283/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3283/events
https://github.com/pandas-dev/pandas/issues/3283
12,922,216
MDU6SXNzdWUxMjkyMjIxNg==
3,283
Pivot table is making floats
{ "avatar_url": "https://avatars.githubusercontent.com/u/923922?v=4", "events_url": "https://api.github.com/users/justinvf-zz/events{/privacy}", "followers_url": "https://api.github.com/users/justinvf-zz/followers", "following_url": "https://api.github.com/users/justinvf-zz/following{/other_user}", "gists_url...
[ { "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": "e102d8", "de...
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
1
2013-04-08T13:11:49Z
2013-12-04T00:57:21Z
2013-04-08T15:33:05Z
NONE
null
I am having issues with pivot table creation making columns into floats when they don't need to be. ``` In [313]: f = pd.DataFrame({'a' : ['cat', 'bat', 'cat', 'bat'], 'v' : [1,2,3,4], 'i' : ['a','b','a','b']}) In [314]: z = pd.pivot_table(f, values='v', rows=['a'], cols=['i'], fill_value=0, aggfunc=np.sum) In [315]...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3283/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3283/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3284
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3284/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3284/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3284/events
https://github.com/pandas-dev/pandas/issues/3284
12,923,344
MDU6SXNzdWUxMjkyMzM0NA==
3,284
Apply with args but only one arg gives TypeError
{ "avatar_url": "https://avatars.githubusercontent.com/u/4093198?v=4", "events_url": "https://api.github.com/users/BenjaminKay/events{/privacy}", "followers_url": "https://api.github.com/users/BenjaminKay/followers", "following_url": "https://api.github.com/users/BenjaminKay/following{/other_user}", "gists_ur...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
null
2
2013-04-08T13:38:27Z
2013-04-08T13:56:00Z
2013-04-08T13:56:00Z
NONE
null
I can't seem to get the arguments on the apply function to work when there is only one argument. The following code reproduces my error in Pandas 0.91. It doesn't seem to recognize a single argument as a one element tupple. ``` python data = {'state':['Ohio','Ohio','Ohio','Nevada','Nevada'], 'year':[2000,2001,2002,20...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3284/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3284/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3285
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3285/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3285/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3285/events
https://github.com/pandas-dev/pandas/pull/3285
12,926,305
MDExOlB1bGxSZXF1ZXN0NTAzNDM1NA==
3,285
ENH: Allow read_frame to use parameterized queries
{ "avatar_url": "https://avatars.githubusercontent.com/u/3977643?v=4", "events_url": "https://api.github.com/users/bburan-galenea/events{/privacy}", "followers_url": "https://api.github.com/users/bburan-galenea/followers", "following_url": "https://api.github.com/users/bburan-galenea/following{/other_user}", ...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
1
2013-04-08T14:38:43Z
2013-04-08T16:54:29Z
2013-04-08T16:54:21Z
CONTRIBUTOR
null
Added params argument to read_frame that is passed directly to the execute method. This allows users to use a parameterized query rather than having to pre-format the SQL themselves.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3285/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3285/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3285.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3285", "merged_at": "2013-04-08T16:54:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3285.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3285" }
https://api.github.com/repos/pandas-dev/pandas/issues/3286
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3286/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3286/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3286/events
https://github.com/pandas-dev/pandas/pull/3286
12,926,563
MDExOlB1bGxSZXF1ZXN0NTAzNDQ3Nw==
3,286
ENH/BUG: GH3283 allow pivot tables to downcast the output (e.g. float -> int) if 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://...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
0
2013-04-08T14:43:28Z
2014-06-20T01:23:28Z
2013-04-08T15:32:30Z
CONTRIBUTOR
null
closes #3283
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3286/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3286/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3286.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3286", "merged_at": "2013-04-08T15:32:30Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3286.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3286" }
https://api.github.com/repos/pandas-dev/pandas/issues/3287
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3287/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3287/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3287/events
https://github.com/pandas-dev/pandas/pull/3287
12,931,251
MDExOlB1bGxSZXF1ZXN0NTAzNjkwNA==
3,287
BUG: suppress error raise by nonnumeric columns when plotting DataFrame ...
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
5
2013-04-08T16:16:53Z
2014-07-02T01:57:24Z
2013-04-12T04:14:13Z
CONTRIBUTOR
null
...#3108 suppressing AttributeError here so you can plot the DataFrame and automatically exclude non-numeric columns. @y-p @wesm @jreback any thoughts on 1) whether it should raise instead of exclude and 2) whether catching the AttributeError here is too dangerously broad?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3287/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3287/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3287.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3287", "merged_at": "2013-04-12T04:14:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3287.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3287" }
https://api.github.com/repos/pandas-dev/pandas/issues/3288
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3288/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3288/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3288/events
https://github.com/pandas-dev/pandas/issues/3288
12,931,445
MDU6SXNzdWUxMjkzMTQ0NQ==
3,288
plot test failing under MPL 1.1.0
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
4
2013-04-08T16:21:19Z
2013-04-09T02:47:03Z
2013-04-09T02:07:17Z
CONTRIBUTOR
null
in test_graphics.py ``` @slow def test_time_series_plot_color_with_empty_kwargs(self): import matplotlib.pyplot as plt plt.close('all') for i in range(3): ax = Series(np.arange(12) + 1, index=date_range( '1/1/2000', periods=12)).plot() line_colors = [ 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/3288/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3288/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3289
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3289/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3289/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3289/events
https://github.com/pandas-dev/pandas/issues/3289
12,950,639
MDU6SXNzdWUxMjk1MDYzOQ==
3,289
DOC: add revised docs (in advanced indexing) in regards to GH3219
{ "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": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
0
2013-04-09T00:11:31Z
2013-09-21T01:26:36Z
2013-09-21T01:26:36Z
CONTRIBUTOR
null
see #3219 we now allow setting of mixed type frames with a ndarray/frame that can be aligned, docs mention the old behavior, need example maybe
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3289/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3289/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3290
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3290/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3290/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3290/events
https://github.com/pandas-dev/pandas/pull/3290
12,952,179
MDExOlB1bGxSZXF1ZXN0NTA0NzgxMQ==
3,290
BUG: test case showing why assigning to dtype is unsafe
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
1
2013-04-09T01:15:53Z
2013-05-18T15:13:52Z
2013-04-09T14:40:02Z
MEMBER
null
@jreback this is a test case that shows why assigning to `dtype` is unsafe, namely that the dtype item sizes have to be compatible obviously =P Could you take a look at this and fix? This came up when I booted the windows box back up because Windows uses int32 by default. There is a secondary bug here that the test ca...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3290/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3290/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3290.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3290", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/3290.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3290" }
https://api.github.com/repos/pandas-dev/pandas/issues/3291
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3291/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3291/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3291/events
https://github.com/pandas-dev/pandas/issues/3291
12,952,868
MDU6SXNzdWUxMjk1Mjg2OA==
3,291
Improper singleton-tuple repr
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "ededed", "default": false, "description": "__repr__ of pandas objec...
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
1
2013-04-09T01:45:21Z
2013-04-09T02:17:35Z
2013-04-09T02:17:14Z
MEMBER
null
``` In [3]: (5,) Out[3]: (5,) In [4]: Series([(4,), (5,), (6,)]) Out[4]: 0 (4) 1 (5) 2 (6) dtype: object ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3291/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3291/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3292
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3292/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3292/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3292/events
https://github.com/pandas-dev/pandas/pull/3292
12,953,289
MDExOlB1bGxSZXF1ZXN0NTA0ODM0Mg==
3,292
BUG: fix unsafe dtype conversion in Series
{ "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": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
5
2013-04-09T02:06:06Z
2013-04-09T19:44:07Z
2013-04-09T17:18:25Z
CONTRIBUTOR
null
fixes assignment to smaller itemsizes on dtype upcasting
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3292/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3292/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3292.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3292", "merged_at": "2013-04-09T17:18:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3292.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3292" }
https://api.github.com/repos/pandas-dev/pandas/issues/3293
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3293/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3293/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3293/events
https://github.com/pandas-dev/pandas/issues/3293
12,953,576
MDU6SXNzdWUxMjk1MzU3Ng==
3,293
possible issue with DPI of plot images in docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "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": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
2
2013-04-09T02:22:30Z
2013-07-14T14:40:50Z
2013-07-14T14:40:50Z
NONE
null
probably applies to ipython sphinx ext as well, I did always find them somewhat grainy: http://mail.scipy.org/pipermail/ipython-user/2011-October/008699.html investigate.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3293/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3293/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3294
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3294/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3294/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3294/events
https://github.com/pandas-dev/pandas/issues/3294
12,954,611
MDU6SXNzdWUxMjk1NDYxMQ==
3,294
pprint_thing doesn't handle sets properly
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
1
2013-04-09T03:19:36Z
2013-04-09T03:20:17Z
2013-04-09T03:20:17Z
NONE
null
partly due to https://github.com/pydata/pandas/pull/2979
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3294/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3294/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3295
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3295/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3295/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3295/events
https://github.com/pandas-dev/pandas/issues/3295
12,969,994
MDU6SXNzdWUxMjk2OTk5NA==
3,295
consistency of hist and boxplot
{ "avatar_url": "https://avatars.githubusercontent.com/u/111730?v=4", "events_url": "https://api.github.com/users/pprett/events{/privacy}", "followers_url": "https://api.github.com/users/pprett/followers", "following_url": "https://api.github.com/users/pprett/following{/other_user}", "gists_url": "https://api...
[ { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" }, { "color": "009800", "default": false, "description": "Du...
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
2013-04-09T13:03:08Z
2014-03-14T12:41:12Z
2014-03-14T12:41:12Z
CONTRIBUTOR
null
Both `DataFrame.hist` and `DataFrame.boxplot` support `by` to create grouped plots, however, `DataFrame.hist` requires that any column in `by` is also included in `column` while `DataFrame.boxplot` its vice-versa. Here is a minimal example:: ``` >>> df = pd.DataFrame({'a': [1, 1, 2, 2, 2, 1], 'b': list('AAABBB')}) >>...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3295/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3295/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3296
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3296/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3296/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3296/events
https://github.com/pandas-dev/pandas/issues/3296
12,972,727
MDU6SXNzdWUxMjk3MjcyNw==
3,296
DataFrame.hist ignores keyword arguments
{ "avatar_url": "https://avatars.githubusercontent.com/u/111730?v=4", "events_url": "https://api.github.com/users/pprett/events{/privacy}", "followers_url": "https://api.github.com/users/pprett/followers", "following_url": "https://api.github.com/users/pprett/following{/other_user}", "gists_url": "https://api...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
1
2013-04-09T14:09:40Z
2013-04-10T07:01:13Z
2013-04-10T07:01:13Z
CONTRIBUTOR
null
`DataFrame.hist` allows arbitrary keyword arguments which (according to the docstring) are passed to `matplotlib.hist`, however, it ignores keyword arguments in `pandas.tools.plotting.grouped_hist` (does not pass them to `hist`). This would be useful in order to create normalized and/or cumulative histograms. It req...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3296/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3296/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3297
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3297/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3297/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3297/events
https://github.com/pandas-dev/pandas/pull/3297
12,984,978
MDExOlB1bGxSZXF1ZXN0NTA2NDU1NQ==
3,297
WIP: Support metadata at de/serialization time
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
22
2013-04-09T18:24:51Z
2014-06-24T19:43:15Z
2013-05-18T15:05:08Z
NONE
null
#2485, with much reduced scope. While collecting vbench data recently, it became painfully obvious how useful it would be to be able to attach metadata tags to serialized frames/series/panel. This is a rough draft for something I'd like to see happen in 0.12. It creates yet another version of pickle files, so much 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/3297/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3297/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3297.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3297", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/3297.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3297" }
https://api.github.com/repos/pandas-dev/pandas/issues/3298
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3298/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3298/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3298/events
https://github.com/pandas-dev/pandas/issues/3298
12,987,091
MDU6SXNzdWUxMjk4NzA5MQ==
3,298
bar plot sets axhline(0) for log plots, mpl 1.2.1 disapproves
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
0
2013-04-09T19:08:54Z
2013-04-09T20:39:52Z
2013-04-09T20:39:52Z
NONE
null
https://github.com/matplotlib/matplotlib/issues/1892 fix shortly
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3298/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3298/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3299
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3299/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3299/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3299/events
https://github.com/pandas-dev/pandas/pull/3299
12,987,365
MDExOlB1bGxSZXF1ZXN0NTA2NTgwMA==
3,299
BUG: DataFrame.hist passes keyword arguments to mpl.hist; closes #3296
{ "avatar_url": "https://avatars.githubusercontent.com/u/111730?v=4", "events_url": "https://api.github.com/users/pprett/events{/privacy}", "followers_url": "https://api.github.com/users/pprett/followers", "following_url": "https://api.github.com/users/pprett/following{/other_user}", "gists_url": "https://api...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
2
2013-04-09T19:15:11Z
2013-04-10T07:01:03Z
2013-04-10T07:01:03Z
CONTRIBUTOR
null
This is a fix for https://github.com/pydata/pandas/issues/3296 . Now keyword arguments to `plotting.grouped_hist` are passed to `matplotlib.Axes.hist`. This allows you to create e.g. normalized, cumulative, or log scaled histograms:: ``` df = pd.DataFrame(np.random.randn(500, 2), columns=['A', 'B']) df['C'] = np.rand...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3299/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3299/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3299.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3299", "merged_at": "2013-04-10T07:01:03Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3299.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3299" }
https://api.github.com/repos/pandas-dev/pandas/issues/3300
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3300/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3300/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3300/events
https://github.com/pandas-dev/pandas/pull/3300
12,988,209
MDExOlB1bGxSZXF1ZXN0NTA2NjI0OA==
3,300
Work around mpl 1.2.1 regression re bar log plot GH3298, GH3254
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
0
2013-04-09T19:34:39Z
2013-04-09T20:39:25Z
2013-04-09T20:39:25Z
NONE
null
#3298, #3254 added tests and Tested visually on 1.2.0 and 1.2.1. y-p's 2nd rule of github - if you see an area in the codebase that you never ever want to touch, you'll end up maintaining it.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3300/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3300/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3300.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3300", "merged_at": "2013-04-09T20:39:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3300.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3300" }