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/3701
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3701/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3701/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3701/events
https://github.com/pandas-dev/pandas/pull/3701
14,820,628
MDExOlB1bGxSZXF1ZXN0NTk1NTA4Nw==
3,701
BUG: DataFrame.to_csv fails silently if nanRep not None
{ "avatar_url": "https://avatars.githubusercontent.com/u/173889?v=4", "events_url": "https://api.github.com/users/tdsmith/events{/privacy}", "followers_url": "https://api.github.com/users/tdsmith/followers", "following_url": "https://api.github.com/users/tdsmith/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
1
2013-05-28T05:14:38Z
2014-07-16T08:10:29Z
2013-05-30T01:10:17Z
CONTRIBUTOR
null
The nanRep argument to DataFrame.to_csv() is deprecated and na_rep should be used instead. .to_csv should succeed with a warning if nanRep is specified. Before this fix, to_csv threw a warning but did not save the file.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3701/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3701/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3701.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3701", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/3701.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3701" }
https://api.github.com/repos/pandas-dev/pandas/issues/3702
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3702/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3702/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3702/events
https://github.com/pandas-dev/pandas/pull/3702
14,851,407
MDExOlB1bGxSZXF1ZXN0NTk2OTUwNA==
3,702
ENH: allow to_html and to_latex to take a path for their first argument
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
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...
4
2013-05-28T17:33:25Z
2014-06-20T04:17:09Z
2013-05-30T16:34:48Z
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/3702/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3702/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3702.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3702", "merged_at": "2013-05-30T16:34:48Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3702.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3702" }
https://api.github.com/repos/pandas-dev/pandas/issues/3703
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3703/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3703/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3703/events
https://github.com/pandas-dev/pandas/issues/3703
14,852,427
MDU6SXNzdWUxNDg1MjQyNw==
3,703
BUG: broadcasting subtraction
{ "avatar_url": "https://avatars.githubusercontent.com/u/209714?v=4", "events_url": "https://api.github.com/users/slowkow/events{/privacy}", "followers_url": "https://api.github.com/users/slowkow/followers", "following_url": "https://api.github.com/users/slowkow/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
9
2013-05-28T17:55:34Z
2013-06-04T17:46:10Z
2013-05-28T18:16:03Z
NONE
null
This bug applies to version `0.11.0`. I observe correct behavior in version `0.12.0.dev-84fb0e0`, so the issue seems to have been fixed. Still, I thought someone might find it useful to see this report. --- EDIT: Replaced a larger and more complicated example with a minimal example. ``` In [84]: df = pd.DataFrame({'...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3703/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3703/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3704
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3704/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3704/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3704/events
https://github.com/pandas-dev/pandas/pull/3704
14,863,723
MDExOlB1bGxSZXF1ZXN0NTk3NjMyMA==
3,704
DOC: document read_html and to_html
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
13
2013-05-28T21:56:08Z
2014-07-16T08:10:33Z
2013-05-30T16:36:50Z
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/3704/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3704/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3704.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3704", "merged_at": "2013-05-30T16:36:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3704.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3704" }
https://api.github.com/repos/pandas-dev/pandas/issues/3705
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3705/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3705/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3705/events
https://github.com/pandas-dev/pandas/issues/3705
14,864,961
MDU6SXNzdWUxNDg2NDk2MQ==
3,705
DOC: provide links to API documentation where possible
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
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...
6
2013-05-28T22:30:28Z
2017-03-05T15:14:17Z
2016-09-29T22:39:31Z
MEMBER
null
Probably good as a first PR. I'm _not_ saying we need links to `DataFrame` every time it's mentioned, but the io docs could use some TLC in this direction.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3705/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3705/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3706
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3706/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3706/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3706/events
https://github.com/pandas-dev/pandas/issues/3706
14,887,120
MDU6SXNzdWUxNDg4NzEyMA==
3,706
PERF: frame_repr_wide benchmark
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" } ]
closed
false
null
[]
{ "closed_at": "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...
4
2013-05-29T12:26:28Z
2013-05-30T05:13:37Z
2013-05-30T05:11:10Z
CONTRIBUTOR
null
Is this correct? (on current master) ``` In [1]: df = pandas.DataFrame(np.random.randn(10,10000)) In [2]: %timeit repr(df) 1 loops, best of 3: 9.85 s per loop n [4]: pandas.__version__ Out[4]: '0.12.0.dev-a62ea81' ``` ``` %prun repr(df) ncalls tottime percall cumtime percall filename:lineno(function) 1920...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3706/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3706/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3707
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3707/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3707/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3707/events
https://github.com/pandas-dev/pandas/issues/3707
14,889,999
MDU6SXNzdWUxNDg4OTk5OQ==
3,707
Incorrect result when resampling DatetimeIndex due to hidden cast of ints to floats
{ "avatar_url": "https://avatars.githubusercontent.com/u/218609?v=4", "events_url": "https://api.github.com/users/gerdemb/events{/privacy}", "followers_url": "https://api.github.com/users/gerdemb/followers", "following_url": "https://api.github.com/users/gerdemb/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": 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", ...
20
2013-05-29T13:37:42Z
2017-06-12T01:16:23Z
2017-01-09T20:10:40Z
NONE
null
To summarize: should raise when loss of precision when casting from ints to floats for computations (everywhere!) The wrong result is returned in the following case because of unnecessary casting of ints to floats. ``` max_int = np.iinfo(np.int64).max min_int = np.iinfo(np.int64).min assert max_int + min_int == -1 as...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3707/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3707/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3708
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3708/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3708/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3708/events
https://github.com/pandas-dev/pandas/pull/3708
14,892,292
MDExOlB1bGxSZXF1ZXN0NTk5MTg2Nw==
3,708
BUG: allow DataFrame.from_records to accept empty recarrays
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
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...
3
2013-05-29T14:23:51Z
2014-07-06T13:17:47Z
2013-05-30T00:46:35Z
MEMBER
null
closes #3682.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3708/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3708/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3708.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3708", "merged_at": "2013-05-30T00:46:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3708.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3708" }
https://api.github.com/repos/pandas-dev/pandas/issues/3709
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3709/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3709/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3709/events
https://github.com/pandas-dev/pandas/pull/3709
14,917,288
MDExOlB1bGxSZXF1ZXN0NjAwNTczMA==
3,709
improve error message when xlrd import fails
{ "avatar_url": "https://avatars.githubusercontent.com/u/50109?v=4", "events_url": "https://api.github.com/users/gliptak/events{/privacy}", "followers_url": "https://api.github.com/users/gliptak/followers", "following_url": "https://api.github.com/users/gliptak/following{/other_user}", "gists_url": "https://a...
[]
closed
false
null
[]
null
1
2013-05-29T23:02:12Z
2013-06-10T19:20:35Z
2013-05-29T23:47:53Z
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/3709/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3709/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3709.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3709", "merged_at": "2013-05-29T23:47:53Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3709.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3709" }
https://api.github.com/repos/pandas-dev/pandas/issues/3710
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3710/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3710/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3710/events
https://github.com/pandas-dev/pandas/pull/3710
14,917,425
MDExOlB1bGxSZXF1ZXN0NjAwNTgwNg==
3,710
Excel output in non-ascii encodings
{ "avatar_url": "https://avatars.githubusercontent.com/u/4236093?v=4", "events_url": "https://api.github.com/users/jtornero/events{/privacy}", "followers_url": "https://api.github.com/users/jtornero/followers", "following_url": "https://api.github.com/users/jtornero/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
14
2013-05-29T23:06:10Z
2014-06-24T12:36:06Z
2013-09-30T10:27:38Z
NONE
null
First, I would like to thank the developers for this excellent work. My patch is about the possibility of specify the workbook encoding when making output to excel xls files. By default, pandas hasn't it, so say-so non ascii language speakers weren't able to save files with _special_ characters, receiving an error lik...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3710/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3710/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3710.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3710", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/3710.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3710" }
https://api.github.com/repos/pandas-dev/pandas/issues/3711
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3711/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3711/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3711/events
https://github.com/pandas-dev/pandas/issues/3711
14,919,268
MDU6SXNzdWUxNDkxOTI2OA==
3,711
Can't run nosetest
{ "avatar_url": "https://avatars.githubusercontent.com/u/1226936?v=4", "events_url": "https://api.github.com/users/jeffreyrosenbluth/events{/privacy}", "followers_url": "https://api.github.com/users/jeffreyrosenbluth/followers", "following_url": "https://api.github.com/users/jeffreyrosenbluth/following{/other_u...
[]
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...
39
2013-05-30T00:09:25Z
2015-07-25T19:02:29Z
2015-07-24T20:09:24Z
NONE
null
Trying to contribute but get the following error when trying to run nosetests with "nosetests pandas". I get the same error on both OSX 10.8.3 and Linux Ubuntu: # ## ERROR: Failure: ImportError (No module named dateutil.parser) Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/nose/loader.py...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3711/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3711/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3712
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3712/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3712/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3712/events
https://github.com/pandas-dev/pandas/pull/3712
14,919,316
MDExOlB1bGxSZXF1ZXN0NjAwNjg3Nw==
3,712
API: deprecate unused DataFrame.replace arguments
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
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...
5
2013-05-30T00:11:09Z
2014-07-16T08:10:43Z
2013-05-30T16:41:40Z
MEMBER
null
@jreback i forgot to do this as per our conversation
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3712/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3712/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3712.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3712", "merged_at": "2013-05-30T16:41:40Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3712.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3712" }
https://api.github.com/repos/pandas-dev/pandas/issues/3713
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3713/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3713/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3713/events
https://github.com/pandas-dev/pandas/pull/3713
14,925,399
MDExOlB1bGxSZXF1ZXN0NjAwOTk2MQ==
3,713
BUG: restore 10.1 expand_repr behaviour, only for < max_cols, if wider then term GH3706
{ "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...
2
2013-05-30T05:09:21Z
2014-07-16T08:10:45Z
2013-05-30T05:10:56Z
NONE
null
#3706
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3713/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3713/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3713.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3713", "merged_at": "2013-05-30T05:10:56Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3713.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3713" }
https://api.github.com/repos/pandas-dev/pandas/issues/3714
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3714/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3714/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3714/events
https://github.com/pandas-dev/pandas/issues/3714
14,937,652
MDU6SXNzdWUxNDkzNzY1Mg==
3,714
Weird MultiIndex bug
{ "avatar_url": "https://avatars.githubusercontent.com/u/1327168?v=4", "events_url": "https://api.github.com/users/gerigk/events{/privacy}", "followers_url": "https://api.github.com/users/gerigk/followers", "following_url": "https://api.github.com/users/gerigk/following{/other_user}", "gists_url": "https://ap...
[ { "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...
14
2013-05-30T12:21:08Z
2013-08-11T20:01:03Z
2013-08-11T20:01:03Z
NONE
null
Bug: Assigning levels/labels to a multiindex (or really any fields in Index) should raise (if done externally) This is (for me) one of the weirdest things I have found so far (0.10.1 still) tl;dr it seems like df.copy() creates a shallow copy of the MultiIndex w.r.t levels Also, the setting of the index.levels does no...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3714/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3714/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3715
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3715/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3715/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3715/events
https://github.com/pandas-dev/pandas/issues/3715
14,938,736
MDU6SXNzdWUxNDkzODczNg==
3,715
ENH: Add fill_value option to resample()
{ "avatar_url": "https://avatars.githubusercontent.com/u/218609?v=4", "events_url": "https://api.github.com/users/gerdemb/events{/privacy}", "followers_url": "https://api.github.com/users/gerdemb/followers", "following_url": "https://api.github.com/users/gerdemb/following{/other_user}", "gists_url": "https://...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "e102d8"...
closed
false
null
[]
{ "closed_at": "2017-05-06T10:20:19Z", "closed_issues": 987, "created_at": "2016-02-08T15:30:21Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
3
2013-05-30T12:52:37Z
2017-01-21T22:50:21Z
2017-01-21T22:50:21Z
NONE
null
see also #3707 Add a `fill_value` option to `resample()` so that it is possible to resample a `TimeSeries` without creating `NaN` values. If the series is an int dtype and an int is passed to `fill_value`, it should be possible to resample the series without casting the values to floats. ``` >>> dates = (datetime(201...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3715/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3715/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3716
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3716/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3716/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3716/events
https://github.com/pandas-dev/pandas/pull/3716
14,944,004
MDExOlB1bGxSZXF1ZXN0NjAxOTc5Nw==
3,716
BLD: switch MAJOR and MICRO
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
2
2013-05-30T14:47:20Z
2014-07-16T08:10:48Z
2013-05-30T14:56:07Z
MEMBER
null
cc @y-p
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3716/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3716/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3716.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3716", "merged_at": "2013-05-30T14:56:07Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3716.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3716" }
https://api.github.com/repos/pandas-dev/pandas/issues/3717
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3717/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3717/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3717/events
https://github.com/pandas-dev/pandas/issues/3717
14,944,460
MDU6SXNzdWUxNDk0NDQ2MA==
3,717
API: remove ExcelFile/ExcelObject, clipboard from parses.io.parsers
{ "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": "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" }, { "color": "AD7FA8", "de...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "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_u...
{ "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-05-30T14:54:58Z
2013-09-27T19:55:18Z
2013-09-27T19:55:18Z
CONTRIBUTOR
null
fair warning in 0.11.1 that in 0.12 this is going to change top-level imports of `ExcelFile/ExcelObject` are unchanged this only affects directly importing from the parsers module
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3717/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3717/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3718
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3718/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3718/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3718/events
https://github.com/pandas-dev/pandas/issues/3718
14,944,935
MDU6SXNzdWUxNDk0NDkzNQ==
3,718
DOC: make links actually link to API docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
2
2013-05-30T15:03:40Z
2013-05-30T16:41:20Z
2013-05-30T16:41:20Z
MEMBER
null
There are some places in the documentation where a link to the API docs is provided, e.g., `:func:`~pandas.read_html``, but no link is made. This is because the fully resolved name (i.e., the module where the function is defined [no package references]) must be used, i.e., `:func:`~pandas.io.html.read_html``. This part...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3718/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3718/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3719
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3719/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3719/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3719/events
https://github.com/pandas-dev/pandas/issues/3719
14,948,319
MDU6SXNzdWUxNDk0ODMxOQ==
3,719
API: deprecate DataFrame.from_csv -> pd.read_csv
{ "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": "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" }, { "color": "AD7FA8", "de...
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
2
2013-05-30T16:04:00Z
2014-02-18T19:50:23Z
2014-02-18T19:50:23Z
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/3719/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3719/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3720
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3720/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3720/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3720/events
https://github.com/pandas-dev/pandas/pull/3720
14,948,619
MDExOlB1bGxSZXF1ZXN0NjAyMjMwNQ==
3,720
DOC: clean up io docs and fix up links
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
11
2013-05-30T16:09:36Z
2014-07-16T08:10:50Z
2013-05-30T16:41:20Z
MEMBER
null
closes #3718.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3720/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3720/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3720.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3720", "merged_at": "2013-05-30T16:41:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3720.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3720" }
https://api.github.com/repos/pandas-dev/pandas/issues/3721
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3721/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3721/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3721/events
https://github.com/pandas-dev/pandas/issues/3721
14,965,695
MDU6SXNzdWUxNDk2NTY5NQ==
3,721
DOC/BLD: squash annoying sphinx bugs
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
1
2013-05-30T22:36:56Z
2013-05-30T23:56:42Z
2013-05-30T23:56:42Z
MEMBER
null
carrying over from #3720 these sphinx bugs **WILL** be squashed!! - [x] `lookup` - [x] `to_csv` (there's a newline character here that's causing the issue. that i'm trying to figure out how to escape it in sphinx) duh use raw strings - [x] `ExcelFile.parse` - [x] `read_excel` - [x] `docscrape.py: Unknown Section Examp...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3721/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3721/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3722
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3722/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3722/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3722/events
https://github.com/pandas-dev/pandas/pull/3722
14,966,893
MDExOlB1bGxSZXF1ZXN0NjAzMjQ1MQ==
3,722
DOC/BLD: fix annoying sphinx bugs
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
25
2013-05-30T23:13:59Z
2014-07-17T00:18:56Z
2013-05-30T23:56:42Z
MEMBER
null
closes #3721. cc @jreback
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3722/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3722/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3722.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3722", "merged_at": "2013-05-30T23:56:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3722.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3722" }
https://api.github.com/repos/pandas-dev/pandas/issues/3723
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3723/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3723/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3723/events
https://github.com/pandas-dev/pandas/issues/3723
14,967,944
MDU6SXNzdWUxNDk2Nzk0NA==
3,723
need older beautifulsoup4 on 64-bit as well
{ "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_...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
null
22
2013-05-30T23:51:05Z
2013-06-02T01:29:55Z
2013-05-31T00:27:51Z
CONTRIBUTOR
null
docs say 4.0.2 on 32-bit. i tried building on 64-bit and it did not work with 4.2.0 but worked with 4.0.2. I'm updating the docs now.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3723/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3723/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3724
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3724/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3724/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3724/events
https://github.com/pandas-dev/pandas/pull/3724
14,968,415
MDExOlB1bGxSZXF1ZXN0NjAzMzI3NA==
3,724
DOC: older version of bs4 for 64bit as well
{ "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
[]
null
1
2013-05-31T00:08:29Z
2014-07-16T08:10:52Z
2013-05-31T00:10: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/3724/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3724/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3724.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3724", "merged_at": "2013-05-31T00:10:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3724.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3724" }
https://api.github.com/repos/pandas-dev/pandas/issues/3725
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3725/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3725/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3725/events
https://github.com/pandas-dev/pandas/pull/3725
14,969,604
MDExOlB1bGxSZXF1ZXN0NjAzMzk0Ng==
3,725
DOC/BLD: squash as many doc-build warnings as possible
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
3
2013-05-31T01:00:22Z
2014-07-12T14:11:36Z
2013-05-31T13:21:02Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3725/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3725/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3725.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3725", "merged_at": "2013-05-31T13:21:02Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3725.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3725" }
https://api.github.com/repos/pandas-dev/pandas/issues/3726
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3726/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3726/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3726/events
https://github.com/pandas-dev/pandas/issues/3726
14,969,978
MDU6SXNzdWUxNDk2OTk3OA==
3,726
datetime Series should raise on most numerical ops
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[ { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" }, { "color": "AD7...
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-05-31T01:18:48Z
2013-06-06T02:10:51Z
2013-06-06T02:10:51Z
MEMBER
null
obvs something like `diff` is fine, but i think sum/prod and most ufuncs should raise a `TypeError` maybe try the ops on the `values` attribute and if it doesn't raise continue
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3726/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3726/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3727
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3727/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3727/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3727/events
https://github.com/pandas-dev/pandas/issues/3727
14,989,952
MDU6SXNzdWUxNDk4OTk1Mg==
3,727
df.reset_index introduces wrong elements with NaN index values
{ "avatar_url": "https://avatars.githubusercontent.com/u/101264?v=4", "events_url": "https://api.github.com/users/floux/events{/privacy}", "followers_url": "https://api.github.com/users/floux/followers", "following_url": "https://api.github.com/users/floux/following{/other_user}", "gists_url": "https://api.gi...
[ { "color": "009800", "default": false, "description": "Duplicate issue or pull request", "id": 40153326, "name": "Duplicate Report", "node_id": "MDU6TGFiZWw0MDE1MzMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report" } ]
closed
false
null
[]
null
2
2013-05-31T11:52:34Z
2013-06-01T14:13:57Z
2013-06-01T14:13:57Z
NONE
null
When there are NaN values in the index, then reset_index introduces incorrect values. That is the case even if the reset_index operation occurs on a different index than the one containing the NaN values: ``` python In [1]: import pandas as pd In [2]: df = pd.DataFrame({ ...: 'col1' : [1,2,3,4,5,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/3727/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3727/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3728
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3728/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3728/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3728/events
https://github.com/pandas-dev/pandas/issues/3728
14,993,886
MDU6SXNzdWUxNDk5Mzg4Ng==
3,728
Plotting DataFrame with descending index
{ "avatar_url": "https://avatars.githubusercontent.com/u/327925?v=4", "events_url": "https://api.github.com/users/takluyver/events{/privacy}", "followers_url": "https://api.github.com/users/takluyver/followers", "following_url": "https://api.github.com/users/takluyver/following{/other_user}", "gists_url": "ht...
[ { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
null
[]
null
2
2013-05-31T13:47:08Z
2013-12-04T00:56:51Z
2013-07-18T09:06:02Z
CONTRIBUTOR
null
I don't have time to dig into this at the moment, but I didn't want to forget about it. As you can see in the screenshot below, the points are being plotted in reverse x order (the blue line should be lower on the left). If I call matplotlib's plot (`plot(lc.index, lc.A_mean)`) it works correctly. pandas 0.10.1, mpl 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/3728/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3728/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3729
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3729/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3729/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3729/events
https://github.com/pandas-dev/pandas/issues/3729
14,997,767
MDU6SXNzdWUxNDk5Nzc2Nw==
3,729
ENH: pivot/groupby index with nan
{ "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": "729FCF", "default": false, "description": null, ...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4", "events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}", "followers_url": "https://api.github.com/users/charlesdong1991/followers", "following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4", "events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}", "followers_url": "https://api.github.com/users/charlesdong1991/followers", "following_url": "https://api.github.com/users/charlesdong1991/following{/o...
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
52
2013-05-31T15:07:17Z
2021-07-11T14:31:09Z
2020-05-09T20:10:36Z
CONTRIBUTOR
null
ENH: maybe for now just provide a warning if dropping the nan rows when pivotting... rom ml http://stackoverflow.com/questions/16860172/python-pandas-pivot-table-silently-drops-indices-with-nans This is effectivly trying to groupby on a NaN, currently not allowed ``` In [13]: a = [['a', 'b', 12, 12, 12], ['a', nan,...
{ "+1": 64, "-1": 3, "confused": 1, "eyes": 1, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 69, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3729/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3729/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3730
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3730/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3730/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3730/events
https://github.com/pandas-dev/pandas/pull/3730
15,002,313
MDExOlB1bGxSZXF1ZXN0NjA0ODM3Mg==
3,730
ENH/CLN: give all AssertionErrors and nose.SkipTest raises an informative message
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_u...
{ "closed_at": "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...
43
2013-05-31T16:42:37Z
2014-06-26T21:36:32Z
2013-09-28T20:44:42Z
MEMBER
null
continuation of #3519 because of a branch rename. ### UPDATE: The exception parsing script has been moved to [a Gist](https://gist.github.com/cpcloud/6745173) This PR partially addresses #3024. - all `AssertionError` exceptions now have an informative error message in them - some `AssertionErrors` have been converted...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3730/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3730/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3730.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3730", "merged_at": "2013-09-28T20:44:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3730.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3730" }
https://api.github.com/repos/pandas-dev/pandas/issues/3731
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3731/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3731/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3731/events
https://github.com/pandas-dev/pandas/pull/3731
15,011,861
MDExOlB1bGxSZXF1ZXN0NjA1MzMwNg==
3,731
API: raise TypeError on most datetime64 reduction ops
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
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...
56
2013-05-31T20:10:10Z
2014-06-22T11:11:14Z
2013-06-06T02:10:51Z
MEMBER
null
closes #3726.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3731/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3731/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3731.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3731", "merged_at": "2013-06-06T02:10:51Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3731.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3731" }
https://api.github.com/repos/pandas-dev/pandas/issues/3732
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3732/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3732/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3732/events
https://github.com/pandas-dev/pandas/pull/3732
15,016,195
MDExOlB1bGxSZXF1ZXN0NjA1NTgzNA==
3,732
DOC: fix read_html attribute reading example
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
1
2013-05-31T22:04:01Z
2014-07-16T08:11:14Z
2013-05-31T22:10:47Z
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/3732/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3732/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3732.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3732", "merged_at": "2013-05-31T22:10:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3732.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3732" }
https://api.github.com/repos/pandas-dev/pandas/issues/3733
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3733/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3733/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3733/events
https://github.com/pandas-dev/pandas/issues/3733
15,024,119
MDU6SXNzdWUxNTAyNDExOQ==
3,733
Slowness for DataFrame.where/mask when dtype=bool
{ "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": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" } ]
closed
false
null
[]
{ "closed_at": "2013-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...
19
2013-06-01T07:29:33Z
2013-06-03T02:30:45Z
2013-06-02T11:58:40Z
CONTRIBUTOR
null
``` python data = np.random.randn(10000, 500) df = pd.DataFrame(data) df = df.where(df > 0) # create nans bools = df > 0 reg_mask = bools.mask(pd.isnull(df)) # walltime 10s float_mask = bools.astype(float).mask(pd.isnull(df)) # walltime 200ms tm.assert_frame_equal(reg_mask, float_mask) # success ``` I found that whil...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3733/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3733/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3734
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3734/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3734/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3734/events
https://github.com/pandas-dev/pandas/pull/3734
15,031,701
MDExOlB1bGxSZXF1ZXN0NjA2MjEzMg==
3,734
BLD: test_perf.py, add --base-pickle --target-pickle options to test_perf
{ "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...
0
2013-06-01T19:49:33Z
2014-06-24T15:20:16Z
2013-06-01T19:50:22Z
NONE
null
Until now test_perf either generated a single commit report for HEAD, or fell back to vbench to compare two commits. with this change, can now compare results between saved results of test_perf -H invocations. Flow: - Use build_cache (cdev from #3156) to jump to desired commit using build_cache - checkout current vb_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/3734/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3734/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3734.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3734", "merged_at": "2013-06-01T19:50:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3734.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3734" }
https://api.github.com/repos/pandas-dev/pandas/issues/3735
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3735/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3735/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3735/events
https://github.com/pandas-dev/pandas/pull/3735
15,032,026
MDExOlB1bGxSZXF1ZXN0NjA2MjIzNA==
3,735
BUG/BLD: pytables version checking was incorrect
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
2
2013-06-01T20:15:39Z
2014-07-16T08:11:19Z
2013-06-01T20:38:56Z
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/3735/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3735/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3735.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3735", "merged_at": "2013-06-01T20:38:56Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3735.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3735" }
https://api.github.com/repos/pandas-dev/pandas/issues/3736
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3736/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3736/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3736/events
https://github.com/pandas-dev/pandas/pull/3736
15,032,252
MDExOlB1bGxSZXF1ZXN0NjA2MjMyOA==
3,736
PERF: speed up where operations when splitting blocks (GH3733)
{ "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-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-06-01T20:37:47Z
2014-07-16T08:11:20Z
2013-06-02T11:58:40Z
CONTRIBUTOR
null
close #3733
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3736/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3736/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3736.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3736", "merged_at": "2013-06-02T11:58:40Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3736.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3736" }
https://api.github.com/repos/pandas-dev/pandas/issues/3737
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3737/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3737/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3737/events
https://github.com/pandas-dev/pandas/pull/3737
15,038,183
MDExOlB1bGxSZXF1ZXN0NjA2NDU3NA==
3,737
TST: Fix assert_almost_equal error message
{ "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/jtratner/followers", "following_url": "https://api.github.com/users/jtratner/following{/other_user}", "gists_url": "http...
[]
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...
5
2013-06-02T09:15:07Z
2014-07-16T08:11:22Z
2013-06-03T17:11:19Z
CONTRIBUTOR
null
Most tests (in pandas' test suite and in general) are of form `assert_almost_equal(result, expected)`. Verbose error message was treating its first argument as expected, this is now fixed. Previous message was: ``` python err_msg = lambda a, b: 'expected %.5f but got %.5f' % (a, b) ``` But a, the first argument, is...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3737/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3737/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3737.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3737", "merged_at": "2013-06-03T17:11:19Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3737.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3737" }
https://api.github.com/repos/pandas-dev/pandas/issues/3738
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3738/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3738/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3738/events
https://github.com/pandas-dev/pandas/issues/3738
15,038,844
MDU6SXNzdWUxNTAzODg0NA==
3,738
Assignment with MultiIndex replaces dataframe contents with NaNs
{ "avatar_url": "https://avatars.githubusercontent.com/u/101264?v=4", "events_url": "https://api.github.com/users/floux/events{/privacy}", "followers_url": "https://api.github.com/users/floux/followers", "following_url": "https://api.github.com/users/floux/following{/other_user}", "gists_url": "https://api.gi...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
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-06-02T10:27:23Z
2014-02-13T23:12:32Z
2014-02-13T23:12:32Z
NONE
null
Bug: `df.loc['bar'] = df['bar'] * 2`; assignment with rhs having a multi-index Related to http://stackoverflow.com/questions/16833842/assign-new-values-to-slice-from-multiindex-dataframe ``` python In [246]: arrays = [np.array(['bar', 'bar', 'baz', 'qux', 'qux', 'bar']), np.array(['one', 'two', 'o...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3738/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3738/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3739
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3739/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3739/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3739/events
https://github.com/pandas-dev/pandas/pull/3739
15,042,412
MDExOlB1bGxSZXF1ZXN0NjA2NjAzOQ==
3,739
Make div use truediv instead of div
{ "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/jtratner/followers", "following_url": "https://api.github.com/users/jtratner/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
13
2013-06-02T17:17:07Z
2014-07-03T04:46:53Z
2013-06-02T19:28:32Z
CONTRIBUTOR
null
This changes the `div()` method in pandas on Python 2.x to always do `truediv` rather than integer division. Currently, pandas doesn't respect `from __future__ import division` (it's defined in a file that doesn't start with the import, so it always does integer division). `__div__`, `__rdiv__`, and `__idiv__` remain ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3739/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3739/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3739.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3739", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/3739.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3739" }
https://api.github.com/repos/pandas-dev/pandas/issues/3740
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3740/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3740/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3740/events
https://github.com/pandas-dev/pandas/issues/3740
15,045,045
MDU6SXNzdWUxNTA0NTA0NQ==
3,740
Unexpected `transform` behavior on grouped dataset
{ "avatar_url": "https://avatars.githubusercontent.com/u/81476?v=4", "events_url": "https://api.github.com/users/fonnesbeck/events{/privacy}", "followers_url": "https://api.github.com/users/fonnesbeck/followers", "following_url": "https://api.github.com/users/fonnesbeck/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": "729FCF", "default": false, "description": null, "id": 233160, ...
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...
20
2013-06-02T20:40:12Z
2013-06-03T21:44:31Z
2013-06-03T17:09:29Z
NONE
null
I have a simple longitudinal biomedical dataset that I am grouping according to the patient on which measurements are taken. Here are the first couple of groups: ``` 1 patient obs week site id treat age sex twstrs treatment 0 1 1 0 1 1 5000U 65 F 32 1 1 1 2 ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3740/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3740/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3741
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3741/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3741/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3741/events
https://github.com/pandas-dev/pandas/pull/3741
15,052,657
MDExOlB1bGxSZXF1ZXN0NjA3MDA1MQ==
3,741
TST/BUG: fix bs4 tests that were getting erroneously run when lxml is installed but not bs4
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
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...
42
2013-06-03T06:13:06Z
2014-06-12T18:25:57Z
2013-06-04T16:58:59Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3741/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3741/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3741.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3741", "merged_at": "2013-06-04T16:58:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3741.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3741" }
https://api.github.com/repos/pandas-dev/pandas/issues/3742
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3742/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3742/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3742/events
https://github.com/pandas-dev/pandas/issues/3742
15,065,998
MDU6SXNzdWUxNTA2NTk5OA==
3,742
MultiIndex names attribute broken when using set_value() to expand DataFrame()
{ "avatar_url": "https://avatars.githubusercontent.com/u/1553566?v=4", "events_url": "https://api.github.com/users/thriveth/events{/privacy}", "followers_url": "https://api.github.com/users/thriveth/followers", "following_url": "https://api.github.com/users/thriveth/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" }, { "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...
4
2013-06-03T13:12:28Z
2013-07-02T00:07:29Z
2013-06-27T19:11:37Z
NONE
null
I have raised the issue in [this question](http://stackoverflow.com/questions/15621143/pandas-df-set-value-method-erases-resets-column-names-of-multiindex/15624426#15624426) on Stack Overflow, but I'm not sure it ever made it to the Pandas issue tracker. I have a MultiIndex'ed DataFrame which I want to expand by using...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3742/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3742/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3743
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3743/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3743/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3743/events
https://github.com/pandas-dev/pandas/pull/3743
15,066,490
MDExOlB1bGxSZXF1ZXN0NjA3Njk0Ng==
3,743
BUG: (GH3740) Groupby transform with item-by-item not upcasting correctly
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[]
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-06-03T13:24:35Z
2014-07-16T08:11:29Z
2013-06-03T17:09:29Z
CONTRIBUTOR
null
closes #3740
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3743/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3743/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3743.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3743", "merged_at": "2013-06-03T17:09:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3743.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3743" }
https://api.github.com/repos/pandas-dev/pandas/issues/3744
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3744/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3744/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3744/events
https://github.com/pandas-dev/pandas/pull/3744
15,068,277
MDExOlB1bGxSZXF1ZXN0NjA3NzkwOQ==
3,744
ENH: Experimental CustomBusinessDay DateOffset class. fixes #2301
{ "avatar_url": "https://avatars.githubusercontent.com/u/652285?v=4", "events_url": "https://api.github.com/users/snth/events{/privacy}", "followers_url": "https://api.github.com/users/snth/followers", "following_url": "https://api.github.com/users/snth/following{/other_user}", "gists_url": "https://api.githu...
[]
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...
47
2013-06-03T14:01:05Z
2014-07-02T10:29:35Z
2013-06-21T12:39:20Z
CONTRIBUTOR
null
I took a stab at issue #2301 using the busdaycalendar functionality in numpy 1.7. ### Caveats There are a few issues with this: - It requires Numpy 1.7 (I've only tested it on numpy 1.7.1). - The timezone handling in nump 1.7 is broken (according to [this discussion](http://numpy-discussion.10968.n7.nabble.com/timezon...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3744/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3744/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3744.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3744", "merged_at": "2013-06-21T12:39:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3744.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3744" }
https://api.github.com/repos/pandas-dev/pandas/issues/3745
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3745/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3745/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3745/events
https://github.com/pandas-dev/pandas/issues/3745
15,071,566
MDU6SXNzdWUxNTA3MTU2Ng==
3,745
BUG: handle no rows returns from a sql query
{ "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": "06909A", "default": false, "description": "IO issues that don't fit...
closed
false
null
[]
{ "closed_at": "2014-10-23T11:43:09Z", "closed_issues": 530, "created_at": "2014-07-06T18:44:54Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
2
2013-06-03T15:06:48Z
2014-09-20T19:01:26Z
2014-09-20T19:01:26Z
CONTRIBUTOR
null
related to #3523
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3745/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3745/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3746
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3746/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3746/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3746/events
https://github.com/pandas-dev/pandas/issues/3746
15,071,748
MDU6SXNzdWUxNTA3MTc0OA==
3,746
ERR: disallow direct tz setting
{ "avatar_url": "https://avatars.githubusercontent.com/u/60985?v=4", "events_url": "https://api.github.com/users/nipunbatra/events{/privacy}", "followers_url": "https://api.github.com/users/nipunbatra/followers", "following_url": "https://api.github.com/users/nipunbatra/following{/other_user}", "gists_url": "...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "0b02e1", "default": false, "description": "Related t...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
9
2013-06-03T15:10:29Z
2018-04-11T02:29:55Z
2018-04-11T02:29:55Z
CONTRIBUTOR
null
related to #3714 tz should not be settable ``` df=pd.DataFrame({"events":np.ones(len(dates))},index=motor["timestamps"].astype("datetime64[s]")) df.describe() ``` | | events | | --- | --- | | count | 2393 | | mean | 1 | | std | 0 | | min | 1 | | 25% | 1 | | 50% | 1 | | 75% | 1 | | max | 1 | ``` df <class 'pandas.c...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3746/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3746/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3747
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3747/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3747/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3747/events
https://github.com/pandas-dev/pandas/issues/3747
15,076,818
MDU6SXNzdWUxNTA3NjgxOA==
3,747
pandas/io/auth.py: Missing copyright statements (thus invalidating 3rd party libraries licenses)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39889?v=4", "events_url": "https://api.github.com/users/yarikoptic/events{/privacy}", "followers_url": "https://api.github.com/users/yarikoptic/followers", "following_url": "https://api.github.com/users/yarikoptic/following{/other_user}", "gists_url": "...
[]
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...
3
2013-06-03T16:53:22Z
2013-06-06T20:20:53Z
2013-06-06T20:20:53Z
CONTRIBUTOR
null
Was originally reported in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700564 it has license header but no copyright information... license without a copyright is ... like a (non-google) car without driver
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3747/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3747/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3748
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3748/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3748/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3748/events
https://github.com/pandas-dev/pandas/issues/3748
15,081,060
MDU6SXNzdWUxNTA4MTA2MA==
3,748
Selecting columns from a HDFStore with a MultiIndex fails
{ "avatar_url": "https://avatars.githubusercontent.com/u/158456?v=4", "events_url": "https://api.github.com/users/hmgaudecker/events{/privacy}", "followers_url": "https://api.github.com/users/hmgaudecker/followers", "following_url": "https://api.github.com/users/hmgaudecker/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": "06909A", "default": false, "description": "IO issues that don't fit...
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...
16
2013-06-03T18:25:22Z
2013-09-11T19:38:12Z
2013-06-03T21:06:35Z
NONE
null
Using the example from the docs here: http://pandas.pydata.org/pandas-docs/dev/io.html#storing-multi-index-dataframes but specifying the 'columns' in `[1219]` keyword when selecting: ``` store.select('df_mi', columns=['A', 'B']) ``` leads to the failure below. The original example works, as does selecting columns wit...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3748/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3748/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3749
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3749/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3749/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3749/events
https://github.com/pandas-dev/pandas/pull/3749
15,083,278
MDExOlB1bGxSZXF1ZXN0NjA4NTk2MA==
3,749
BUG: (GH3748) Incorrectly read a HDFStore multi-index Frame witha column specification
{ "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-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-06-03T19:08:40Z
2014-07-16T08:11:33Z
2013-06-03T21:06:35Z
CONTRIBUTOR
null
closes #3748 API: raise a `TypeError` on passing `where` or `columns` to select with a Storer e.g. these are invalid parameters at this 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/3749/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3749/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3749.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3749", "merged_at": "2013-06-03T21:06:34Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3749.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3749" }
https://api.github.com/repos/pandas-dev/pandas/issues/3750
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3750/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3750/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3750/events
https://github.com/pandas-dev/pandas/issues/3750
15,084,931
MDU6SXNzdWUxNTA4NDkzMQ==
3,750
BUG: HDFStore fails on py3 with pytables 3.0
{ "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": "75507B", "default": false, "description": "Library building on vari...
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...
3
2013-06-03T19:42:15Z
2013-06-13T15:38:49Z
2013-06-06T00:14:00Z
CONTRIBUTOR
null
we are not testing this now on travis fails because pytables 3.0 reads back strings as bytes and infer_dtype doesn't deal with 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/3750/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3750/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3751
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3751/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3751/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3751/events
https://github.com/pandas-dev/pandas/pull/3751
15,092,914
MDExOlB1bGxSZXF1ZXN0NjA5MDk1OA==
3,751
DOC: document bs4/lxml/html5lib issues
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
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...
48
2013-06-03T22:24:22Z
2014-07-16T08:11:35Z
2013-06-04T20:02:50Z
MEMBER
null
to summarize this mess of deps and check my thoughts here ### if a user insists on using `lxml` (either with or without `bs4`) - warning about its inability to deal with the modern web - warning saying that the user should install `html5lib` and `bs4` so that a page will parse even if `lxml` barfs - test coverage for f...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3751/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3751/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3751.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3751", "merged_at": "2013-06-04T20:02:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3751.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3751" }
https://api.github.com/repos/pandas-dev/pandas/issues/3752
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3752/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3752/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3752/events
https://github.com/pandas-dev/pandas/issues/3752
15,099,224
MDU6SXNzdWUxNTA5OTIyNA==
3,752
BUG: Problem with count aggregation of a boolean column
{ "avatar_url": "https://avatars.githubusercontent.com/u/1126872?v=4", "events_url": "https://api.github.com/users/cameronhatfield/events{/privacy}", "followers_url": "https://api.github.com/users/cameronhatfield/followers", "following_url": "https://api.github.com/users/cameronhatfield/following{/other_user}",...
[ { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" }, { "color": "006...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 278, "created_at": "2013-01-06T03:02:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "f...
4
2013-06-04T02:23:24Z
2014-04-29T20:05:59Z
2014-04-29T20:05:59Z
NONE
null
The issue I am having is that in pandas 0.10.0, a count of boolean column with a single item in it would be 1, while a count of multiple items would of course be the number of items. In 0.11.0, it is now True if it is a single item, and the count otherwise. Result in 0.10.00 ``` console Single item Groupby DataFrame...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3752/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3752/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3753
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3753/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3753/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3753/events
https://github.com/pandas-dev/pandas/issues/3753
15,123,911
MDU6SXNzdWUxNTEyMzkxMQ==
3,753
BUG: rplot.GeomDensity2D flips axes
{ "avatar_url": "https://avatars.githubusercontent.com/u/4612277?v=4", "events_url": "https://api.github.com/users/flo-rian/events{/privacy}", "followers_url": "https://api.github.com/users/flo-rian/followers", "following_url": "https://api.github.com/users/flo-rian/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" }, { "color": "8AE234", "default": false, "description": null, "id": 2413328, ...
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...
7
2013-06-04T15:10:42Z
2015-01-26T01:02:54Z
2015-01-26T01:02:54Z
NONE
null
The axes drawn by rplot.GeomDensity2D are flipped. line 565 reads: `ax.contour(Z, extent=[x_min, x_max, y_min, y_max])` but should read: `ax.contour(Z.T, extent=[x_min, x_max, y_min, y_max])` The following test code gives the results shown below: ``` python import numpy as np import pandas as pd import...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3753/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3753/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3754
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3754/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3754/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3754/events
https://github.com/pandas-dev/pandas/issues/3754
15,134,429
MDU6SXNzdWUxNTEzNDQyOQ==
3,754
pandas.Series docstrings
{ "avatar_url": "https://avatars.githubusercontent.com/u/24195?v=4", "events_url": "https://api.github.com/users/mrjbq7/events{/privacy}", "followers_url": "https://api.github.com/users/mrjbq7/followers", "following_url": "https://api.github.com/users/mrjbq7/following{/other_user}", "gists_url": "https://api....
[]
closed
false
null
[]
null
3
2013-06-04T18:44:56Z
2013-06-04T19:18:13Z
2013-06-04T19:00:27Z
NONE
null
Seems like the copy docstring in `pandas.Series` is duplicated. Instead of this: ``` dtype : numpy.dtype or None If None, dtype will be inferred copy : boolean, default False Copy input data copy : boolean, default False ``` Shouldn't it be this? ``` dtype : numpy.dtype or None If None, dtype will be in...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3754/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3754/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3755
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3755/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3755/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3755/events
https://github.com/pandas-dev/pandas/pull/3755
15,138,534
MDExOlB1bGxSZXF1ZXN0NjExNTI1OA==
3,755
DOC: minor issue with the description of the names attribute of multiindexes
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
1
2013-06-04T20:12:36Z
2013-12-04T00:56:44Z
2013-06-04T20:28:55Z
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/3755/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3755/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3755.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3755", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/3755.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3755" }
https://api.github.com/repos/pandas-dev/pandas/issues/3756
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3756/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3756/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3756/events
https://github.com/pandas-dev/pandas/issues/3756
15,145,528
MDU6SXNzdWUxNTE0NTUyOA==
3,756
SparseArray with dtype != float64
{ "avatar_url": "https://avatars.githubusercontent.com/u/24195?v=4", "events_url": "https://api.github.com/users/mrjbq7/events{/privacy}", "followers_url": "https://api.github.com/users/mrjbq7/followers", "following_url": "https://api.github.com/users/mrjbq7/following{/other_user}", "gists_url": "https://api....
[ { "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": "FCE94F", "default": false, "description": "Internal...
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
3
2013-06-04T22:48:03Z
2013-09-20T23:36:42Z
2013-09-20T23:36:42Z
NONE
null
It would be nice to support sparse arrays with `dtype` that is not just `float64`. Specifically, I have some data that is `int8` but sparse, it would be nice to be able to create a `SparseArray` with the `SparseIndex` feature tracking which values are set and which are not set. Obviously, `np.nan` can't be used to in...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3756/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3756/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3757
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3757/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3757/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3757/events
https://github.com/pandas-dev/pandas/issues/3757
15,165,918
MDU6SXNzdWUxNTE2NTkxOA==
3,757
read_csv epoch parsing with pd.to_datetime()
{ "avatar_url": "https://avatars.githubusercontent.com/u/60985?v=4", "events_url": "https://api.github.com/users/nipunbatra/events{/privacy}", "followers_url": "https://api.github.com/users/nipunbatra/followers", "following_url": "https://api.github.com/users/nipunbatra/following{/other_user}", "gists_url": "...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
null
16
2013-06-05T11:47:24Z
2013-06-06T15:52:15Z
2013-06-06T11:57:28Z
CONTRIBUTOR
null
References #3764 , #3540 ``` !head 001EC00CC49D_processed timestamp,frequency,voltage,active_power,energy,cost,current,reactive_power,apparent_power,power_factor,phase_angle 1369210417,49.99,234.187,1.138,0.131,0.000,0.014,3.036,3.242,0.351,69.458 1369210418,49.98,234.276,1.043,0.131,0.000,0.014,3.183,3.350,...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3757/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3757/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3758
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3758/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3758/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3758/events
https://github.com/pandas-dev/pandas/pull/3758
15,166,233
MDExOlB1bGxSZXF1ZXN0NjEzMDAwOA==
3,758
BUG: (GH3611) revisited; read_excel not passing thru options to ExcelFile.parse
{ "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-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-06-05T11:56:43Z
2014-07-16T08:11:38Z
2013-06-05T14:02:43Z
CONTRIBUTOR
null
recloses #3611 API: add string and numeric versions of na_values when parsing
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3758/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3758/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3758.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3758", "merged_at": "2013-06-05T14:02:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3758.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3758" }
https://api.github.com/repos/pandas-dev/pandas/issues/3759
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3759/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3759/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3759/events
https://github.com/pandas-dev/pandas/issues/3759
15,167,067
MDU6SXNzdWUxNTE2NzA2Nw==
3,759
TimeSeries integration optimization
{ "avatar_url": "https://avatars.githubusercontent.com/u/1818628?v=4", "events_url": "https://api.github.com/users/metakermit/events{/privacy}", "followers_url": "https://api.github.com/users/metakermit/followers", "following_url": "https://api.github.com/users/metakermit/following{/other_user}", "gists_url":...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
null
11
2013-06-05T12:21:03Z
2013-06-07T13:20:19Z
2013-06-07T13:20:19Z
CONTRIBUTOR
null
Currently, using scipy.integrate to numerically integrate a pandas TimeSeries incurs quite a large overhead. I sketched up a quick benchmark in [this notebook](http://nbviewer.ipython.org/5512857). This overhead is causing me quite a lot of trouble in my personal work where this integration is the main bottleneck (some...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3759/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3759/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3760
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3760/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3760/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3760/events
https://github.com/pandas-dev/pandas/pull/3760
15,168,681
MDExOlB1bGxSZXF1ZXN0NjEzMTMyMQ==
3,760
DataFrame.corr() now computing correlations only once
{ "avatar_url": "https://avatars.githubusercontent.com/u/1630469?v=4", "events_url": "https://api.github.com/users/jniznan/events{/privacy}", "followers_url": "https://api.github.com/users/jniznan/followers", "following_url": "https://api.github.com/users/jniznan/following{/other_user}", "gists_url": "https:/...
[]
closed
false
null
[]
null
6
2013-06-05T13:05:20Z
2013-06-09T22:05:06Z
2013-06-09T22:05:06Z
CONTRIBUTOR
null
DataFrame.corr() for 'spearman' and 'kendall' was computing some correlations twice.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3760/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3760/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3760.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3760", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/3760.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3760" }
https://api.github.com/repos/pandas-dev/pandas/issues/3761
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3761/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3761/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3761/events
https://github.com/pandas-dev/pandas/issues/3761
15,178,616
MDU6SXNzdWUxNTE3ODYxNg==
3,761
single bad value may cause datatype to become object
{ "avatar_url": "https://avatars.githubusercontent.com/u/60985?v=4", "events_url": "https://api.github.com/users/nipunbatra/events{/privacy}", "followers_url": "https://api.github.com/users/nipunbatra/followers", "following_url": "https://api.github.com/users/nipunbatra/following{/other_user}", "gists_url": "...
[]
closed
false
null
[]
null
9
2013-06-05T16:07:45Z
2013-06-10T12:43:40Z
2013-06-10T12:43:40Z
CONTRIBUTOR
null
If reading a CSV, where one value got corrupt and doesn't remain a float, the inferred data type from read_csv would be object. eg. CSV contents ``` a,b 1.1,3.1 3.4,4,5 5.6,6.2 c3,7.2 In [37]: df=pd.read_csv('test_bad.csv',error_bad_lines=False) Skipping line 3: expected 2 fields, saw 3 In [38]: df Out[38]: ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3761/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3761/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3762
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3762/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3762/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3762/events
https://github.com/pandas-dev/pandas/pull/3762
15,185,162
MDExOlB1bGxSZXF1ZXN0NjEzOTk3MA==
3,762
ENH: support HDFStore in Python3 (via PyTables 3.0.0)
{ "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-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-06-05T18:21:30Z
2014-07-05T15:12:01Z
2013-06-06T00:14:00Z
CONTRIBUTOR
null
closes #3750 recently released PyTables 3.0.0 (and numexpr 2.1), which now support python3 were completely broken These changed all data to be stored as bytes (with to/from encoding/decoding) This PR supports an encoding argument (if you really want to encode your data), and provides transparent access for python3 (...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3762/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3762/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3762.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3762", "merged_at": "2013-06-06T00:14:00Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3762.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3762" }
https://api.github.com/repos/pandas-dev/pandas/issues/3763
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3763/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3763/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3763/events
https://github.com/pandas-dev/pandas/issues/3763
15,185,711
MDU6SXNzdWUxNTE4NTcxMQ==
3,763
sql values returned incorrectly. Worked in 0.10.0 doesn't in 0.11.0
{ "avatar_url": "https://avatars.githubusercontent.com/u/1906730?v=4", "events_url": "https://api.github.com/users/JasonCrowe/events{/privacy}", "followers_url": "https://api.github.com/users/JasonCrowe/followers", "following_url": "https://api.github.com/users/JasonCrowe/following{/other_user}", "gists_url":...
[]
closed
false
null
[]
null
46
2013-06-05T18:31:32Z
2013-06-13T18:15:26Z
2013-06-13T18:15:26Z
NONE
null
###### ####### Code name_q = "SELECT cust_num, name from custaddr" result = CONNECTION.execute(name_q) rows = result.fetchall() COLUMNS = ['cust_num', 'name'] name_df = DataFrame(rows, columns=COLUMNS) ###### ####### Code end This code worked without fail on 0.10, but started failing as soon as I updated to 0.11.0. ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3763/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3763/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3764
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3764/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3764/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3764/events
https://github.com/pandas-dev/pandas/pull/3764
15,197,656
MDExOlB1bGxSZXF1ZXN0NjE0NjY0OA==
3,764
BUG: Fix __truediv__ numexpr error
{ "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/jtratner/followers", "following_url": "https://api.github.com/users/jtratner/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
40
2013-06-05T22:40:00Z
2014-06-13T05:42:35Z
2013-06-18T13:01:18Z
CONTRIBUTOR
null
Fixes a number of items relating to accelerated arithmetic in frame. --- `__truediv__` had been set up to use numexpr, but this happened by passingthe division operator as the string. numexpr's evaluate only checked 2 frames up, which meant that it picked up the division setting from`frame.py` and would do floor/inte...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3764/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3764/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3764.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3764", "merged_at": "2013-06-18T13:01:18Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3764.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3764" }
https://api.github.com/repos/pandas-dev/pandas/issues/3765
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3765/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3765/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3765/events
https://github.com/pandas-dev/pandas/issues/3765
15,198,680
MDU6SXNzdWUxNTE5ODY4MA==
3,765
PERF: have series/panel arithmetic operators use expressions (numexpr)
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" } ]
closed
false
null
[]
{ "closed_at": "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...
31
2013-06-05T23:06:31Z
2013-09-29T17:02:25Z
2013-09-29T17:02:25Z
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/3765/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3765/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3766
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3766/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3766/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3766/events
https://github.com/pandas-dev/pandas/pull/3766
15,199,251
MDExOlB1bGxSZXF1ZXN0NjE0NzUyMQ==
3,766
ENH: allow fallback when lxml fails to parse
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_u...
{ "closed_at": "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...
48
2013-06-05T23:24:33Z
2014-07-16T08:11:53Z
2013-06-06T19:26:23Z
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/3766/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3766/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3766.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3766", "merged_at": "2013-06-06T19:26:23Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3766.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3766" }
https://api.github.com/repos/pandas-dev/pandas/issues/3767
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3767/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3767/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3767/events
https://github.com/pandas-dev/pandas/issues/3767
15,199,412
MDU6SXNzdWUxNTE5OTQxMg==
3,767
Add Pandas PyCON/ SciPy video links to official documentation
{ "avatar_url": "https://avatars.githubusercontent.com/u/60985?v=4", "events_url": "https://api.github.com/users/nipunbatra/events{/privacy}", "followers_url": "https://api.github.com/users/nipunbatra/followers", "following_url": "https://api.github.com/users/nipunbatra/following{/other_user}", "gists_url": "...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2014-07-11T00:02:53Z", "closed_issues": 306, "created_at": "2014-04-27T23:40:28Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
18
2013-06-05T23:30:38Z
2014-06-05T12:10:57Z
2014-06-05T12:10:57Z
CONTRIBUTOR
null
I had learnt a lot from some of the videos like Wes' talk on Pandas for timeseries. Some of the ones i have viewed and are not found on official docs - http://pyvideo.org/video/696/pandas-powerful-data-analysis-tools-for-python - http://pyvideo.org/video/611/data-analysis-in-python-with-pandas - http://www.youtube.com/...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3767/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3767/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3768
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3768/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3768/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3768/events
https://github.com/pandas-dev/pandas/pull/3768
15,200,260
MDExOlB1bGxSZXF1ZXN0NjE0ODExMA==
3,768
TST: install numexpr always on travis, bottleneck on full-deps
{ "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-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-06-06T00:02:31Z
2014-07-16T08:11:59Z
2013-06-06T01:24: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/3768/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3768/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3768.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3768", "merged_at": "2013-06-06T01:24:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3768.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3768" }
https://api.github.com/repos/pandas-dev/pandas/issues/3769
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3769/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3769/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3769/events
https://github.com/pandas-dev/pandas/issues/3769
15,203,010
MDU6SXNzdWUxNTIwMzAxMA==
3,769
setup.py develop does not perform python 3 conversion
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
1
2013-06-06T02:09:17Z
2013-06-07T22:52:05Z
2013-06-07T22:52:05Z
MEMBER
null
just tested this on ubuntu precise 32-bit and `python setup.py install` works correctly
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3769/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3769/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3770
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3770/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3770/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3770/events
https://github.com/pandas-dev/pandas/pull/3770
15,204,505
MDExOlB1bGxSZXF1ZXN0NjE1MDMyMg==
3,770
TST: let tox run more tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
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-06-06T03:24:07Z
2014-07-16T08:12:01Z
2013-06-06T15:01:14Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3770/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3770/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3770.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3770", "merged_at": "2013-06-06T15:01:14Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3770.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3770" }
https://api.github.com/repos/pandas-dev/pandas/issues/3771
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3771/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3771/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3771/events
https://github.com/pandas-dev/pandas/pull/3771
15,206,594
MDExOlB1bGxSZXF1ZXN0NjE1MTM2NQ==
3,771
Cookbook epoch handling
{ "avatar_url": "https://avatars.githubusercontent.com/u/60985?v=4", "events_url": "https://api.github.com/users/nipunbatra/events{/privacy}", "followers_url": "https://api.github.com/users/nipunbatra/followers", "following_url": "https://api.github.com/users/nipunbatra/following{/other_user}", "gists_url": "...
[]
closed
false
null
[]
null
0
2013-06-06T05:28:32Z
2014-07-03T09:26:16Z
2013-06-06T11:57:28Z
CONTRIBUTOR
null
Added link to cookbook explaining how to use `read_csv` to parse files containing epoch timestamps and how to add local timezone information. Closes #3757
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3771/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3771/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3771.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3771", "merged_at": "2013-06-06T11:57:28Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3771.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3771" }
https://api.github.com/repos/pandas-dev/pandas/issues/3772
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3772/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3772/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3772/events
https://github.com/pandas-dev/pandas/pull/3772
15,208,295
MDExOlB1bGxSZXF1ZXN0NjE1MjIyNA==
3,772
ENH: Provide a default key name in read_hdf and to_hdf
{ "avatar_url": "https://avatars.githubusercontent.com/u/383090?v=4", "events_url": "https://api.github.com/users/zonca/events{/privacy}", "followers_url": "https://api.github.com/users/zonca/followers", "following_url": "https://api.github.com/users/zonca/following{/other_user}", "gists_url": "https://api.gi...
[]
closed
false
null
[]
null
4
2013-06-06T06:53:40Z
2014-07-02T14:05:41Z
2013-06-07T13:43:02Z
NONE
null
For convenience, provide a default name ("data") to quickly store and retrieve data from HDF5. Now for csv: ``` python df3 = pd.DataFrame(np.random.randn(10, 5), columns=['a', 'b', 'c', 'd', 'e']) df3.to_csv("df3.csv") print df3.from_csv("df3.csv") ``` for HDF5: ``` python df3 = pd.DataFrame(np.random.randn(10, 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/3772/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3772/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3772.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3772", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/3772.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3772" }
https://api.github.com/repos/pandas-dev/pandas/issues/3773
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3773/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3773/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3773/events
https://github.com/pandas-dev/pandas/issues/3773
15,212,977
MDU6SXNzdWUxNTIxMjk3Nw==
3,773
pandas daily standar deviation
{ "avatar_url": "https://avatars.githubusercontent.com/u/3412848?v=4", "events_url": "https://api.github.com/users/jsudheer/events{/privacy}", "followers_url": "https://api.github.com/users/jsudheer/followers", "following_url": "https://api.github.com/users/jsudheer/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
21
2013-06-06T09:21:14Z
2013-12-04T00:56:39Z
2013-06-10T16:48:55Z
NONE
null
Dear Developers, I use the below code to read a netcdf file and get standard deviation of hourly data for each day. Though I get the values they are not matching with the hand computed values. Can any one tell me what I need to do for this to work with best regards, Sudheer ``` python fro...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3773/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3773/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3774
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3774/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3774/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3774/events
https://github.com/pandas-dev/pandas/issues/3774
15,215,546
MDU6SXNzdWUxNTIxNTU0Ng==
3,774
error bars
{ "avatar_url": "https://avatars.githubusercontent.com/u/3412848?v=4", "events_url": "https://api.github.com/users/jsudheer/events{/privacy}", "followers_url": "https://api.github.com/users/jsudheer/followers", "following_url": "https://api.github.com/users/jsudheer/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
8
2013-06-06T10:20:17Z
2013-06-07T17:28:04Z
2013-06-07T17:27:52Z
NONE
null
Dear developers, Is there a way to add error bar to a ts.plot object? for example I have a time series and I need to plot the standard deviation along with the data how do I do that ? Thanks Sudheer
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3774/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3774/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3775
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3775/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3775/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3775/events
https://github.com/pandas-dev/pandas/pull/3775
15,220,148
MDExOlB1bGxSZXF1ZXN0NjE1ODI1Ng==
3,775
Update Release notes (PR#3666)
{ "avatar_url": "https://avatars.githubusercontent.com/u/157864?v=4", "events_url": "https://api.github.com/users/reubano/events{/privacy}", "followers_url": "https://api.github.com/users/reubano/followers", "following_url": "https://api.github.com/users/reubano/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
15
2013-06-06T12:35:19Z
2013-09-07T01:11:46Z
2013-06-13T20:14: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/3775/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3775/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3775.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3775", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/3775.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3775" }
https://api.github.com/repos/pandas-dev/pandas/issues/3776
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3776/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3776/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3776/events
https://github.com/pandas-dev/pandas/issues/3776
15,224,172
MDU6SXNzdWUxNTIyNDE3Mg==
3,776
concat no longer works on a generator
{ "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": "729FCF", "default": false, "description": null, "id": 233160, ...
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...
5
2013-06-06T14:05:35Z
2013-06-06T14:41:32Z
2013-06-06T14:38:58Z
CONTRIBUTOR
null
I updated pandas and now my data loading scripts are broken. Something like this works on 0.11.0 ``` pandas.concat(pandas.DataFrame(np.random.rand(5,5)) for _ in range(3)).reset_index() ``` Does not work on recent master (6cd4adc).
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3776/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3776/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3777
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3777/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3777/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3777/events
https://github.com/pandas-dev/pandas/issues/3777
15,228,562
MDU6SXNzdWUxNTIyODU2Mg==
3,777
.loc[] assignment gives broadcast error
{ "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://...
[ { "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": 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...
23
2013-06-06T15:22:33Z
2018-07-06T20:21:00Z
2017-07-11T09:58:31Z
CONTRIBUTOR
null
``` python In [8]: wp = Panel(randn(2, 5, 4), items=['Item1', 'Item2'], major_axis=date_range('1/1/2000', periods=5), minor_axis=['A', 'B', 'C', 'D']) In [9]: wp2 = Panel(randn(2, 5, 4), items=['Item1', 'Item2'], major_axis=date_range('1/1/2000', periods=5), minor_axis=['A', 'B', 'C', 'D']) In [10]: wp.loc[['Item1', ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3777/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3777/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3778
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3778/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3778/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3778/events
https://github.com/pandas-dev/pandas/issues/3778
15,228,983
MDU6SXNzdWUxNTIyODk4Mw==
3,778
DataFrame fails late when initialized from structured array with non-native byte order
{ "avatar_url": "https://avatars.githubusercontent.com/u/852409?v=4", "events_url": "https://api.github.com/users/cdeil/events{/privacy}", "followers_url": "https://api.github.com/users/cdeil/followers", "following_url": "https://api.github.com/users/cdeil/following{/other_user}", "gists_url": "https://api.gi...
[]
closed
false
null
[]
null
25
2013-06-06T15:29:54Z
2013-06-06T19:00:03Z
2013-06-06T19:00:03Z
CONTRIBUTOR
null
I ran into this issue trying to read in astronomy [FITS](http://fits.gsfc.nasa.gov) data into a pandas DataFrame: https://github.com/astropy/astropy/issues/1156 Note that this doesn't fail on DataFrame construction, but on column selection (the last line): ``` import pandas as pd from astropy.io import fits data = fi...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3778/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3778/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3779
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3779/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3779/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3779/events
https://github.com/pandas-dev/pandas/issues/3779
15,229,218
MDU6SXNzdWUxNTIyOTIxOA==
3,779
Performance of Series vs ndarray?
{ "avatar_url": "https://avatars.githubusercontent.com/u/24195?v=4", "events_url": "https://api.github.com/users/mrjbq7/events{/privacy}", "followers_url": "https://api.github.com/users/mrjbq7/followers", "following_url": "https://api.github.com/users/mrjbq7/following{/other_user}", "gists_url": "https://api....
[]
closed
false
null
[]
null
8
2013-06-06T15:33:33Z
2013-06-06T15:51:08Z
2013-06-06T15:40:46Z
NONE
null
I didn't expect using `pandas.Series` to be almost 4 times slower for some common operations: ``` python In [161]: a = np.arange(100) In [162]: b = pandas.Series(a) In [163]: %timeit abs(a).sum() 100000 loops, best of 3: 7.06 us per loop In [164]: %timeit abs(b).sum() 10000 loops, best of 3: 27.4 us per loop In [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/3779/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3779/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3780
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3780/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3780/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3780/events
https://github.com/pandas-dev/pandas/pull/3780
15,235,023
MDExOlB1bGxSZXF1ZXN0NjE2NjQ4Ng==
3,780
DOC: document the pitfalls of different byte orders
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
12
2013-06-06T17:33:11Z
2014-07-11T02:49:31Z
2013-06-06T19:00:04Z
MEMBER
null
closes #3778 .
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3780/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3780/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3780.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3780", "merged_at": "2013-06-06T19:00:03Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3780.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3780" }
https://api.github.com/repos/pandas-dev/pandas/issues/3781
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3781/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3781/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3781/events
https://github.com/pandas-dev/pandas/issues/3781
15,243,194
MDU6SXNzdWUxNTI0MzE5NA==
3,781
BUG: Numpy Ufunc generates unintuitive AttributeError on object arrays
{ "avatar_url": "https://avatars.githubusercontent.com/u/2279598?v=4", "events_url": "https://api.github.com/users/danielballan/events{/privacy}", "followers_url": "https://api.github.com/users/danielballan/followers", "following_url": "https://api.github.com/users/danielballan/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AD7FA8", "default": false, "description": null, "id": 35818298,...
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
3
2013-06-06T20:21:42Z
2014-02-18T19:21:48Z
2014-02-18T19:21:48Z
CONTRIBUTOR
null
Example: ``` In [15]: np.log(Series([1,2,3,4], dtype='object')) --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-15-25deca6462b7> in <module>() ----> 1 np.log(Series([1,2,3,4], dtype='object')) Attrib...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3781/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3781/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3782
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3782/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3782/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3782/events
https://github.com/pandas-dev/pandas/issues/3782
15,245,154
MDU6SXNzdWUxNTI0NTE1NA==
3,782
Change save to to_pickle
{ "avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4", "events_url": "https://api.github.com/users/hayd/events{/privacy}", "followers_url": "https://api.github.com/users/hayd/followers", "following_url": "https://api.github.com/users/hayd/following{/other_user}", "gists_url": "https://api.gith...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" } ]
closed
false
null
[]
{ "closed_at": "2013-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...
8
2013-06-06T21:01:24Z
2013-06-15T12:27:36Z
2013-06-15T12:27:36Z
CONTRIBUTOR
null
Should we change the name of `save` to `to_pickle` inline with all of the other ways to export things. At the moment the docs are pretty light on what it does. (I guess similarly with `load` to `from_pickle`.) _... not sure I actually have an opinion, but thought I'd throw it out there._ Thoughts? (this so question:...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3782/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3782/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3783
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3783/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3783/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3783/events
https://github.com/pandas-dev/pandas/issues/3783
15,245,197
MDU6SXNzdWUxNTI0NTE5Nw==
3,783
ENH: allow list of collections.Sequence to be coerced in DataFrame constructor
{ "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": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" } ]
closed
false
{ "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://...
[ { "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_u...
{ "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-06-06T21:02:13Z
2013-09-13T22:54:42Z
2013-09-13T22:54:42Z
CONTRIBUTOR
null
see #3763 to essentially turn into list-of-list (originally np.asaray was doing this, when we switched to convert_to_platform this changed slightly)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3783/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3783/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3784
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3784/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3784/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3784/events
https://github.com/pandas-dev/pandas/issues/3784
15,246,739
MDU6SXNzdWUxNTI0NjczOQ==
3,784
DOC: add to_clipboard example in io.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
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...
14
2013-06-06T21:33:50Z
2013-06-13T18:42:30Z
2013-06-13T18:42:30Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3784/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3784/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3785
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3785/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3785/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3785/events
https://github.com/pandas-dev/pandas/issues/3785
15,247,693
MDU6SXNzdWUxNTI0NzY5Mw==
3,785
cython not found when building from source
{ "avatar_url": "https://avatars.githubusercontent.com/u/50109?v=4", "events_url": "https://api.github.com/users/gliptak/events{/privacy}", "followers_url": "https://api.github.com/users/gliptak/followers", "following_url": "https://api.github.com/users/gliptak/following{/other_user}", "gists_url": "https://a...
[]
closed
false
null
[]
null
9
2013-06-06T21:57:54Z
2020-07-30T13:13:38Z
2013-06-07T17:20:59Z
CONTRIBUTOR
null
This is when running on current master. Might there be some other prereqs missing? Thanks ``` $ cython --version Cython version 0.17.4 $ python setup.py build running build running build_py copying pandas/version.py -> build/lib.linux-x86_64-2.7/pandas running build_ext Traceback (most recent call last): File "setup...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3785/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3785/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3786
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3786/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3786/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3786/events
https://github.com/pandas-dev/pandas/pull/3786
15,248,120
MDExOlB1bGxSZXF1ZXN0NjE3NDAxMg==
3,786
DOC: make compatible with numpy v1.6.1
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
0
2013-06-06T22:09:16Z
2014-07-16T08:12:15Z
2013-06-07T00:18:55Z
MEMBER
null
all does not work so use array_equal
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3786/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3786/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3786.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3786", "merged_at": "2013-06-07T00:18:55Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3786.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3786" }
https://api.github.com/repos/pandas-dev/pandas/issues/3787
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3787/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3787/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3787/events
https://github.com/pandas-dev/pandas/pull/3787
15,254,224
MDExOlB1bGxSZXF1ZXN0NjE3NzU1MQ==
3,787
CLN deprecate save&load in favour of to_pickle&read_pickle
{ "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
[]
{ "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...
48
2013-06-07T01:54:31Z
2014-06-22T01:54:36Z
2013-06-15T08:38:56Z
CONTRIBUTOR
null
Add `read_pickle` to top-level and `to_pickle` as instance methods, deprecation warning til 0.12 for save and load everwhere. See [lower down](https://github.com/pydata/pandas/pull/3787#issuecomment-19211203) for how it's working. Both `read_pickle` and `to_pickle` are in `io.pickle`, save&load remain in `core.common`...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3787/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3787/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3787.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3787", "merged_at": "2013-06-15T08:38:56Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3787.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3787" }
https://api.github.com/repos/pandas-dev/pandas/issues/3788
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3788/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3788/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3788/events
https://github.com/pandas-dev/pandas/issues/3788
15,256,033
MDU6SXNzdWUxNTI1NjAzMw==
3,788
Aggregating over arrays
{ "avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4", "events_url": "https://api.github.com/users/hayd/events{/privacy}", "followers_url": "https://api.github.com/users/hayd/followers", "following_url": "https://api.github.com/users/hayd/following{/other_user}", "gists_url": "https://api.gith...
[ { "color": "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": "729FCF", "d...
closed
false
null
[]
{ "closed_at": "2016-12-24T22:50:46Z", "closed_issues": 107, "created_at": "2016-11-12T15:44:46Z", "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...
13
2013-06-07T03:29:37Z
2017-08-23T03:46:07Z
2016-11-22T11:39:11Z
CONTRIBUTOR
null
This _is_ frowned upon behaviour (storing arrays inside DataFrames) but is there a reason for this raise? Deleting the raising lines seems to only break tests to check that they're raising... ``` df = pd.DataFrame([[1,np.array([10,20,30])], [1,np.array([40,50,60])], [2,np.array([20,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/3788/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3788/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3789
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3789/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3789/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3789/events
https://github.com/pandas-dev/pandas/pull/3789
15,256,269
MDExOlB1bGxSZXF1ZXN0NjE3ODU2MQ==
3,789
Added examples to CSV section in cookbook
{ "avatar_url": "https://avatars.githubusercontent.com/u/60985?v=4", "events_url": "https://api.github.com/users/nipunbatra/events{/privacy}", "followers_url": "https://api.github.com/users/nipunbatra/followers", "following_url": "https://api.github.com/users/nipunbatra/following{/other_user}", "gists_url": "...
[]
closed
false
null
[]
null
3
2013-06-07T03:43:39Z
2014-07-16T08:12:21Z
2013-06-07T13:10:00Z
CONTRIBUTOR
null
- Edited link to timezone handling with epochs - Added link for dealing with bad lines
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3789/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3789/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3789.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3789", "merged_at": "2013-06-07T13:10:00Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3789.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3789" }
https://api.github.com/repos/pandas-dev/pandas/issues/3790
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3790/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3790/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3790/events
https://github.com/pandas-dev/pandas/pull/3790
15,265,624
MDExOlB1bGxSZXF1ZXN0NjE4MzI0Nw==
3,790
link to a numerical integration recipe (Issue #3759)
{ "avatar_url": "https://avatars.githubusercontent.com/u/1818628?v=4", "events_url": "https://api.github.com/users/metakermit/events{/privacy}", "followers_url": "https://api.github.com/users/metakermit/followers", "following_url": "https://api.github.com/users/metakermit/following{/other_user}", "gists_url":...
[]
closed
false
null
[]
null
7
2013-06-07T10:14:17Z
2014-07-03T12:13:09Z
2013-06-07T13:03:46Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3790/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3790/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3790.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3790", "merged_at": "2013-06-07T13:03:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3790.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3790" }
https://api.github.com/repos/pandas-dev/pandas/issues/3791
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3791/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3791/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3791/events
https://github.com/pandas-dev/pandas/issues/3791
15,270,623
MDU6SXNzdWUxNTI3MDYyMw==
3,791
GroupBy using TimeGrouper does not work
{ "avatar_url": "https://avatars.githubusercontent.com/u/377855?v=4", "events_url": "https://api.github.com/users/aschilling/events{/privacy}", "followers_url": "https://api.github.com/users/aschilling/followers", "following_url": "https://api.github.com/users/aschilling/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": "729FCF", "default": false, "description": null, "id": 233160, ...
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...
20
2013-06-07T12:54:41Z
2021-02-20T08:02:50Z
2013-06-07T15:40:59Z
NONE
null
BUG: TimeGrouper not too friendly with other groups, e.g. `df.set_index('Date').groupby([pd.TimeGrouper('6M'),'Branch']).sum()` should work --- Hi everybody, I found two issues with TimeGrouper: 1) TimeGrouper does not work at all: Let's take the following example: df = pd.DataFrame({ 'Branch' : 'A A A A A B...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3791/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3791/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3792
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3792/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3792/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3792/events
https://github.com/pandas-dev/pandas/issues/3792
15,271,422
MDU6SXNzdWUxNTI3MTQyMg==
3,792
TimeGrouper on a DataFrame
{ "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
2
2013-06-07T13:15:13Z
2013-06-07T13:21:41Z
2013-06-07T13:19:19Z
CONTRIBUTOR
null
Am I using this incorrectly? (see [so qustion](http://stackoverflow.com/questions/16982370/pandas-combine-timegrouper-with-another-groupby-argument)). ``` In [1]: df = pd.DataFrame([[1, 2]], pd.date_range('20000101', periods=2)) In [2]: df Out[2]: 0 1 2000-01-01 1 2 2000-01-02 1 2 In [3]: g = df.gro...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3792/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3792/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3793
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3793/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3793/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3793/events
https://github.com/pandas-dev/pandas/issues/3793
15,277,557
MDU6SXNzdWUxNTI3NzU1Nw==
3,793
TimeGrouper frequency mismatch
{ "avatar_url": "https://avatars.githubusercontent.com/u/377855?v=4", "events_url": "https://api.github.com/users/aschilling/events{/privacy}", "followers_url": "https://api.github.com/users/aschilling/followers", "following_url": "https://api.github.com/users/aschilling/following{/other_user}", "gists_url": ...
[]
closed
false
null
[]
null
2
2013-06-07T15:30:43Z
2013-06-07T15:44:34Z
2013-06-07T15:44:34Z
NONE
null
Hi everybody, I have the following DataFrame: df = pd.DataFrame({ 'Buyer': 'Carl Mark Carl Joe Joe Carl'.split(), 'Quantity': [1,3,5,8,9,3], 'Date' : [ DT.datetime(2013,9,1,13,0), DT.datetime(2013,9,1,13,5), DT.datetime(2013,10,1,20,0), DT.datetime(2013,10,3,10,0), DT.datetime(2013,12,2,12,0), ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3793/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3793/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3794
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3794/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3794/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3794/events
https://github.com/pandas-dev/pandas/issues/3794
15,278,529
MDU6SXNzdWUxNTI3ODUyOQ==
3,794
BUG/ENH: groupby with a list of customgroup and string should work
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "4E9A06", "default": false, "description": null, "id": 76812, ...
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
12
2013-06-07T15:51:31Z
2014-03-15T14:33:32Z
2014-03-15T14:33:32Z
CONTRIBUTOR
null
see #3791, #2450 The following should work (but raises now) ``` import datetime as DT df = pd.DataFrame({ 'Branch' : 'A A A A A B'.split(), 'Buyer': 'Carl Mark Carl Joe Joe Carl'.split(), 'Quantity': [1,3,5,8,9,3], 'Date' : [ DT.datetime(2013,1,1,13,0), DT.datetime(2013,1,1,13,5), DT.datetime(2013,10,1,20,0), DT.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/3794/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3794/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3795
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3795/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3795/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3795/events
https://github.com/pandas-dev/pandas/issues/3795
15,281,341
MDU6SXNzdWUxNTI4MTM0MQ==
3,795
Read_csv should raise error on bad dtypes
{ "avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4", "events_url": "https://api.github.com/users/hayd/events{/privacy}", "followers_url": "https://api.github.com/users/hayd/followers", "following_url": "https://api.github.com/users/hayd/following{/other_user}", "gists_url": "https://api.gith...
[ { "color": "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-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...
7
2013-06-07T16:50:01Z
2013-06-07T21:10:07Z
2013-06-07T21:10:07Z
CONTRIBUTOR
null
OPs code from http://stackoverflow.com/questions/16988526/pandas-reading-csv-as-string-type Add: auto conversion from a passed `str` or `np.string_` to `np.object` might be ok ``` df A B 1A 0.209059 0.275554 1B 0.742666 0.721165 df.to_csv(savefile) df_read = pd.read_csv(savefile, dtype=str, 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/3795/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3795/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3796
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3796/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3796/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3796/events
https://github.com/pandas-dev/pandas/issues/3796
15,282,751
MDU6SXNzdWUxNTI4Mjc1MQ==
3,796
VIS: errorbar plotting
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "8AE234", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
12
2013-06-07T17:25:21Z
2014-03-18T17:42:12Z
2014-03-18T17:42:12Z
MEMBER
null
quoting @jreback maybe s = Series `s.plot(error_bar = [-1,1])` equiv to: ``` df = DataFrame(dict(s = s, top = s.std(), bot = -s.std())).plot() ``` bottom seems the right way to do 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/3796/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3796/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3797
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3797/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3797/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3797/events
https://github.com/pandas-dev/pandas/pull/3797
15,286,955
MDExOlB1bGxSZXF1ZXN0NjE5NDc3NQ==
3,797
BUG: (GH3795) better error messages for invalid dtype specifications in read_csv
{ "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-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...
8
2013-06-07T19:06:19Z
2014-07-16T08:12:26Z
2013-06-07T21:10:07Z
CONTRIBUTOR
null
ENH: accept 'str' as a dtype in read_csv to provide correct parsing closes #3795 ``` In [1]: df = DataFrame(np.random.rand(5,2),columns=list('AB'),index=['1A','1B','1C','1D','1E']) In [2]: df Out[2]: A B 1A 0.096563 0.761440 1B 0.623102 0.538810 1C 0.498820 0.277789 1D 0.113544 0.723437 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/3797/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3797/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/3797.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/3797", "merged_at": "2013-06-07T21:10:07Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/3797.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3797" }
https://api.github.com/repos/pandas-dev/pandas/issues/3798
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3798/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3798/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3798/events
https://github.com/pandas-dev/pandas/issues/3798
15,293,805
MDU6SXNzdWUxNTI5MzgwNQ==
3,798
int handling by ScaleGradient
{ "avatar_url": "https://avatars.githubusercontent.com/u/81476?v=4", "events_url": "https://api.github.com/users/fonnesbeck/events{/privacy}", "followers_url": "https://api.github.com/users/fonnesbeck/followers", "following_url": "https://api.github.com/users/fonnesbeck/following{/other_user}", "gists_url": "...
[ { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 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...
3
2013-06-07T22:05:07Z
2015-03-04T10:49:21Z
2015-03-03T01:34:48Z
NONE
null
If the data series passed to `ScaleGradient` in `plot` is integer-valued, it does not generate a correct color gradient. Here is a sequence consisting of integers used in a call to `ScaleGradient`: ![screen shot 2013-06-07 at 5 01 47 pm](https://f.cloud.github.com/assets/81476/626384/238abd72-cfbe-11e2-8495-da40a02c76...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3798/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3798/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3799
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3799/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3799/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3799/events
https://github.com/pandas-dev/pandas/issues/3799
15,294,299
MDU6SXNzdWUxNTI5NDI5OQ==
3,799
add link to tips data set in rplot docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_u...
{ "closed_at": "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-06-07T22:18:33Z
2013-06-08T14:30:35Z
2013-06-08T14:30:35Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3799/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3799/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/3800
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/3800/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/3800/comments
https://api.github.com/repos/pandas-dev/pandas/issues/3800/events
https://github.com/pandas-dev/pandas/issues/3800
15,294,569
MDU6SXNzdWUxNTI5NDU2OQ==
3,800
add travis doc build
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[ { "color": "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": "3465A4", "d...
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...
54
2013-06-07T22:27:22Z
2016-01-24T23:04:08Z
2016-01-24T23:04:08Z
MEMBER
null
not sure if this is worth the trouble but it may catch version incompatibility issues and other bugs not caught by the test suite.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/3800/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/3800/timeline
null
null
null