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/7601
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7601/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7601/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7601/events
https://github.com/pandas-dev/pandas/issues/7601
36,724,097
MDU6SXNzdWUzNjcyNDA5Nw==
7,601
API: DatetimeIndex and PeriodIndex string representation
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "ededed", "default": false, "description": "__repr__ ...
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...
1
2014-06-28T12:10:47Z
2014-06-29T20:15:53Z
2014-06-29T20:15:53Z
MEMBER
null
`DatetimeIndex` and `PeriodIndex` have inconsistent representations. Should `PeriodIndex` behaves as the same as `DatetimeIndex`, or `DatetimeIndex` should have one-liner representation in some methods? ``` import pandas and pd # DatetimeIndex --------------------------------------------------------------- idx = pd.D...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7601/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7601/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7602
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7602/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7602/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7602/events
https://github.com/pandas-dev/pandas/pull/7602
36,726,466
MDExOlB1bGxSZXF1ZXN0MTc3Mzg0MTE=
7,602
API: DatetimeIndex and PeriodIndex have same representation
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "ededed", "default": false, "description": "__repr__ ...
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...
6
2014-06-28T14:48:14Z
2014-09-02T13:21:29Z
2014-06-29T20:15:53Z
MEMBER
null
Closes #7601. Made `PeriodIndex` to have dummy timezone representation to be consistent with `DatetimeIndex`, but this should be ommited? ### Output after the fix ``` # DatetimeIndex (No change) pd.date_range(start='2011-01-01', periods=10, freq='M') # <class 'pandas.tseries.index.DatetimeIndex'> # [2011-01-31, ..., 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/7602/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7602/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7602.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7602", "merged_at": "2014-06-29T20:15:53Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7602.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7602" }
https://api.github.com/repos/pandas-dev/pandas/issues/7603
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7603/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7603/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7603/events
https://github.com/pandas-dev/pandas/pull/7603
36,729,354
MDExOlB1bGxSZXF1ZXN0MTc3Mzk3MDU=
7,603
BUG: ewma() weights incorrect when some values are missing
{ "avatar_url": "https://avatars.githubusercontent.com/u/7441788?v=4", "events_url": "https://api.github.com/users/seth-p/events{/privacy}", "followers_url": "https://api.github.com/users/seth-p/followers", "following_url": "https://api.github.com/users/seth-p/following{/other_user}", "gists_url": "https://ap...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "006b75", "default": false, "description": "A...
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...
19
2014-06-28T17:21:56Z
2014-09-10T00:12:55Z
2014-07-24T17:07:18Z
CONTRIBUTOR
null
Closes https://github.com/pydata/pandas/issues/7543.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7603/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7603/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7603.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7603", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/7603.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7603" }
https://api.github.com/repos/pandas-dev/pandas/issues/7604
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7604/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7604/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7604/events
https://github.com/pandas-dev/pandas/pull/7604
36,736,394
MDExOlB1bGxSZXF1ZXN0MTc3NDI5NDA=
7,604
BUG: {expanding,rolling}_{cov,corr} don't handle arguments with different index sets properly
{ "avatar_url": "https://avatars.githubusercontent.com/u/7441788?v=4", "events_url": "https://api.github.com/users/seth-p/events{/privacy}", "followers_url": "https://api.github.com/users/seth-p/followers", "following_url": "https://api.github.com/users/seth-p/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": "006b75", "default": false, "description": "Arithmetic, Comparison, ...
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...
3
2014-06-29T00:20:04Z
2014-09-10T00:12:47Z
2014-07-01T10:14:18Z
CONTRIBUTOR
null
Closes https://github.com/pydata/pandas/issues/7512.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7604/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7604/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7604.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7604", "merged_at": "2014-07-01T10:14:18Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7604.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7604" }
https://api.github.com/repos/pandas-dev/pandas/issues/7605
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7605/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7605/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7605/events
https://github.com/pandas-dev/pandas/issues/7605
36,736,463
MDU6SXNzdWUzNjczNjQ2Mw==
7,605
to_hdf writes data that doesn't match read back
{ "avatar_url": "https://avatars.githubusercontent.com/u/1772592?v=4", "events_url": "https://api.github.com/users/vm-wylbur/events{/privacy}", "followers_url": "https://api.github.com/users/vm-wylbur/followers", "following_url": "https://api.github.com/users/vm-wylbur/following{/other_user}", "gists_url": "h...
[]
closed
false
null
[]
null
7
2014-06-29T00:25:48Z
2014-06-29T01:58:05Z
2014-06-29T01:53:38Z
NONE
null
here's the code: ``` records.to_hdf( args.output, 'records', mode='w', format='fixed', append=False, complib='zlib', complevel=7, fletcher32=True) r2 = pd.read_hdf( path_or_buf=args.output, key='records', encoding='utf-8', start=None, stop=None) from pandas.util.te...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7605/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7605/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7606
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7606/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7606/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7606/events
https://github.com/pandas-dev/pandas/pull/7606
36,740,475
MDExOlB1bGxSZXF1ZXN0MTc3NDQ3MTI=
7,606
BUG: DTI.freqstr raises AttributeError when freq is None
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0052cc", "default": false, "description": "DateOffsets", "id": ...
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...
1
2014-06-29T06:37:38Z
2014-06-30T10:58:09Z
2014-06-29T11:12:57Z
MEMBER
null
`DatetimeIndex.freqstr` raises `AttributeError` if `freq/offset` is `None`, even though docstring says "return the frequency object as a string if its set, otherwise None" ``` idx = pd.DatetimeIndex(['2011-01-01', '2011-01-02', '2011-01-03', '2011-01-04']) idx.freqstr # AttributeError: 'NoneType' object has no attribu...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7606/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7606/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7606.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7606", "merged_at": "2014-06-29T11:12:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7606.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7606" }
https://api.github.com/repos/pandas-dev/pandas/issues/7607
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7607/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7607/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7607/events
https://github.com/pandas-dev/pandas/pull/7607
36,740,591
MDExOlB1bGxSZXF1ZXN0MTc3NDQ3NjQ=
7,607
CLN: Simplify Period Construction / Resolution
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "eb6420", "default": false, "description": "Period data type", "id": 60635328, "name": "Period", "node_id": "MDU6TGFiZWw2MDYzNTMyOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Period" }, { "color": "0052cc", "default": false, "description"...
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...
6
2014-06-29T06:49:15Z
2014-07-09T12:37:56Z
2014-07-06T13:36:20Z
MEMBER
null
Simplified `Period` construction a little by adding `millisecond` resolution.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7607/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7607/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7607.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7607", "merged_at": "2014-07-06T13:36:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7607.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7607" }
https://api.github.com/repos/pandas-dev/pandas/issues/7608
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7608/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7608/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7608/events
https://github.com/pandas-dev/pandas/pull/7608
36,743,168
MDExOlB1bGxSZXF1ZXN0MTc3NDU4Mzk=
7,608
BUG: DatetimeIndex.delete with tz raises ValueError
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0052cc", "default": false, "description": "DateOffsets", "id": ...
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...
3
2014-06-29T10:16:42Z
2014-07-05T04:48:06Z
2014-07-03T21:31:22Z
MEMBER
null
Found and fixed `DatetimeIndex.delete` (#7302) results in `ValueError` when it has `tz` and `freq` is less than daily.. ``` idx = pd.date_range(start='2011-01-01 09:00', periods=40, freq='H', tz='Asia/Tokyo') idx.delete(0) # ValueError: Inferred frequency None from passed dates does notconform to passed frequency H ``...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7608/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7608/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7608.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7608", "merged_at": "2014-07-03T21:31:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7608.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7608" }
https://api.github.com/repos/pandas-dev/pandas/issues/7609
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7609/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7609/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7609/events
https://github.com/pandas-dev/pandas/pull/7609
36,743,303
MDExOlB1bGxSZXF1ZXN0MTc3NDU4OTc=
7,609
BUG: PeriodIndex.min/max returns int
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "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": "006b75"...
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...
3
2014-06-29T10:26:56Z
2014-06-30T10:58:00Z
2014-06-29T12:43:00Z
MEMBER
null
Related to #7279. `PeriodIndex.min/max` should return `Period` ignoring `NaT`. ``` pidx = pd.PeriodIndex(['2011-01', 'NaT'], freq='M') pidx.min() # -9223372036854775808 pidx.max() #492 ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7609/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7609/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7609.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7609", "merged_at": "2014-06-29T12:43:00Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7609.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7609" }
https://api.github.com/repos/pandas-dev/pandas/issues/7610
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7610/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7610/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7610/events
https://github.com/pandas-dev/pandas/pull/7610
36,746,799
MDExOlB1bGxSZXF1ZXN0MTc3NDczNDg=
7,610
BUG: Timestamp.__new__ doesnt preserve nanosecond
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "2014-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...
2
2014-06-29T14:14:44Z
2014-07-02T16:45:22Z
2014-06-30T13:29:09Z
MEMBER
null
When `Timestamp.__new__` accepts a timestamp with nanosecond, nanosecond is not preserved properly. ``` # create Timestamp with ns (OK) t = pd.Timestamp('2011-01-01') + pd.offsets.Nano(5) t, t.value # (Timestamp('2011-01-01 00:00:00.000000005'), 1293840000000000005) # If it is passed to Timestamp.__init__, ns is not ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7610/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7610/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7610.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7610", "merged_at": "2014-06-30T13:29:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7610.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7610" }
https://api.github.com/repos/pandas-dev/pandas/issues/7611
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7611/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7611/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7611/events
https://github.com/pandas-dev/pandas/issues/7611
36,747,251
MDU6SXNzdWUzNjc0NzI1MQ==
7,611
to_timedelta does not recognize 'h' and 'm' units
{ "avatar_url": "https://avatars.githubusercontent.com/u/1324881?v=4", "events_url": "https://api.github.com/users/vfilimonov/events{/privacy}", "followers_url": "https://api.github.com/users/vfilimonov/followers", "following_url": "https://api.github.com/users/vfilimonov/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": "5319e7", "default": false, "description": "Timedelta data type", ...
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...
12
2014-06-29T14:38:05Z
2014-09-05T19:17:55Z
2014-09-05T10:24:18Z
CONTRIBUTOR
null
'h' and 'm' units are not correctly recognized in to_timedelta: ``` print pd.to_timedelta(1,unit='D') print pd.to_timedelta(1,unit='h') print pd.to_timedelta(1,unit='m') print pd.to_timedelta(1,unit='s') print pd.to_timedelta(1,unit='ms') print pd.to_timedelta(1,unit='us') print pd.to_timedelta(1,unit='ns') ``` resul...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7611/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7611/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7612
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7612/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7612/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7612/events
https://github.com/pandas-dev/pandas/issues/7612
36,747,825
MDU6SXNzdWUzNjc0NzgyNQ==
7,612
plotting with index of objects should use `FixedLocator`
{ "avatar_url": "https://avatars.githubusercontent.com/u/199813?v=4", "events_url": "https://api.github.com/users/tacaswell/events{/privacy}", "followers_url": "https://api.github.com/users/tacaswell/followers", "following_url": "https://api.github.com/users/tacaswell/following{/other_user}", "gists_url": "ht...
[ { "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": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
7
2014-06-29T15:09:37Z
2019-04-30T12:59:53Z
2019-04-30T12:59:53Z
CONTRIBUTOR
null
As pointed out here (https://stackoverflow.com/questions/24468333/set-xlim-for-pandas-matplotlib-where-index-is-string/24477138#24477138) if the index of a data frame is objects (that is not, the index obviously convertible to scalars and the data is being plotted against `range(len(df))`), the ticklabels are set to be...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7612/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7612/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7613
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7613/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7613/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7613/events
https://github.com/pandas-dev/pandas/pull/7613
36,781,055
MDExOlB1bGxSZXF1ZXN0MTc3NjI4Nzc=
7,613
Fix typo in documentation
{ "avatar_url": "https://avatars.githubusercontent.com/u/2644?v=4", "events_url": "https://api.github.com/users/jd/events{/privacy}", "followers_url": "https://api.github.com/users/jd/followers", "following_url": "https://api.github.com/users/jd/following{/other_user}", "gists_url": "https://api.github.com/us...
[]
closed
false
null
[]
null
1
2014-06-30T09:16:50Z
2014-06-30T09:41:37Z
2014-06-30T09:41:27Z
CONTRIBUTOR
null
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/7613/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7613/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7613.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7613", "merged_at": "2014-06-30T09:41:27Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7613.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7613" }
https://api.github.com/repos/pandas-dev/pandas/issues/7614
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7614/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7614/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7614/events
https://github.com/pandas-dev/pandas/issues/7614
36,790,649
MDU6SXNzdWUzNjc5MDY0OQ==
7,614
BUG: Unexpected behavior from DataFrame.index.levels
{ "avatar_url": "https://avatars.githubusercontent.com/u/4360170?v=4", "events_url": "https://api.github.com/users/8one6/events{/privacy}", "followers_url": "https://api.github.com/users/8one6/followers", "following_url": "https://api.github.com/users/8one6/following{/other_user}", "gists_url": "https://api.g...
[]
closed
false
null
[]
null
4
2014-06-30T11:50:33Z
2015-10-20T22:27:27Z
2015-10-20T22:27:27Z
NONE
null
Perhaps this is me misunderstanding the way Pandas handles indices for related objects behind the scenes, but I found the following behavior very unintuitive: ``` python import pandas as pd import numpy as np np.random.seed(0) idx = pd.MultiIndex.from_product([['John', 'Josh', 'Alex'], list('abcde')], ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7614/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7614/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7615
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7615/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7615/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7615/events
https://github.com/pandas-dev/pandas/issues/7615
36,794,262
MDU6SXNzdWUzNjc5NDI2Mg==
7,615
ENH: DataFrame.to_csv support for "compression='gzip'"
{ "avatar_url": "https://avatars.githubusercontent.com/u/6755870?v=4", "events_url": "https://api.github.com/users/francescomalandrino/events{/privacy}", "followers_url": "https://api.github.com/users/francescomalandrino/followers", "following_url": "https://api.github.com/users/francescomalandrino/following{/o...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "5319e7", "default": false, "description": "read_csv...
closed
false
null
[]
{ "closed_at": "2015-11-21T13:47:07Z", "closed_issues": 216, "created_at": "2015-09-10T14:30:44Z", "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...
15
2014-06-30T12:49:46Z
2016-10-18T14:46:48Z
2015-10-12T15:49:37Z
NONE
null
the DataFrame.to_csv method seems to accept a "compression" named parameter: ``` import numpy as np,pandas as pd data=np.arange(10).reshape(5,2) df=pd.DataFrame(data,columns=['a','b']) df.to_csv('test.csv.gz',compression='gzip') ``` However, the file it creates is not compressed at all: francesco@i3 ~/Desktop $ cat t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7615/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7615/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7616
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7616/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7616/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7616/events
https://github.com/pandas-dev/pandas/pull/7616
36,797,416
MDExOlB1bGxSZXF1ZXN0MTc3NzMwOTg=
7,616
BUG: Bug in to_timedelta that accepted invalid units and misinterpreted m/h (GH7611, GH6423)
{ "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": "5319e7", "default": false, "description": "Timedelta data type", ...
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...
0
2014-06-30T13:32:38Z
2014-09-05T03:18:03Z
2014-06-30T14:35:18Z
CONTRIBUTOR
null
closes #7611 closes #6423
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7616/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7616/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7616.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7616", "merged_at": "2014-06-30T14:35:18Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7616.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7616" }
https://api.github.com/repos/pandas-dev/pandas/issues/7617
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7617/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7617/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7617/events
https://github.com/pandas-dev/pandas/pull/7617
36,803,389
MDExOlB1bGxSZXF1ZXN0MTc3NzY3Mjk=
7,617
COMPAT: make numpy NaT comparison use a view to avoid implicit conversions
{ "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": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "e102d8", "default": false, "description": "Unexpecte...
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...
0
2014-06-30T14:40:13Z
2014-06-30T15:17:20Z
2014-06-30T15:17:20Z
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/7617/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7617/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7617.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7617", "merged_at": "2014-06-30T15:17:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7617.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7617" }
https://api.github.com/repos/pandas-dev/pandas/issues/7618
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7618/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7618/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7618/events
https://github.com/pandas-dev/pandas/issues/7618
36,806,229
MDU6SXNzdWUzNjgwNjIyOQ==
7,618
BUG: rolling_window yields unexpected results with win_type='triang'
{ "avatar_url": "https://avatars.githubusercontent.com/u/1882093?v=4", "events_url": "https://api.github.com/users/AllenDowney/events{/privacy}", "followers_url": "https://api.github.com/users/AllenDowney/followers", "following_url": "https://api.github.com/users/AllenDowney/following{/other_user}", "gists_ur...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "006b75", "default": false, "description": "Arithmetic, Comparison, ...
closed
false
null
[]
{ "closed_at": "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...
12
2014-06-30T15:08:40Z
2014-09-23T13:04:18Z
2014-09-23T13:04:18Z
CONTRIBUTOR
null
Here's the example in the documentation, modified to have non-zero mean: ``` n = 100 ser = pandas.Series(randn(n)+10, index=pandas.date_range('1/1/2000', periods=n)) pandas.rolling_window(ser, 5, 'triang').plot() pandas.rolling_window(ser, 5, 'boxcar').plot() ``` The rolling boxcar window is centered around 10, as ex...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7618/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7618/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7619
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7619/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7619/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7619/events
https://github.com/pandas-dev/pandas/pull/7619
36,825,681
MDExOlB1bGxSZXF1ZXN0MTc3OTAyODA=
7,619
ENH: dataframe memory usage
{ "avatar_url": "https://avatars.githubusercontent.com/u/223897?v=4", "events_url": "https://api.github.com/users/asobrien/events{/privacy}", "followers_url": "https://api.github.com/users/asobrien/followers", "following_url": "https://api.github.com/users/asobrien/following{/other_user}", "gists_url": "https...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "ededed", "default"...
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...
61
2014-06-30T18:44:51Z
2014-10-05T02:35:24Z
2014-10-05T02:31:10Z
CONTRIBUTOR
null
Closes [#6852](https://github.com/pydata/pandas/issues/6852) For a sample DataFrame: ``` python df = pd.DataFrame({ 'float' : np.random.randn(10000000), 'int' : np.random.randint(0,5,size=10000000), 'date' : Timestamp('20130101'), 'string' : 'foo', 'smallint' : np.random.randint(0,5,size=10000000).astype('int16') }) ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7619/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7619/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7619.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7619", "merged_at": "2014-10-05T02:31:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7619.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7619" }
https://api.github.com/repos/pandas-dev/pandas/issues/7620
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7620/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7620/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7620/events
https://github.com/pandas-dev/pandas/issues/7620
36,835,931
MDU6SXNzdWUzNjgzNTkzMQ==
7,620
Timezones are not comparable between different pytz versions
{ "avatar_url": "https://avatars.githubusercontent.com/u/3195015?v=4", "events_url": "https://api.github.com/users/rockg/events{/privacy}", "followers_url": "https://api.github.com/users/rockg/followers", "following_url": "https://api.github.com/users/rockg/following{/other_user}", "gists_url": "https://api.g...
[ { "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...
9
2014-06-30T20:33:28Z
2014-07-06T14:45:14Z
2014-07-06T14:45:14Z
CONTRIBUTOR
null
I have HDF5 files created in 0.12 which were localized to a timezone ('US/Eastern'). When the dataframe is updated, it is done by calling combine_first which ultimately calls tseries.index.join. Now when I try to update in 0.14, the HDF5 representation changes. This is because of the different versions of pytz and t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7620/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7620/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7621
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7621/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7621/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7621/events
https://github.com/pandas-dev/pandas/issues/7621
36,839,824
MDU6SXNzdWUzNjgzOTgyNA==
7,621
ENH: Categorical serialized
{ "avatar_url": "https://avatars.githubusercontent.com/u/890156?v=4", "events_url": "https://api.github.com/users/jankatins/events{/privacy}", "followers_url": "https://api.github.com/users/jankatins/followers", "following_url": "https://api.github.com/users/jankatins/following{/other_user}", "gists_url": "ht...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "5319e7", "default": false, "description": "read_hdf...
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...
5
2014-06-30T21:19:09Z
2018-07-06T22:31:40Z
2018-07-06T22:31:36Z
CONTRIBUTOR
null
Currently df which include a categorical can be written to a hdf store and other on disc storage formats. For formats which include factors/categoricals, also ensure that such data is read into a categorical. - [ ] CSV #7217, #7444 (just testing, not a completely fungible format) - [x] HDF5 #7217, #7444 / #8793 - [x] ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7621/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7621/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7622
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7622/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7622/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7622/events
https://github.com/pandas-dev/pandas/issues/7622
36,842,139
MDU6SXNzdWUzNjg0MjEzOQ==
7,622
DataFrame groupby partially drops timezone info (to_csv, in notebook)
{ "avatar_url": "https://avatars.githubusercontent.com/u/7874108?v=4", "events_url": "https://api.github.com/users/Poquaruse/events{/privacy}", "followers_url": "https://api.github.com/users/Poquaruse/followers", "following_url": "https://api.github.com/users/Poquaruse/following{/other_user}", "gists_url": "h...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "Timezone data dtype", ...
closed
false
null
[]
null
4
2014-06-30T21:48:08Z
2014-07-18T16:42:38Z
2014-06-30T22:16:09Z
NONE
null
Hi all, I've encountered a problem with DataFrames, groupby and timezones. import pandas as pd import numpy as np dt_rng = pd.date_range(start='2014-01-01 00:00', periods = 1000, freq='1s', tz='Europe/Berlin') df = pd.DataFrame({'a':np.random.randn(1000), 'b': np.random.randn(1000)},index = dt_rng) df['b'] = df['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/7622/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7622/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7623
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7623/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7623/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7623/events
https://github.com/pandas-dev/pandas/issues/7623
36,843,792
MDU6SXNzdWUzNjg0Mzc5Mg==
7,623
TST: failing windows parser test
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "5319e7", "d...
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...
7
2014-06-30T22:10:22Z
2014-07-02T14:19:28Z
2014-07-02T14:19:28Z
CONTRIBUTOR
null
This test is failing on all versions of windows (but not linux). related to #7582, #7591 cc @amras1 cc @mcwitt not sure what is failing this ``` FAIL: test_concat_invalid_first_argument (pandas.tools.tests.test_merge.TestConcatenate) ---------------------------------------------------------------------- Traceback (...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7623/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7623/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7624
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7624/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7624/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7624/events
https://github.com/pandas-dev/pandas/pull/7624
36,856,382
MDExOlB1bGxSZXF1ZXN0MTc4MDg4MDU=
7,624
CLN: Fix typo
{ "avatar_url": "https://avatars.githubusercontent.com/u/5581066?v=4", "events_url": "https://api.github.com/users/bwignall/events{/privacy}", "followers_url": "https://api.github.com/users/bwignall/followers", "following_url": "https://api.github.com/users/bwignall/following{/other_user}", "gists_url": "http...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "5319e7", "default": false, "description": "to_sql, read_sql, rea...
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...
2
2014-07-01T02:05:42Z
2014-07-01T12:12:29Z
2014-07-01T10:41:40Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7624/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7624/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7624.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7624", "merged_at": "2014-07-01T10:41:40Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7624.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7624" }
https://api.github.com/repos/pandas-dev/pandas/issues/7625
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7625/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7625/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7625/events
https://github.com/pandas-dev/pandas/pull/7625
36,857,320
MDExOlB1bGxSZXF1ZXN0MTc4MDkyOTQ=
7,625
CLN/DEPR: Fix instances of 'U'/'rU' in open(...)
{ "avatar_url": "https://avatars.githubusercontent.com/u/5581066?v=4", "events_url": "https://api.github.com/users/bwignall/events{/privacy}", "followers_url": "https://api.github.com/users/bwignall/followers", "following_url": "https://api.github.com/users/bwignall/following{/other_user}", "gists_url": "http...
[ { "color": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "2014-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...
1
2014-07-01T02:28:22Z
2014-07-02T11:46:11Z
2014-07-01T17:52:25Z
CONTRIBUTOR
null
closes #7131
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7625/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7625/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7625.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7625", "merged_at": "2014-07-01T17:52:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7625.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7625" }
https://api.github.com/repos/pandas-dev/pandas/issues/7626
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7626/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7626/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7626/events
https://github.com/pandas-dev/pandas/issues/7626
36,858,406
MDU6SXNzdWUzNjg1ODQwNg==
7,626
nrows limit fails reading well formed csv files from Australian electricity market data
{ "avatar_url": "https://avatars.githubusercontent.com/u/5546684?v=4", "events_url": "https://api.github.com/users/ChristopherShort/events{/privacy}", "followers_url": "https://api.github.com/users/ChristopherShort/followers", "following_url": "https://api.github.com/users/ChristopherShort/following{/other_user...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "read_csv, to_csv", "...
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...
18
2014-07-01T02:55:23Z
2016-12-06T01:48:05Z
2016-12-06T01:48:05Z
NONE
null
Reading Australian electricity market data files, read_csv reads past the nrows limit for certain nrows values and consequently fails. These market data files are 4 csv files combined into a single csv file and so the file has multiple headers and variable field size across the rows. The first set of data is from ro...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7626/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7626/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7627
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7627/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7627/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7627/events
https://github.com/pandas-dev/pandas/pull/7627
36,863,993
MDExOlB1bGxSZXF1ZXN0MTc4MTI5Njk=
7,627
PERF: optimize MultiIndex.from_product
{ "avatar_url": "https://avatars.githubusercontent.com/u/579798?v=4", "events_url": "https://api.github.com/users/immerrr/events{/privacy}", "followers_url": "https://api.github.com/users/immerrr/followers", "following_url": "https://api.github.com/users/immerrr/following{/other_user}", "gists_url": "https://...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "207de5", "default"...
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...
11
2014-07-01T05:45:02Z
2014-07-01T17:42:19Z
2014-07-01T11:36:24Z
CONTRIBUTOR
null
This PR speeds up MultiIndex.from_product employing the fact that operating on categorical codes is faster than on the values themselves. This yields about 2x improvement in the benchmark ``` python In [1]: import pandas.util.testing as tm In [2]: data = [tm.makeStringIndex(10000), tm.makeFloatIndex(20)] In [3]: ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7627/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7627/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7627.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7627", "merged_at": "2014-07-01T11:36:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7627.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7627" }
https://api.github.com/repos/pandas-dev/pandas/issues/7628
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7628/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7628/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7628/events
https://github.com/pandas-dev/pandas/issues/7628
36,867,599
MDU6SXNzdWUzNjg2NzU5OQ==
7,628
BUG: nth on series groupby with dropna=True gives TypeError
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "3465A4", "default": false, "description": null, "id": 134699, ...
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...
1
2014-07-01T07:12:20Z
2014-07-01T12:50:25Z
2014-07-01T12:50:25Z
MEMBER
null
From the docs: http://pandas-docs.github.io/pandas-docs-travis/groupby.html#taking-the-nth-row-of-each-group ``` In [1]: df = DataFrame([[1, np.nan], [1, 4], [5, 6]], columns=['A', 'B']) In [2]: g = df.groupby('A') In [3]: g.B.nth(0, dropna=True) ----------------------------------------------------------------------...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7628/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7628/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7629
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7629/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7629/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7629/events
https://github.com/pandas-dev/pandas/issues/7629
36,879,985
MDU6SXNzdWUzNjg3OTk4NQ==
7,629
Implement CategoricalIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/890156?v=4", "events_url": "https://api.github.com/users/jankatins/events{/privacy}", "followers_url": "https://api.github.com/users/jankatins/followers", "following_url": "https://api.github.com/users/jankatins/following{/other_user}", "gists_url": "ht...
[ { "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": "0b02e1", "default": false, "description": "Related ...
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", ...
9
2014-07-01T10:28:34Z
2015-04-20T11:19:57Z
2015-04-20T11:19:57Z
CONTRIBUTOR
null
When #7217 becomes available, it would be nice to also have a 'CategoricalIndex' so that the sorting behaviour based on levels will be preserved when a categorical becomes a index: ``` python cats = pd.Categorical([1,2,3,4], levels=[4,2,3,1]) strings = ["a","b","c","d"] values = [4,2,3,1] df = pd.DataFrame({"strings":...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7629/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7629/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7630
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7630/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7630/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7630/events
https://github.com/pandas-dev/pandas/issues/7630
36,884,036
MDU6SXNzdWUzNjg4NDAzNg==
7,630
BUG: tz lost on combine first/fillna
{ "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": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, d...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
3
2014-07-01T11:33:16Z
2016-08-12T15:44:54Z
2016-08-12T15:44:54Z
CONTRIBUTOR
null
http://stackoverflow.com/questions/24502838/pandas-tzinfo-lost-by-combine-first ``` In [10]: df1 = pd.DataFrame(columns=['UTCdatetime','abc'], ....: data=pd.to_datetime('20100101 01:01').tz_localize('UTC'), ....: index=pd.date_range('20140627', periods=1)) In [11]: print(df1)...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7630/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7630/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7631
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7631/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7631/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7631/events
https://github.com/pandas-dev/pandas/pull/7631
36,886,310
MDExOlB1bGxSZXF1ZXN0MTc4MjYzMzY=
7,631
BUG: doc example in groupby.rst (GH7559 / GH7628)
{ "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": "3465A4", "default": false, "description": null, "id": 134699, ...
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...
0
2014-07-01T12:10:14Z
2014-07-01T12:50:25Z
2014-07-01T12:50:25Z
CONTRIBUTOR
null
closes #7628
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7631/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7631/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7631.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7631", "merged_at": "2014-07-01T12:50:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7631.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7631" }
https://api.github.com/repos/pandas-dev/pandas/issues/7632
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7632/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7632/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7632/events
https://github.com/pandas-dev/pandas/issues/7632
36,887,783
MDU6SXNzdWUzNjg4Nzc4Mw==
7,632
Bug? Dubious resulting index from merge outer join with left_index=True
{ "avatar_url": "https://avatars.githubusercontent.com/u/3813698?v=4", "events_url": "https://api.github.com/users/matthiasjfrank/events{/privacy}", "followers_url": "https://api.github.com/users/matthiasjfrank/followers", "following_url": "https://api.github.com/users/matthiasjfrank/following{/other_user}", ...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
7
2014-07-01T12:32:27Z
2019-04-09T16:36:32Z
2018-07-06T22:30:45Z
NONE
null
The following occurs when using pandas.merge for an (left) outer join with the left_index=True and right_on="something" options. The index of the resulting DataFrame contains duplicate values and the "something" column contains new (compared to before) values that look suspiciously like what the index should be. Is t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7632/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7632/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7633
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7633/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7633/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7633/events
https://github.com/pandas-dev/pandas/issues/7633
36,888,709
MDU6SXNzdWUzNjg4ODcwOQ==
7,633
PERF: perf regressions vs 0.14.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": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" } ]
closed
false
null
[]
{ "closed_at": "2014-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...
24
2014-07-01T12:45:12Z
2014-07-18T23:24:46Z
2014-07-07T19:24:50Z
CONTRIBUTOR
null
We have many + perf fixes in 0.14.1 yeh! but need to look at these (resamples could be spurious) ``` dataframe_resample_mean_string | 4.0483 | 2.4170 | 1.6749 | dataframe_resample_max_numpy | 3.3394 | 1.7230 | 1.9381 | dataframe_resample_max_string | 3.3154 |...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7633/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7633/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7634
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7634/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7634/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7634/events
https://github.com/pandas-dev/pandas/pull/7634
36,889,772
MDExOlB1bGxSZXF1ZXN0MTc4Mjg1MTE=
7,634
FIX: don't create 32 bit int type for int64 column (GH7433)
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "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": "531...
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...
10
2014-07-01T12:59:02Z
2014-07-06T14:52:45Z
2014-07-05T13:48:39Z
MEMBER
null
Closes #7433 Replace the sqlalchemy `Integer` type with `BigInteger` as the default integer type in pandas is int64. Probably we could be more specific in the type conversion (check for the exact integer type).
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7634/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7634/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7634.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7634", "merged_at": "2014-07-05T13:48:39Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7634.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7634" }
https://api.github.com/repos/pandas-dev/pandas/issues/7635
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7635/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7635/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7635/events
https://github.com/pandas-dev/pandas/pull/7635
36,890,364
MDExOlB1bGxSZXF1ZXN0MTc4Mjg4NTk=
7,635
DOC: small doc build fixes
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[]
closed
false
null
[]
null
0
2014-07-01T13:06:48Z
2014-07-01T13:07:00Z
2014-07-01T13:07:00Z
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/7635/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7635/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7635.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7635", "merged_at": "2014-07-01T13:07:00Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7635.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7635" }
https://api.github.com/repos/pandas-dev/pandas/issues/7636
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7636/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7636/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7636/events
https://github.com/pandas-dev/pandas/issues/7636
36,892,751
MDU6SXNzdWUzNjg5Mjc1MQ==
7,636
Color bars by category
{ "avatar_url": "https://avatars.githubusercontent.com/u/5517189?v=4", "events_url": "https://api.github.com/users/wefer/events{/privacy}", "followers_url": "https://api.github.com/users/wefer/followers", "following_url": "https://api.github.com/users/wefer/following{/other_user}", "gists_url": "https://api.g...
[ { "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": 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...
8
2014-07-01T13:36:21Z
2018-07-06T22:26:45Z
2018-07-06T22:26:26Z
NONE
null
Would it make sense to add functionality for coloring bar charts according to a categorical value in a column? It could then by be passed as an argument such as: ``` python df.plot(kind='bar', colors=['r', 'g', 'b'], color_by=['B']) ``` which would lead to ['r', 'g', 'b'] being cycled throughout the values in column ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7636/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7636/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7637
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7637/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7637/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7637/events
https://github.com/pandas-dev/pandas/issues/7637
36,898,928
MDU6SXNzdWUzNjg5ODkyOA==
7,637
Accessing Series with duplicate index returns Series, but accessing a unique index returns scalar
{ "avatar_url": "https://avatars.githubusercontent.com/u/453745?v=4", "events_url": "https://api.github.com/users/chrisaycock/events{/privacy}", "followers_url": "https://api.github.com/users/chrisaycock/followers", "following_url": "https://api.github.com/users/chrisaycock/following{/other_user}", "gists_url...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "207de5", "default": false, "descript...
closed
false
null
[]
null
2
2014-07-01T14:40:49Z
2014-08-15T12:49:14Z
2014-07-07T15:40:28Z
CONTRIBUTOR
null
Suppose I have a Series with a duplicate indices: ``` python In [109]: s = pd.Series([1, 2, 3, 4, 5], index=['a', 'a', 'a', 'a', 'b']) In [110]: s Out[110]: a 1 a 2 a 3 a 4 b 5 dtype: int64 ``` If I access the duplicated index, I get a Series: ``` python In [111]: s.xs('a') Out[111]: a 1 a 2 a ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7637/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7637/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7638
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7638/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7638/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7638/events
https://github.com/pandas-dev/pandas/pull/7638
36,904,710
MDExOlB1bGxSZXF1ZXN0MTc4Mzc4MDQ=
7,638
BUG: Bug in Series.get with a boolean accessor (GH7407)
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "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...
0
2014-07-01T15:39:11Z
2014-07-01T16:02:12Z
2014-07-01T16:02:12Z
CONTRIBUTOR
null
closes #7407
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7638/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7638/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7638.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7638", "merged_at": "2014-07-01T16:02:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7638.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7638" }
https://api.github.com/repos/pandas-dev/pandas/issues/7639
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7639/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7639/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7639/events
https://github.com/pandas-dev/pandas/pull/7639
36,906,529
MDExOlB1bGxSZXF1ZXN0MTc4Mzg5NjE=
7,639
REGR: Add back #N/A N/A as a default NA value (regresion from 0.12) (GH5521)
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "5319e7"...
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...
0
2014-07-01T15:57:47Z
2014-07-01T16:33:07Z
2014-07-01T16:33:07Z
CONTRIBUTOR
null
closes #5521
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7639/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7639/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7639.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7639", "merged_at": "2014-07-01T16:33:07Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7639.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7639" }
https://api.github.com/repos/pandas-dev/pandas/issues/7640
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7640/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7640/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7640/events
https://github.com/pandas-dev/pandas/issues/7640
36,932,609
MDU6SXNzdWUzNjkzMjYwOQ==
7,640
Proposal: New Index type for binned data (IntervalIndex)
{ "avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4", "events_url": "https://api.github.com/users/shoyer/events{/privacy}", "followers_url": "https://api.github.com/users/shoyer/followers", "following_url": "https://api.github.com/users/shoyer/following{/other_user}", "gists_url": "https://ap...
[ { "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": "0b02e1", "default": false, "description": "Related ...
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...
20
2014-07-01T21:18:41Z
2018-05-08T00:06:51Z
2017-04-14T13:32:37Z
MEMBER
null
### Design The idea is to have a natural representation of the grids that ubiquitously appear in simulations and measurements of physical systems. Instead of referencing a single value, a grid cell references a _range_ of values, based on the chosen discretization. Typically, cells boundaries would be specified by flo...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7640/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7640/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7641
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7641/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7641/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7641/events
https://github.com/pandas-dev/pandas/issues/7641
36,940,305
MDU6SXNzdWUzNjk0MDMwNQ==
7,641
kernel crash
{ "avatar_url": "https://avatars.githubusercontent.com/u/5225572?v=4", "events_url": "https://api.github.com/users/bcabs/events{/privacy}", "followers_url": "https://api.github.com/users/bcabs/followers", "following_url": "https://api.github.com/users/bcabs/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "207de5", "default": false, "description": "read_json, to_json, json_normalize", "id": 49379259, "name": "IO JSON", "node_id": "MDU6TGFiZWw0OTM3OTI1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON" } ]
closed
false
null
[]
null
5
2014-07-01T23:32:05Z
2015-10-20T22:28:32Z
2015-10-20T22:28:32Z
NONE
null
So I have a 1.07 GB json file that I am trying to open. However, the kernel crashes every time I try to run these three lines: import pandas as pd f = open("large json file", "r") pd.read_json(f) Anyone have any ideas on this? Is it a defect? Python 2.7.3 [GCC 4.7.2] on linux2 **\* glibc detected **\* python: d...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7641/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7641/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7642
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7642/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7642/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7642/events
https://github.com/pandas-dev/pandas/issues/7642
36,943,112
MDU6SXNzdWUzNjk0MzExMg==
7,642
openpyxl compatibility warning doesn't catch no openpyxl installed
{ "avatar_url": "https://avatars.githubusercontent.com/u/1348834?v=4", "events_url": "https://api.github.com/users/patricktokeeffe/events{/privacy}", "followers_url": "https://api.github.com/users/patricktokeeffe/followers", "following_url": "https://api.github.com/users/patricktokeeffe/following{/other_user}",...
[]
closed
false
null
[]
null
2
2014-07-02T00:31:57Z
2014-07-21T11:20:49Z
2014-07-02T00:35:36Z
CONTRIBUTOR
null
Just installed 0.14.0 (on Windows 7) and received this warning: > Installed openpyxl is not supported at this time. Use >=1.6.1 and <2.0.0. I did not have any version of openpyxl installed though. Perhaps the change made to `pandas/io/excel.py` in #7214 should have been more like: ``` diff -register_writer(_Openpyxl...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7642/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7642/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7643
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7643/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7643/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7643/events
https://github.com/pandas-dev/pandas/issues/7643
36,945,839
MDU6SXNzdWUzNjk0NTgzOQ==
7,643
Plot method ignores upper and lower error bar arguments
{ "avatar_url": "https://avatars.githubusercontent.com/u/1308430?v=4", "events_url": "https://api.github.com/users/theandygross/events{/privacy}", "followers_url": "https://api.github.com/users/theandygross/followers", "following_url": "https://api.github.com/users/theandygross/following{/other_user}", "gists...
[]
closed
false
null
[]
null
1
2014-07-02T01:39:32Z
2015-10-20T22:30:01Z
2015-10-20T22:30:01Z
CONTRIBUTOR
null
This seems to be specific to Pandas as opposed to matplotlib. Worked as desired as of a few months ago when I last updated from master. This is the desired behavior in matplotlib: ``` python barh([0,1], [.3, .5], xerr=[[.1,.2], [.3,.4]], color = ['red','green'], ecolor='black') ``` ![image](https://cloud....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7643/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7643/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7644
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7644/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7644/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7644/events
https://github.com/pandas-dev/pandas/issues/7644
36,950,738
MDU6SXNzdWUzNjk1MDczOA==
7,644
Segmentation Fault 11 When Adding a New Empty Column
{ "avatar_url": "https://avatars.githubusercontent.com/u/1276363?v=4", "events_url": "https://api.github.com/users/stantontcady/events{/privacy}", "followers_url": "https://api.github.com/users/stantontcady/followers", "following_url": "https://api.github.com/users/stantontcady/following{/other_user}", "gists...
[]
closed
false
null
[]
null
5
2014-07-02T04:02:24Z
2014-10-02T12:29:19Z
2014-10-02T12:29:19Z
NONE
null
While running OS X 10.9.3 and Python 2.7.6 I get a seg fault when trying to add a new column to an existing DataFrame where the new column is initialized to an empty string (""). When initializing to np.NaN, the fault does not occur. An example is below. mydataframe['new_column'] = "" <- this results in 'Segmentatio...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7644/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7644/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7645
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7645/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7645/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7645/events
https://github.com/pandas-dev/pandas/issues/7645
36,961,957
MDU6SXNzdWUzNjk2MTk1Nw==
7,645
Using .compound in groupby
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "729FCF", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": 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
2014-07-02T08:38:16Z
2018-07-06T22:15:43Z
2018-07-06T22:15:43Z
CONTRIBUTOR
null
``` python df = pd.DataFrame({'grp': [0, 0, 1, 1], 'returns': [0, 0.1, -.1, .1]}) df.groupby('grp').returns.compound() df.groupby('grp').returns.apply('compound') ``` Doesn't seem to work: ``` --------------------------------------------------------------------------- AttributeError Traceba...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7645/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7645/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7646
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7646/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7646/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7646/events
https://github.com/pandas-dev/pandas/issues/7646
36,967,231
MDU6SXNzdWUzNjk2NzIzMQ==
7,646
Can't append hdf5 file with df.to_hdf
{ "avatar_url": "https://avatars.githubusercontent.com/u/399854?v=4", "events_url": "https://api.github.com/users/juhi24/events{/privacy}", "followers_url": "https://api.github.com/users/juhi24/followers", "following_url": "https://api.github.com/users/juhi24/following{/other_user}", "gists_url": "https://api...
[]
closed
false
null
[]
null
9
2014-07-02T09:56:04Z
2014-08-28T18:00:27Z
2014-07-07T15:39:14Z
NONE
null
I recently upgraded most of my python packages via pip. After the upgrade ``` df.to_hdf('store.h5', 'data', format='table', append=True) ``` gives ``` /home/jussitii/py3env/lib/python3.2/site-packages/pandas/core/generic.py in to_hdf(self, path_or_buf, key, **kwargs) 894 895 from pandas.io import 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/7646/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7646/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7647
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7647/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7647/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7647/events
https://github.com/pandas-dev/pandas/issues/7647
36,976,741
MDU6SXNzdWUzNjk3Njc0MQ==
7,647
Different behaviour when assigning None using loc[] and []
{ "avatar_url": "https://avatars.githubusercontent.com/u/5693301?v=4", "events_url": "https://api.github.com/users/socheon/events{/privacy}", "followers_url": "https://api.github.com/users/socheon/followers", "following_url": "https://api.github.com/users/socheon/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": "2015-03-23T10:50:37Z", "closed_issues": 400, "created_at": "2014-02-14T03:31:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
2
2014-07-02T12:26:08Z
2014-09-04T00:21:50Z
2014-09-04T00:21:50Z
NONE
null
``` import pandas as pd import numpy as np ser = pd.Series(['a', 'b', np.nan]) print ser ser.loc[ser.isnull()] = None print ser ser[ser.isnull()] = None print ser ``` Output ``` 0 a 1 b 2 NaN dtype: object 0 a 1 b 2 None dtype: object 0 a 1 b 2 NaN dtype: object ``` I am...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7647/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7647/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7648
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7648/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7648/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7648/events
https://github.com/pandas-dev/pandas/issues/7648
36,980,405
MDU6SXNzdWUzNjk4MDQwNQ==
7,648
TST: yahoo retrieve tests failure
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2014-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...
0
2014-07-02T13:14:39Z
2014-07-07T11:09:41Z
2014-07-07T11:09:41Z
CONTRIBUTOR
null
cc @dstephens99 prob just need to protect these a bit here as well: https://travis-ci.org/jreback/pandas/jobs/28958102 ``` ====================================================================== ERROR: test_get_all_data (pandas.io.tests.test_data.TestYahooOptions) -----------------------------------------------------...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7648/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7648/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7649
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7649/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7649/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7649/events
https://github.com/pandas-dev/pandas/issues/7649
36,989,005
MDU6SXNzdWUzNjk4OTAwNQ==
7,649
BUG: Aggregating over an integer on an empty DataFrame causes datetime64 types to convert to float64
{ "avatar_url": "https://avatars.githubusercontent.com/u/453745?v=4", "events_url": "https://api.github.com/users/chrisaycock/events{/privacy}", "followers_url": "https://api.github.com/users/chrisaycock/followers", "following_url": "https://api.github.com/users/chrisaycock/following{/other_user}", "gists_url...
[]
closed
false
null
[]
null
4
2014-07-02T14:45:31Z
2014-07-02T16:04:21Z
2014-07-02T15:44:11Z
CONTRIBUTOR
null
Possibly related to issue #7574: Suppose I have a DataFrame: ``` python In [61]: df Out[61]: ref localtime size 0 45361866 2014-06-25 14:11:11.753597 100 1 45361866 2014-06-25 14:11:11.753769 100 2 45361866 2014-06-25 14:11:11.754350 200 3 45361866 2014-06-25 14:11:11.756...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7649/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7649/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7650
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7650/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7650/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7650/events
https://github.com/pandas-dev/pandas/issues/7650
37,003,994
MDU6SXNzdWUzNzAwMzk5NA==
7,650
TST: random read_html failure?
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
0
2014-07-02T17:17:38Z
2018-07-06T22:14:47Z
2018-07-06T22:14:47Z
CONTRIBUTOR
null
https://travis-ci.org/jreback/pandas/jobs/28982207 @cpcloud
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7650/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7650/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7651
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7651/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7651/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7651/events
https://github.com/pandas-dev/pandas/issues/7651
37,004,694
MDU6SXNzdWUzNzAwNDY5NA==
7,651
Index API proposal: unified axis label lookup
{ "avatar_url": "https://avatars.githubusercontent.com/u/579798?v=4", "events_url": "https://api.github.com/users/immerrr/events{/privacy}", "followers_url": "https://api.github.com/users/immerrr/followers", "following_url": "https://api.github.com/users/immerrr/following{/other_user}", "gists_url": "https://...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "AD...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
6
2014-07-02T17:25:47Z
2018-07-06T23:08:57Z
2018-07-06T22:14:27Z
CONTRIBUTOR
null
As the next step of separation-of-concerns plan (#6744) I'd like to propose adding a method (or several, actually) to `Index` class that would encapsulate the details of `foo.loc[l1,l2,...]` lookup. ### Implementation Idea Roughly, the idea is to make `loc`'s getitem as simple as ``` python def __getitem__(self, inde...
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7651/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7651/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7652
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7652/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7652/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7652/events
https://github.com/pandas-dev/pandas/pull/7652
37,007,921
MDExOlB1bGxSZXF1ZXN0MTc5MDE5NTE=
7,652
PERF: fix perf issue in tz conversions w/o affecting DST transitions
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" } ]
closed
false
null
[]
{ "closed_at": "2014-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...
1
2014-07-02T18:02:53Z
2014-07-02T18:38:23Z
2014-07-02T18:38:23Z
CONTRIBUTOR
null
``` ------------------------------------------------------------------------------- Test name | head[ms] | base[ms] | ratio | ------------------------------------------------------------------------------- datetimeindex_normalize | 3.3297 | 83.0923 | 0.040...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7652/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7652/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7652.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7652", "merged_at": "2014-07-02T18:38:23Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7652.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7652" }
https://api.github.com/repos/pandas-dev/pandas/issues/7653
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7653/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7653/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7653/events
https://github.com/pandas-dev/pandas/issues/7653
37,022,780
MDU6SXNzdWUzNzAyMjc4MA==
7,653
PyTables: any limitation on the number of columns?
{ "avatar_url": "https://avatars.githubusercontent.com/u/1903683?v=4", "events_url": "https://api.github.com/users/bluefir/events{/privacy}", "followers_url": "https://api.github.com/users/bluefir/followers", "following_url": "https://api.github.com/users/bluefir/following{/other_user}", "gists_url": "https:/...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "5319e7", "default"...
closed
false
null
[]
null
9
2014-07-02T20:47:36Z
2014-07-16T23:51:25Z
2014-07-03T19:40:30Z
NONE
null
I got the following error trying to do ``` store.append(output_name, data_frame) ``` for a DataFrame with 2 rows and 3202 columns: ``` File "C:\Python27\lib\site-packages\pandas\io\pytables.py", line 914, in append **kwargs) File "C:\Python27\lib\site-packages\pandas\io\pytables.py", line 1273, in _write_to_...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7653/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7653/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7654
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7654/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7654/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7654/events
https://github.com/pandas-dev/pandas/issues/7654
37,068,833
MDU6SXNzdWUzNzA2ODgzMw==
7,654
tz-aware datetime not converted to datetime64
{ "avatar_url": "https://avatars.githubusercontent.com/u/426636?v=4", "events_url": "https://api.github.com/users/altaurog/events{/privacy}", "followers_url": "https://api.github.com/users/altaurog/followers", "following_url": "https://api.github.com/users/altaurog/following{/other_user}", "gists_url": "https...
[]
closed
false
null
[]
null
3
2014-07-03T11:37:03Z
2014-07-03T12:47:18Z
2014-07-03T12:47:18Z
NONE
null
Is this intentional? ``` python In [4]: pd.Series([datetime.now()]).dtype Out[4]: dtype('<M8[ns]') In [5]: pd.Series([pytz.UTC.localize(datetime.now())]).dtype Out[5]: dtype('O') ``` pandas 0.13.1 and 0.14.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/7654/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7654/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7655
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7655/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7655/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7655/events
https://github.com/pandas-dev/pandas/issues/7655
37,079,161
MDU6SXNzdWUzNzA3OTE2MQ==
7,655
BUG/API: assignment of frame in a multi-indexed column frame with a matching level
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "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...
0
2014-07-03T12:59:47Z
2014-10-06T13:03:02Z
2014-10-06T13:03:02Z
CONTRIBUTOR
null
http://stackoverflow.com/questions/24553921/pandas-matching-on-level-of-hierarchical-index/24554350#24554350 This should align on the columns axis. Not clear how to specify the alignment level though (e.g. broadcasting would be tricky here). ``` import numpy as np import pandas as pd arrays = [np.hstack([ ['one']*3,...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7655/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7655/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7656
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7656/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7656/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7656/events
https://github.com/pandas-dev/pandas/issues/7656
37,086,687
MDU6SXNzdWUzNzA4NjY4Nw==
7,656
DataFrame.where does not work as expected with inplace=True
{ "avatar_url": "https://avatars.githubusercontent.com/u/3195015?v=4", "events_url": "https://api.github.com/users/rockg/events{/privacy}", "followers_url": "https://api.github.com/users/rockg/followers", "following_url": "https://api.github.com/users/rockg/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "0b02e1", "default": false, "description": "Related to indexing o...
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...
6
2014-07-03T14:25:22Z
2014-07-03T16:26:12Z
2014-07-03T16:26:12Z
CONTRIBUTOR
null
related #4667, #7647 According to the documentation, `inplace` should replace values appropriately with `other`, but this does not seem to work as expected. This worked in 0.12. ``` In [6]: df = pandas.DataFrame([{'A': 1, 'B': np.nan, 'C': 'Test'}, {'A': np.nan, 'B': 'Test', 'C': np.nan}]) In [7]: df Out[7]: A...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7656/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7656/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7657
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7657/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7657/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7657/events
https://github.com/pandas-dev/pandas/pull/7657
37,093,932
MDExOlB1bGxSZXF1ZXN0MTc5NTE2MDk=
7,657
API: disallow inplace setting with where and a non-np.nan value (GH7656)
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "d7...
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...
0
2014-07-03T15:40:07Z
2014-07-03T16:26:12Z
2014-07-03T16:26:12Z
CONTRIBUTOR
null
closes #7656
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7657/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7657/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7657.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7657", "merged_at": "2014-07-03T16:26:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7657.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7657" }
https://api.github.com/repos/pandas-dev/pandas/issues/7658
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7658/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7658/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7658/events
https://github.com/pandas-dev/pandas/issues/7658
37,107,532
MDU6SXNzdWUzNzEwNzUzMg==
7,658
SettingWithCopyWarning in Core\Indexing.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/2855412?v=4", "events_url": "https://api.github.com/users/rhaskett/events{/privacy}", "followers_url": "https://api.github.com/users/rhaskett/followers", "following_url": "https://api.github.com/users/rhaskett/following{/other_user}", "gists_url": "http...
[ { "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-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...
8
2014-07-03T18:06:36Z
2014-07-26T00:28:52Z
2014-07-26T00:28:44Z
NONE
null
The code I ran looked something like the below df.loc[:, 'A'] = df['A'] \* (df['B'] / df['C']) and I received a warning from within Pandas ...\pandas\core\indexing.py:385: SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame. Try using .loc[row_index,col_indexer] = value inst...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7658/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7658/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7659
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7659/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7659/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7659/events
https://github.com/pandas-dev/pandas/issues/7659
37,107,978
MDU6SXNzdWUzNzEwNzk3OA==
7,659
Documentation on pandas.DataFrame.to_excel
{ "avatar_url": "https://avatars.githubusercontent.com/u/3021223?v=4", "events_url": "https://api.github.com/users/jetheurer/events{/privacy}", "followers_url": "https://api.github.com/users/jetheurer/followers", "following_url": "https://api.github.com/users/jetheurer/following{/other_user}", "gists_url": "h...
[]
closed
false
null
[]
null
3
2014-07-03T18:11:59Z
2014-07-03T18:54:12Z
2014-07-03T18:54:12Z
NONE
null
Hi all, I noticed there is a typo in the documentation of [pandas.DataFrame.to_excel](http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.to_excel.html): The parameter startow should be startrow. **startow**: upper left cell row to dump data frame should be: **startrow** upper left cell row to d...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7659/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7659/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7660
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7660/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7660/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7660/events
https://github.com/pandas-dev/pandas/issues/7660
37,116,660
MDU6SXNzdWUzNzExNjY2MA==
7,660
BUG: stacking multiple levels
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
{ "closed_at": "2014-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...
0
2014-07-03T19:39:08Z
2014-07-21T11:42:51Z
2014-07-21T11:42:51Z
CONTRIBUTOR
null
from #7653 cc @bluefir ``` df = DataFrame(np.random.randn(1000, 27), columns=MultiIndex.from_tuples(list( itertools.product(xrange(3), repeat=3)))) df.stack(level=[1, 2]) ``` should be equiv to: `df.stack(level=1).stack(level=1)` but is raising
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7660/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7660/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7661
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7661/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7661/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7661/events
https://github.com/pandas-dev/pandas/pull/7661
37,126,259
MDExOlB1bGxSZXF1ZXN0MTc5Njk4NDI=
7,661
FIX: Scalar timedelta NaT results raise
{ "avatar_url": "https://avatars.githubusercontent.com/u/4306187?v=4", "events_url": "https://api.github.com/users/ischwabacher/events{/privacy}", "followers_url": "https://api.github.com/users/ischwabacher/followers", "following_url": "https://api.github.com/users/ischwabacher/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": "5319e7", "default": false, "description": "Timedelta data type", ...
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...
10
2014-07-03T21:36:46Z
2014-09-14T14:20:10Z
2014-09-14T14:20:10Z
CONTRIBUTOR
null
Currently, coercion of scalar results from `float` to `timedelta64[ns]` passes through `int`, which raises when attempting to coerce `NaN` to `NaT`. To reproduce: ``` python import pandas as pd import numpy as np pd.Series([np.timedelta64('NaT')]).sum() # TypeError: reduction operation 'sum' not allowed for this dty...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7661/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7661/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7661.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7661", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/7661.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7661" }
https://api.github.com/repos/pandas-dev/pandas/issues/7662
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7662/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7662/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7662/events
https://github.com/pandas-dev/pandas/issues/7662
37,128,067
MDU6SXNzdWUzNzEyODA2Nw==
7,662
read_csv/to_csv sep/delimiter inconsistency
{ "avatar_url": "https://avatars.githubusercontent.com/u/980054?v=4", "events_url": "https://api.github.com/users/dsm054/events{/privacy}", "followers_url": "https://api.github.com/users/dsm054/followers", "following_url": "https://api.github.com/users/dsm054/following{/other_user}", "gists_url": "https://api...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "5319e7", "default": false, "description": "r...
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...
19
2014-07-03T22:06:24Z
2020-09-09T11:20:23Z
2016-10-24T22:08:22Z
CONTRIBUTOR
null
related #7615 Bit of a UI problem here (although it's behaving as the docstring says it does, so it doesn't quite qualify as a bug): ``` >>> df = pd.DataFrame({"A": [1,2,3], "B": [4,5,6]}) >>> df.to_csv("tmp.csv", sep=";") >>> !cat tmp.csv ;A;B 0;1;4 1;2;5 2;3;6 >>> df.to_csv("tmp.csv", delimiter=";") >>> !cat tmp.cs...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7662/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7662/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7663
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7663/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7663/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7663/events
https://github.com/pandas-dev/pandas/issues/7663
37,132,256
MDU6SXNzdWUzNzEzMjI1Ng==
7,663
DOC: clarify that .ix[] is always label based with integer index
{ "avatar_url": "https://avatars.githubusercontent.com/u/5655024?v=4", "events_url": "https://api.github.com/users/Louis-Tian/events{/privacy}", "followers_url": "https://api.github.com/users/Louis-Tian/followers", "following_url": "https://api.github.com/users/Louis-Tian/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": "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...
11
2014-07-03T23:26:29Z
2015-01-17T09:58:20Z
2015-01-17T09:57:14Z
NONE
null
According to the documentation, ix should accept the all the input to iloc. In the following the .ix raises an KeyError while .iloc work as expected. I suspect the fall back mechanism is broken in this case with integer index. ``` python import pandas as pd import numpy as np df = pd.Series(np.random.randn(9)) df.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/7663/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7663/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7664
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7664/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7664/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7664/events
https://github.com/pandas-dev/pandas/issues/7664
37,137,775
MDU6SXNzdWUzNzEzNzc3NQ==
7,664
TST: test_ts_plot_format_coord ValueError: Unknown format code 'f' for object of type 'str'
{ "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": "...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2014-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...
7
2014-07-04T02:11:47Z
2014-07-07T16:00:22Z
2014-07-07T16:00:22Z
CONTRIBUTOR
null
Only with ubuntu 12.04 i386: ``` ====================================================================== ERROR: test_ts_plot_format_coord (pandas.tseries.tests.test_plotting.TestTSPlot) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/buildd/pandas-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/7664/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7664/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7665
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7665/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7665/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7665/events
https://github.com/pandas-dev/pandas/pull/7665
37,142,126
MDExOlB1bGxSZXF1ZXN0MTc5Nzk1MDQ=
7,665
TST/CLN: Refactor io.data.options class to improve testing
{ "avatar_url": "https://avatars.githubusercontent.com/u/5957850?v=4", "events_url": "https://api.github.com/users/davidastephens/events{/privacy}", "followers_url": "https://api.github.com/users/davidastephens/followers", "following_url": "https://api.github.com/users/davidastephens/following{/other_user}", ...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2014-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...
5
2014-07-04T04:58:46Z
2014-07-07T11:09:46Z
2014-07-07T11:09:41Z
CONTRIBUTOR
null
Removed most references to month and year (passing expiry date around instead). Also protected with RemoteDataError checking for the expiry month links. Fixes #7648
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7665/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7665/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7665.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7665", "merged_at": "2014-07-07T11:09:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7665.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7665" }
https://api.github.com/repos/pandas-dev/pandas/issues/7666
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7666/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7666/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7666/events
https://github.com/pandas-dev/pandas/issues/7666
37,145,177
MDU6SXNzdWUzNzE0NTE3Nw==
7,666
BUG: aggregate(sum) returns wrong result for certain boolean input
{ "avatar_url": "https://avatars.githubusercontent.com/u/4759559?v=4", "events_url": "https://api.github.com/users/veor/events{/privacy}", "followers_url": "https://api.github.com/users/veor/followers", "following_url": "https://api.github.com/users/veor/following{/other_user}", "gists_url": "https://api.gith...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": "2015-03-23T10:50:37Z", "closed_issues": 400, "created_at": "2014-02-14T03:31:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2014-07-04T06:42:48Z
2014-07-04T14:57:00Z
2014-07-04T14:57:00Z
NONE
null
I have a DataFrame that looks like the following format: ``` python df = pd.DataFrame({'foo': [1, 2, 2], 'bar': [True, False, False]}) ``` I want group this by foo and count the number of True values in the bar column. Counting the True values can be achieved with the sum command. ``` python In [7]: bar = [True, Fa...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7666/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7666/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7667
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7667/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7667/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7667/events
https://github.com/pandas-dev/pandas/pull/7667
37,176,413
MDExOlB1bGxSZXF1ZXN0MTc5OTk1MTY=
7,667
BUG: Bug in multi-index slice setting, related GH3738
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "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...
0
2014-07-04T15:41:25Z
2014-07-04T16:10:17Z
2014-07-04T16:10:17Z
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/7667/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7667/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7667.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7667", "merged_at": "2014-07-04T16:10:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7667.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7667" }
https://api.github.com/repos/pandas-dev/pandas/issues/7668
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7668/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7668/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7668/events
https://github.com/pandas-dev/pandas/pull/7668
37,180,222
MDExOlB1bGxSZXF1ZXN0MTgwMDE2Njc=
7,668
BUG: windows failure on GH7667
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
0
2014-07-04T17:23:44Z
2014-07-22T18:40:51Z
2014-07-04T17:23:48Z
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/7668/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7668/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7668.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7668", "merged_at": "2014-07-04T17:23:48Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7668.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7668" }
https://api.github.com/repos/pandas-dev/pandas/issues/7669
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7669/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7669/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7669/events
https://github.com/pandas-dev/pandas/pull/7669
37,194,328
MDExOlB1bGxSZXF1ZXN0MTgwMDg1Mjc=
7,669
Update docs to use display.width instead of deprecated line_width.
{ "avatar_url": "https://avatars.githubusercontent.com/u/410907?v=4", "events_url": "https://api.github.com/users/lexual/events{/privacy}", "followers_url": "https://api.github.com/users/lexual/followers", "following_url": "https://api.github.com/users/lexual/following{/other_user}", "gists_url": "https://api...
[]
closed
false
null
[]
null
1
2014-07-05T07:52:42Z
2014-07-05T09:05:37Z
2014-07-05T09:05:37Z
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/7669/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7669/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7669.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7669", "merged_at": "2014-07-05T09:05:37Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7669.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7669" }
https://api.github.com/repos/pandas-dev/pandas/issues/7670
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7670/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7670/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7670/events
https://github.com/pandas-dev/pandas/pull/7670
37,198,634
MDExOlB1bGxSZXF1ZXN0MTgwMTAyMjc=
7,670
(WIP) BUG/CLN: Better timeseries plotting / refactoring tsplot
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "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...
26
2014-07-05T13:08:45Z
2017-03-20T13:48:34Z
2017-03-20T13:48:33Z
MEMBER
null
Must be revisited after #7717. #6608 seems to be solved by following 4 fixes. - [ ] `PeriodIndex` should support the same freqs as `DatetimeIndex` (Related to #7222, maybe solved by #5148) - [ ] Better logic to find common divisor frequency (try to use `tsplot` as much) - [x] When plotting with `x_compat` to the `ax` w...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7670/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7670/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7670.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7670", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/7670.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7670" }
https://api.github.com/repos/pandas-dev/pandas/issues/7671
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7671/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7671/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7671/events
https://github.com/pandas-dev/pandas/pull/7671
37,199,601
MDExOlB1bGxSZXF1ZXN0MTgwMTA1ODY=
7,671
DOC: remove mention of TimeSeries in docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
8
2014-07-05T14:17:52Z
2015-06-02T19:26:59Z
2015-05-15T08:10:13Z
MEMBER
null
As a Series with a DatetimeIndex is no longer presented as a `TimeSeries`, I think we also should not longer mention it in the docs as a 'seperate object', so removed the last few mentions.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7671/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7671/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7671.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7671", "merged_at": "2015-05-15T08:10:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7671.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7671" }
https://api.github.com/repos/pandas-dev/pandas/issues/7672
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7672/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7672/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7672/events
https://github.com/pandas-dev/pandas/pull/7672
37,206,632
MDExOlB1bGxSZXF1ZXN0MTgwMTM1MDQ=
7,672
Add some documentation on gotchas related to pytz updates #7620
{ "avatar_url": "https://avatars.githubusercontent.com/u/3195015?v=4", "events_url": "https://api.github.com/users/rockg/events{/privacy}", "followers_url": "https://api.github.com/users/rockg/followers", "following_url": "https://api.github.com/users/rockg/following{/other_user}", "gists_url": "https://api.g...
[ { "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...
6
2014-07-05T21:27:39Z
2014-07-06T19:02:51Z
2014-07-06T14:45:15Z
CONTRIBUTOR
null
closes #7620
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7672/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7672/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7672.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7672", "merged_at": "2014-07-06T14:45:14Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7672.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7672" }
https://api.github.com/repos/pandas-dev/pandas/issues/7673
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7673/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7673/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7673/events
https://github.com/pandas-dev/pandas/pull/7673
37,208,418
MDExOlB1bGxSZXF1ZXN0MTgwMTQyNzU=
7,673
PERF: improve resample perf
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" } ]
closed
false
null
[]
{ "closed_at": "2014-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...
5
2014-07-05T23:49:20Z
2014-07-09T12:37:40Z
2014-07-07T13:12:20Z
MEMBER
null
Related to #7633. It gets better than the result attached #7633, but still slower more than 1.2 times compared to 1.4.0 Modified: - Avoid every time module `import` in `Index.max/min` - Avoid duplicated `max` call from `resample/_get_time_bins` and `_get_range_edges`. - Optimize `lib/generate_bins_dt64` and `tslib/pe...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7673/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7673/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7673.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7673", "merged_at": "2014-07-07T13:12:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7673.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7673" }
https://api.github.com/repos/pandas-dev/pandas/issues/7674
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7674/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7674/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7674/events
https://github.com/pandas-dev/pandas/pull/7674
37,220,316
MDExOlB1bGxSZXF1ZXN0MTgwMTg2NzQ=
7,674
DOC: remove extra spaces from option descriptions
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
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...
0
2014-07-06T14:29:18Z
2014-07-07T07:10:04Z
2014-07-07T07:09:55Z
MEMBER
null
There are already 4 spaces in the description strings in config_init.py, so no need to add some more. This caused the descriptions to be longer than 79 characters, and so line wrapping in the terminal. Closes #6838. Plus, moved the default and current values to the last line of the description as proposed by @jseabol...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7674/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7674/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7674.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7674", "merged_at": "2014-07-07T07:09:55Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7674.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7674" }
https://api.github.com/repos/pandas-dev/pandas/issues/7675
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7675/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7675/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7675/events
https://github.com/pandas-dev/pandas/pull/7675
37,223,708
MDExOlB1bGxSZXF1ZXN0MTgwMjAxMjI=
7,675
TST: skip buggy tests on debian (GH6270, GH7664)
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2014-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...
3
2014-07-06T17:43:50Z
2014-07-07T16:01:01Z
2014-07-07T16:00:22Z
CONTRIBUTOR
null
closes #6270 closes #7664
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7675/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7675/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7675.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7675", "merged_at": "2014-07-07T16:00:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7675.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7675" }
https://api.github.com/repos/pandas-dev/pandas/issues/7676
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7676/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7676/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7676/events
https://github.com/pandas-dev/pandas/pull/7676
37,224,455
MDExOlB1bGxSZXF1ZXN0MTgwMjA0NjQ=
7,676
Create DOC: Xls Visualization
{ "avatar_url": "https://avatars.githubusercontent.com/u/8059735?v=4", "events_url": "https://api.github.com/users/NoonienSoong/events{/privacy}", "followers_url": "https://api.github.com/users/NoonienSoong/followers", "following_url": "https://api.github.com/users/NoonienSoong/following{/other_user}", "gists...
[]
closed
false
null
[]
null
5
2014-07-06T18:29:02Z
2014-08-05T17:07:24Z
2014-08-05T17:07:24Z
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/7676/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7676/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7676.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7676", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/7676.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7676" }
https://api.github.com/repos/pandas-dev/pandas/issues/7677
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7677/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7677/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7677/events
https://github.com/pandas-dev/pandas/issues/7677
37,250,973
MDU6SXNzdWUzNzI1MDk3Mw==
7,677
BUG: sqrt not implemented in df.eval
{ "avatar_url": "https://avatars.githubusercontent.com/u/2300692?v=4", "events_url": "https://api.github.com/users/acorbe/events{/privacy}", "followers_url": "https://api.github.com/users/acorbe/followers", "following_url": "https://api.github.com/users/acorbe/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": "AD7FA8", "default": false, "description": null, "id": 35818298,...
closed
false
null
[]
{ "closed_at": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
16
2014-07-07T09:08:09Z
2015-10-19T20:52:48Z
2015-10-19T20:52:40Z
CONTRIBUTOR
null
In the following scenario: ``` import pandas as pd import numpy as np a = np.random.rand(1000) df = pd.DataFrame({'a' : a }) ``` This call doesn't work (while it is supposed to, I guess) ``` df.eval('sqrt(a)') NotImplementedError: 'Call' nodes are not implemented ``` while this one does ``` df.eval('(a)**(....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7677/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7677/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7678
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7678/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7678/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7678/events
https://github.com/pandas-dev/pandas/pull/7678
37,253,821
MDExOlB1bGxSZXF1ZXN0MTgwMzQ5NzA=
7,678
FIX: to_sql takes the boolean column as text column
{ "avatar_url": "https://avatars.githubusercontent.com/u/3517225?v=4", "events_url": "https://api.github.com/users/yelite/events{/privacy}", "followers_url": "https://api.github.com/users/yelite/followers", "following_url": "https://api.github.com/users/yelite/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": "5319e7", "default": false, "description": "to_sql, read_sql, read_s...
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...
12
2014-07-07T09:47:10Z
2014-07-07T20:07:52Z
2014-07-07T17:46:41Z
CONTRIBUTOR
null
In the original code, `com.is_bool(arr_or_dtype)` checks whether `arr_or_dtype` is a boolean value instead of a boolean dtype. A new function `is_bool_dtype` is added to `pandas.core.common` to fix this bug.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7678/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7678/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7678.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7678", "merged_at": "2014-07-07T17:46:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7678.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7678" }
https://api.github.com/repos/pandas-dev/pandas/issues/7679
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7679/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7679/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7679/events
https://github.com/pandas-dev/pandas/issues/7679
37,263,838
MDU6SXNzdWUzNzI2MzgzOA==
7,679
Interpolate fails when passed limit argument.
{ "avatar_url": "https://avatars.githubusercontent.com/u/103420?v=4", "events_url": "https://api.github.com/users/ianp/events{/privacy}", "followers_url": "https://api.github.com/users/ianp/followers", "following_url": "https://api.github.com/users/ianp/following{/other_user}", "gists_url": "https://api.githu...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, d...
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...
8
2014-07-07T12:25:44Z
2014-09-10T15:25:29Z
2014-07-07T13:30:46Z
NONE
null
When I try to interpolate time series data it fails with an index error: arrays used as indices must be of integer (or boolean) type. ``` python from pandas import read_csv from StringIO import StringIO data = '''2013-09-28,4018.02 2013-10-05,5806.78 2013-10-26,6334.4 2013-11-02,6199.6 2013-11-09,6213.07 2013-11-16,7...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7679/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7679/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7680
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7680/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7680/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7680/events
https://github.com/pandas-dev/pandas/issues/7680
37,266,017
MDU6SXNzdWUzNzI2NjAxNw==
7,680
index bug in 0.14?
{ "avatar_url": "https://avatars.githubusercontent.com/u/849427?v=4", "events_url": "https://api.github.com/users/ruidc/events{/privacy}", "followers_url": "https://api.github.com/users/ruidc/followers", "following_url": "https://api.github.com/users/ruidc/following{/other_user}", "gists_url": "https://api.gi...
[]
closed
false
null
[]
null
5
2014-07-07T12:57:42Z
2014-07-07T13:42:43Z
2014-07-07T13:22:05Z
CONTRIBUTOR
null
``` pandas.Index([('a',), ('a', 'b')]).values ``` pandas < 0.14 returns: ``` array([('a',), ('a', 'b')], dtype=object) ``` pandas 0.14 returns: ``` array([('a', nan), ('a', 'b')], dtype=object) ``` possibly related to https://github.com/pydata/pandas/issues/7548 ?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7680/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7680/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7681
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7681/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7681/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7681/events
https://github.com/pandas-dev/pandas/pull/7681
37,272,339
MDExOlB1bGxSZXF1ZXN0MTgwNDYyOTY=
7,681
TST/COMPAT: numpy master compat with timedelta type coercion
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "2014-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...
0
2014-07-07T14:15:46Z
2014-07-07T15:11:58Z
2014-07-07T15:11:58Z
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/7681/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7681/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7681.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7681", "merged_at": "2014-07-07T15:11:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7681.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7681" }
https://api.github.com/repos/pandas-dev/pandas/issues/7682
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7682/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7682/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7682/events
https://github.com/pandas-dev/pandas/issues/7682
37,277,075
MDU6SXNzdWUzNzI3NzA3NQ==
7,682
S3 path doesn't support ~/.boto profiles.
{ "avatar_url": "https://avatars.githubusercontent.com/u/1735650?v=4", "events_url": "https://api.github.com/users/hunterowens/events{/privacy}", "followers_url": "https://api.github.com/users/hunterowens/followers", "following_url": "https://api.github.com/users/hunterowens/following{/other_user}", "gists_ur...
[ { "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": 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
2014-07-07T15:03:08Z
2018-07-06T22:04:14Z
2018-07-06T22:04:06Z
CONTRIBUTOR
null
If multiple credentials exits, many users have profiles in their ~/.boto as such- ``` python [profile Data-Robot] aws_access_key_id = a key aws_secret_access_key = a secret [Credentials] aws_access_key_id = default key aws_secret_access_key = default secret ``` you can pass `````` In [70]: con = boto.connect_s3(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/7682/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7682/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7683
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7683/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7683/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7683/events
https://github.com/pandas-dev/pandas/issues/7683
37,295,640
MDU6SXNzdWUzNzI5NTY0MA==
7,683
.iterrows takes too long and generate large memory footprint
{ "avatar_url": "https://avatars.githubusercontent.com/u/792423?v=4", "events_url": "https://api.github.com/users/yrlihuan/events{/privacy}", "followers_url": "https://api.github.com/users/yrlihuan/followers", "following_url": "https://api.github.com/users/yrlihuan/following{/other_user}", "gists_url": "https...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" } ]
closed
false
null
[]
{ "closed_at": "2014-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...
10
2014-07-07T18:21:52Z
2014-07-16T00:29:51Z
2014-07-16T00:29:51Z
CONTRIBUTOR
null
When using df.iterrows on large data frame, it takes a long time to run and consumes huge amount of memory. The name of the function implies that it is an iterator and should not take much to run. ~~However~~, ~~in the method it uses builtin method 'zip'~~, ~~which can sometimes generate huge temporary list of tuples ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7683/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7683/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7684
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7684/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7684/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7684/events
https://github.com/pandas-dev/pandas/pull/7684
37,297,590
MDExOlB1bGxSZXF1ZXN0MTgwNjEyNzQ=
7,684
PERF: better perf on min/max on indices not containing NaT for DatetimeIndex/PeriodsIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" } ]
closed
false
null
[]
{ "closed_at": "2014-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...
0
2014-07-07T18:43:34Z
2014-07-07T19:24:50Z
2014-07-07T19:24:50Z
CONTRIBUTOR
null
closes #7633 close to what it was in 0.14.0 key was to not keep recomputing whether an index `hasnans` every time we need it (it is now cached). further `min/max` are optimized if the index is monotonic ``` ------------------------------------------------------------------------------- Test name ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7684/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7684/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7684.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7684", "merged_at": "2014-07-07T19:24:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7684.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7684" }
https://api.github.com/repos/pandas-dev/pandas/issues/7685
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7685/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7685/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7685/events
https://github.com/pandas-dev/pandas/issues/7685
37,301,449
MDU6SXNzdWUzNzMwMTQ0OQ==
7,685
TST: test failure on get_near_stock_price
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2014-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...
1
2014-07-07T19:24:15Z
2014-07-08T23:33:47Z
2014-07-08T23:33:47Z
CONTRIBUTOR
null
have seen this a couple of times: https://travis-ci.org/pydata/pandas/jobs/29340410 slightly different error: https://travis-ci.org/pydata/pandas/jobs/29348881 cc @dstephens99 as you seem to be the expert :)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7685/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7685/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7686
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7686/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7686/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7686/events
https://github.com/pandas-dev/pandas/issues/7686
37,303,942
MDU6SXNzdWUzNzMwMzk0Mg==
7,686
TST: 2.7 build blowing up
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2014-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...
3
2014-07-07T19:52:11Z
2014-07-08T08:21:52Z
2014-07-07T23:58:09Z
CONTRIBUTOR
null
https://travis-ci.org/pydata/pandas/jobs/29348880 started with this merge: https://github.com/pydata/pandas/pull/7678
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7686/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7686/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7687
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7687/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7687/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7687/events
https://github.com/pandas-dev/pandas/issues/7687
37,305,628
MDU6SXNzdWUzNzMwNTYyOA==
7,687
loffset has no effect when passing in a numyp.timedelta64
{ "avatar_url": "https://avatars.githubusercontent.com/u/8094771?v=4", "events_url": "https://api.github.com/users/MarcMassar/events{/privacy}", "followers_url": "https://api.github.com/users/MarcMassar/followers", "following_url": "https://api.github.com/users/MarcMassar/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": "ffa0ff", "default": false, "description": "Incorrect or improved er...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
3
2014-07-07T20:12:21Z
2018-09-04T11:09:18Z
2018-09-04T11:09:18Z
NONE
null
From mailing-list: [https://groups.google.com/forum/#!topic/pydata/CDnF9cNR2ho] When doing a re-sample, loffset has no effect if a numpy.timedelta64 is passed in: ``` python In [1]: rng = pd.date_range('1/1/2012', periods=4, freq='S') In [2]: ts = pd.Series(np.random.randint(0, 500, len(rng)), index=rng) In [3]: ts....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7687/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7687/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7688
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7688/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7688/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7688/events
https://github.com/pandas-dev/pandas/pull/7688
37,334,974
MDExOlB1bGxSZXF1ZXN0MTgwODM4Njg=
7,688
BUG: Fix conditional for underlying price in io.data.options.
{ "avatar_url": "https://avatars.githubusercontent.com/u/5957850?v=4", "events_url": "https://api.github.com/users/davidastephens/events{/privacy}", "followers_url": "https://api.github.com/users/davidastephens/followers", "following_url": "https://api.github.com/users/davidastephens/following{/other_user}", ...
[ { "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": "06909A", "d...
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...
3
2014-07-08T05:31:10Z
2014-07-09T04:38:52Z
2014-07-08T23:33:47Z
CONTRIBUTOR
null
Refactor and regression test. Fixes #7685
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7688/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7688/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7688.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7688", "merged_at": "2014-07-08T23:33:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7688.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7688" }
https://api.github.com/repos/pandas-dev/pandas/issues/7689
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7689/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7689/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7689/events
https://github.com/pandas-dev/pandas/issues/7689
37,336,639
MDU6SXNzdWUzNzMzNjYzOQ==
7,689
Pandas DataFrame is not JSON serializable
{ "avatar_url": "https://avatars.githubusercontent.com/u/109167?v=4", "events_url": "https://api.github.com/users/scls19fr/events{/privacy}", "followers_url": "https://api.github.com/users/scls19fr/followers", "following_url": "https://api.github.com/users/scls19fr/following{/other_user}", "gists_url": "https...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "207de5", "default": false, "descript...
closed
false
null
[]
null
20
2014-07-08T06:13:46Z
2021-11-17T19:42:32Z
2014-07-08T19:03:16Z
CONTRIBUTOR
null
Hello, I'm trying to build a RESTful api with Flask-RESTful which will return Pandas DataFrame as JSON data. ``` from flask import Flask from flask.ext import restful from flask.ext.restful import Resource, Api import pandas as pd import click import logging app = Flask(__name__) api = restful.Api(app) class DataWe...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7689/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7689/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7690
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7690/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7690/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7690/events
https://github.com/pandas-dev/pandas/issues/7690
37,342,857
MDU6SXNzdWUzNzM0Mjg1Nw==
7,690
BUG: Rowwise subset of a DataFrame based on index using .loc
{ "avatar_url": "https://avatars.githubusercontent.com/u/8100100?v=4", "events_url": "https://api.github.com/users/DrEhrfurchtgebietend/events{/privacy}", "followers_url": "https://api.github.com/users/DrEhrfurchtgebietend/followers", "following_url": "https://api.github.com/users/DrEhrfurchtgebietend/following...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "00...
closed
false
null
[]
null
4
2014-07-08T08:14:11Z
2014-07-08T15:38:37Z
2014-07-08T11:43:03Z
NONE
null
https://stackoverflow.com/questions/24536734/rowwise-subset-of-a-dataframe-based-on-index This should act like an inner join but it adds NULL rows to the table being operated on. At a very least it should raise an error when the index is not found.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7690/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7690/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7691
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7691/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7691/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7691/events
https://github.com/pandas-dev/pandas/pull/7691
37,345,237
MDExOlB1bGxSZXF1ZXN0MTgwODk2ODI=
7,691
Fix 7180 autodetect
{ "avatar_url": "https://avatars.githubusercontent.com/u/832380?v=4", "events_url": "https://api.github.com/users/bjonen/events{/privacy}", "followers_url": "https://api.github.com/users/bjonen/followers", "following_url": "https://api.github.com/users/bjonen/following{/other_user}", "gists_url": "https://api...
[ { "color": "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-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...
34
2014-07-08T08:48:52Z
2014-09-18T15:36:47Z
2014-09-18T13:55:33Z
CONTRIBUTOR
null
This PR closes #7180 In the terminal: If maxcols == 0 then auto detect columns if maxrows == 0 auto detect rows
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7691/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7691/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7691.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7691", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/7691.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7691" }
https://api.github.com/repos/pandas-dev/pandas/issues/7692
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7692/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7692/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7692/events
https://github.com/pandas-dev/pandas/issues/7692
37,366,954
MDU6SXNzdWUzNzM2Njk1NA==
7,692
ERR/API: raise NotImplemented for Panel broadcastables with non-scalar
{ "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": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "AD7FA8", "de...
closed
false
null
[]
{ "closed_at": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
3
2014-07-08T12:58:19Z
2015-09-21T15:32:29Z
2015-09-21T15:32:29Z
CONTRIBUTOR
null
This works fine http://stackoverflow.com/questions/24631991/division-of-a-panel-by-a-series/24632381#24632381 ``` [8]: p = Panel(np.arange(3*4*5).reshape(3,4,5),items=['ItemA','ItemB','ItemC'],major_axis=date_range('20130101',periods=4),minor_axis=list('ABCDE')) In [9]: p Out[9]: <class 'pandas.core.panel.Panel'> Di...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7692/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7692/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7693
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7693/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7693/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7693/events
https://github.com/pandas-dev/pandas/issues/7693
37,370,240
MDU6SXNzdWUzNzM3MDI0MA==
7,693
32bit 0.14.0+git393-g959e3e4: test_select_dtypes_exclude_include
{ "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": "...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2014-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...
1
2014-07-08T13:36:43Z
2014-07-08T14:15:35Z
2014-07-08T14:15:35Z
CONTRIBUTOR
null
goes like this ``` ====================================================================== FAIL: test_select_dtypes_exclude_include (pandas.tests.test_frame.TestDataFrame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/buildd/pandas-0.14.0+git393-g...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7693/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7693/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7694
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7694/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7694/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7694/events
https://github.com/pandas-dev/pandas/issues/7694
37,370,562
MDU6SXNzdWUzNzM3MDU2Mg==
7,694
test_select_dtypes_not_an_attr_but_still_valid_dtype ValueError: 'timedelta64[ns]' is too specific of a frequency, try passing 'timedelta64'
{ "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": "...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2014-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...
0
2014-07-08T13:40:29Z
2014-07-08T15:40:09Z
2014-07-08T15:40:09Z
CONTRIBUTOR
null
0.14.0+git393-g959e3e4 building on not so recent ones (32bit builds are failing on that another one while testing for python2, so never see this one on python3) ``` ====================================================================== ERROR: test_select_dtypes_not_an_attr_but_still_valid_dtype (pandas.tests.test_fra...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7694/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7694/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7695
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7695/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7695/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7695/events
https://github.com/pandas-dev/pandas/issues/7695
37,373,830
MDU6SXNzdWUzNzM3MzgzMA==
7,695
DataFrame.plot(kind="area") doesn't work with DatetimeIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/358378?v=4", "events_url": "https://api.github.com/users/andreas-h/events{/privacy}", "followers_url": "https://api.github.com/users/andreas-h/followers", "following_url": "https://api.github.com/users/andreas-h/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
2014-07-08T14:14:50Z
2014-07-08T14:46:25Z
2014-07-08T14:46:25Z
CONTRIBUTOR
null
I'm on pandas 0.14.0 / matplotlib 1.3.1. Given the DataFrame ``` ipdb> print(df) Coal Diesel Gas Hydro Nuclear 2003-01-31 0 0.893509 0 0.106491 0 2005-03-31 0 1.218053 0 0.000000 0 2006-03-31 0 1.218053 0 0.106491 0 2007-01-31 0 1.218...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7695/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7695/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7696
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7696/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7696/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7696/events
https://github.com/pandas-dev/pandas/pull/7696
37,373,851
MDExOlB1bGxSZXF1ZXN0MTgxMDQzMTA=
7,696
TST/CLN: centralize numpy < 1.7 skips
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2014-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...
0
2014-07-08T14:15:02Z
2014-07-08T15:40:09Z
2014-07-08T15:40:09Z
CONTRIBUTOR
null
TST: skip on older numpy for (GH7694) closes #7694
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7696/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7696/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7696.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7696", "merged_at": "2014-07-08T15:40:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7696.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7696" }
https://api.github.com/repos/pandas-dev/pandas/issues/7697
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7697/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7697/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7697/events
https://github.com/pandas-dev/pandas/pull/7697
37,384,875
MDExOlB1bGxSZXF1ZXN0MTgxMTA4NzU=
7,697
BUG/PERF: offsets.apply doesnt preserve nanosecond
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "a10c02", "default": false, "description": "Memory or execution spee...
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...
15
2014-07-08T15:55:25Z
2014-07-25T20:42:15Z
2014-07-25T15:10:47Z
MEMBER
null
Main Fix is to preserve nanosecond info which can lost during `offset.apply`, but it also includes: - Support dateutil timezone - Little performance improvement. Even though v0.14.1 should take longer than v0.14.0 because perf test in v0.14 doesn't perform timestamp conversion which was fixed in #7502. NOTE: This cac...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7697/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7697/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7697.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7697", "merged_at": "2014-07-25T15:10:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7697.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7697" }
https://api.github.com/repos/pandas-dev/pandas/issues/7698
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7698/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7698/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7698/events
https://github.com/pandas-dev/pandas/pull/7698
37,411,667
MDExOlB1bGxSZXF1ZXN0MTgxMjc5NDM=
7,698
DOC: table keyword missing in the docstring for Series.plot() and DataFr...
{ "avatar_url": "https://avatars.githubusercontent.com/u/1642081?v=4", "events_url": "https://api.github.com/users/mortada/events{/privacy}", "followers_url": "https://api.github.com/users/mortada/followers", "following_url": "https://api.github.com/users/mortada/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": "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...
5
2014-07-08T21:01:42Z
2015-04-25T23:33:31Z
2014-07-09T06:37:28Z
CONTRIBUTOR
null
...ame.plot()
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7698/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7698/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7698.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7698", "merged_at": "2014-07-09T06:37:28Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7698.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7698" }
https://api.github.com/repos/pandas-dev/pandas/issues/7699
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7699/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7699/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7699/events
https://github.com/pandas-dev/pandas/issues/7699
37,430,669
MDU6SXNzdWUzNzQzMDY2OQ==
7,699
Bug in quantile?
{ "avatar_url": "https://avatars.githubusercontent.com/u/4087432?v=4", "events_url": "https://api.github.com/users/araichev/events{/privacy}", "followers_url": "https://api.github.com/users/araichev/followers", "following_url": "https://api.github.com/users/araichev/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
2
2014-07-09T03:14:21Z
2014-07-09T07:00:00Z
2014-07-09T07:00:00Z
NONE
null
Hi folks, I'm using Pandas 0.14.0 with Python3 on a 64bit Linux Mint. It looks like the Pandas `quantile` function is not working properly with the `axis=1` keyword. I'm getting the same output as `axis=0`, as you can see below. ``` In [23]: import numpy as np In [24]: import numpy as np In [25]: df = pd.DataFram...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7699/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7699/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7700
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7700/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7700/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7700/events
https://github.com/pandas-dev/pandas/issues/7700
37,438,726
MDU6SXNzdWUzNzQzODcyNg==
7,700
Bug in resample with multi-index columns?
{ "avatar_url": "https://avatars.githubusercontent.com/u/4087432?v=4", "events_url": "https://api.github.com/users/araichev/events{/privacy}", "followers_url": "https://api.github.com/users/araichev/followers", "following_url": "https://api.github.com/users/araichev/following{/other_user}", "gists_url": "http...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "207de5", "default": false, "description": "r...
closed
false
null
[]
null
3
2014-07-09T06:59:15Z
2014-07-09T21:03:55Z
2014-07-09T21:03:23Z
NONE
null
Hi folks, It appears that in Pandas 0.14.0, resampling on data frames with multi-index columns erases the multi-index names. You can see an example of this at http://stackoverflow.com/questions/24442832/how-to-resample-a-pandas-multi-index-data-frame-via-methods-depending-on-the-col/24443544?noredirect=1#comment38000...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7700/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7700/timeline
null
null
null