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/7501
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7501/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7501/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7501/events
https://github.com/pandas-dev/pandas/issues/7501
36,024,133
MDU6SXNzdWUzNjAyNDEzMw==
7,501
Can't slice float indices, but can slice integer indices?
{ "avatar_url": "https://avatars.githubusercontent.com/u/24195?v=4", "events_url": "https://api.github.com/users/mrjbq7/events{/privacy}", "followers_url": "https://api.github.com/users/mrjbq7/followers", "following_url": "https://api.github.com/users/mrjbq7/following{/other_user}", "gists_url": "https://api....
[ { "color": "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, ...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
94
2014-06-18T20:26:40Z
2020-04-15T22:12:59Z
null
NONE
null
Using pandas 0.14, the slicing changed strangely. I can slice rows using start/end with an integer index, but not a float index: ``` python In [18]: df = pandas.DataFrame(np.random.randn(10, 5), index=np.arange(10, 20)) In [19]: df Out[19]: 0 1 2 3 4 10 -1.878123 -0.581537...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7501/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7501/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7502
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7502/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7502/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7502/events
https://github.com/pandas-dev/pandas/pull/7502
36,026,249
MDExOlB1bGxSZXF1ZXN0MTczMTg1MzA=
7,502
BUG: offsets.apply may return datetime
{ "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": "AD7FA8", "default": false, "description": null, "id": 35818298,...
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-18T20:50:11Z
2014-06-21T22:30:16Z
2014-06-21T20:13:29Z
MEMBER
null
Currently, `offsets.appy`, `rollforward` and `rollback` returns `Timestamp` if argument is `Timestamp` or `np.datetime64`. If input is `datetime`, these functions return `datetime` or `Timestamp` inconsistently depending on internal process. It may better to always return `Timestanp`? ### Affected Offsets - 'pandas....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7502/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7502/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7502.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7502", "merged_at": "2014-06-21T20:13:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7502.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7502" }
https://api.github.com/repos/pandas-dev/pandas/issues/7503
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7503/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7503/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7503/events
https://github.com/pandas-dev/pandas/pull/7503
36,030,176
MDExOlB1bGxSZXF1ZXN0MTczMjEyODQ=
7,503
BUG: Bug in timeops with non-aligned Series (GH7500)
{ "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": "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...
0
2014-06-18T21:37:53Z
2014-06-19T00:01:34Z
2014-06-19T00:01:34Z
CONTRIBUTOR
null
closes #7500
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7503/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7503/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7503.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7503", "merged_at": "2014-06-19T00:01:34Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7503.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7503" }
https://api.github.com/repos/pandas-dev/pandas/issues/7504
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7504/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7504/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7504/events
https://github.com/pandas-dev/pandas/pull/7504
36,031,422
MDExOlB1bGxSZXF1ZXN0MTczMjIxMjA=
7,504
BUG: float64index slicing with getitem bug
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
3
2014-06-18T21:54:07Z
2014-06-19T15:25:15Z
2014-06-19T15:25:15Z
MEMBER
null
closes #7501
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7504/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7504/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7504.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7504", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/7504.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7504" }
https://api.github.com/repos/pandas-dev/pandas/issues/7505
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7505/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7505/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7505/events
https://github.com/pandas-dev/pandas/pull/7505
36,034,733
MDExOlB1bGxSZXF1ZXN0MTczMjQzNTM=
7,505
BUG, TST: Fix pandas.core.strings.str_contains when handling regex=False and case=False
{ "avatar_url": "https://avatars.githubusercontent.com/u/4118886?v=4", "events_url": "https://api.github.com/users/benjwadams/events{/privacy}", "followers_url": "https://api.github.com/users/benjwadams/followers", "following_url": "https://api.github.com/users/benjwadams/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": "String extension data ty...
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-06-18T22:40:48Z
2014-06-30T19:38:12Z
2014-06-30T19:38:04Z
CONTRIBUTOR
null
`pandas.core.strings.str_contains` does not match in a case insensitive fashion _at all_ when given `regex=False` and `case=False`. This PR should fix the situation. Additionally, there is test coverage for `pandas.core.strings.str_contains` case insensitive matching both with and without regular expressions enabled....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7505/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7505/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7505.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7505", "merged_at": "2014-06-30T19:38:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7505.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7505" }
https://api.github.com/repos/pandas-dev/pandas/issues/7506
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7506/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7506/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7506/events
https://github.com/pandas-dev/pandas/pull/7506
36,040,109
MDExOlB1bGxSZXF1ZXN0MTczMjc3ODE=
7,506
BUG: Bug in DataFrame.where with a symmetric shaped frame and a passed other of a DataFrame
{ "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-06-19T00:23:26Z
2014-06-19T09:53:31Z
2014-06-19T09:53:31Z
CONTRIBUTOR
null
from SO: http://stackoverflow.com/questions/24296480/pandas-dataframe-where-misbehaving
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7506/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7506/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7506.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7506", "merged_at": "2014-06-19T09:53:31Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7506.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7506" }
https://api.github.com/repos/pandas-dev/pandas/issues/7507
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7507/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7507/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7507/events
https://github.com/pandas-dev/pandas/issues/7507
36,041,464
MDU6SXNzdWUzNjA0MTQ2NA==
7,507
BUG: np.round()/np.around() fails on Float64Index
{ "avatar_url": "https://avatars.githubusercontent.com/u/1972276?v=4", "events_url": "https://api.github.com/users/hugadams/events{/privacy}", "followers_url": "https://api.github.com/users/hugadams/followers", "following_url": "https://api.github.com/users/hugadams/following{/other_user}", "gists_url": "http...
[ { "color": "006b75", "default": false, "description": "Arithmetic, Comparison, and Logical operations", "id": 47223669, "name": "Numeric Operations", "node_id": "MDU6TGFiZWw0NzIyMzY2OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations" } ]
closed
false
null
[]
null
2
2014-06-19T00:55:50Z
2014-06-19T11:40:26Z
2014-06-19T11:40:20Z
NONE
null
Seems that it's looking for an attribute that's invalid. ``` print type(idx) <class 'pandas.core.index.Float64Index'> ``` Where I created Float64Index elsewhere... ``` np.round(idx) Traceback (most recent call last): File "/home/glue/Desktop/PYUVVIS/pyuvvis/pyuvvis/core/timespectra.py", line 1, in <module> """...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7507/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7507/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7508
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7508/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7508/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7508/events
https://github.com/pandas-dev/pandas/issues/7508
36,079,905
MDU6SXNzdWUzNjA3OTkwNQ==
7,508
Incorrect truncating of Series according to max_rows
{ "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": "ededed", "default": false, "description": "__repr__ of pandas objec...
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-06-19T13:51:00Z
2015-03-17T00:18:39Z
2015-03-17T00:18:39Z
MEMBER
null
Series is not correctly truncated according to the max_rows (number of rows is halved). ``` In [146]: s = pd.Series(np.random.randn(20)) In [147]: pd.options.display.max_rows = 10 In [148]: s Out[148]: 0 1.545202 1 -1.427565 2 -0.961094 ... 17 0.125228 18 2.153724 19 -0.384024 Length: 20, dtype: float...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7508/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7508/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7509
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7509/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7509/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7509/events
https://github.com/pandas-dev/pandas/issues/7509
36,085,695
MDU6SXNzdWUzNjA4NTY5NQ==
7,509
combine_first not retaining dtypes
{ "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...
[ { "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": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "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...
15
2014-06-19T14:53:55Z
2021-01-15T16:30:22Z
2021-01-15T16:30:22Z
NONE
null
I found a number of issues that seemed related, all closed over a year ago, but there still seem to be some inconsistencies here: ``` python In [1]: from datetime import datetime In [2]: import pandas as pd In [3]: pd.__version__ Out[3]: '0.13.1' In [4]: dfa = pd.DataFrame([[datetime.now(), 2]], columns=['a','b...
{ "+1": 3, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 3, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7509/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7509/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7510
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7510/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7510/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7510/events
https://github.com/pandas-dev/pandas/issues/7510
36,086,422
MDU6SXNzdWUzNjA4NjQyMg==
7,510
CI: use cython 0.20.1 for build/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": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
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-19T15:01:01Z
2014-06-20T22:15:59Z
2014-06-20T22:15:59Z
CONTRIBUTOR
null
some warnings are generated (parser.pyx, msgpack.pyx) that are new
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7510/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7510/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7511
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7511/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7511/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7511/events
https://github.com/pandas-dev/pandas/issues/7511
36,094,900
MDU6SXNzdWUzNjA5NDkwMA==
7,511
Unhelpful error message when groupby() called with a column that is duplicated
{ "avatar_url": "https://avatars.githubusercontent.com/u/3696165?v=4", "events_url": "https://api.github.com/users/cpbl/events{/privacy}", "followers_url": "https://api.github.com/users/cpbl/followers", "following_url": "https://api.github.com/users/cpbl/following{/other_user}", "gists_url": "https://api.gith...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "ffa0ff", "default": false, "description": "Incorrect or im...
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...
3
2014-06-19T16:31:31Z
2014-09-10T19:51:03Z
2014-09-10T19:51:03Z
NONE
null
The following code: ``` import pandas as pd p1 = {'name': 'willy', 'age': 10} p2 = {'name': 'willy', 'age': 11} p3 = {'name': 'zoe', 'age': 10} df = pd.DataFrame([p1, p2, p3]) df = df[['name','name','age']] df.groupby('name') ``` gives the following error: ``` TypeError: 'DataFrame' object is not callable ``` Inste...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7511/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7511/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7512
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7512/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7512/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7512/events
https://github.com/pandas-dev/pandas/issues/7512
36,098,746
MDU6SXNzdWUzNjA5ODc0Ng==
7,512
BUG: {expanding,rolling}_{cov,corr} functions between objects with different index sets
{ "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...
4
2014-06-19T17:16:44Z
2014-07-01T10:14:18Z
2014-07-01T10:14:18Z
CONTRIBUTOR
null
related #7514 There appears to be a bug in the expanding_{cov,corr} functions when dealing with two objects with different indexes. First, there is a problem with series. See example below, where I would expect expanding_corr(s1, s2) to produce the result produced by expanding_corr(s1, s2a). The problem is due to th...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7512/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7512/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7513
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7513/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7513/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7513/events
https://github.com/pandas-dev/pandas/issues/7513
36,105,669
MDU6SXNzdWUzNjEwNTY2OQ==
7,513
concat all the things
{ "avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4", "events_url": "https://api.github.com/users/hayd/events{/privacy}", "followers_url": "https://api.github.com/users/hayd/followers", "following_url": "https://api.github.com/users/hayd/following{/other_user}", "gists_url": "https://api.gith...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "02d7e1", "default": false, "description": "Concat, ...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 278, "created_at": "2013-01-06T03:02:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "f...
2
2014-06-19T18:39:52Z
2021-04-11T04:50:37Z
2021-04-11T04:50:37Z
CONTRIBUTOR
null
Faster way to concat a mixture of of axis=0 and axis=1 (axis='meh') ? I don't know what a good api would be for this... (assuming there isn't one already). http://stackoverflow.com/a/24301138/1240268
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7513/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7513/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7514
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7514/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7514/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7514/events
https://github.com/pandas-dev/pandas/issues/7514
36,110,467
MDU6SXNzdWUzNjExMDQ2Nw==
7,514
BUG: _flex_binary_moment() problems with different index sets
{ "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": "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...
8
2014-06-19T19:36:24Z
2014-06-28T17:29:42Z
2014-06-28T17:29:42Z
CONTRIBUTOR
null
There are several issues with _flex_binary_moment(). A. When pairwise=True, it doesn't properly handle two DataFrames with different index sets. In the following example, I believe [6], [7], and [8] should all produce the result in [9]. ``` In [1]: from pandas import DataFrame, expanding_corr In [2]: df1 = DataFrame...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7514/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7514/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7515
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7515/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7515/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7515/events
https://github.com/pandas-dev/pandas/pull/7515
36,110,874
MDExOlB1bGxSZXF1ZXN0MTczNzE1ODY=
7,515
BUG: area plot raises ValueError with tz-aware data
{ "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": "8AE234", "default": false, "description": null, "id": 2413328, ...
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-19T19:41:30Z
2014-07-05T04:46:54Z
2014-07-05T01:31:30Z
MEMBER
null
Closes #7471. Must be revisit after #7322.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7515/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7515/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7515.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7515", "merged_at": "2014-07-05T01:31:30Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7515.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7515" }
https://api.github.com/repos/pandas-dev/pandas/issues/7516
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7516/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7516/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7516/events
https://github.com/pandas-dev/pandas/issues/7516
36,115,960
MDU6SXNzdWUzNjExNTk2MA==
7,516
BUG: Panel.iloc[] bug with MultiIndex axis (another one)
{ "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": "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-06-19T20:44:59Z
2014-06-20T12:04:29Z
2014-06-20T12:04:29Z
CONTRIBUTOR
null
I'd expect the [7] to produce the same result as [6], but instead it gives an error. ``` Python 3.4.0 (v3.4.0:04f714765c13, Mar 16 2014, 19:25:23) [MSC v.1600 64 bit (AMD64)] Type "copyright", "credits" or "license" for more information. IPython 2.1.0 -- An enhanced Interactive Python. ? -> Introduction and o...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7516/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7516/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7517
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7517/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7517/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7517/events
https://github.com/pandas-dev/pandas/issues/7517
36,123,939
MDU6SXNzdWUzNjEyMzkzOQ==
7,517
Unable to import pandas
{ "avatar_url": "https://avatars.githubusercontent.com/u/1776254?v=4", "events_url": "https://api.github.com/users/phani-vadrevu/events{/privacy}", "followers_url": "https://api.github.com/users/phani-vadrevu/followers", "following_url": "https://api.github.com/users/phani-vadrevu/following{/other_user}", "gi...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
null
12
2014-06-19T22:18:08Z
2020-03-20T13:36:38Z
2014-10-05T01:01:36Z
NONE
null
I've installed pandas using pip. I got the following versions of pip and numpy: ``` pvadrevu@MacPro~$ sudo pip freeze|grep pandas pandas==0.14.0 pvadrevu@MacPro~$ sudo pip freeze|grep numpy numpy==1.8.1 ``` I am using this on OSX 10.9.2. I get the following error when trying to import pandas ``` numpy.dtype has the ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7517/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7517/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7518
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7518/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7518/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7518/events
https://github.com/pandas-dev/pandas/issues/7518
36,129,620
MDU6SXNzdWUzNjEyOTYyMA==
7,518
read_csv() ignores na_filter=False for index columns
{ "avatar_url": "https://avatars.githubusercontent.com/u/128716?v=4", "events_url": "https://api.github.com/users/dlenski/events{/privacy}", "followers_url": "https://api.github.com/users/dlenski/followers", "following_url": "https://api.github.com/users/dlenski/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "009800", "default": false, "description": "Duplicate issue or pull ...
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-06-19T23:49:06Z
2017-12-22T19:19:01Z
2017-12-22T19:18:44Z
NONE
null
Using 0.14.0. `pandas.io.parsers.read_csv` is supposed to ignore blank-looking values if `na_filter=False`, but it **does not do this** for `index_col` columns. foo.csv: ``` fruit,size,sugar apples,medium,2 pear,medium,3 grape,small,4 durian,,1 ``` The default behavior gives a dataframe with a NaN in place of the em...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7518/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7518/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7519
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7519/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7519/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7519/events
https://github.com/pandas-dev/pandas/pull/7519
36,132,225
MDExOlB1bGxSZXF1ZXN0MTczODQ3MjY=
7,519
BUG: Bug in Panel indexing with a multi-index axis (GH 7516)
{ "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-06-20T00:51:47Z
2014-06-20T12:04:29Z
2014-06-20T12:04:29Z
CONTRIBUTOR
null
closes #7516
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7519/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7519/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7519.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7519", "merged_at": "2014-06-20T12:04:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7519.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7519" }
https://api.github.com/repos/pandas-dev/pandas/issues/7520
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7520/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7520/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7520/events
https://github.com/pandas-dev/pandas/issues/7520
36,135,356
MDU6SXNzdWUzNjEzNTM1Ng==
7,520
ubuntu 12.04: test_nanargmin failure
{ "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...
2
2014-06-20T02:21:00Z
2014-06-21T13:40:30Z
2014-06-21T13:40:30Z
CONTRIBUTOR
null
``` ====================================================================== ERROR: test_nanargmin (pandas.tests.test_nanops.TestnanopsDataFrame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/buildd/pandas-0.14.0+git213-g741b2fa/debian/tmp/usr/lib/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/7520/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7520/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7521
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7521/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7521/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7521/events
https://github.com/pandas-dev/pandas/pull/7521
36,136,678
MDExOlB1bGxSZXF1ZXN0MTczODczMzQ=
7,521
DOC: fix startrow typo in docstrings
{ "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...
[]
closed
false
null
[]
null
1
2014-06-20T02:59:59Z
2014-06-20T07:54:37Z
2014-06-20T07:54:37Z
CONTRIBUTOR
null
Minor, but worth fixing.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7521/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7521/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7521.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7521", "merged_at": "2014-06-20T07:54:37Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7521.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7521" }
https://api.github.com/repos/pandas-dev/pandas/issues/7522
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7522/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7522/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7522/events
https://github.com/pandas-dev/pandas/issues/7522
36,148,205
MDU6SXNzdWUzNjE0ODIwNQ==
7,522
API: fancier fancy indexing to enable coordinate 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://...
[]
closed
false
null
[]
null
6
2014-06-20T08:08:46Z
2014-07-10T18:20:41Z
2014-07-07T15:44:16Z
CONTRIBUTOR
null
While wading through setitem-related code I've come across a reference to a GH issue (?? — _will fill this in later, the browser history is on a different computer_), where a poster complained about weird numpy fancy indexing: ``` python In [11]: arr = np.arange(27).reshape(3,3,3) In [12]: arr Out[12]: array([[[ 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/7522/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7522/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7523
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7523/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7523/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7523/events
https://github.com/pandas-dev/pandas/issues/7523
36,156,884
MDU6SXNzdWUzNjE1Njg4NA==
7,523
Slicing non-unique index fails when slice endpoint is not in index
{ "avatar_url": "https://avatars.githubusercontent.com/u/6034908?v=4", "events_url": "https://api.github.com/users/dbew/events{/privacy}", "followers_url": "https://api.github.com/users/dbew/followers", "following_url": "https://api.github.com/users/dbew/following{/other_user}", "gists_url": "https://api.gith...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "e1...
closed
false
null
[]
{ "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-06-20T10:32:59Z
2014-06-20T13:53:41Z
2014-06-20T13:53:41Z
CONTRIBUTOR
null
This looks like a regression from 0.13.1. If you have a simple dataframe with a non-unique but sorted index like: ``` python df = pd.DataFrame(np.arange(5.), index=[datetime(2001, 1, i, 10, 00) for i in [1,2,2,3,4]]) df Out[23]: 0 2001-01-01 10:00:00 0 200...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7523/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7523/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7524
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7524/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7524/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7524/events
https://github.com/pandas-dev/pandas/issues/7524
36,161,695
MDU6SXNzdWUzNjE2MTY5NQ==
7,524
TST: YahooOptions get_all_data 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" }, { "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...
2
2014-06-20T12:02:05Z
2014-06-21T13:48:20Z
2014-06-21T13:48:20Z
CONTRIBUTOR
null
cc @dstephens99 Almost certainly a bad data failure for the first should guard this with a `try: except:` (and make that value nan) 2nd needs a guard on the test to skip with a RemoteError? (I think this is done with some of the other tests)? ``` ======================================================================...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7524/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7524/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7525
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7525/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7525/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7525/events
https://github.com/pandas-dev/pandas/pull/7525
36,165,348
MDExOlB1bGxSZXF1ZXN0MTc0MDQxNzg=
7,525
REGR: Regression in datetimelike slice indexing with a duplicated index and non-exact end-points (GH7523)
{ "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": "e1...
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-20T13:05:25Z
2014-06-20T13:53:41Z
2014-06-20T13:53:41Z
CONTRIBUTOR
null
closes #7523
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7525/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7525/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7525.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7525", "merged_at": "2014-06-20T13:53:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7525.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7525" }
https://api.github.com/repos/pandas-dev/pandas/issues/7526
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7526/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7526/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7526/events
https://github.com/pandas-dev/pandas/issues/7526
36,170,198
MDU6SXNzdWUzNjE3MDE5OA==
7,526
Handling datetimes in columns
{ "avatar_url": "https://avatars.githubusercontent.com/u/6034908?v=4", "events_url": "https://api.github.com/users/dbew/events{/privacy}", "followers_url": "https://api.github.com/users/dbew/followers", "following_url": "https://api.github.com/users/dbew/following{/other_user}", "gists_url": "https://api.gith...
[ { "color": "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": "005...
closed
false
null
[]
null
6
2014-06-20T14:10:38Z
2014-06-20T15:08:15Z
2014-06-20T14:53:21Z
CONTRIBUTOR
null
I couldn't see anything like this in the issues list. It's a change in behaviour between `0.13.1` and `master/HEAD` which might be intended, might not :) Suppose you create a dataframe like this: ``` python from datetime import datetime B = pd.DataFrame(data = np.array([[1, datetime(2001, 1, 1)], ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7526/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7526/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7527
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7527/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7527/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7527/events
https://github.com/pandas-dev/pandas/issues/7527
36,173,665
MDU6SXNzdWUzNjE3MzY2NQ==
7,527
Strange reindex behavior
{ "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:/...
[]
closed
false
null
[]
null
6
2014-06-20T14:51:25Z
2014-06-20T15:06:46Z
2014-06-20T15:06:46Z
NONE
null
``` regressors = regressors.reindex(index=factors.index) logger.debug('Regressors have the same index as factors: {}'.format(regressors.index is factors.index)) logger.debug('Regressors and factors indexes are the same: {}'.format(all(map(lambda x, y: x == y, regressors.index, factors.index)))) ``` Results in this: `...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7527/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7527/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7528
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7528/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7528/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7528/events
https://github.com/pandas-dev/pandas/issues/7528
36,198,480
MDU6SXNzdWUzNjE5ODQ4MA==
7,528
BUG: Bad axis limits when using DataFrame.boxplot() with odd number of columns (excluding 1) and 'by' parameter.
{ "avatar_url": "https://avatars.githubusercontent.com/u/2080729?v=4", "events_url": "https://api.github.com/users/gdtroszak/events{/privacy}", "followers_url": "https://api.github.com/users/gdtroszak/followers", "following_url": "https://api.github.com/users/gdtroszak/following{/other_user}", "gists_url": "h...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "8AE234", "default": false, "description": null, "id": 2413328, ...
closed
false
null
[]
{ "closed_at": "2014-10-23T11:43:09Z", "closed_issues": 530, "created_at": "2014-07-06T18:44:54Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
7
2014-06-20T20:06:33Z
2014-09-14T07:24:58Z
2014-08-30T14:11:57Z
NONE
null
The head of my Pandas dataframe , `df`, is shown below: ``` count1 count2 totalcount season 0 3 13 16 1 1 8 32 40 1 2 5 27 32 1 3 3 10 13 1 4 0 1 1 1 ``` I'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/7528/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7528/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7529
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7529/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7529/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7529/events
https://github.com/pandas-dev/pandas/pull/7529
36,199,958
MDExOlB1bGxSZXF1ZXN0MTc0MjYwNzg=
7,529
BUG: DatetimeIndex comparison handles NaT incorrectly
{ "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...
1
2014-06-20T20:28:40Z
2014-06-21T02:39:07Z
2014-06-20T21:38:59Z
MEMBER
null
Derived from #7485. Comparison with `DatetimeIndex` result incorrectly if `NaT` is included. ``` idx1 = pd.DatetimeIndex(['2011-01-01', pd.NaT], freq='M') idx2 = pd.DatetimeIndex([pd.NaT, '2011-01-01'], freq='M') print(idx1 > idx2) # [True, False] # it must be [False, False] ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7529/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7529/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7529.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7529", "merged_at": "2014-06-20T21:38:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7529.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7529" }
https://api.github.com/repos/pandas-dev/pandas/issues/7530
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7530/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7530/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7530/events
https://github.com/pandas-dev/pandas/pull/7530
36,211,112
MDExOlB1bGxSZXF1ZXN0MTc0MzMzNDA=
7,530
TST: io.data.Options changes to avoid test failures on bad data.
{ "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...
1
2014-06-20T23:46:44Z
2014-06-21T13:48:24Z
2014-06-21T13:48:20Z
CONTRIBUTOR
null
Added try, except to underlying price / quote_time function. Changed to RemoteDataError in the event that some tables are found, but the correct table is not available. Fixes #7524.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7530/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7530/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7530.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7530", "merged_at": "2014-06-21T13:48:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7530.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7530" }
https://api.github.com/repos/pandas-dev/pandas/issues/7531
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7531/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7531/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7531/events
https://github.com/pandas-dev/pandas/pull/7531
36,216,708
MDExOlB1bGxSZXF1ZXN0MTc0MzYzNjQ=
7,531
WIP/ENH: allow read_excel to accept URLs (GH6809)
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "bfe5bf", "default": false, "description": "read_exc...
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-06-21T04:31:06Z
2014-07-19T14:15:57Z
2014-06-23T14:03:11Z
CONTRIBUTOR
null
closes #6809 This borrows the mechanisms already used in read_csv to enable reading of Excel objects via URLs. Not sure what tests are appropriate, and I'm not certain what the various decorators do, so I tried to mirror the read_csv tests as best I could.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7531/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7531/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7531.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7531", "merged_at": "2014-06-23T14:03:11Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7531.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7531" }
https://api.github.com/repos/pandas-dev/pandas/issues/7532
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7532/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7532/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7532/events
https://github.com/pandas-dev/pandas/pull/7532
36,218,395
MDExOlB1bGxSZXF1ZXN0MTc0MzcxODQ=
7,532
BUG: single column bar plot is misaligned
{ "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": "8AE234", "default": false, "description": null, "id": 2413328, ...
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-21T07:04:50Z
2014-07-02T16:46:04Z
2014-07-01T15:29:53Z
MEMBER
null
Closes #7498.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7532/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7532/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7532.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7532", "merged_at": "2014-07-01T15:29:53Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7532.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7532" }
https://api.github.com/repos/pandas-dev/pandas/issues/7533
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7533/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7533/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7533/events
https://github.com/pandas-dev/pandas/pull/7533
36,219,000
MDExOlB1bGxSZXF1ZXN0MTc0Mzc0MjY=
7,533
BUG: df.reset_index loses tz
{ "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": "5319e7", "default": false, "description": "Timezone data dtype", ...
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...
4
2014-06-21T07:51:17Z
2014-06-22T00:56:59Z
2014-06-21T20:10:21Z
MEMBER
null
Closes #3950.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7533/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7533/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7533.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7533", "merged_at": "2014-06-21T20:10:21Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7533.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7533" }
https://api.github.com/repos/pandas-dev/pandas/issues/7534
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7534/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7534/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7534/events
https://github.com/pandas-dev/pandas/pull/7534
36,219,095
MDExOlB1bGxSZXF1ZXN0MTc0Mzc0NzE=
7,534
BUG: Timestamp.tz_localize resets 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": "5319e7", "default": false, "description": "Timezone data dtype", ...
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-21T08:01:17Z
2014-06-21T14:47:49Z
2014-06-21T13:41:19Z
MEMBER
null
`Timestamp.tz_localize` resets `nanosecond`. ``` t = pd.Timestamp('2011-01-01') + pd.offsets.Nano(1) t.tz_localize('US/Eastern') # Warning: discarding nonzero nanoseconds #2011-01-01 00:00:00-05:00 ``` Even though `DatetimeIndex.tz_convert` can preserve it. ``` idx = pd.date_range('3/11/2012 04:00', periods=10, freq...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7534/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7534/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7534.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7534", "merged_at": "2014-06-21T13:41:19Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7534.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7534" }
https://api.github.com/repos/pandas-dev/pandas/issues/7535
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7535/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7535/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7535/events
https://github.com/pandas-dev/pandas/pull/7535
36,223,426
MDExOlB1bGxSZXF1ZXN0MTc0MzkxMzE=
7,535
should fix issue #7520, test_nanargmin fails with datetime64 objects
{ "avatar_url": "https://avatars.githubusercontent.com/u/2272878?v=4", "events_url": "https://api.github.com/users/toddrjen/events{/privacy}", "followers_url": "https://api.github.com/users/toddrjen/followers", "following_url": "https://api.github.com/users/toddrjen/following{/other_user}", "gists_url": "http...
[ { "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": "e102d8", "d...
closed
false
null
[]
null
4
2014-06-21T12:52:19Z
2014-06-26T10:28:55Z
2014-06-21T13:40:17Z
CONTRIBUTOR
null
I think this will fix the issue #7520. The issue appears to be that older versions of `numpy`, probably less than `1.7.0`, can't handle `datetime64` dtypes very well. I have added simple check to see if `numpy` can handle a standard operation with `datetime64` dtypes, and if not it skips those tests. I can't test th...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7535/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7535/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7535.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7535", "merged_at": "2014-06-21T13:40:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7535.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7535" }
https://api.github.com/repos/pandas-dev/pandas/issues/7536
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7536/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7536/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7536/events
https://github.com/pandas-dev/pandas/issues/7536
36,224,818
MDU6SXNzdWUzNjIyNDgxOA==
7,536
CLN: frame.py executable?
{ "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...
[]
closed
false
null
[]
null
3
2014-06-21T14:13:04Z
2014-06-21T14:48:38Z
2014-06-21T14:48:38Z
CONTRIBUTOR
null
Somewhere along the way (3230ed4bd, I think) `frame.py` had its permissions changed, presumably by accident: ``` -rwxr-xr-x 1 dsm dsm 178861 Jun 21 09:51 pandas/core/frame.py ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7536/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7536/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7537
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7537/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7537/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7537/events
https://github.com/pandas-dev/pandas/pull/7537
36,225,131
MDExOlB1bGxSZXF1ZXN0MTc0Mzk4NTk=
7,537
CLN: Remove executable flag from frame.py
{ "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...
[]
closed
false
null
[]
null
0
2014-06-21T14:31:32Z
2014-06-21T14:48:38Z
2014-06-21T14:48:38Z
CONTRIBUTOR
null
Closes #7536.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7537/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7537/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7537.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7537", "merged_at": "2014-06-21T14:48:38Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7537.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7537" }
https://api.github.com/repos/pandas-dev/pandas/issues/7538
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7538/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7538/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7538/events
https://github.com/pandas-dev/pandas/pull/7538
36,225,406
MDExOlB1bGxSZXF1ZXN0MTc0NDAwMDI=
7,538
DOC: Release note correction for GH7534
{ "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:/...
[]
closed
false
null
[]
null
0
2014-06-21T14:46:41Z
2014-06-21T22:30:08Z
2014-06-21T14:49:05Z
MEMBER
null
Release note correction for #7534. `tz_convert` has no problem.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7538/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7538/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7538.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7538", "merged_at": "2014-06-21T14:49:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7538.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7538" }
https://api.github.com/repos/pandas-dev/pandas/issues/7539
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7539/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7539/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7539/events
https://github.com/pandas-dev/pandas/issues/7539
36,225,901
MDU6SXNzdWUzNjIyNTkwMQ==
7,539
API: DatetimeIndex.asobject raises ValueError when contains NaT
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "AD7FA8", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": "2014-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-21T15:15:37Z
2014-06-24T11:49:40Z
2014-06-24T11:49:40Z
MEMBER
null
Related to #7485. Currently, `DatetimeIndex.asobject` raises `ValueError` when it contains `NaT`, otherwise `PeriodIndex` doesn't inconsistently. I think these should work the same way, and would like to confirm `PeriodIndex` should raise `ValueError`, or `DatetimeIndex.asobject` allows `NaT`. There may be historical...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7539/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7539/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7540
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7540/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7540/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7540/events
https://github.com/pandas-dev/pandas/issues/7540
36,226,043
MDU6SXNzdWUzNjIyNjA0Mw==
7,540
BUG/API: PeriodIndex.unique returns ndarray
{ "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": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "eb6420", "default": false, "description": "P...
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...
1
2014-06-21T15:22:33Z
2014-07-26T14:44:41Z
2014-07-26T14:44:41Z
MEMBER
null
Currently, `Index.unique` returns `ndarray` but `DatetimeIndex.unique` returns `DatetimeIndex` to preserve datetime information. I think `PeriodIndex.unique` should also return `PeriodIndex` (currently it returns `ndarray`). I'd like to ask which is better to fix all `Index.unique` to return `Index` for consistency, o...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7540/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7540/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7541
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7541/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7541/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7541/events
https://github.com/pandas-dev/pandas/pull/7541
36,230,320
MDExOlB1bGxSZXF1ZXN0MTc0NDIyMzI=
7,541
BUG: expanding_{cov,corr} for objects of different lengths
{ "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
[]
null
4
2014-06-21T19:27:09Z
2014-06-28T13:54:28Z
2014-06-28T13:54:28Z
CONTRIBUTOR
null
Closes https://github.com/pydata/pandas/issues/7512 and https://github.com/pydata/pandas/issues/7514.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7541/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7541/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7541.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7541", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/7541.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7541" }
https://api.github.com/repos/pandas-dev/pandas/issues/7542
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7542/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7542/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7542/events
https://github.com/pandas-dev/pandas/issues/7542
36,230,536
MDU6SXNzdWUzNjIzMDUzNg==
7,542
BUG: _flex_binary_moment() doesn't preserve column order or handle multiple columns with the same label
{ "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-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-06-21T19:39:51Z
2014-07-25T14:34:07Z
2014-07-25T14:34:07Z
CONTRIBUTOR
null
_flex_binary_moment() sorts the columns alphabetically. I think it should preserve the order. ``` In [23]: df = DataFrame([[2,4],[1,2],[5,2],[8,1]], columns=['B','A']) In [24]: expanding_corr(df, df, pairwise=True)[3] Out[24]: A B A 1.000000 -0.670166 B -0.670166 1.000000 ``` (I originally mentio...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7542/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7542/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7543
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7543/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7543/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7543/events
https://github.com/pandas-dev/pandas/issues/7543
36,231,873
MDU6SXNzdWUzNjIzMTg3Mw==
7,543
BUG: ewma() doesn't adjust weights properly for missing values
{ "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": "006b75", "default": false, "description": "Arithmetic, Comparison, and Logical operations", "id": 47223669, "name": "Numeric Operations", "node_id": "MDU6TGFiZWw0NzIyMzY2OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations" } ]
closed
false
null
[]
{ "closed_at": "2014-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...
11
2014-06-21T21:01:56Z
2014-07-24T17:07:33Z
2014-07-24T17:07:33Z
CONTRIBUTOR
null
I mentioned this originally on https://groups.google.com/forum/#!topic/pydata/woxbB8na3C8. ewma() simply ignores missing values, effectively calculating the exponentially weighted moving average on the compacted series without the missing values. I think this is incorrect, and that values should be weighted based on 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/7543/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7543/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7544
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7544/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7544/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7544/events
https://github.com/pandas-dev/pandas/pull/7544
36,234,242
MDExOlB1bGxSZXF1ZXN0MTc0NDM5NjU=
7,544
BUG: DatetimeIndex.asobject raises ValueError when contains NaT
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "AD7FA8", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": "2014-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...
4
2014-06-21T23:37:26Z
2014-06-26T10:59:59Z
2014-06-24T11:49:40Z
MEMBER
null
Closes #7539. Also, this fixed #7112 case 3 and case 4 to preserve tz. I've modified the tests for it. Related to #6469.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7544/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7544/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7544.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7544", "merged_at": "2014-06-24T11:49:40Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7544.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7544" }
https://api.github.com/repos/pandas-dev/pandas/issues/7545
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7545/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7545/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7545/events
https://github.com/pandas-dev/pandas/pull/7545
36,235,206
MDExOlB1bGxSZXF1ZXN0MTc0NDQ0MTY=
7,545
DOC: Use correct, non-deprecated arg name
{ "avatar_url": "https://avatars.githubusercontent.com/u/1879063?v=4", "events_url": "https://api.github.com/users/neirbowj/events{/privacy}", "followers_url": "https://api.github.com/users/neirbowj/followers", "following_url": "https://api.github.com/users/neirbowj/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
1
2014-06-22T00:57:09Z
2014-06-25T02:17:52Z
2014-06-23T13:41:18Z
CONTRIBUTOR
null
Fix a minor typo in the `pandas.frame.to_excel` docstring.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7545/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7545/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7545.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7545", "merged_at": "2014-06-23T13:41:18Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7545.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7545" }
https://api.github.com/repos/pandas-dev/pandas/issues/7546
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7546/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7546/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7546/events
https://github.com/pandas-dev/pandas/issues/7546
36,236,352
MDU6SXNzdWUzNjIzNjM1Mg==
7,546
R rolling join equivalent in Pandas
{ "avatar_url": "https://avatars.githubusercontent.com/u/7909782?v=4", "events_url": "https://api.github.com/users/krismetha/events{/privacy}", "followers_url": "https://api.github.com/users/krismetha/followers", "following_url": "https://api.github.com/users/krismetha/following{/other_user}", "gists_url": "h...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" } ]
closed
false
null
[]
null
7
2014-06-22T02:44:32Z
2017-05-20T13:16:58Z
2015-10-20T22:26:27Z
NONE
null
Hi, In R, there is a way to perform a rolling join as shown below. library("data.table") DT <- data.table( x = rep(c("a", "b", "c"), each = 3), y = c(1, 3, 6), v = 1:9) setkey(DT, x, y) # Necessary for following self join. DT[J("a", 4:6)] DT[J("a", 4:6), roll = TRUE] The relevant output looks like th...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7546/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7546/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7547
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7547/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7547/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7547/events
https://github.com/pandas-dev/pandas/pull/7547
36,245,362
MDExOlB1bGxSZXF1ZXN0MTc0NDkwNDc=
7,547
Minor cleanups for nanops
{ "avatar_url": "https://avatars.githubusercontent.com/u/2272878?v=4", "events_url": "https://api.github.com/users/toddrjen/events{/privacy}", "followers_url": "https://api.github.com/users/toddrjen/followers", "following_url": "https://api.github.com/users/toddrjen/following{/other_user}", "gists_url": "http...
[ { "color": "fbca04", "default": false, "description": "Related to non-user accessible pandas implementation", "id": 49094459, "name": "Internals", "node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals" } ]
closed
false
null
[]
{ "closed_at": "2014-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-22T15:03:28Z
2014-06-26T10:29:04Z
2014-06-26T10:26:02Z
CONTRIBUTOR
null
This includes the requested fix for `nanops`, using `common.is_*_dtype` functions whenever possible.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7547/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7547/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7547.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7547", "merged_at": "2014-06-26T10:26:02Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7547.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7547" }
https://api.github.com/repos/pandas-dev/pandas/issues/7548
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7548/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7548/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7548/events
https://github.com/pandas-dev/pandas/issues/7548
36,247,844
MDU6SXNzdWUzNjI0Nzg0NA==
7,548
BUG: tuple as index not possible anymore in pandas 0.14?
{ "avatar_url": "https://avatars.githubusercontent.com/u/5507115?v=4", "events_url": "https://api.github.com/users/simplygood/events{/privacy}", "followers_url": "https://api.github.com/users/simplygood/followers", "following_url": "https://api.github.com/users/simplygood/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": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
20
2014-06-22T17:23:48Z
2018-12-11T06:29:52Z
2018-12-11T06:29:52Z
NONE
null
I used to do convert a dict with tuple keys to DataFrame like ``` DataFrame.from_dict(a_dict, 'index') ``` but it produces "IndexError: index out of bounds" from pandas 0.14. Is there a way that I still can use tuple as Dataframe label? My old codes do not work with 0.14.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7548/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7548/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7549
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7549/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7549/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7549/events
https://github.com/pandas-dev/pandas/pull/7549
36,252,567
MDExOlB1bGxSZXF1ZXN0MTc0NTE5ODA=
7,549
TST: some yahoo options tests missing network decorator
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "C4A000", "default": false, "description": "pandas testing functions...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_u...
{ "closed_at": "2014-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-22T21:13:48Z
2014-06-22T21:49:00Z
2014-06-22T21:48:58Z
MEMBER
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/7549/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7549/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7549.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7549", "merged_at": "2014-06-22T21:48:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7549.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7549" }
https://api.github.com/repos/pandas-dev/pandas/issues/7550
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7550/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7550/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7550/events
https://github.com/pandas-dev/pandas/pull/7550
36,290,641
MDExOlB1bGxSZXF1ZXN0MTc0NzM3NjQ=
7,550
DOC: correct relase note
{ "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:/...
[]
closed
false
null
[]
null
0
2014-06-23T13:32:37Z
2014-06-24T09:09:50Z
2014-06-23T13:35:23Z
MEMBER
null
Minor release note corrections.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7550/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7550/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7550.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7550", "merged_at": "2014-06-23T13:35:23Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7550.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7550" }
https://api.github.com/repos/pandas-dev/pandas/issues/7551
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7551/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7551/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7551/events
https://github.com/pandas-dev/pandas/issues/7551
36,306,798
MDU6SXNzdWUzNjMwNjc5OA==
7,551
BUG: iloc setitem indexing with list of lists
{ "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-06-23T16:22:13Z
2014-06-23T17:18:29Z
2014-06-23T17:18:29Z
CONTRIBUTOR
null
different results when mixed vs single dtypes ``` In [1]: df = DataFrame(dict(A = np.arange(5), B = np.arange(5,10))) In [2]: df Out[2]: A B 0 0 5 1 1 6 2 2 7 3 3 8 4 4 9 In [4]: df.iloc[2:4] = [[10,11],[12,13]] In [5]: df Out[5]: A B 0 0 5 1 1 6 2 10 11 3 12 13 4 4 9 ``` ``` ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7551/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7551/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7552
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7552/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7552/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7552/events
https://github.com/pandas-dev/pandas/pull/7552
36,308,051
MDExOlB1bGxSZXF1ZXN0MTc0ODQ3MDE=
7,552
BUG: Bug in setitem with list-of-lists and single vs mixed types (GH7551)
{ "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-06-23T16:37:05Z
2014-06-23T17:18:29Z
2014-06-23T17:18:29Z
CONTRIBUTOR
null
closes #7551
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7552/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7552/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7552.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7552", "merged_at": "2014-06-23T17:18:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7552.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7552" }
https://api.github.com/repos/pandas-dev/pandas/issues/7553
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7553/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7553/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7553/events
https://github.com/pandas-dev/pandas/pull/7553
36,316,542
MDExOlB1bGxSZXF1ZXN0MTc0ODk3MDI=
7,553
DOC: fix docstring for DataFrame.interpolate
{ "avatar_url": "https://avatars.githubusercontent.com/u/1253071?v=4", "events_url": "https://api.github.com/users/jdreaver/events{/privacy}", "followers_url": "https://api.github.com/users/jdreaver/followers", "following_url": "https://api.github.com/users/jdreaver/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": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA...
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...
15
2014-06-23T18:11:36Z
2014-07-07T00:07:17Z
2014-07-07T00:02:26Z
CONTRIBUTOR
null
In the old docstring, `'index'` is listed as a valid value for the `method` kwarg for `DataFrame.interpolate`. It looks like a typo, because there was no comma after `'index'`, and the explanation for `'index'` corresponded to `'values'`. Furthermore, it appears `'index'` is not a valid value for `method`: ``` python ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7553/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7553/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7553.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7553", "merged_at": "2014-07-07T00:02:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7553.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7553" }
https://api.github.com/repos/pandas-dev/pandas/issues/7554
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7554/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7554/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7554/events
https://github.com/pandas-dev/pandas/issues/7554
36,345,273
MDU6SXNzdWUzNjM0NTI3Mw==
7,554
0.13.1: strange join error
{ "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:/...
[]
closed
false
null
[]
null
7
2014-06-24T01:04:15Z
2014-06-24T15:49:29Z
2014-06-24T15:46:41Z
NONE
null
I am puzzled by the following ``` logger.debug('Indexes are identical: {}'.format(data_frame.index is categories.index)) logger.debug('Index is unique: {}'.format(data_frame.index.is_unique)) logger.debug('All columns are in data_frame: {}'.format(all(map(lambda x: x in data_frame, columns_regression)))) ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7554/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7554/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7555
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7555/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7555/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7555/events
https://github.com/pandas-dev/pandas/issues/7555
36,364,608
MDU6SXNzdWUzNjM2NDYwOA==
7,555
Performance decrease of groupby.first for datetime64 in 0.14
{ "avatar_url": "https://avatars.githubusercontent.com/u/1550888?v=4", "events_url": "https://api.github.com/users/Marigold/events{/privacy}", "followers_url": "https://api.github.com/users/Marigold/followers", "following_url": "https://api.github.com/users/Marigold/following{/other_user}", "gists_url": "http...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "a10c02", "default": false, "description": "Memory or execu...
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-06-24T08:48:52Z
2014-06-25T14:14:08Z
2014-06-24T13:32:37Z
NONE
null
I have seen a dramatic (around 100x) slowdown of `groupby.first` method for `datetime64` type after updating to 0.14. Here is an example: ``` python from time import time d = pd.DataFrame({'a': pd.date_range('1/1/2011', periods=100000, freq='s'), 'b': range(100000)}) t = time() d.groupby('b').first() print(time() - 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/7555/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7555/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7556
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7556/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7556/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7556/events
https://github.com/pandas-dev/pandas/pull/7556
36,364,619
MDExOlB1bGxSZXF1ZXN0MTc1MTkzMzE=
7,556
DOC: Cookbook recipe for emulating R's expand.grid() (#7426)
{ "avatar_url": "https://avatars.githubusercontent.com/u/1460294?v=4", "events_url": "https://api.github.com/users/onesandzeroes/events{/privacy}", "followers_url": "https://api.github.com/users/onesandzeroes/followers", "following_url": "https://api.github.com/users/onesandzeroes/following{/other_user}", "gi...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
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-24T08:49:09Z
2014-06-25T05:01:27Z
2014-06-25T05:01:27Z
CONTRIBUTOR
null
closes #7426 As suggested by @jreback in #7426, I've added a quick cookbook recipe for emulating R's `expand.grid()`, which creates a dataframe from every combination of the values you give it. None of the existing sections really seemed to apply, so I've added it in a new section. Example usage: ``` python import...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7556/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7556/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7556.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7556", "merged_at": "2014-06-25T05:01:27Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7556.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7556" }
https://api.github.com/repos/pandas-dev/pandas/issues/7557
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7557/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7557/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7557/events
https://github.com/pandas-dev/pandas/pull/7557
36,378,361
MDExOlB1bGxSZXF1ZXN0MTc1Mjc5MzA=
7,557
BUG: isnull doesnt handle PeriodNaT properly
{ "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": "eb6420"...
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", ...
12
2014-06-24T12:20:47Z
2015-11-14T05:26:39Z
2015-05-09T16:08:45Z
MEMBER
null
Related to #7485, `isnull` and `notnull` is required to be changed.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7557/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7557/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7557.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7557", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/7557.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7557" }
https://api.github.com/repos/pandas-dev/pandas/issues/7558
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7558/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7558/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7558/events
https://github.com/pandas-dev/pandas/issues/7558
36,378,515
MDU6SXNzdWUzNjM3ODUxNQ==
7,558
Series.min(skipna=True) includes nan/inf?
{ "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": "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-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-24T12:23:01Z
2016-10-12T23:04:58Z
2014-06-24T12:30:34Z
CONTRIBUTOR
null
``` In[31]: s2 = pd.Series(["a","z",np.nan]) In[32]: s2.max() Out[32]: 'z' In[33]: s2.min() Out[33]: inf In[34]: s2.min(skipna=True) Out[34]: inf ``` Reading the docs I get the impression that it should return "a" in both cases (as skipna defaults to True). If so, #7217 also needs to change.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7558/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7558/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7559
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7559/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7559/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7559/events
https://github.com/pandas-dev/pandas/issues/7559
36,379,492
MDU6SXNzdWUzNjM3OTQ5Mg==
7,559
BUG: groupby-nth 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": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": "2014-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-24T12:37:37Z
2014-06-30T11:05:58Z
2014-06-30T11:05:58Z
CONTRIBUTOR
null
This is a vbench/groupby.py ``` In [1]: df = DataFrame(np.random.randint(1, 100, (10000, 2))) In [2]: df[1].groupby(df[0]).nth(0) IndexError: index 9999 is out of bounds for size 9999 ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7559/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7559/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7560
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7560/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7560/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7560/events
https://github.com/pandas-dev/pandas/pull/7560
36,382,062
MDExOlB1bGxSZXF1ZXN0MTc1MzAyNzY=
7,560
PERF: vbench for mixed groupby with datetime (GH7555)
{ "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": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "a10c02", "default": false, "description": "Memory or execu...
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-24T13:13:05Z
2014-06-24T13:32:37Z
2014-06-24T13:32:37Z
CONTRIBUTOR
null
closes #7555 ``` ------------------------------------------------------------------------------- Test name | head[ms] | base[ms] | ratio | ------------------------------------------------------------------------------- groupby_mixed_first | 10.8150 | 3900...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7560/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7560/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7560.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7560", "merged_at": "2014-06-24T13:32:37Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7560.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7560" }
https://api.github.com/repos/pandas-dev/pandas/issues/7561
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7561/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7561/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7561/events
https://github.com/pandas-dev/pandas/issues/7561
36,387,692
MDU6SXNzdWUzNjM4NzY5Mg==
7,561
TST: get options issue
{ "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-06-24T14:15:47Z
2014-06-25T14:50:17Z
2014-06-25T14:50:17Z
CONTRIBUTOR
null
https://travis-ci.org/pydata/pandas/jobs/28313605 @cpcloud cc @dstephens99
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7561/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7561/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7562
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7562/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7562/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7562/events
https://github.com/pandas-dev/pandas/issues/7562
36,390,897
MDU6SXNzdWUzNjM5MDg5Nw==
7,562
Timezone information lost after pandas.concat
{ "avatar_url": "https://avatars.githubusercontent.com/u/3824388?v=4", "events_url": "https://api.github.com/users/longislandfarmer/events{/privacy}", "followers_url": "https://api.github.com/users/longislandfarmer/followers", "following_url": "https://api.github.com/users/longislandfarmer/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": "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-24T14:46:40Z
2017-11-22T03:28:03Z
2014-06-24T14:50:40Z
NONE
null
I found that when using pandas.concat on dataframes with timezone information, the timezone might be lost when using 'innder' join: ``` In [1]: import pandas as pd In [2]: import numpy as np In [3]: from pandas.util.print_versions import show_versions In [4]: show_versions() INSTALLED VERSIONS ------------------ co...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7562/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7562/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7563
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7563/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7563/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7563/events
https://github.com/pandas-dev/pandas/issues/7563
36,412,444
MDU6SXNzdWUzNjQxMjQ0NA==
7,563
regex=False as default behavior, and expand regex disabling options
{ "avatar_url": "https://avatars.githubusercontent.com/u/120710?v=4", "events_url": "https://api.github.com/users/davclark/events{/privacy}", "followers_url": "https://api.github.com/users/davclark/followers", "following_url": "https://api.github.com/users/davclark/following{/other_user}", "gists_url": "https...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "5319e7", "default": false, "description": "String e...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
3
2014-06-24T18:34:15Z
2021-04-11T04:51:12Z
null
CONTRIBUTOR
null
I was very happy to see pr #5879, allowing disabling the auto-regex feature for functions in the .str namespace. Doing something about this has been on my todo list for a while. Automatic promotion of strings to regular expressions is one of the two big points of difficulty for beginners using pandas (in my experience ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7563/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7563/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7564
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7564/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7564/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7564/events
https://github.com/pandas-dev/pandas/pull/7564
36,444,582
MDExOlB1bGxSZXF1ZXN0MTc1Njk0NTQ=
7,564
TST: Remove else after except in tests for 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" } ]
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-25T02:48:04Z
2014-06-25T14:50:24Z
2014-06-25T14:50:17Z
CONTRIBUTOR
null
Also moved no tables found error to get_options_tables method (url was not defined in the get_option_data method). Fixes #7561
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7564/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7564/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7564.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7564", "merged_at": "2014-06-25T14:50:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7564.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7564" }
https://api.github.com/repos/pandas-dev/pandas/issues/7565
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7565/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7565/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7565/events
https://github.com/pandas-dev/pandas/pull/7565
36,447,221
MDExOlB1bGxSZXF1ZXN0MTc1NzA5OTE=
7,565
ENH: Implement _Openpyxl2Writer for pandas.io.excel
{ "avatar_url": "https://avatars.githubusercontent.com/u/1879063?v=4", "events_url": "https://api.github.com/users/neirbowj/events{/privacy}", "followers_url": "https://api.github.com/users/neirbowj/followers", "following_url": "https://api.github.com/users/neirbowj/following{/other_user}", "gists_url": "http...
[ { "color": "bfe5bf", "default": false, "description": "read_excel, to_excel", "id": 49254273, "name": "IO Excel", "node_id": "MDU6TGFiZWw0OTI1NDI3Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Excel" }, { "color": "0052cc", "default": false, "de...
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...
30
2014-06-25T04:06:18Z
2014-09-22T01:40:54Z
2014-09-20T08:53:31Z
CONTRIBUTOR
null
This patch is an implementation of a `pandas.io.excel.ExcelWriter` subclass that is compatible with the style interface of `openpyxl` 2.0.0 or later. closes #7177
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7565/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7565/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7565.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7565", "merged_at": "2014-09-20T08:53:31Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7565.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7565" }
https://api.github.com/repos/pandas-dev/pandas/issues/7566
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7566/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7566/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7566/events
https://github.com/pandas-dev/pandas/pull/7566
36,449,057
MDExOlB1bGxSZXF1ZXN0MTc1NzIwMDg=
7,566
DOC: Fix parameter in reindex_axis docstring
{ "avatar_url": "https://avatars.githubusercontent.com/u/1297788?v=4", "events_url": "https://api.github.com/users/kyleam/events{/privacy}", "followers_url": "https://api.github.com/users/kyleam/followers", "following_url": "https://api.github.com/users/kyleam/following{/other_user}", "gists_url": "https://ap...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
null
1
2014-06-25T05:05:51Z
2014-07-08T02:12:58Z
2014-07-06T19:10:16Z
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/7566/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7566/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7566.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7566", "merged_at": "2014-07-06T19:10:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7566.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7566" }
https://api.github.com/repos/pandas-dev/pandas/issues/7567
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7567/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7567/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7567/events
https://github.com/pandas-dev/pandas/issues/7567
36,457,081
MDU6SXNzdWUzNjQ1NzA4MQ==
7,567
datetime64 columns not supported with sqlite fallback
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "5319e7", "default": false, "description": "to_sql, read_sql, read_sql_query", "id": 47232590, "name": "IO SQL", "node_id": "MDU6TGFiZWw0NzIzMjU5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL" } ]
closed
false
null
[]
{ "closed_at": "2014-10-23T11:43:09Z", "closed_issues": 530, "created_at": "2014-07-06T18:44:54Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
2
2014-06-25T08:09:09Z
2014-09-21T19:14:23Z
2014-09-21T19:09:31Z
MEMBER
null
From http://stackoverflow.com/questions/24389580/pandas-to-sql-method-gives-error-with-date-column ``` import sqlite3 con = sqlite3.connect(':memory:') df = pd.DataFrame({'date':pd.date_range('2014-01-01', periods=10)}) df.to_sql('test_datetime', con, index=False, if_exists='append') ``` gives an `InterfaceError: Err...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7567/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7567/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7568
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7568/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7568/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7568/events
https://github.com/pandas-dev/pandas/pull/7568
36,476,012
MDExOlB1bGxSZXF1ZXN0MTc1ODgwNjA=
7,568
BUG/PERF: perf issues in object groupby aggregations (GH7555)
{ "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": "729FCF", "default": false, "description": null, "id": 233160, ...
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-25T12:52:08Z
2014-06-25T13:48:23Z
2014-06-25T13:48:23Z
CONTRIBUTOR
null
related #7555 ``` ------------------------------------------------------------------------------- Test name | head[ms] | base[ms] | ratio | ------------------------------------------------------------------------------- groupby_object_last | 15.2340 | 417...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7568/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7568/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7568.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7568", "merged_at": "2014-06-25T13:48:23Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7568.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7568" }
https://api.github.com/repos/pandas-dev/pandas/issues/7569
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7569/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7569/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7569/events
https://github.com/pandas-dev/pandas/issues/7569
36,477,399
MDU6SXNzdWUzNjQ3NzM5OQ==
7,569
PERF: groupby nth w/o dropna can use the cython routines
{ "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": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "a10c02", "default": false, "description": "Memory or execu...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
1
2014-06-25T13:09:30Z
2018-07-06T23:00:53Z
2018-07-06T23:00:47Z
CONTRIBUTOR
null
see #7568 - `nth` is a fair bit slower than `first/last` which are calling cython routines. In a case where you don't `dropna` you can simply call the cython aggregation routines - side issue is to move the `group_last_object/group_nth_object` from `algos.pyx` to `generate_code.py` (simply move `group_last/group_nth` ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7569/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7569/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7570
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7570/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7570/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7570/events
https://github.com/pandas-dev/pandas/issues/7570
36,480,588
MDU6SXNzdWUzNjQ4MDU4OA==
7,570
PERF/API: alias len/size in groupby.transform
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "729FCF", "default": false, "description": null, ...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
7
2014-06-25T13:46:48Z
2021-04-11T04:51:39Z
null
CONTRIBUTOR
null
alias `len/size` to `groupby.transform` speedup table (as these are already implemented as `size`,`count`` in cython, just a matter of transforming them see here: http://stackoverflow.com/questions/24438273/aggregation-on-pandas-datetime-series-only-returns-as-datetime-series/24438366#24438366 (`len` is suspect for `...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7570/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7570/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7571
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7571/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7571/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7571/events
https://github.com/pandas-dev/pandas/issues/7571
36,516,887
MDU6SXNzdWUzNjUxNjg4Nw==
7,571
Long integer values are changed by pandas SQLite driver database using to_sql
{ "avatar_url": "https://avatars.githubusercontent.com/u/6757634?v=4", "events_url": "https://api.github.com/users/benjaminsingleton/events{/privacy}", "followers_url": "https://api.github.com/users/benjaminsingleton/followers", "following_url": "https://api.github.com/users/benjaminsingleton/following{/other_u...
[ { "color": "5319e7", "default": false, "description": "to_sql, read_sql, read_sql_query", "id": 47232590, "name": "IO SQL", "node_id": "MDU6TGFiZWw0NzIzMjU5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL" } ]
closed
false
null
[]
null
5
2014-06-25T20:02:34Z
2014-06-25T22:10:44Z
2014-06-25T22:08:36Z
NONE
null
See http://stackoverflow.com/questions/24416140/long-integer-values-in-pandas-dataframe-change-when-sent-to-sqlite-database-usin?noredirect=1#comment37772983_24416140 I am using pandas to organize and manipulate data I am getting from the twitter API. The 'id' key returns a very long integer (int64) that pandas has n...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7571/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7571/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7572
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7572/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7572/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7572/events
https://github.com/pandas-dev/pandas/pull/7572
36,544,184
MDExOlB1bGxSZXF1ZXN0MTc2Mjk0Mzg=
7,572
BUG: Error in rolling_var if window is larger than array, fixes #7297
{ "avatar_url": "https://avatars.githubusercontent.com/u/3343990?v=4", "events_url": "https://api.github.com/users/jaimefrio/events{/privacy}", "followers_url": "https://api.github.com/users/jaimefrio/followers", "following_url": "https://api.github.com/users/jaimefrio/following{/other_user}", "gists_url": "h...
[ { "color": "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...
8
2014-06-26T04:10:41Z
2014-07-02T14:53:03Z
2014-07-02T11:46:29Z
CONTRIBUTOR
null
fixes #7297 Other rolling window functions rely on the logic in `_check_minp`, and split the iteration into the ranges `[0, minp-1)` and `(minp-1, N)`. Because of the way `rolling_var` handles things, splitting the iteration into `[0, win)` and `(win, N)` makes more sense. Added also some comments as to what is going ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7572/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7572/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7572.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7572", "merged_at": "2014-07-02T11:46:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7572.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7572" }
https://api.github.com/repos/pandas-dev/pandas/issues/7573
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7573/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7573/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7573/events
https://github.com/pandas-dev/pandas/issues/7573
36,552,347
MDU6SXNzdWUzNjU1MjM0Nw==
7,573
DOC: mention syntax for using parameters in read_sql in Notes in docstring
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "5319e7", "default": false, "description": "to_sql, read_sql, rea...
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...
1
2014-06-26T07:33:14Z
2014-09-16T06:14:26Z
2014-09-16T06:14:26Z
MEMBER
null
See http://stackoverflow.com/questions/24408557/pandas-read-sql-with-parameters. Add a note mentioning this is driver-dependent which works, and they have to look at their drivers documentation.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7573/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7573/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7574
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7574/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7574/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7574/events
https://github.com/pandas-dev/pandas/issues/7574
36,575,326
MDU6SXNzdWUzNjU3NTMyNg==
7,574
BUG: Aggregating over an integer on an empty DataFrame removes the index name
{ "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": "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...
2
2014-06-26T13:28:07Z
2014-07-02T16:04:34Z
2014-07-02T16:04:34Z
CONTRIBUTOR
null
Suppose I have this simple DataFrame: ``` python In [91]: df = pd.DataFrame({'ref':[1, 2, 3], 'symbol':['GOOGL', 'IBM', 'MSFT'], 'price':[585.93, 180.72, 42.03]}, columns=['ref', 'symbol', 'price']) In [92]: df Out[92]: ref symbol price 0 1 GOOGL 585.93 1 2 IBM 180.72 2 3 MSFT 42.03 In [93]: ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7574/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7574/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7575
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7575/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7575/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7575/events
https://github.com/pandas-dev/pandas/pull/7575
36,576,867
MDExOlB1bGxSZXF1ZXN0MTc2NDg2MTE=
7,575
Made read_html ignore empty tables
{ "avatar_url": "https://avatars.githubusercontent.com/u/6729036?v=4", "events_url": "https://api.github.com/users/mdmueller/events{/privacy}", "followers_url": "https://api.github.com/users/mdmueller/followers", "following_url": "https://api.github.com/users/mdmueller/following{/other_user}", "gists_url": "h...
[ { "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": "006b75", "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-06-26T13:46:36Z
2014-09-04T01:33:38Z
2014-09-04T01:32:36Z
CONTRIBUTOR
null
This accompanies #7470.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7575/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7575/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7575.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7575", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/7575.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7575" }
https://api.github.com/repos/pandas-dev/pandas/issues/7576
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7576/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7576/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7576/events
https://github.com/pandas-dev/pandas/issues/7576
36,584,115
MDU6SXNzdWUzNjU4NDExNQ==
7,576
BUG: options.column_space doesn't behave at expected
{ "avatar_url": "https://avatars.githubusercontent.com/u/4166648?v=4", "events_url": "https://api.github.com/users/clham/events{/privacy}", "followers_url": "https://api.github.com/users/clham/followers", "following_url": "https://api.github.com/users/clham/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "ededed", "default": false, "description": "__repr__ of pandas objects, to_string", "id": 13101118, "name": "Output-Formatting", "node_id": "MDU6TGFiZWwxMzEwMTExOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting" }, { "color": "5319e...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
3
2014-06-26T15:02:17Z
2021-04-11T04:51:56Z
null
CONTRIBUTOR
null
The `column_space` option doesn't seem to work. ``` In [28]: df=pd.DataFrame(np.array([np.random.randn(6), np.random.randint(1,9,6)*.1, np.zeros(6)]).T, columns=['A', 'B', 'C'], dtype='float') In [29]: pd.set_option('column_space', 12) In [30]: df Out[30]: A B C 0 0.865356...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7576/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7576/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7577
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7577/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7577/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7577/events
https://github.com/pandas-dev/pandas/issues/7577
36,590,131
MDU6SXNzdWUzNjU5MDEzMQ==
7,577
BUG: option date_dayfirst does not function as expected
{ "avatar_url": "https://avatars.githubusercontent.com/u/4166648?v=4", "events_url": "https://api.github.com/users/clham/events{/privacy}", "followers_url": "https://api.github.com/users/clham/followers", "following_url": "https://api.github.com/users/clham/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
null
1
2014-06-26T16:04:45Z
2015-10-20T22:26:11Z
2015-10-20T22:26:11Z
CONTRIBUTOR
null
The option `date_dayfirst` doesn't function as expected. ``` In [24]: df=pd.DataFrame(np.random.randn(5,5), index=pd.date_range('1/15/2000',periods=5, freq='D')) In [25]: pd.set_option('date_dayfirst', True) In [26]: df Out[26]: 0 1 2 3 4 2000-01-15 0.487978 -0.22...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7577/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7577/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7578
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7578/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7578/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7578/events
https://github.com/pandas-dev/pandas/pull/7578
36,603,664
MDExOlB1bGxSZXF1ZXN0MTc2NjU4MzY=
7,578
DOC: closes gh6838. Breakout options.rst from basics.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/4166648?v=4", "events_url": "https://api.github.com/users/clham/events{/privacy}", "followers_url": "https://api.github.com/users/clham/followers", "following_url": "https://api.github.com/users/clham/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-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...
14
2014-06-26T18:54:54Z
2015-01-17T05:24:58Z
2014-07-07T07:08:31Z
CONTRIBUTOR
null
closes #6838. closes #3104 Breakout "options" section for docs, heavily using info already in `basics.rst`. Expands examples, and turns `describe_options` into a table.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7578/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7578/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7578.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7578", "merged_at": "2014-07-07T07:08:31Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7578.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7578" }
https://api.github.com/repos/pandas-dev/pandas/issues/7579
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7579/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7579/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7579/events
https://github.com/pandas-dev/pandas/issues/7579
36,605,752
MDU6SXNzdWUzNjYwNTc1Mg==
7,579
RLS: 0.14.1 - now due July 11, 2014
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
{ "closed_at": "2014-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-26T19:19:44Z
2014-07-11T12:37:37Z
2014-07-11T00:02:26Z
CONTRIBUTOR
null
let's try to clear the queue!
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7579/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7579/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7580
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7580/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7580/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7580/events
https://github.com/pandas-dev/pandas/pull/7580
36,607,174
MDExOlB1bGxSZXF1ZXN0MTc2NjgxMDM=
7,580
BUG/TST: fix tests for groupby nth on Series (GH7559)
{ "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": "729FCF", "default": false, "description": null, "id": 233160, ...
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-26T19:37:22Z
2014-06-30T11:05:59Z
2014-06-30T11:05:58Z
CONTRIBUTOR
null
closes #7559 related #7287 And some improvements when using any/all for nth (still the nth are 10x slower than the cythonized first/last, but that's another issue) ``` ------------------------------------------------------------------------------- Test name | head[ms] | base[ms] | ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7580/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7580/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7580.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7580", "merged_at": "2014-06-30T11:05:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7580.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7580" }
https://api.github.com/repos/pandas-dev/pandas/issues/7581
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7581/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7581/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7581/events
https://github.com/pandas-dev/pandas/pull/7581
36,609,541
MDExOlB1bGxSZXF1ZXN0MTc2Njk0NTk=
7,581
SQL: don't reflect full database GH7396
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "5319e7", "default": false, "description": "to_sql, read_sql, read_sql_query", "id": 47232590, "name": "IO SQL", "node_id": "MDU6TGFiZWw0NzIzMjU5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL" } ]
closed
false
null
[]
{ "closed_at": "2014-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-26T20:01:57Z
2014-07-05T13:49:31Z
2014-07-05T13:49:29Z
MEMBER
null
Closes #7396 For now, let PandasSQLAlchemy not reflect anything by default, and `read_sql_table` provides its own reflected meta. Had to change some of the other functions to get this working. @danielballan @mangecoeur Can someone review? (it feeled a bit messy)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7581/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7581/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7581.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7581", "merged_at": "2014-07-05T13:49:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7581.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7581" }
https://api.github.com/repos/pandas-dev/pandas/issues/7582
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7582/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7582/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7582/events
https://github.com/pandas-dev/pandas/pull/7582
36,612,081
MDExOlB1bGxSZXF1ZXN0MTc2NzEwMzg=
7,582
Ignore comment lines in read_csv parsing
{ "avatar_url": "https://avatars.githubusercontent.com/u/6729036?v=4", "events_url": "https://api.github.com/users/mdmueller/events{/privacy}", "followers_url": "https://api.github.com/users/mdmueller/followers", "following_url": "https://api.github.com/users/mdmueller/following{/other_user}", "gists_url": "h...
[ { "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": "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...
13
2014-06-26T20:32:33Z
2014-08-27T15:01:32Z
2014-06-30T19:26:24Z
CONTRIBUTOR
null
This is the first part of #7470. closes #2685
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7582/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7582/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7582.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7582", "merged_at": "2014-06-30T19:26:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7582.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7582" }
https://api.github.com/repos/pandas-dev/pandas/issues/7583
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7583/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7583/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7583/events
https://github.com/pandas-dev/pandas/issues/7583
36,627,214
MDU6SXNzdWUzNjYyNzIxNA==
7,583
Pandas to_json changing dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/837725?v=4", "events_url": "https://api.github.com/users/ghego/events{/privacy}", "followers_url": "https://api.github.com/users/ghego/followers", "following_url": "https://api.github.com/users/ghego/following{/other_user}", "gists_url": "https://api.gi...
[]
closed
false
null
[]
null
5
2014-06-27T00:30:59Z
2014-06-27T03:45:50Z
2014-06-27T01:24:02Z
NONE
null
I noticed this behavior, not sure it's a bug. I create a dataframe with 2 integer columns and 1 float column ``` python import pandas as pd df = pd.DataFrame([[1,2,0.2],[3,2,0.1]]) df.info() ``` ``` <class 'pandas.core.frame.DataFrame'> Int64Index: 2 entries, 0 to 1 Data columns (total 3 columns): 0 2 non-null int...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7583/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7583/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7584
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7584/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7584/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7584/events
https://github.com/pandas-dev/pandas/issues/7584
36,635,521
MDU6SXNzdWUzNjYzNTUyMQ==
7,584
ENH: Allow unique() on disk for HDF file
{ "avatar_url": "https://avatars.githubusercontent.com/u/69774?v=4", "events_url": "https://api.github.com/users/michaelaye/events{/privacy}", "followers_url": "https://api.github.com/users/michaelaye/followers", "following_url": "https://api.github.com/users/michaelaye/following{/other_user}", "gists_url": "...
[ { "color": "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...
9
2014-06-27T04:38:21Z
2018-07-06T22:43:18Z
2018-07-06T22:43:14Z
CONTRIBUTOR
null
Is it possible to get the unique values from a chosen column from a HDF file? That would be great feature to have this happening on disk.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7584/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7584/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7585
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7585/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7585/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7585/events
https://github.com/pandas-dev/pandas/issues/7585
36,638,675
MDU6SXNzdWUzNjYzODY3NQ==
7,585
Chained assignment yields unexpected result with timedelta64 values (np v1.8, pd v0.13.1)
{ "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...
[]
closed
false
null
[]
null
4
2014-06-27T06:17:46Z
2014-06-27T18:36:29Z
2014-06-27T10:15:29Z
CONTRIBUTOR
null
It seems to be possible to create a broken object by assigning to a slice of a column of dtype `timedelta64`. In this object, there seem to be two separate copies of a column, one of which is obtained when that column is selected _by name_ and the other of which is visible to all of the `DataFrame`'s other methods. `...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7585/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7585/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7586
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7586/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7586/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7586/events
https://github.com/pandas-dev/pandas/issues/7586
36,657,071
MDU6SXNzdWUzNjY1NzA3MQ==
7,586
BUG: assignment in Float64Index
{ "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...
8
2014-06-27T11:49:38Z
2016-10-12T23:04:58Z
2014-06-27T19:35:09Z
CONTRIBUTOR
null
http://stackoverflow.com/questions/24446500/pandas-valueerror-when-assigning-dataframe-entries-using-index-due-to-a-change ``` In [2]: A = pd.DataFrame(np.random.rand(10,4), index=np.random.rand(10)) In [3]: A.loc[A.index] = A.loc[A.index] ValueError: The truth value of an array with more than one element is ambiguou...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7586/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7586/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7587
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7587/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7587/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7587/events
https://github.com/pandas-dev/pandas/pull/7587
36,663,391
MDExOlB1bGxSZXF1ZXN0MTc3MDI1NjE=
7,587
BUG: bug in float64index assignment with a non scalar indexer
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_u...
{ "closed_at": "2014-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-27T13:30:21Z
2014-06-27T19:35:10Z
2014-06-27T19:35:09Z
MEMBER
null
closes #7586
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7587/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7587/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7587.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7587", "merged_at": "2014-06-27T19:35:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7587.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7587" }
https://api.github.com/repos/pandas-dev/pandas/issues/7588
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7588/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7588/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7588/events
https://github.com/pandas-dev/pandas/issues/7588
36,665,461
MDU6SXNzdWUzNjY2NTQ2MQ==
7,588
Add Akima Interpolation to Pandas
{ "avatar_url": "https://avatars.githubusercontent.com/u/6409820?v=4", "events_url": "https://api.github.com/users/dershow/events{/privacy}", "followers_url": "https://api.github.com/users/dershow/followers", "following_url": "https://api.github.com/users/dershow/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": "d7e102", "default": false, "description": "np.nan, ...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "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-27T13:53:37Z
2018-06-01T15:20:41Z
2016-04-11T15:03:57Z
NONE
null
Currently Akima is not a valid interpolation method in Pandas. However scipy does have Akima1Dinterpolator. As Pandas uses SciPy for doing interpolation, adding the Akima method to pandas should be easy.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7588/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7588/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7589
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7589/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7589/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7589/events
https://github.com/pandas-dev/pandas/issues/7589
36,667,985
MDU6SXNzdWUzNjY2Nzk4NQ==
7,589
read_csv in Pandas 0.14 loads NaNs when namedtuple is used for column names
{ "avatar_url": "https://avatars.githubusercontent.com/u/460756?v=4", "events_url": "https://api.github.com/users/JackKelly/events{/privacy}", "followers_url": "https://api.github.com/users/JackKelly/followers", "following_url": "https://api.github.com/users/JackKelly/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": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
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...
8
2014-06-27T14:20:31Z
2018-07-25T12:05:57Z
2018-07-25T12:05:56Z
CONTRIBUTOR
null
Using a `namedtuple` as a column name for `read_csv` in Pandas 0.14 results `NaNs` being loaded. Here is a simple demonstration of the problem (this code works in Pandas 0.13.1): ``` python import pandas as pd from collections import namedtuple from StringIO import StringIO TestTuple = namedtuple('test', ['a']) CSV...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7589/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7589/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7590
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7590/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7590/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7590/events
https://github.com/pandas-dev/pandas/issues/7590
36,672,814
MDU6SXNzdWUzNjY3MjgxNA==
7,590
Pandas 14.0 Dataframe Clears sys.exc_info() When pprinted
{ "avatar_url": "https://avatars.githubusercontent.com/u/3915058?v=4", "events_url": "https://api.github.com/users/keeganmccallum/events{/privacy}", "followers_url": "https://api.github.com/users/keeganmccallum/followers", "following_url": "https://api.github.com/users/keeganmccallum/following{/other_user}", ...
[]
closed
false
null
[]
null
9
2014-06-27T15:03:38Z
2015-10-20T22:26:37Z
2015-10-20T22:26:37Z
NONE
null
I am running into an issue with error handing in my current project after upgrading to pandas 14.0. The issue is that when I use pprint to render the dataframe as part of the traceback message, it for some reason silently clobbers the sys.exc_info(), which makes it impossible to re-raise the error after my processing u...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7590/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7590/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7591
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7591/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7591/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7591/events
https://github.com/pandas-dev/pandas/pull/7591
36,691,650
MDExOlB1bGxSZXF1ZXN0MTc3MTc5MDI=
7,591
ENH: read_{csv,table} look for index columns in row after header with C engine
{ "avatar_url": "https://avatars.githubusercontent.com/u/319411?v=4", "events_url": "https://api.github.com/users/mcwitt/events{/privacy}", "followers_url": "https://api.github.com/users/mcwitt/followers", "following_url": "https://api.github.com/users/mcwitt/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": "5319e7", "default": false, "description": "read_csv, to_csv", "...
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-27T18:25:31Z
2014-06-30T21:05:10Z
2014-06-30T19:26:49Z
CONTRIBUTOR
null
Closes #6893. Currently the Python parser can read data with the index columns specified on the first line after the header, e.g. ``` python In [3]: pd.__version__ Out[3]: '0.14.0-271-gf8b101c' In [4]: text = """ A B C D E one two three four a b 10.0032 5 -0.510...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7591/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7591/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7591.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7591", "merged_at": "2014-06-30T19:26:49Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7591.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7591" }
https://api.github.com/repos/pandas-dev/pandas/issues/7592
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7592/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7592/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7592/events
https://github.com/pandas-dev/pandas/issues/7592
36,692,185
MDU6SXNzdWUzNjY5MjE4NQ==
7,592
Assigning timedelta64 to new column casts to float instead of filling missing values with NaT
{ "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": "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...
4
2014-06-27T18:31:42Z
2014-06-27T20:44:54Z
2014-06-27T20:44:03Z
CONTRIBUTOR
null
When assigning a `timedelta64` array to a subset of a new column of a `DataFrame`, missing data is not filled with `NaT` as expected; rather, the new column is cast to `float64` and `NaN` is used instead. This cast does not usually occur when all values are present, _except_ when there are already `float64` columns bu...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7592/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7592/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7593
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7593/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7593/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7593/events
https://github.com/pandas-dev/pandas/pull/7593
36,698,460
MDExOlB1bGxSZXF1ZXN0MTc3MjI0NDk=
7,593
BUG: Bug in timedelta inference when assigning an incomplete Series (GH7592)
{ "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": "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-27T19:52:29Z
2014-06-27T20:44:03Z
2014-06-27T20:44:03Z
CONTRIBUTOR
null
closes #7592
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7593/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7593/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7593.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7593", "merged_at": "2014-06-27T20:44:03Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7593.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7593" }
https://api.github.com/repos/pandas-dev/pandas/issues/7594
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7594/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7594/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7594/events
https://github.com/pandas-dev/pandas/issues/7594
36,704,696
MDU6SXNzdWUzNjcwNDY5Ng==
7,594
Timezone-aware times are inconsistent using object or datetime64
{ "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": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": "2014-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-06-27T21:18:31Z
2014-06-28T02:09:17Z
2014-06-28T01:38:16Z
CONTRIBUTOR
null
I just upgraded to 0.14 and am seeing an inconsistent behavior when converting datetimes to objects. This used to be consistent in 0.12.1 and now it loses timezone information when converting to datetime64. Is this expected? ``` import pytz import datetime from pandas import DataFrame tz = pytz.timezone('US/Eastern'...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7594/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7594/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7595
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7595/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7595/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7595/events
https://github.com/pandas-dev/pandas/pull/7595
36,714,803
MDExOlB1bGxSZXF1ZXN0MTc3MzMyNDE=
7,595
TST: tests for GH7594, ensure conversion on tz-aware datetimes in the constuctors
{ "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...
0
2014-06-28T01:09:23Z
2014-06-28T01:38:17Z
2014-06-28T01:38:16Z
CONTRIBUTOR
null
closes #7594
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7595/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7595/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7595.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7595", "merged_at": "2014-06-28T01:38:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7595.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7595" }
https://api.github.com/repos/pandas-dev/pandas/issues/7596
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7596/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7596/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7596/events
https://github.com/pandas-dev/pandas/issues/7596
36,715,334
MDU6SXNzdWUzNjcxNTMzNA==
7,596
TST: get_options_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" }, { "color": "e4a5f1", "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...
2
2014-06-28T01:37:50Z
2014-06-28T13:59:16Z
2014-06-28T13:59:16Z
CONTRIBUTOR
null
https://travis-ci.org/jreback/pandas/jobs/28639538 cc @dstephens99 @cpcloud odd.?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7596/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7596/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/7597
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7597/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7597/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7597/events
https://github.com/pandas-dev/pandas/pull/7597
36,715,446
MDExOlB1bGxSZXF1ZXN0MTc3MzM2MDQ=
7,597
COMPAT: comparisons vs numpy nat not working on windows
{ "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": "fbca04", "default": false, "description": "Windows 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...
0
2014-06-28T01:44:01Z
2014-07-22T18:40:54Z
2014-06-28T02:24: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/7597/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7597/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7597.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7597", "merged_at": "2014-06-28T02:24:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7597.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7597" }
https://api.github.com/repos/pandas-dev/pandas/issues/7598
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7598/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7598/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7598/events
https://github.com/pandas-dev/pandas/pull/7598
36,716,234
MDExOlB1bGxSZXF1ZXN0MTc3MzQwMDY=
7,598
TST: Change nose.SkipTest to raise nose.SkipTest for 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": "e4a5f1", "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...
1
2014-06-28T02:34:17Z
2014-06-28T13:59:21Z
2014-06-28T13:59:16Z
CONTRIBUTOR
null
Fixes #7596
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7598/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7598/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7598.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7598", "merged_at": "2014-06-28T13:59:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7598.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7598" }
https://api.github.com/repos/pandas-dev/pandas/issues/7599
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7599/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7599/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7599/events
https://github.com/pandas-dev/pandas/pull/7599
36,723,810
MDExOlB1bGxSZXF1ZXN0MTc3MzcyNzk=
7,599
API/BUG: Make consistent datetime string parse function
{ "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": "06909A", "default": false, "description": "IO issues...
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...
42
2014-06-28T11:48:04Z
2015-07-20T03:46:52Z
2015-07-14T15:52:23Z
MEMBER
null
### Original Description Allows `DatetimeIndex.__init__` to accept `NaT` string representation. ### Updated Description The original problem is caused by the inconsistencies in parsing function. Make following results to be consistent. ``` date_str = '2011Q3' pd.tseries.tools.parse_time_string(date_str)[0] #2011-07-...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7599/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7599/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7599.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7599", "merged_at": "2015-07-14T15:52:23Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7599.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7599" }
https://api.github.com/repos/pandas-dev/pandas/issues/7600
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/7600/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/7600/comments
https://api.github.com/repos/pandas-dev/pandas/issues/7600/events
https://github.com/pandas-dev/pandas/pull/7600
36,723,909
MDExOlB1bGxSZXF1ZXN0MTc3MzczMzk=
7,600
BUG: GroupBy.size created by TimeGrouper raises AttributeError
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": "2014-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-28T11:56:31Z
2014-07-05T04:47:11Z
2014-06-30T12:33:49Z
MEMBER
null
Related to #7453 2nd issue: - `GroupBy.size` created by `TimeGrouper` raises `AttributeError`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/7600/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/7600/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/7600.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/7600", "merged_at": "2014-06-30T12:33:49Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/7600.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/7600" }