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/14008 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14008/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14008/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14008/events | https://github.com/pandas-dev/pandas/issues/14008 | 171,310,138 | MDU6SXNzdWUxNzEzMTAxMzg= | 14,008 | BUG: PeriodIndexGrouper fails with Grouper selection | {
"avatar_url": "https://avatars.githubusercontent.com/u/1924092?v=4",
"events_url": "https://api.github.com/users/chris-b1/events{/privacy}",
"followers_url": "https://api.github.com/users/chris-b1/followers",
"following_url": "https://api.github.com/users/chris-b1/following{/other_user}",
"gists_url": "http... | [
{
"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": "eb6420",
"default": false,
"description": "Period d... | 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",
... | 2 | 2016-08-16T02:42:01Z | 2021-05-01T23:16:39Z | null | CONTRIBUTOR | null | xref #13961
```
In [3]: df = pd.DataFrame({'date': pd.period_range('2015-01-01', freq='D', periods=5),
...: 'a': np.arange(5)},
...: index=pd.MultiIndex.from_arrays([
...: [1,2,3,4,5],
...: pd.period_range('2015-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/14008/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14008/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14009 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14009/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14009/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14009/events | https://github.com/pandas-dev/pandas/issues/14009 | 171,386,005 | MDU6SXNzdWUxNzEzODYwMDU= | 14,009 | 'items' can not be the column name of a DataFrame? | {
"avatar_url": "https://avatars.githubusercontent.com/u/1535530?v=4",
"events_url": "https://api.github.com/users/frusciante/events{/privacy}",
"followers_url": "https://api.github.com/users/frusciante/followers",
"following_url": "https://api.github.com/users/frusciante/following{/other_user}",
"gists_url":... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | 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 | 2016-08-16T11:31:25Z | 2016-08-16T13:19:04Z | 2016-08-16T13:19:00Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```
df = pd.DataFrame({'items':[1,2,3], 'test': [2,3,4]})
df.items
```
#### Expected Output
```
0 1
1 2
2 3
Name: items, dtype: int64
```
#### Given Output
`AttributeError: 'DataFrame' object has no attribute 'items'`
#### output of `pd.show_versions()`
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14009/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14009/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14010 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14010/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14010/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14010/events | https://github.com/pandas-dev/pandas/pull/14010 | 171,417,376 | MDExOlB1bGxSZXF1ZXN0ODE0NzYxMzI= | 14,010 | TST: add comprehensive coercion tests | {
"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": "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 | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2016-08-16T13:57:56Z | 2016-08-17T10:33:41Z | 2016-08-17T10:33:24Z | MEMBER | null | - [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
1st attempt to make dtype related tests more comprehensive.
Validate whether tests classes have test methods covering dtype and Series/Index. Some of them are empty yet, going to add it gradually.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14010/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14010/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14010.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14010",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14010.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14010"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14011 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14011/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14011/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14011/events | https://github.com/pandas-dev/pandas/issues/14011 | 171,462,081 | MDU6SXNzdWUxNzE0NjIwODE= | 14,011 | DataFrame with one column, which is categorical: single rows convert to scalars | {
"avatar_url": "https://avatars.githubusercontent.com/u/57271?v=4",
"events_url": "https://api.github.com/users/ChickenProp/events{/privacy}",
"followers_url": "https://api.github.com/users/ChickenProp/followers",
"following_url": "https://api.github.com/users/ChickenProp/following{/other_user}",
"gists_url"... | [
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "cdea3c",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2016-08-16T16:41:16Z | 2019-11-10T19:11:28Z | 2019-11-10T19:11:28Z | NONE | null | #### Code Sample, a copy-pastable example if possible
``` python
In [2]: pd.DataFrame({'x': pd.Categorical('a b c d e'.split())}).iloc[0]
Out[2]: 'a'
```
#### Expected Output
I think this should be a Series with one element:
``` python
0 a
dtype: category
Categories (5, object): [a, b, c, d, e]
```
by analogy wi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14011/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14011/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14012 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14012/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14012/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14012/events | https://github.com/pandas-dev/pandas/issues/14012 | 171,473,817 | MDU6SXNzdWUxNzE0NzM4MTc= | 14,012 | read_csv treats \x00 as EOL instead of null value | {
"avatar_url": "https://avatars.githubusercontent.com/u/89573?v=4",
"events_url": "https://api.github.com/users/spillz/events{/privacy}",
"followers_url": "https://api.github.com/users/spillz/followers",
"following_url": "https://api.github.com/users/spillz/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": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2016-08-16T17:35:10Z | 2016-08-17T10:26:54Z | 2016-08-17T10:26:53Z | NONE | null | Not sure if this is a bug, but it took me a long time to figure out what was going on in a much bigger datafile than the sample one below.
#### Code Sample, a copy-pastable example if possible
import pandas
import StringIO
data='''var1,var2,var3
1,2,0
2,\x00,0
3,4,0
4,5,0
'''
print pandas.read_csv(StringIO.StringIO... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14012/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14012/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14013 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14013/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14013/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14013/events | https://github.com/pandas-dev/pandas/issues/14013 | 171,489,750 | MDU6SXNzdWUxNzE0ODk3NTA= | 14,013 | Rolling groupby should not maintain the by column in the resulting DataFrame | {
"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": "2018-05-16T03:09:58Z",
"closed_issues": 1645,
"created_at": "2017-10-20T10:17:09Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 10 | 2016-08-16T18:50:15Z | 2020-02-20T14:14:13Z | 2018-05-09T10:24:38Z | CONTRIBUTOR | null | I found another oddity while digging through #13966.
Begin with the initial DataFrame in that issue:
```
df = pd.DataFrame({'A': [1] * 20 + [2] * 12 + [3] * 8,
'B': np.arange(40)})
```
Save the grouping:
```
In [215]: g = df.groupby('A')
```
Compute the rolling sum:
```
In [216]: r = g.rolling(... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14013/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14013/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14014 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14014/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14014/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14014/events | https://github.com/pandas-dev/pandas/issues/14014 | 171,501,126 | MDU6SXNzdWUxNzE1MDExMjY= | 14,014 | .groupby() .value_counts() incompatible with .reset_index() in 0.18.1 | {
"avatar_url": "https://avatars.githubusercontent.com/u/13989647?v=4",
"events_url": "https://api.github.com/users/dcroote/events{/privacy}",
"followers_url": "https://api.github.com/users/dcroote/followers",
"following_url": "https://api.github.com/users/dcroote/following{/other_user}",
"gists_url": "https:... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 2 | 2016-08-16T19:46:37Z | 2016-08-16T20:43:04Z | 2016-08-16T20:43:03Z | NONE | null | #### Code Sample
``` python
df = pd.DataFrame([[0,1],[0,1],[0,2],[1,1]], columns=['a','b'])
df
a b
0 0 1
1 0 1
2 0 2
3 1 1
df.groupby('a').b.value_counts().reset_index()
ValueError: cannot insert b, already exists
```
#### Expected Output
In version 0.18.0, the output was:
``` python
a b 0
0 0 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/14014/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14014/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14015 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14015/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14015/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14015/events | https://github.com/pandas-dev/pandas/issues/14015 | 171,526,646 | MDU6SXNzdWUxNzE1MjY2NDY= | 14,015 | BUG: multi-indexing sorting on axis=1 on >0 levels | {
"avatar_url": "https://avatars.githubusercontent.com/u/21068567?v=4",
"events_url": "https://api.github.com/users/WindJunkie/events{/privacy}",
"followers_url": "https://api.github.com/users/WindJunkie/followers",
"following_url": "https://api.github.com/users/WindJunkie/following{/other_user}",
"gists_url"... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2017-05-06T10:20:19Z",
"closed_issues": 987,
"created_at": "2016-02-08T15:30:21Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 12 | 2016-08-16T21:50:27Z | 2017-04-07T15:18:25Z | 2017-04-07T15:18:24Z | NONE | null | In a DataFrame with MultiIndex, sorting on the level with date values does not do anything (order remains unchanged). This happens for both row and column indexes. In my case I am starting with a string index, converting that to datetime index, have not tried with datetime values at the start.
#### Code Sample, a copy-... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14015/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14015/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14016 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14016/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14016/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14016/events | https://github.com/pandas-dev/pandas/issues/14016 | 171,537,794 | MDU6SXNzdWUxNzE1Mzc3OTQ= | 14,016 | BUG: concat with categorical keys doesn't preserve categorical dtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/9507544?v=4",
"events_url": "https://api.github.com/users/pijucha/events{/privacy}",
"followers_url": "https://api.github.com/users/pijucha/followers",
"following_url": "https://api.github.com/users/pijucha/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | 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",
... | 1 | 2016-08-16T23:00:03Z | 2019-10-21T19:52:16Z | null | CONTRIBUTOR | null | This is a follow-up issue to #13854.
#### Code Sample, a copy-pastable example if possible
``` python
cidx = pd.CategoricalIndex(['y', 'x'], categories=list("xyz"), ordered=True)
df = pd.DataFrame([[10, 11, 12]])
pd.concat([df, df], keys=cidx).index.levels[0]
Out[32]: Index(['y', 'x'], dtype='object')
```
#### Expect... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14016/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14016/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14017 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14017/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14017/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14017/events | https://github.com/pandas-dev/pandas/issues/14017 | 171,542,622 | MDU6SXNzdWUxNzE1NDI2MjI= | 14,017 | BUG: Inconsistency in make_axis_dummies (and/or Panel.to_frame()) with categorical index level | {
"avatar_url": "https://avatars.githubusercontent.com/u/9507544?v=4",
"events_url": "https://api.github.com/users/pijucha/events{/privacy}",
"followers_url": "https://api.github.com/users/pijucha/followers",
"following_url": "https://api.github.com/users/pijucha/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "e11d21",
"de... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 3 | 2016-08-16T23:37:04Z | 2019-10-14T00:39:14Z | 2019-10-14T00:39:13Z | CONTRIBUTOR | null | `make_axis_dummies` has some problems with an axis containing a `CategoricalIndex` with extra categories.
#### Code Sample, a copy-pastable example if possible
``` python
# category `z` is not used
cidx = pd.CategoricalIndex(list("xy"), categories=list("xyz"))
df = pd.DataFrame([[10, 11]], columns=cidx)
ldf = pd.Panel... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14017/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14017/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14018 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14018/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14018/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14018/events | https://github.com/pandas-dev/pandas/issues/14018 | 171,545,350 | MDU6SXNzdWUxNzE1NDUzNTA= | 14,018 | BUG: unstack doesn't preserve categorical dtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/9507544?v=4",
"events_url": "https://api.github.com/users/pijucha/events{/privacy}",
"followers_url": "https://api.github.com/users/pijucha/followers",
"following_url": "https://api.github.com/users/pijucha/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "0e8a16",
"de... | 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... | 10 | 2016-08-16T23:57:54Z | 2021-05-17T15:17:30Z | 2021-05-17T15:17:30Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
``` python
idx = pd.MultiIndex.from_product([['A'], [0, 1]])
df = pd.DataFrame({'cat': pd.Categorical(['a', 'b'])}, index=idx)
df
Out[19]:
cat
A 0 a
1 b
df.unstack()
Out[21]:
cat
0 1
A a b
```
Categorical dtype is lost:
``` python
df.uns... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14018/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14018/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14019 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14019/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14019/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14019/events | https://github.com/pandas-dev/pandas/pull/14019 | 171,570,854 | MDExOlB1bGxSZXF1ZXN0ODE1ODE4NTE= | 14,019 | BUG: Parse NULL char as null value | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/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": "read_csv, to_csv",
"... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2016-08-17T04:15:09Z | 2016-08-17T10:27:04Z | 2016-08-17T10:26:54Z | MEMBER | null | Fixes bug in C parser in which the `NULL` character (`'\x00'`) was being interpreted as a true line terminator, escape character, or comment character because it was used to indicate that a user had not specified these values. As a result, if the data contains this value, it was being incorrectly parsed. It should be 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/14019/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14019/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14019.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14019",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14019.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14019"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14020 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14020/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14020/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14020/events | https://github.com/pandas-dev/pandas/issues/14020 | 171,654,083 | MDU6SXNzdWUxNzE2NTQwODM= | 14,020 | gbq.py: silently downcasting INTEGER columns to FLOAT is problematic | {
"avatar_url": "https://avatars.githubusercontent.com/u/124129?v=4",
"events_url": "https://api.github.com/users/aschmolck/events{/privacy}",
"followers_url": "https://api.github.com/users/aschmolck/followers",
"following_url": "https://api.github.com/users/aschmolck/following{/other_user}",
"gists_url": "ht... | [
{
"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 | [] | {
"closed_at": "2017-05-06T10:20:19Z",
"closed_issues": 987,
"created_at": "2016-02-08T15:30:21Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2016-08-17T13:14:35Z | 2017-02-09T17:11:31Z | 2017-02-09T17:11:31Z | NONE | null | In many cases INTEGER columns in bigquery are used to store IDs. Such IDs are then likely to be silently corrupted on conversion to dataframe. There seems no good way around this, even if it's clear a priori that the query result will only return non-null INTEGER columns.
I understand the motivation (the ability to r... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14020/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14020/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14021 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14021/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14021/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14021/events | https://github.com/pandas-dev/pandas/issues/14021 | 171,664,159 | MDU6SXNzdWUxNzE2NjQxNTk= | 14,021 | Better error message when fillna is used with NaN with category dtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/2741256?v=4",
"events_url": "https://api.github.com/users/hnykda/events{/privacy}",
"followers_url": "https://api.github.com/users/hnykda/followers",
"following_url": "https://api.github.com/users/hnykda/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": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, d... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2016-08-17T13:56:40Z | 2016-08-26T20:50:24Z | 2016-08-26T20:50:24Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```
import numpy as np
tst = pd.DataFrame({'a':[1,2,1,np.nan],'b':[np.nan, np.nan, np.nan, np.nan]}, dtype='category')
tst.fillna(value=tst.median()) # here second column median is evaluated to np.nan
```
and the result is:
```
----------------------------------... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14021/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14021/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14022 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14022/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14022/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14022/events | https://github.com/pandas-dev/pandas/issues/14022 | 171,675,171 | MDU6SXNzdWUxNzE2NzUxNzE= | 14,022 | wrong addition between Series of type datetime64 and timedelta when tz is set and different from UTC | {
"avatar_url": "https://avatars.githubusercontent.com/u/1304950?v=4",
"events_url": "https://api.github.com/users/sdementen/events{/privacy}",
"followers_url": "https://api.github.com/users/sdementen/followers",
"following_url": "https://api.github.com/users/sdementen/following{/other_user}",
"gists_url": "h... | [
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
},
{
"color": "006b75",
... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 2 | 2016-08-17T14:39:35Z | 2016-08-18T06:55:11Z | 2016-08-17T18:55:23Z | CONTRIBUTOR | null | It seems there is an issue when adding a timedelta to a Series of type datetime64[ns, some tz]. There seems to be an issue with the offset/DST.
#### Code Sample, a copy-pastable example if possible
```
import pandas
sr = pandas.Series(pandas.DatetimeIndex(["2016-11-03 16:00:00+01:00", "2016-10-25 17:00:00+02:00"]).tz... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14022/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14022/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14023 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14023/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14023/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14023/events | https://github.com/pandas-dev/pandas/issues/14023 | 171,725,517 | MDU6SXNzdWUxNzE3MjU1MTc= | 14,023 | Feature request: Save Jupyter rendering of pd.DataFrame as a .png or .pdf | {
"avatar_url": "https://avatars.githubusercontent.com/u/9061708?v=4",
"events_url": "https://api.github.com/users/jolespin/events{/privacy}",
"followers_url": "https://api.github.com/users/jolespin/followers",
"following_url": "https://api.github.com/users/jolespin/following{/other_user}",
"gists_url": "http... | [
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 5 | 2016-08-17T18:18:22Z | 2019-05-20T00:27:59Z | 2016-08-17T21:26:57Z | NONE | null | I've been screenshotting the dataframes from Jupyter in my notes but it would be really cool if you could save the actual renderings. I looked it up and I think this guy figured out how to do it http://stackoverflow.com/questions/19726663/how-to-save-the-pandas-dataframe-series-data-as-a-figure
Feature request:
DF... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14023/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14023/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14024 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14024/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14024/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14024/events | https://github.com/pandas-dev/pandas/issues/14024 | 171,749,128 | MDU6SXNzdWUxNzE3NDkxMjg= | 14,024 | BUG: Truncated "Y" conversion with to_timedelta | {
"avatar_url": "https://avatars.githubusercontent.com/u/3869734?v=4",
"events_url": "https://api.github.com/users/agartland/events{/privacy}",
"followers_url": "https://api.github.com/users/agartland/followers",
"following_url": "https://api.github.com/users/agartland/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": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,... | 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... | 10 | 2016-08-17T20:11:46Z | 2017-05-12T16:25:19Z | 2017-05-12T16:25:18Z | CONTRIBUTOR | null | When converting a fractional year to a `Timedelta` object the float is truncated:
```
print pd.to_timedelta(1., unit='Y')
365 days 05:49:12
print pd.to_timedelta(1.5, unit='Y')
365 days 05:49:12
print pd.to_timedelta(0.5, unit='Y')
0 days 00:00:00
print pd.to_timedelta(0.9, unit='Y')
0 days 00:00:00
```
Using a fl... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14024/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14024/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14025 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14025/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14025/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14025/events | https://github.com/pandas-dev/pandas/pull/14025 | 171,793,239 | MDExOlB1bGxSZXF1ZXN0ODE3NDEwNTM= | 14,025 | TST: Fix test_coercion for period dtype | {
"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": "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": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2016-08-18T00:46:19Z | 2016-08-18T10:00:32Z | 2016-08-18T10:00:32Z | MEMBER | null | - [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
fix test to meet period dtype #13941.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14025/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14025/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14025.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14025",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14025.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14025"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14026 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14026/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14026/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14026/events | https://github.com/pandas-dev/pandas/pull/14026 | 171,799,946 | MDExOlB1bGxSZXF1ZXN0ODE3NDUwMDU= | 14,026 | ENH: Add groupby().ngroup() method to count groups (#11642) | {
"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": "729FCF",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "2017-06-07T21:25:14Z",
"closed_issues": 117,
"created_at": "2017-05-05T11:47:57Z",
"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... | 22 | 2016-08-18T01:44:22Z | 2017-06-04T17:02:55Z | 2017-06-01T22:12:15Z | CONTRIBUTOR | null | This basically adds a method to give access to the coding returned by `grouper.group_info[0]`, i.e. the number of the group that each row is in. This is a natural parallel to cumcount(), and while it's not the world's most important feature it's come in handy for me from time to time and deserves a public method, IMHO... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14026/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14026/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14026.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14026",
"merged_at": "2017-06-01T22:12:15Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14026.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14026"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14027 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14027/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14027/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14027/events | https://github.com/pandas-dev/pandas/pull/14027 | 171,807,033 | MDExOlB1bGxSZXF1ZXN0ODE3NDk3MzA= | 14,027 | BUG: Categoricals shouldn't allow non-strings when object dtype is passed (#13919) | {
"avatar_url": "https://avatars.githubusercontent.com/u/13247590?v=4",
"events_url": "https://api.github.com/users/wcwagner/events{/privacy}",
"followers_url": "https://api.github.com/users/wcwagner/followers",
"following_url": "https://api.github.com/users/wcwagner/following{/other_user}",
"gists_url": "htt... | [
{
"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": "ffa... | closed | false | null | [] | null | 0 | 2016-08-18T02:55:24Z | 2016-08-19T12:41:42Z | 2016-08-18T03:27:20Z | CONTRIBUTOR | null | - [ ] closes #13919
- [ ] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
**Why this change is needed:** Categorical variables are by definition single types, so to allow them to take on various different kinds of values is misleading. Object dtypes should only be allo... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14027/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14027/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14027.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14027",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14027.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14027"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14028 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14028/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14028/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14028/events | https://github.com/pandas-dev/pandas/pull/14028 | 171,812,048 | MDExOlB1bGxSZXF1ZXN0ODE3NTMxNDE= | 14,028 | BUG: read_fwf inference should respect skiprows (#11256) | {
"avatar_url": "https://avatars.githubusercontent.com/u/980054?v=4",
"events_url": "https://api.github.com/users/dsm054/events{/privacy}",
"followers_url": "https://api.github.com/users/dsm054/followers",
"following_url": "https://api.github.com/users/dsm054/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
},
{
"color": "5319e7",
"default": false,
"description": "r... | closed | false | null | [] | {
"closed_at": "2017-05-06T10:20:19Z",
"closed_issues": 987,
"created_at": "2016-02-08T15:30:21Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 6 | 2016-08-18T03:47:55Z | 2017-01-10T13:19:30Z | 2017-01-10T13:18:21Z | CONTRIBUTOR | null | Fix the fact that we don't skip the rows when inferring colspecs by passing skiprows down the chain until it's needed.
- [X] closes #11256
- [X] 3 tests added / passed
- [X] passes `git diff upstream/master | flake8 --diff`
- [X] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14028/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14028/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14028.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14028",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14028.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14028"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14029 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14029/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14029/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14029/events | https://github.com/pandas-dev/pandas/issues/14029 | 171,828,155 | MDU6SXNzdWUxNzE4MjgxNTU= | 14,029 | proposal: new sorting order for columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/4782857?v=4",
"events_url": "https://api.github.com/users/SamuraiT/events{/privacy}",
"followers_url": "https://api.github.com/users/SamuraiT/followers",
"following_url": "https://api.github.com/users/SamuraiT/following{/other_user}",
"gists_url": "http... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "0052cc",
"de... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 3 | 2016-08-18T06:38:00Z | 2016-08-19T02:07:49Z | 2016-08-18T10:04:45Z | NONE | null | when I want to sort one of the columns with a specific order, there is the only way to do this right now. example, we have this dataframe
``` python
import pandas as pd
df = pd.DataFrame({'good': [10], 'excellent': [20], 'bad': [10]})
df.head()
bad excellent good
0 10 20 10
```
and If I want to sort... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14029/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14029/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14030 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14030/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14030/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14030/events | https://github.com/pandas-dev/pandas/pull/14030 | 171,841,065 | MDExOlB1bGxSZXF1ZXN0ODE3NzI3MTQ= | 14,030 | DOC: update docs for read_csv().na_values and keep_default_na | {
"avatar_url": "https://avatars.githubusercontent.com/u/8815664?v=4",
"events_url": "https://api.github.com/users/OXPHOS/events{/privacy}",
"followers_url": "https://api.github.com/users/OXPHOS/followers",
"following_url": "https://api.github.com/users/OXPHOS/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"
},
{
"color": "bfe5bf",
"default": false,
"description": "read_excel, to_excel"... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 9 | 2016-08-18T08:05:13Z | 2016-08-22T05:56:42Z | 2016-08-20T13:25:01Z | CONTRIBUTOR | null | - [x] closes #13967
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14030/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14030/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14030.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14030",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14030.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14030"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14031 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14031/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14031/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14031/events | https://github.com/pandas-dev/pandas/pull/14031 | 171,841,164 | MDExOlB1bGxSZXF1ZXN0ODE3NzI3ODI= | 14,031 | Require a problem description in PRs | {
"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... | [] | closed | false | null | [] | null | 12 | 2016-08-18T08:05:49Z | 2016-11-25T14:40:49Z | 2016-11-25T14:40:49Z | CONTRIBUTOR | null | A lot of time I can't find out why a change in a commit was made because it either has no proper commit message or the commit message just says what was changed, but not why.
Add text to the PR template to require such a problem description, so that one can comprehend why a change was made even years later.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14031/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14031/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14031.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14031",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14031.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14031"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14032 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14032/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14032/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14032/events | https://github.com/pandas-dev/pandas/pull/14032 | 171,843,616 | MDExOlB1bGxSZXF1ZXN0ODE3NzQ0ODM= | 14,032 | Require a problem description in issues | {
"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... | [] | closed | false | null | [] | {
"closed_at": "2017-05-06T10:20:19Z",
"closed_issues": 987,
"created_at": "2016-02-08T15:30:21Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 6 | 2016-08-18T08:19:38Z | 2016-12-14T16:45:20Z | 2016-11-18T22:54:23Z | CONTRIBUTOR | null | Currently some issues are just code examples without a description **why** a change should be done. This leads to problems when (years later) the current behaviour is questioned and no one can remember why it was changed.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 1,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14032/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14032/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14032.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14032",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14032.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14032"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14033 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14033/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14033/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14033/events | https://github.com/pandas-dev/pandas/issues/14033 | 171,857,674 | MDU6SXNzdWUxNzE4NTc2NzQ= | 14,033 | BUG: Outer join on multiple date time columns results in nan keys | {
"avatar_url": "https://avatars.githubusercontent.com/u/21100302?v=4",
"events_url": "https://api.github.com/users/nosniborj/events{/privacy}",
"followers_url": "https://api.github.com/users/nosniborj/followers",
"following_url": "https://api.github.com/users/nosniborj/following{/other_user}",
"gists_url": "... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "0052cc",
"de... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 5 | 2016-08-18T09:31:23Z | 2016-08-18T11:38:20Z | 2016-08-18T10:33:13Z | NONE | null | I have tried to reduce this problem as small as possible, two data frames attached each with 291 rows.
[pickles.zip](https://github.com/pydata/pandas/files/424538/pickles.zip)
```
df1 = pd.read_pickle('df1.pkl')
df2 = pd.read_pickle('df2.pkl')
merged = df1.merge(df2, how='outer', on=['DateTime', 'valid_datetime'])
#... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14033/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14033/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14034 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14034/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14034/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14034/events | https://github.com/pandas-dev/pandas/issues/14034 | 171,908,309 | MDU6SXNzdWUxNzE5MDgzMDk= | 14,034 | tz_localize issue within DatetimeTZBlock | {
"avatar_url": "https://avatars.githubusercontent.com/u/1304950?v=4",
"events_url": "https://api.github.com/users/sdementen/events{/privacy}",
"followers_url": "https://api.github.com/users/sdementen/followers",
"following_url": "https://api.github.com/users/sdementen/following{/other_user}",
"gists_url": "h... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "00... | closed | false | null | [] | {
"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 | 2016-08-18T14:01:10Z | 2016-08-18T14:39:13Z | 2016-08-18T14:38:51Z | CONTRIBUTOR | null | Using the .where operation on a localized DataFrame Column may raise an exception due to a failure to tz_localize the result of the operation in DatetimeTZBlock
#### Code Sample, a copy-pastable example if possible
```
import pandas
import pytz
TZ = pytz.timezone("Europe/Brussels")
# TZ = None # <== with TZ = None, ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14034/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14034/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14035 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14035/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14035/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14035/events | https://github.com/pandas-dev/pandas/pull/14035 | 171,924,878 | MDExOlB1bGxSZXF1ZXN0ODE4MzI4MTE= | 14,035 | BUG: #14016. Preserve categorical keys through concat | {
"avatar_url": "https://avatars.githubusercontent.com/u/20444824?v=4",
"events_url": "https://api.github.com/users/tom-bird/events{/privacy}",
"followers_url": "https://api.github.com/users/tom-bird/followers",
"following_url": "https://api.github.com/users/tom-bird/following{/other_user}",
"gists_url": "htt... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "e11d21",
"de... | closed | false | null | [] | null | 7 | 2016-08-18T15:08:37Z | 2017-05-13T21:36:48Z | 2017-05-13T21:36:48Z | CONTRIBUTOR | null | - [x] closes #14016
- [x] tests added / passed
- [ ] passes `git diff upstream/master | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14035/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14035/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14035.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14035",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14035.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14035"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14036 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14036/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14036/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14036/events | https://github.com/pandas-dev/pandas/issues/14036 | 171,965,049 | MDU6SXNzdWUxNzE5NjUwNDk= | 14,036 | 0.18.1 to_csv ignoring columns argument | {
"avatar_url": "https://avatars.githubusercontent.com/u/17226731?v=4",
"events_url": "https://api.github.com/users/jonathanlandy/events{/privacy}",
"followers_url": "https://api.github.com/users/jonathanlandy/followers",
"following_url": "https://api.github.com/users/jonathanlandy/following{/other_user}",
"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 | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 2 | 2016-08-18T18:11:19Z | 2016-08-18T20:27:07Z | 2016-08-18T18:55:56Z | NONE | null | The issue discussed [here](https://github.com/pydata/pandas/issues/3454) is occurring for me in 0.18.1: The columns optional argument of to_csv is being ignored.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14036/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14036/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14037 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14037/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14037/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14037/events | https://github.com/pandas-dev/pandas/pull/14037 | 171,998,612 | MDExOlB1bGxSZXF1ZXN0ODE4ODY0ODU= | 14,037 | DOC: unpin IPython version (GH13639) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2016-08-18T20:55:34Z | 2016-08-27T13:34:27Z | 2016-08-27T13:34:27Z | MEMBER | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14037/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14037/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14037.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14037",
"merged_at": "2016-08-27T13:34:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14037.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14037"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/14038 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14038/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14038/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14038/events | https://github.com/pandas-dev/pandas/pull/14038 | 172,036,875 | MDExOlB1bGxSZXF1ZXN0ODE5MTQ0NDM= | 14,038 | BUG: iloc fails with non lex-sorted MultiIndex #13797 | {
"avatar_url": "https://avatars.githubusercontent.com/u/20615034?v=4",
"events_url": "https://api.github.com/users/ygriku/events{/privacy}",
"followers_url": "https://api.github.com/users/ygriku/followers",
"following_url": "https://api.github.com/users/ygriku/following{/other_user}",
"gists_url": "https://a... | [
{
"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": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 9 | 2016-08-19T01:34:07Z | 2018-08-24T09:18:30Z | 2016-09-13T22:25:32Z | CONTRIBUTOR | null | - [x] closes #13797
- [x] tests added / passed pandas/tests/test_multilevel.py
- [x] passes `git diff upstream/master | flake8 --diff`
- [ ] whatsnew entry
corrected how iloc handles tuple-keys for multiindex
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14038/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14038/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14038.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14038",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14038.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14038"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14039 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14039/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14039/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14039/events | https://github.com/pandas-dev/pandas/pull/14039 | 172,041,832 | MDExOlB1bGxSZXF1ZXN0ODE5MTc3NTM= | 14,039 | CLN: Removed DataFrame.to_wide | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2016-08-19T02:26:41Z | 2016-08-19T21:37:45Z | 2016-08-19T21:36:29Z | MEMBER | null | `to_wide` was deprecated since 2011 (https://github.com/pydata/pandas/commit/1134c9f6c40398d8eba37c312c88ce294e31c6c5)
xref https://github.com/pydata/pandas/issues/13777
No tests for this deprecation beforehand to remove :disappointed:
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14039/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14039/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14039.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14039",
"merged_at": "2016-08-19T21:36:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14039.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14039"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14040 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14040/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14040/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14040/events | https://github.com/pandas-dev/pandas/issues/14040 | 172,043,981 | MDU6SXNzdWUxNzIwNDM5ODE= | 14,040 | BUG: dataframe concat method error when using join='inner' | {
"avatar_url": "https://avatars.githubusercontent.com/u/19316800?v=4",
"events_url": "https://api.github.com/users/joonpark72/events{/privacy}",
"followers_url": "https://api.github.com/users/joonpark72/followers",
"following_url": "https://api.github.com/users/joonpark72/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 1 | 2016-08-19T02:50:53Z | 2016-08-19T10:08:54Z | 2016-08-19T10:08:21Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```
df1 = pd.DataFrame(np.arange(9).reshape(3, 3), columns=['a', 'b', 'c'])
df3 = pd.DataFrame(np.arange(20, 26).reshape(3, 2), columns=['a', 'd'], index=[2, 3, 4])
pd.concat([df1, df3], axis=1, join='inner')
a b c a d
0 0 1 2 NaN NaN
1 3 4 5 NaN Na... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14040/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14040/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14041 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14041/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14041/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14041/events | https://github.com/pandas-dev/pandas/pull/14041 | 172,060,545 | MDExOlB1bGxSZXF1ZXN0ODE5MzAzOTM= | 14,041 | CLN: Drop lags parameter from Panel.shift | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2016-08-19T06:00:38Z | 2016-08-19T09:02:54Z | 2016-08-19T09:02:46Z | MEMBER | null | Title is self-explanatory.
xref #6928
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14041/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14041/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14041.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14041",
"merged_at": "2016-08-19T09:02:46Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14041.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14041"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14042 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14042/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14042/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14042/events | https://github.com/pandas-dev/pandas/issues/14042 | 172,067,750 | MDU6SXNzdWUxNzIwNjc3NTA= | 14,042 | numpy.split on non-UTC, tz-aware data undergoes UTC roundtrip | {
"avatar_url": "https://avatars.githubusercontent.com/u/5709580?v=4",
"events_url": "https://api.github.com/users/isacarnekvist/events{/privacy}",
"followers_url": "https://api.github.com/users/isacarnekvist/followers",
"following_url": "https://api.github.com/users/isacarnekvist/following{/other_user}",
"gi... | [
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "cdea3c",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2016-08-19T07:04:29Z | 2020-03-21T20:19:05Z | 2020-03-21T20:19:05Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```
import pandas as pd
import numpy as np
indices = pd.date_range('2016-01-01 00:00:00+0200', freq='S', periods=10)
np.split(indices, indices_or_sections=[])
Out:
[DatetimeIndex(['2015-12-31 20:00:00+02:00', '2015-12-31 20:00:01+02:00',
'2015-12-31 ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14042/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14042/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14043 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14043/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14043/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14043/events | https://github.com/pandas-dev/pandas/issues/14043 | 172,075,026 | MDU6SXNzdWUxNzIwNzUwMjY= | 14,043 | TypeError: 'NoneType' object is not callable | {
"avatar_url": "https://avatars.githubusercontent.com/u/2221844?v=4",
"events_url": "https://api.github.com/users/0-wiz-0/events{/privacy}",
"followers_url": "https://api.github.com/users/0-wiz-0/followers",
"following_url": "https://api.github.com/users/0-wiz-0/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 | [] | null | 3 | 2016-08-19T07:55:36Z | 2019-10-07T01:34:07Z | 2019-10-07T01:34:07Z | NONE | null | When running the 0.18.1 self tests with python-3.5.2 on NetBSD, I see a couple of test failures. One is tracked in #12337, here's the log for the others:
```
======================================================================
ERROR: test_secondary_kde (pandas.tseries.tests.test_plotting.TestTSPlot)
---------------... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14043/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14043/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14044 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14044/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14044/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14044/events | https://github.com/pandas-dev/pandas/pull/14044 | 172,089,485 | MDExOlB1bGxSZXF1ZXN0ODE5NTA2MTI= | 14,044 | BUG: DataFrame.to_records() bug in converting datetime64 index | {
"avatar_url": "https://avatars.githubusercontent.com/u/10204255?v=4",
"events_url": "https://api.github.com/users/amolkahat/events{/privacy}",
"followers_url": "https://api.github.com/users/amolkahat/followers",
"following_url": "https://api.github.com/users/amolkahat/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | null | 8 | 2016-08-19T09:21:24Z | 2016-10-18T12:31:50Z | 2016-10-18T12:31:50Z | CONTRIBUTOR | null | BUG: DataFrame.to_records() bug in converting datetime64 index with timezone #13937
| {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14044/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14044/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14044.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14044",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14044.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14044"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14045 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14045/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14045/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14045/events | https://github.com/pandas-dev/pandas/pull/14045 | 172,101,629 | MDExOlB1bGxSZXF1ZXN0ODE5NTk0MzE= | 14,045 | unique docstring extend #13565 unique datetime tz issue | {
"avatar_url": "https://avatars.githubusercontent.com/u/8334424?v=4",
"events_url": "https://api.github.com/users/paulgueltekin/events{/privacy}",
"followers_url": "https://api.github.com/users/paulgueltekin/followers",
"following_url": "https://api.github.com/users/paulgueltekin/following{/other_user}",
"gi... | [] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 4 | 2016-08-19T10:27:52Z | 2016-08-21T14:15:14Z | 2016-08-19T10:29:32Z | NONE | null | closes #13565
whatsnew
extended doc string for unique addressing the issue with timezone aware datetimes ( see #13565 )
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14045/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14045/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14045.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14045",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14045.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14045"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14046 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14046/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14046/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14046/events | https://github.com/pandas-dev/pandas/pull/14046 | 172,114,854 | MDExOlB1bGxSZXF1ZXN0ODE5NjkxMjA= | 14,046 | DOC: add data_columns to doc string of to_hdf and HDFStore.append | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2016-08-19T11:52:41Z | 2016-08-19T21:00:26Z | 2016-08-19T20:41:37Z | MEMBER | null | Follow-up of #13951, rebase of PR #13065
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14046/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14046/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14046.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14046",
"merged_at": "2016-08-19T20:41:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14046.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14046"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14047 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14047/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14047/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14047/events | https://github.com/pandas-dev/pandas/pull/14047 | 172,126,957 | MDExOlB1bGxSZXF1ZXN0ODE5Nzc3MTM= | 14,047 | BUG: Categoricals shouldn't allow non-strings when object dtype is passed (#13919) | {
"avatar_url": "https://avatars.githubusercontent.com/u/13247590?v=4",
"events_url": "https://api.github.com/users/wcwagner/events{/privacy}",
"followers_url": "https://api.github.com/users/wcwagner/followers",
"following_url": "https://api.github.com/users/wcwagner/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
},
{
"color": "AD7... | closed | false | null | [] | null | 13 | 2016-08-19T13:04:32Z | 2016-09-13T22:55:03Z | 2016-09-11T20:26:01Z | CONTRIBUTOR | null | - [ ] closes #13919
- [ ] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
**Why this change is needed:** Categorical variables are by definition single types, so to allow them to take on different types of values is misleading. Object dtypes should only be allowed whe... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14047/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14047/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14047.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14047",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14047.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14047"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14048 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14048/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14048/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14048/events | https://github.com/pandas-dev/pandas/issues/14048 | 172,134,070 | MDU6SXNzdWUxNzIxMzQwNzA= | 14,048 | BUG/API PeriodIndex handles int list/array differently | {
"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": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 4 | 2016-08-19T13:42:54Z | 2018-10-25T13:33:20Z | 2018-10-25T13:33:15Z | MEMBER | null | When we pass a list of numbers, it parsed as date as it is. The same values is regarded as `ordinal` if it is passed as an array.
#### Code Sample, a copy-pastable example if possible
```
raw = [2005, 2007, 2009]
pd.PeriodIndex(raw, freq='A')
# PeriodIndex(['2005', '2007', '2009'], dtype='period[A-DEC]', freq='A-DEC'... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14048/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14048/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14049 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14049/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14049/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14049/events | https://github.com/pandas-dev/pandas/issues/14049 | 172,153,378 | MDU6SXNzdWUxNzIxNTMzNzg= | 14,049 | Partial datetime indexing of Multiindex by year only | {
"avatar_url": "https://avatars.githubusercontent.com/u/10682573?v=4",
"events_url": "https://api.github.com/users/jesrael/events{/privacy}",
"followers_url": "https://api.github.com/users/jesrael/followers",
"following_url": "https://api.github.com/users/jesrael/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": "0b02e1",
"default": false,
"description": "Related t... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 5 | 2016-08-19T15:09:14Z | 2016-08-20T13:09:47Z | 2016-08-20T13:09:35Z | NONE | null | I have DataFrame:
```
import pandas as pd
import numpy as np
rng = pd.date_range('01-01-1988',periods=130000,freq='H')
long_df = pd.DataFrame(np.random.randn(130000,4),index = rng, columns=['bar','baz','foo','zoo'])
dfmi = long_df.stack().sort_index()
```
---
```
print (dfmi)
1988-01-01 00:00:00 bar -1.129213
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14049/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14049/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14050 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14050/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14050/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14050/events | https://github.com/pandas-dev/pandas/issues/14050 | 172,205,129 | MDU6SXNzdWUxNzIyMDUxMjk= | 14,050 | verbose = False cause to_gbq() to fail | {
"avatar_url": "https://avatars.githubusercontent.com/u/12443574?v=4",
"events_url": "https://api.github.com/users/dgendlernyt/events{/privacy}",
"followers_url": "https://api.github.com/users/dgendlernyt/followers",
"following_url": "https://api.github.com/users/dgendlernyt/following{/other_user}",
"gists_u... | [
{
"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... | 1 | 2016-08-19T19:39:00Z | 2016-08-19T20:44:48Z | 2016-08-19T20:44:27Z | NONE | null | total_rows is only set in to_gbq() if verbose = True. If verbose = False, it is reference before assignment.
#### Code Sample, a copy-pastable example if possible
data.to_gbq('ANYTABLE',project_id ='ANYPROJECT',verbose = False,if_exists = 'append')
'UnboundLocalError: local variable 'total_rows' referenced before as... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14050/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14050/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14051 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14051/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14051/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14051/events | https://github.com/pandas-dev/pandas/pull/14051 | 172,230,457 | MDExOlB1bGxSZXF1ZXN0ODIwNTMyNzU= | 14,051 | BUG: Dataframe.fillna with np.nan for dtype=category(GH 14021) | {
"avatar_url": "https://avatars.githubusercontent.com/u/20844595?v=4",
"events_url": "https://api.github.com/users/conquistador1492/events{/privacy}",
"followers_url": "https://api.github.com/users/conquistador1492/followers",
"following_url": "https://api.github.com/users/conquistador1492/following{/other_use... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, d... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2016-08-19T22:13:18Z | 2016-11-15T22:20:35Z | 2016-08-26T20:50:24Z | CONTRIBUTOR | null | - [x] closes #14021
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14051/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14051/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14051.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14051",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14051.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14051"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14052 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14052/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14052/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14052/events | https://github.com/pandas-dev/pandas/issues/14052 | 172,272,637 | MDU6SXNzdWUxNzIyNzI2Mzc= | 14,052 | Inconsistent .values for tz-aware columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/1304950?v=4",
"events_url": "https://api.github.com/users/sdementen/events{/privacy}",
"followers_url": "https://api.github.com/users/sdementen/followers",
"following_url": "https://api.github.com/users/sdementen/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user... | {
"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",
... | 34 | 2016-08-20T14:05:04Z | 2019-07-05T00:46:58Z | 2019-07-05T00:46:58Z | CONTRIBUTOR | null | When getting the values of a dataframe with multiple columns with a single type datetime64[ns,UTC], it returns a numpy array with dtype=object instead of dtype=datetime64[ns,UTC].
When returning a single column with dtype=datetime64[ns,UTC] or returning a multiple columns of dtype=datetime64[ns] (ie without tz), it wor... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14052/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14052/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14053 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14053/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14053/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14053/events | https://github.com/pandas-dev/pandas/pull/14053 | 172,274,230 | MDExOlB1bGxSZXF1ZXN0ODIwODAzNTg= | 14,053 | BUG: GH11847 Unstack with mixed dtypes coerces everything to object | {
"avatar_url": "https://avatars.githubusercontent.com/u/10603885?v=4",
"events_url": "https://api.github.com/users/kordek/events{/privacy}",
"followers_url": "https://api.github.com/users/kordek/followers",
"following_url": "https://api.github.com/users/kordek/following{/other_user}",
"gists_url": "https://a... | [
{
"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": "2016-12-24T22:50:46Z",
"closed_issues": 107,
"created_at": "2016-11-12T15:44:46Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2016-08-20T14:45:54Z | 2016-12-10T15:38:17Z | 2016-12-10T15:38:14Z | CONTRIBUTOR | null | - [x] closes #11847
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
Changed the way in which the original data frame is copied (dropped use of .values, since it does not preserve dtypes).
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14053/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14053/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14053.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14053",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14053.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14053"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14054 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14054/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14054/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14054/events | https://github.com/pandas-dev/pandas/issues/14054 | 172,280,627 | MDU6SXNzdWUxNzIyODA2Mjc= | 14,054 | keep consistency in calling to_csv either dataframe or series | {
"avatar_url": "https://avatars.githubusercontent.com/u/11390679?v=4",
"events_url": "https://api.github.com/users/FrankMN/events{/privacy}",
"followers_url": "https://api.github.com/users/FrankMN/followers",
"following_url": "https://api.github.com/users/FrankMN/following{/other_user}",
"gists_url": "https:... | [
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"id": 47229171,
"name": "IO CSV",
"node_id": "MDU6TGFiZWw0NzIyOTE3MQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV"
}
] | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2016-08-20T17:09:15Z | 2016-08-24T23:28:45Z | 2016-08-24T23:28:45Z | NONE | null | When I call to_csv of dataframe object, I am not required to explicitly set path parameter. The default one is None and will return a string. I thought the same thing for series object. This time the path parameter becomes explicitly required. I wonder if it is better to keep consistency between them.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14054/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14054/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14055 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14055/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14055/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14055/events | https://github.com/pandas-dev/pandas/pull/14055 | 172,283,084 | MDExOlB1bGxSZXF1ZXN0ODIwODUzODM= | 14,055 | BUG: Don't error when usecols is a numpy array | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [] | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2016-08-20T18:06:24Z | 2016-08-21T14:18:05Z | 2016-08-21T14:17:47Z | MEMBER | null | Converts `usecols` to a `set` just like we do on the C engine side.
Closes #12546.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14055/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14055/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14055.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14055",
"merged_at": "2016-08-21T14:17:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14055.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14055"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14056 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14056/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14056/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14056/events | https://github.com/pandas-dev/pandas/pull/14056 | 172,301,796 | MDExOlB1bGxSZXF1ZXN0ODIwOTU0NjM= | 14,056 | BUG, DOC: Fix inconsistencies with scalar na_values in read_csv | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2016-08-21T02:56:25Z | 2016-08-21T19:34:47Z | 2016-08-21T19:34:41Z | MEMBER | null | 1) Update documentation to state that scalars are accepted for `na_values`
2) Accept scalars for the values when a dictionary is passed in for `na_values`
Closes #12224.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14056/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14056/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14056.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14056",
"merged_at": "2016-08-21T19:34:41Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14056.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14056"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14057 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14057/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14057/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14057/events | https://github.com/pandas-dev/pandas/issues/14057 | 172,321,589 | MDU6SXNzdWUxNzIzMjE1ODk= | 14,057 | TST/CLN: some RunTimeWarnings | {
"avatar_url": "https://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": "207de5",
"d... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 8 | 2016-08-21T13:40:55Z | 2021-05-01T23:20:10Z | 2021-05-01T23:20:10Z | CONTRIBUTOR | null | after #13145 some RunTimeWarnings remain in the codebase. We should look at these and silence (using `np.errstate`), or fix if we are testing something odd. (running the full test suite will show these; I have extracted them, some are showing a level too low in the stack).
- [ ] `pandas/pandas/tseries/index.py:526: Run... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14057/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14057/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14058 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14058/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14058/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14058/events | https://github.com/pandas-dev/pandas/issues/14058 | 172,322,828 | MDU6SXNzdWUxNzIzMjI4Mjg= | 14,058 | Categorical.from_codes should validate ordered argument | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
},
{
"color": "e11d... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2016-08-21T14:11:36Z | 2016-08-21T19:53:49Z | 2016-08-21T19:53:49Z | CONTRIBUTOR | null | I ran into this when I accidentally passed my codes to the `ordered` argument
#### Code Sample, a copy-pastable example if possible
``` python
In [2]: pd.Categorical.from_codes([0, 0, 1], categories=['a', 'b', 'c'], ordered=np.array([0, 1, 2]))
Out[2]: ------------------------------------------------------------------... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14058/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14058/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14059 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14059/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14059/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14059/events | https://github.com/pandas-dev/pandas/pull/14059 | 172,331,653 | MDExOlB1bGxSZXF1ZXN0ODIxMTE1NTI= | 14,059 | BUG: Validate the ordered parameter for Categorical | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
},
{
"color": "e11d... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2016-08-21T17:39:12Z | 2016-08-21T19:59:15Z | 2016-08-21T19:53:49Z | MEMBER | null | Title is self-explanatory. Closes #14058.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14059/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14059/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14059.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14059",
"merged_at": "2016-08-21T19:53:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14059.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14059"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14060 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14060/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14060/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14060/events | https://github.com/pandas-dev/pandas/pull/14060 | 172,340,465 | MDExOlB1bGxSZXF1ZXN0ODIxMTY2MTk= | 14,060 | Fix/read csv utf aliases | {
"avatar_url": "https://avatars.githubusercontent.com/u/10804060?v=4",
"events_url": "https://api.github.com/users/nateGeorge/events{/privacy}",
"followers_url": "https://api.github.com/users/nateGeorge/followers",
"following_url": "https://api.github.com/users/nateGeorge/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": "444444",
"default": false,
"description": "Unicode strings",
"i... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2016-08-21T20:45:32Z | 2016-08-22T20:51:44Z | 2016-08-22T20:47:18Z | CONTRIBUTOR | null | - [x] closes #13549
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
-read_csv with engine=c throws error when encoding=UTF_16 (anything other than utf-16)
-improved nosetests and moved to in pandas/io/tests/common.py
-passes `pep8radius upstream/master --diff` a... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14060/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14060/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14060.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14060",
"merged_at": "2016-08-22T20:47:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14060.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14060"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14061 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14061/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14061/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14061/events | https://github.com/pandas-dev/pandas/pull/14061 | 172,352,006 | MDExOlB1bGxSZXF1ZXN0ODIxMjI5ODU= | 14,061 | ENH: add parameter to to_html for HTML border | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "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": "006b7... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2016-08-22T00:53:20Z | 2017-04-05T02:08:04Z | 2016-08-31T08:07:31Z | CONTRIBUTOR | null | Closes https://github.com/pydata/pandas/issues/11563
Previously this was hardcoded to `<table border="1" ...>`. Now we allow an option to `to_html`.
The only controversial bit here may be the option. I really don't like having options control output, but given that this is essentially a repr I think it's OK. It's als... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14061/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14061/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14061.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14061",
"merged_at": "2016-08-31T08:07:31Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14061.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14061"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14062 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14062/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14062/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14062/events | https://github.com/pandas-dev/pandas/pull/14062 | 172,356,026 | MDExOlB1bGxSZXF1ZXN0ODIxMjU0MTI= | 14,062 | WIP: add sort_levels to MultiIndex.from_product | {
"avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4",
"events_url": "https://api.github.com/users/shoyer/events{/privacy}",
"followers_url": "https://api.github.com/users/shoyer/followers",
"following_url": "https://api.github.com/users/shoyer/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 71268330,
"name": "MultiIndex",
"node_id": "MDU6TGFiZWw3MTI2ODMzMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/MultiIndex"
}
] | closed | false | null | [] | null | 2 | 2016-08-22T01:55:01Z | 2016-11-16T21:29:30Z | 2016-11-16T21:29:30Z | MEMBER | null | Currently, `from_product` always sorts levels in the resulting MultiIndex. This means that the result does not necessarily have lexsorted labels/codes.
This PR adds an option to not sort levels when calling `from_product`. Using this option yields a few benefits:
1. It's simpler -- resulting levels on the MultiIndex a... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14062/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14062/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14062.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14062",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14062.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14062"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14063 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14063/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14063/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14063/events | https://github.com/pandas-dev/pandas/pull/14063 | 172,365,227 | MDExOlB1bGxSZXF1ZXN0ODIxMzE0MTI= | 14,063 | BUG: Align to_csv signatures with DataFrame and Series | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"id": 47229171,
"name": "IO CSV",
"node_id": "MDU6TGFiZWw0NzIyOTE3MQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV"
}
] | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2016-08-22T03:56:09Z | 2016-08-24T23:28:49Z | 2016-08-24T23:28:45Z | MEMBER | null | Default `path=None` in `Series.to_csv()` for consistency with `DataFrame.to_csv()`.
Closes #14054.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14063/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14063/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14063.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14063",
"merged_at": "2016-08-24T23:28:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14063.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14063"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14064 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14064/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14064/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14064/events | https://github.com/pandas-dev/pandas/pull/14064 | 172,469,840 | MDExOlB1bGxSZXF1ZXN0ODIyMDI5NDE= | 14,064 | BUG: fix read_gbq lost precision for longs above 2^53 and floats above 10k | {
"avatar_url": "https://avatars.githubusercontent.com/u/12720209?v=4",
"events_url": "https://api.github.com/users/tworec/events{/privacy}",
"followers_url": "https://api.github.com/users/tworec/followers",
"following_url": "https://api.github.com/users/tworec/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "0052cc",
"default": false,
"description": "pandas-gbq compatability",
"id": 57351315,
"name": "IO Google",
"node_id": "MDU6TGFiZWw1NzM1MTMxNQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Google"
}
] | closed | false | null | [] | {
"closed_at": "2017-05-06T10:20:19Z",
"closed_issues": 987,
"created_at": "2016-02-08T15:30:21Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 30 | 2016-08-22T14:39:57Z | 2017-02-09T17:12:17Z | 2017-02-09T17:11:31Z | NONE | null | fixes:
- lost precision for longs above 2^53
- and floats above 10^4
Also contains `test_gbq.py` clean up
- [x] closes #14020, #14305
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] updated docs
- [x] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14064/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14064/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14064.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14064",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14064.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14064"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14065 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14065/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14065/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14065/events | https://github.com/pandas-dev/pandas/issues/14065 | 172,533,704 | MDU6SXNzdWUxNzI1MzM3MDQ= | 14,065 | Unicode char as delimiter won't use C engine | {
"avatar_url": "https://avatars.githubusercontent.com/u/4616123?v=4",
"events_url": "https://api.github.com/users/schodge/events{/privacy}",
"followers_url": "https://api.github.com/users/schodge/followers",
"following_url": "https://api.github.com/users/schodge/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "444444",
"default": false,
"description": "Unicode strings",
"id": 36380025,
"name": "Unicode",
"node_id": "MDU6TGFiZWwzNjM4MDAyNQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Unicode"
},
{
"color": "5319e7",
"default": false,
"description... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2016-08-22T19:27:03Z | 2016-08-31T16:10:31Z | 2016-08-31T16:10:31Z | NONE | null | I have the following code:
`dfEL = pd.read_csv(IN_PATH, delimiter='\\u00A7', encoding='utf-8')`
which I've also tried with other ways of writing the delimiter, e.g.:
`dfEL = pd.read_csv(IN_PATH, delimiter='§', encoding='utf-8')`
These other methods don't work, and generate a `UnicodeDecodeError: 'utf-8' codec can'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/14065/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14065/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14066 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14066/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14066/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14066/events | https://github.com/pandas-dev/pandas/issues/14066 | 172,562,229 | MDU6SXNzdWUxNzI1NjIyMjk= | 14,066 | read_csv: European numbers do not work with dates | {
"avatar_url": "https://avatars.githubusercontent.com/u/8660305?v=4",
"events_url": "https://api.github.com/users/dacoex/events{/privacy}",
"followers_url": "https://api.github.com/users/dacoex/followers",
"following_url": "https://api.github.com/users/dacoex/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 10 | 2016-08-22T21:42:16Z | 2016-09-13T19:45:06Z | 2016-08-27T13:31:30Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
Using the following reader leads to omission of the dates resulting in no index:
```
file_, index_col=0,
header=4, sep=';', quoting=1, parse_dates=True,
encoding='latin-1', dayfirst=True,
# decimal=',', tho... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14066/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14066/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14067 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14067/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14067/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14067/events | https://github.com/pandas-dev/pandas/issues/14067 | 172,571,818 | MDU6SXNzdWUxNzI1NzE4MTg= | 14,067 | to_sql: Does not produce a hierarchical index when using SQLAlchemy as the dbAPI | {
"avatar_url": "https://avatars.githubusercontent.com/u/7818077?v=4",
"events_url": "https://api.github.com/users/ifiddes/events{/privacy}",
"followers_url": "https://api.github.com/users/ifiddes/followers",
"following_url": "https://api.github.com/users/ifiddes/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": "to_sql, read_sql, read_s... | open | false | null | [] | null | 0 | 2016-08-22T22:38:26Z | 2020-05-16T03:46:56Z | null | NONE | null | Based on this post here:
http://stackoverflow.com/questions/39089513/pandas-sqlalchemy-engine-does-not-produce-hierarchical-index-but-legacy-mode-do
#### data ('test.csv'):
```
AlignmentId,Classifier,Value
aln1,classifier1,True
aln1,classifier2,False
aln2,classifier1,True
```
#### Sample code:
```
import pandas as 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/14067/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14067/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14068 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14068/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14068/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14068/events | https://github.com/pandas-dev/pandas/issues/14068 | 172,576,542 | MDU6SXNzdWUxNzI1NzY1NDI= | 14,068 | TimedeltaIndex + Timestamp -> no overflow error | {
"avatar_url": "https://avatars.githubusercontent.com/u/10194086?v=4",
"events_url": "https://api.github.com/users/mathause/events{/privacy}",
"followers_url": "https://api.github.com/users/mathause/followers",
"following_url": "https://api.github.com/users/mathause/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "Timedelta data type",
... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2016-08-22T23:11:42Z | 2016-09-27T10:43:45Z | 2016-09-27T10:43:45Z | CONTRIBUTOR | null | When adding a TimedeltaIndex and a Timestamp this overflows instead of raising (pydata/xarray#975).
```
import pandas as pd
# overflow error (correct)
pd.to_timedelta(106580, 'D') + pd.Timestamp('2000')
# no overflow error (?)
pd.to_timedelta([106580], 'D') + pd.Timestamp('2000')
```
#### output of `pd.show_versions(... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14068/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14068/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14069 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14069/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14069/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14069/events | https://github.com/pandas-dev/pandas/pull/14069 | 172,597,107 | MDExOlB1bGxSZXF1ZXN0ODIyOTMyNjk= | 14,069 | TST: Add tests for internal EOF in read_csv | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"id": 47229171,
"name": "IO CSV",
"node_id": "MDU6TGFiZWw0NzIyOTE3MQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV"
}
] | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2016-08-23T02:13:48Z | 2016-08-24T23:27:49Z | 2016-08-24T23:27:45Z | MEMBER | null | Title is self-explanatory. Closes #5500.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14069/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14069/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14069.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14069",
"merged_at": "2016-08-24T23:27:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14069.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14069"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14070 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14070/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14070/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14070/events | https://github.com/pandas-dev/pandas/issues/14070 | 172,611,747 | MDU6SXNzdWUxNzI2MTE3NDc= | 14,070 | DatetimeIndex.to_period does not support multiple of frequencies | {
"avatar_url": "https://avatars.githubusercontent.com/u/1304950?v=4",
"events_url": "https://api.github.com/users/sdementen/events{/privacy}",
"followers_url": "https://api.github.com/users/sdementen/followers",
"following_url": "https://api.github.com/users/sdementen/following{/other_user}",
"gists_url": "h... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | open | false | null | [] | null | 4 | 2016-08-23T04:50:53Z | 2021-05-01T23:21:41Z | null | CONTRIBUTOR | null | The code below is the simplest way I found to "snap" a DateTimeIndex to some "frequency" (is there any better way?).
I would have expected the to_period method to work as flexibly as the resample method that accepts any rule (like 15T, 2H, ...) but the to_period method does not appear to handle properly multiples of f... | {
"+1": 2,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 2,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14070/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14070/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14071 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14071/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14071/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14071/events | https://github.com/pandas-dev/pandas/issues/14071 | 172,681,976 | MDU6SXNzdWUxNzI2ODE5NzY= | 14,071 | DatetimeIndex periods: Change in behavior between 0.17.1 and 0.18.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/10504477?v=4",
"events_url": "https://api.github.com/users/JohnNapier/events{/privacy}",
"followers_url": "https://api.github.com/users/JohnNapier/followers",
"following_url": "https://api.github.com/users/JohnNapier/following{/other_user}",
"gists_url"... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840... | closed | false | null | [] | {
"closed_at": 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 | 2016-08-23T12:05:58Z | 2016-08-24T23:26:32Z | 2016-08-24T23:26:10Z | NONE | null | This is not necessarily a bug, but a change in behavior that could not find reported elsewhere.
``` python
import pandas as pd,datetime as dt
pd.DatetimeIndex(freq=pd.tseries.offsets.DateOffset(months=6),end=dt.date(2016,1,1),
closed='right',periods=3)
```
In version 0.17.1 you get
``` python
DatetimeIndex(['2015-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/14071/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14071/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14072 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14072/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14072/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14072/events | https://github.com/pandas-dev/pandas/issues/14072 | 172,724,859 | MDU6SXNzdWUxNzI3MjQ4NTk= | 14,072 | pivot_table margins bottom-left total does not correspond to other content when dropna=False | {
"avatar_url": "https://avatars.githubusercontent.com/u/966185?v=4",
"events_url": "https://api.github.com/users/Tuzoff/events{/privacy}",
"followers_url": "https://api.github.com/users/Tuzoff/followers",
"following_url": "https://api.github.com/users/Tuzoff/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | 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 | 2016-08-23T15:07:00Z | 2016-09-13T22:10:38Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
In:
M = pd.DataFrame([
[1, 'a', 'A'],
[1, 'b', 'B'],
[1, 'c', None]],
columns=['x', 'y', 'z'])
P = M.pivot_table(values='x', index='y', columns='z', aggfunc='sum', fill_value=0, margins=True,... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14072/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14072/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14073 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14073/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14073/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14073/events | https://github.com/pandas-dev/pandas/pull/14073 | 172,773,910 | MDExOlB1bGxSZXF1ZXN0ODI0MTc3OTU= | 14,073 | DOC: split docstring into multiple lines in excel.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/8815664?v=4",
"events_url": "https://api.github.com/users/OXPHOS/events{/privacy}",
"followers_url": "https://api.github.com/users/OXPHOS/followers",
"following_url": "https://api.github.com/users/OXPHOS/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 | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 10 | 2016-08-23T18:36:41Z | 2016-09-15T14:59:32Z | 2016-09-15T14:59:32Z | CONTRIBUTOR | null | - [x] closes #13967
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [ ] whatsnew entry
A follow-up on #14030.
Not sure whether this is the good way to do it - this seems too verbose.
I will add it to `parsers.py` or move it to `common.py` once it's done.
I also thought about mov... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14073/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14073/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14073.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14073",
"merged_at": "2016-09-15T14:59:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14073.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14073"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14074 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14074/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14074/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14074/events | https://github.com/pandas-dev/pandas/issues/14074 | 172,826,679 | MDU6SXNzdWUxNzI4MjY2Nzk= | 14,074 | Pandas does not respect shared axes in matplotlib | {
"avatar_url": "https://avatars.githubusercontent.com/u/616139?v=4",
"events_url": "https://api.github.com/users/danfrankj/events{/privacy}",
"followers_url": "https://api.github.com/users/danfrankj/followers",
"following_url": "https://api.github.com/users/danfrankj/following{/other_user}",
"gists_url": "ht... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | 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 | 2016-08-23T22:55:13Z | 2021-05-01T23:24:00Z | null | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
x axis truncated by second call
```
ser1 = pd.Series({0:1, 1:2, 2:3})
ser2 = pd.Series({0:.5, 1:.1})
_, axes = plt.subplots(1, 2, sharex=True, sharey=True)
ser1.plot(ax=axes[0])
ser2.plot(ax=axes[1])
```
 and iter_groups() to class _GroupBy | {
"avatar_url": "https://avatars.githubusercontent.com/u/3013304?v=4",
"events_url": "https://api.github.com/users/smoofra/events{/privacy}",
"followers_url": "https://api.github.com/users/smoofra/followers",
"following_url": "https://api.github.com/users/smoofra/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 3 | 2016-08-24T02:32:16Z | 2016-08-25T01:45:10Z | 2016-08-25T00:44:25Z | NONE | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `git diff upstream/master | flake8 --diff`
- [ ] whatsnew entry
added utility methods get_groups() and iter_groups() to groupby objects
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14075/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14075/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14075.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14075",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14075.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14075"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14076 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14076/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14076/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14076/events | https://github.com/pandas-dev/pandas/issues/14076 | 172,859,725 | MDU6SXNzdWUxNzI4NTk3MjU= | 14,076 | pandas merge appear non-existent value the column b should not have value '1' | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "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... | open | false | null | [] | null | 1 | 2016-08-24T04:01:57Z | 2016-11-30T20:20:13Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
t = [1, 2, 3, 4, 5]
tt = [2, 3, 4, 5, 7]
d1 = DataFrame(t, columns=['a'], index=t)
d2 = DataFrame(tt, columns=['b'])
r = pd.merge(d1, d2, how='left', left_index=True, right_on='b', copy=False)
print(r)
pd.show_versions()
#### Expected Output
/usr/local/Cellar... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14076/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14076/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14077 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14077/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14077/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14077/events | https://github.com/pandas-dev/pandas/pull/14077 | 172,888,121 | MDExOlB1bGxSZXF1ZXN0ODI0OTczMjE= | 14,077 | BUG: Don't parse index column as numeric when parse_dates=True | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/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": "read_csv, to_csv",
"... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2016-08-24T07:57:28Z | 2016-08-27T13:31:37Z | 2016-08-27T13:31:30Z | MEMBER | null | When a thousands parameter is specified, if the index column data contains that thousands value for date purposes (e.g. '.'), do not interpret those characters as the thousands parameter.
Closes #14066.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14077/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14077/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14077.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14077",
"merged_at": "2016-08-27T13:31:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14077.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14077"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14078 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14078/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14078/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14078/events | https://github.com/pandas-dev/pandas/issues/14078 | 172,945,826 | MDU6SXNzdWUxNzI5NDU4MjY= | 14,078 | groupby aggregate: class as `arg` value | {
"avatar_url": "https://avatars.githubusercontent.com/u/847329?v=4",
"events_url": "https://api.github.com/users/timdiels/events{/privacy}",
"followers_url": "https://api.github.com/users/timdiels/followers",
"following_url": "https://api.github.com/users/timdiels/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": "0052cc",
"default": false,
"description": null,
"id": ... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 2 | 2016-08-24T13:03:49Z | 2016-08-25T10:14:42Z | 2016-08-24T22:42:24Z | NONE | null | Feature request: it would be nice if `aggregate` allowed classes as an argument, using its constructor as the function to aggregate by. In the code sample it recognises `frozenset` as an iterable because it happens to have such an instance method.
I'd suggest a check like:
``` python
>>> inspect.isclass(frozenset)
Tr... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14078/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14078/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14079 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14079/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14079/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14079/events | https://github.com/pandas-dev/pandas/issues/14079 | 172,989,572 | MDU6SXNzdWUxNzI5ODk1NzI= | 14,079 | Improve poor performance of groupby resampling | {
"avatar_url": "https://avatars.githubusercontent.com/u/89573?v=4",
"events_url": "https://api.github.com/users/spillz/events{/privacy}",
"followers_url": "https://api.github.com/users/spillz/followers",
"following_url": "https://api.github.com/users/spillz/following{/other_user}",
"gists_url": "https://api.... | [
{
"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... | 5 | 2016-08-24T15:48:46Z | 2021-05-25T01:56:58Z | 2016-08-24T22:56:36Z | NONE | null | When trying to resample transactions data where there are infrequent transactions for a large number of people, I get horrible performance. Compare the function annualize with the clunkier but faster annualize2 below. Ideally resample should be able to handle multiindex data and resample on 1 of the dimensions without ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14079/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14079/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14080 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14080/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14080/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14080/events | https://github.com/pandas-dev/pandas/issues/14080 | 172,992,293 | MDU6SXNzdWUxNzI5OTIyOTM= | 14,080 | Adding big offset to timedelta generates a python crash | {
"avatar_url": "https://avatars.githubusercontent.com/u/9467904?v=4",
"events_url": "https://api.github.com/users/geoffroy-destaintot/events{/privacy}",
"followers_url": "https://api.github.com/users/geoffroy-destaintot/followers",
"following_url": "https://api.github.com/users/geoffroy-destaintot/following{/o... | [
{
"color": "5319e7",
"default": false,
"description": "Timedelta data type",
"id": 49597148,
"name": "Timedelta",
"node_id": "MDU6TGFiZWw0OTU5NzE0OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timedelta"
},
{
"color": "0e8a16",
"default": true,
"desc... | 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... | 10 | 2016-08-24T15:59:39Z | 2018-11-18T21:56:56Z | 2018-11-18T21:56:56Z | NONE | null | #### Code Sample, a copy-pastable example if possible
##### In:
```
import pandas as pd
from pandas.tseries.frequencies import to_offset
d = pd.Timestamp("2000/1/1")
d + to_offset("D")*100**25
```
##### Out:
**=> python crash**
Fatal Python error: Cannot recover from stack overflow.
Current thread 0x00002b00 (most... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14080/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14080/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14081 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14081/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14081/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14081/events | https://github.com/pandas-dev/pandas/issues/14081 | 172,995,419 | MDU6SXNzdWUxNzI5OTU0MTk= | 14,081 | ValueError plotting bar plot from DataFrame with existing Axes | {
"avatar_url": "https://avatars.githubusercontent.com/u/779022?v=4",
"events_url": "https://api.github.com/users/swails/events{/privacy}",
"followers_url": "https://api.github.com/users/swails/followers",
"following_url": "https://api.github.com/users/swails/following{/other_user}",
"gists_url": "https://api... | [
{
"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 | 3 | 2016-08-24T16:11:21Z | 2016-08-24T16:37:11Z | 2016-08-24T16:34:25Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
The following code works, and when pasted in a Jupyter Notebook or QT console yields the expected bar plot:
``` python
%matplotlib inline
import pandas as pd
import matplotlib.pyplot as plt
# Create some data to plot
df = pd.DataFrame(
dict(Feature1=[10, ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14081/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14081/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14082 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14082/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14082/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14082/events | https://github.com/pandas-dev/pandas/issues/14082 | 173,014,700 | MDU6SXNzdWUxNzMwMTQ3MDA= | 14,082 | DataFrame construction breaks python on numpy empty_like | {
"avatar_url": "https://avatars.githubusercontent.com/u/1978117?v=4",
"events_url": "https://api.github.com/users/asishm/events{/privacy}",
"followers_url": "https://api.github.com/users/asishm/followers",
"following_url": "https://api.github.com/users/asishm/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 1 | 2016-08-24T17:41:43Z | 2016-08-24T17:53:38Z | 2016-08-24T17:53:11Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
http://stackoverflow.com/questions/39129419/why-does-dataframe-construction-break-python-on-numpy-empty-like
```
import numpy as np
import pandas as pd
a = np.array([None, None], dtype=object)
print(a) # [None None]
dfa = pd.DataFrame(a)
print(dfa)
# ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14082/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14082/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14083 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14083/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14083/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14083/events | https://github.com/pandas-dev/pandas/issues/14083 | 173,063,525 | MDU6SXNzdWUxNzMwNjM1MjU= | 14,083 | Enabling auto-collapsing of Excel dumped from df | {
"avatar_url": "https://avatars.githubusercontent.com/u/16563798?v=4",
"events_url": "https://api.github.com/users/tkauffmann/events{/privacy}",
"followers_url": "https://api.github.com/users/tkauffmann/followers",
"following_url": "https://api.github.com/users/tkauffmann/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": "bfe5bf",
"default": false,
"description": "read_exc... | open | false | null | [] | null | 0 | 2016-08-24T21:33:58Z | 2016-08-25T21:46:21Z | null | NONE | null | Dear all,
In my job, we use a lot of Pandas (though not always very professionally). One very useful case is to build a dataframe conatining data from several instruments for several items. I tend to use a lot of multi-indexing columns.
In order to view (and modify) the columns, we like to save the dataframe in an Exc... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14083/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14083/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14084 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14084/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14084/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14084/events | https://github.com/pandas-dev/pandas/issues/14084 | 173,072,677 | MDU6SXNzdWUxNzMwNzI2Nzc= | 14,084 | resample drops dtype('O') columns from DataFrame (but not Series) | {
"avatar_url": "https://avatars.githubusercontent.com/u/149817?v=4",
"events_url": "https://api.github.com/users/rcyeh/events{/privacy}",
"followers_url": "https://api.github.com/users/rcyeh/followers",
"following_url": "https://api.github.com/users/rcyeh/following{/other_user}",
"gists_url": "https://api.gi... | [
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
},
{
"color": "AD7... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 3 | 2016-08-24T22:25:55Z | 2016-08-31T23:34:57Z | 2016-08-24T22:36:50Z | NONE | null | #### Code Sample, a copy-pastable example if possible
``` python
import numpy
import pandas as pd
idx = pd.date_range('1/1/2016', periods=100, freq='d')
z = pd.DataFrame({"z": numpy.zeros(len(idx))}, index=idx)
obj = pd.DataFrame({"obj": numpy.zeros(len(idx), dtype=numpy.dtype('O'))}, index=idx)
nan = pd.DataFrame({... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14084/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14084/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14085 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14085/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14085/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14085/events | https://github.com/pandas-dev/pandas/pull/14085 | 173,088,307 | MDExOlB1bGxSZXF1ZXN0ODI2Mzk1ODY= | 14,085 | TST/DOC: apply date() with timezones | {
"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": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "3465A4",
"d... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2016-08-25T00:24:10Z | 2016-08-25T22:20:22Z | 2016-08-25T22:20:12Z | CONTRIBUTOR | null | - [x] closes #11757
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14085/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14085/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14085.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14085",
"merged_at": "2016-08-25T22:20:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14085.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14085"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14086 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14086/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14086/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14086/events | https://github.com/pandas-dev/pandas/issues/14086 | 173,148,431 | MDU6SXNzdWUxNzMxNDg0MzE= | 14,086 | ERR: in python >= 3.5 use FileNotFoundError instead of OSError | {
"avatar_url": "https://avatars.githubusercontent.com/u/1475390?v=4",
"events_url": "https://api.github.com/users/brunobeltran/events{/privacy}",
"followers_url": "https://api.github.com/users/brunobeltran/followers",
"following_url": "https://api.github.com/users/brunobeltran/following{/other_user}",
"gists... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "ffa0ff",
"default": false,
"description": "Incorrec... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2016-08-25T08:57:01Z | 2016-09-01T08:19:15Z | 2016-09-01T08:19:15Z | NONE | null | Simple to reproduce:
``` python
import pandas as pd
try:
pd.read_csv('this_file_does_not_exist.csv')
except FileNotFoundError:
print('This should execute.')
```
Instead, I get an OSError, which tells me in text that `OSError: File b'this_file_does_not_exist.csv' does not exist`.
https://docs.python.org/3.5/l... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14086/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14086/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14087 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14087/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14087/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14087/events | https://github.com/pandas-dev/pandas/issues/14087 | 173,291,741 | MDU6SXNzdWUxNzMyOTE3NDE= | 14,087 | Adding datetime.timedelta to Series breaks via .add() but works via addition | {
"avatar_url": "https://avatars.githubusercontent.com/u/8947004?v=4",
"events_url": "https://api.github.com/users/grutts/events{/privacy}",
"followers_url": "https://api.github.com/users/grutts/followers",
"following_url": "https://api.github.com/users/grutts/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": "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... | 2 | 2016-08-25T19:42:39Z | 2016-08-25T20:40:09Z | 2016-08-25T19:55:50Z | NONE | null | Adding a datetime.timedelta to a series of datetime64[ns, UTC] breaks when using the Series .add(offset) method, but works when doing series + offset. This behaviour seems unexpected to me.
Furthermore, adding a pd.Timedelta drops timezone.
``` python
import pandas as pd
import datetime
import pytz
datetime_series =... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14087/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14087/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14088 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14088/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14088/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14088/events | https://github.com/pandas-dev/pandas/issues/14088 | 173,292,427 | MDU6SXNzdWUxNzMyOTI0Mjc= | 14,088 | Cannot subtract tz-aware datetime.datetime from tz-aware datetime64 series. | {
"avatar_url": "https://avatars.githubusercontent.com/u/7705100?v=4",
"events_url": "https://api.github.com/users/RobertasA/events{/privacy}",
"followers_url": "https://api.github.com/users/RobertasA/followers",
"following_url": "https://api.github.com/users/RobertasA/following{/other_user}",
"gists_url": "h... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2016-08-25T19:46:12Z | 2016-09-08T10:35:49Z | 2016-09-08T10:35:40Z | NONE | null | #### Code Sample, a copy-pastable example if possible
``` python
import pytz
import datetime
import pandas as pd
foo = pd.Series(datetime.datetime(2016, 8, 23, 12, tzinfo=pytz.utc))
foo - datetime.datetime(2016, 8, 22, 12, tzinfo=pytz.utc)
---------------------------------------------------------------------------
V... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14088/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14088/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14089 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14089/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14089/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14089/events | https://github.com/pandas-dev/pandas/issues/14089 | 173,329,137 | MDU6SXNzdWUxNzMzMjkxMzc= | 14,089 | df.ix causing exception when index is not from 0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/3696566?v=4",
"events_url": "https://api.github.com/users/swkoh/events{/privacy}",
"followers_url": "https://api.github.com/users/swkoh/followers",
"following_url": "https://api.github.com/users/swkoh/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "00... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 2 | 2016-08-25T22:46:31Z | 2016-08-26T10:20:20Z | 2016-08-26T10:20:20Z | NONE | null | #### Code Sample, a copy-pastable example if possible
When the index is set from 0, df.ix[0,0] works fine.
```
>>> df = pd.DataFrame({'A':[1,2,3], 'B':[10,20,30]},index=[0,1,2])
>>> df
A B
0 1 10
1 2 20
2 3 30
>>> df.ix[0,1]
10
```
When the index is set from other 0, df.ix[0,0] cases exception.
```
>>> 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/14089/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14089/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14090 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14090/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14090/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14090/events | https://github.com/pandas-dev/pandas/pull/14090 | 173,423,788 | MDExOlB1bGxSZXF1ZXN0ODI4Njc1MDE= | 14,090 | BUG: fix tz-aware datetime convert to DatetimeIndex (GH 14088) | {
"avatar_url": "https://avatars.githubusercontent.com/u/20844595?v=4",
"events_url": "https://api.github.com/users/conquistador1492/events{/privacy}",
"followers_url": "https://api.github.com/users/conquistador1492/followers",
"following_url": "https://api.github.com/users/conquistador1492/following{/other_use... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "Timedelta data type",
... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2016-08-26T10:41:20Z | 2016-09-08T10:35:56Z | 2016-09-08T10:35:41Z | CONTRIBUTOR | null | - [x] closes #14088
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14090/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14090/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14090.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14090",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14090.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14090"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14091 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14091/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14091/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14091/events | https://github.com/pandas-dev/pandas/issues/14091 | 173,433,148 | MDU6SXNzdWUxNzM0MzMxNDg= | 14,091 | Can't install pandas-0.18.1 | {
"avatar_url": "https://avatars.githubusercontent.com/u/14891680?v=4",
"events_url": "https://api.github.com/users/ponomarevvl90/events{/privacy}",
"followers_url": "https://api.github.com/users/ponomarevvl90/followers",
"following_url": "https://api.github.com/users/ponomarevvl90/following{/other_user}",
"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 | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 4 | 2016-08-26T11:35:57Z | 2016-08-27T15:59:25Z | 2016-08-27T15:21:00Z | NONE | null | Try to install pandas via pip, but it is failed:
[error.txt](https://github.com/pydata/pandas/files/439154/error.txt)
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14091/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14091/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14092 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14092/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14092/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14092/events | https://github.com/pandas-dev/pandas/pull/14092 | 173,513,060 | MDExOlB1bGxSZXF1ZXN0ODI5MzE0NzI= | 14,092 | BUG: Float64Index.get_value() for tuples. | {
"avatar_url": "https://avatars.githubusercontent.com/u/606089?v=4",
"events_url": "https://api.github.com/users/bkandel/events{/privacy}",
"followers_url": "https://api.github.com/users/bkandel/followers",
"following_url": "https://api.github.com/users/bkandel/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": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2016-08-26T18:19:55Z | 2016-08-26T20:21:45Z | 2016-08-26T20:21:02Z | CONTRIBUTOR | null | - [x] closes #13509
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
Currently, trying to retrieve one tuple-valued entry in a `Series` with
a `Float64Index` will fail (GH 13509). This fixes that bug.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14092/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14092/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14092.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14092",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14092.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14092"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14093 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14093/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14093/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14093/events | https://github.com/pandas-dev/pandas/issues/14093 | 173,525,866 | MDU6SXNzdWUxNzM1MjU4NjY= | 14,093 | ERR: stricter checks on Index construction when tz is passed | {
"avatar_url": "https://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": "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": "ffa0ff",
"default": false,
"description": "I... | 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... | 4 | 2016-08-26T19:28:18Z | 2020-12-22T23:45:29Z | 2020-12-22T23:45:29Z | CONTRIBUTOR | null | from [comment](https://github.com/pydata/pandas/pull/13981#issuecomment-239846027) on #13981
```
In [1]: pd.Index([datetime.datetime(2012,1,1), datetime.datetime(2012,1, 2)], tz="Europe/Brussels")
Out[1]: DatetimeIndex(['2012-01-01 00:00:00+01:00', '2012-01-02 00:00:00+01:00'], dtype='datetime64[ns, Europe/Brussels]'... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14093/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14093/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14094 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14094/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14094/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14094/events | https://github.com/pandas-dev/pandas/issues/14094 | 173,576,164 | MDU6SXNzdWUxNzM1NzYxNjQ= | 14,094 | CLN: What is the purpose of datetools.py? | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 21 | 2016-08-27T03:58:40Z | 2016-09-07T13:16:02Z | 2016-09-07T13:16:02Z | MEMBER | null | The doc-string at the top of <a href="https://github.com/pydata/pandas/blob/0e61847e111a3ba181f16c8b9b974c74d360ad2e/pandas/core/datetools.py">datetools.py</a> seems to indicate this is just a hodge-podge of datetime-related objects. Seems like that could be cleaned up unless there is good reason to have it.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14094/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14094/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14095 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14095/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14095/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14095/events | https://github.com/pandas-dev/pandas/issues/14095 | 173,579,377 | MDU6SXNzdWUxNzM1NzkzNzc= | 14,095 | BUG: resolvers in pandas.eval should accept list-like | {
"avatar_url": "https://avatars.githubusercontent.com/u/1304950?v=4",
"events_url": "https://api.github.com/users/sdementen/events{/privacy}",
"followers_url": "https://api.github.com/users/sdementen/followers",
"following_url": "https://api.github.com/users/sdementen/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"
}
] | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2016-08-27T05:33:15Z | 2016-08-31T16:05:06Z | 2016-08-31T16:05:06Z | CONTRIBUTOR | null | I think the resolvers argument of pandas.eval requires a tuple and not a list
```
resolvers : list of dict-like or None, optional
A list of objects implementing the __getitem__ special method that you can use to inject an additional collection of namespaces to use for variable lookup. For example, this is used in 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/14095/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14095/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14096 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14096/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14096/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14096/events | https://github.com/pandas-dev/pandas/pull/14096 | 173,580,410 | MDExOlB1bGxSZXF1ZXN0ODI5NzkwODk= | 14,096 | DEPR: Deprecated Index.to_datetime | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2016-08-27T06:02:54Z | 2016-08-27T16:30:47Z | 2016-08-27T09:21:45Z | MEMBER | null | Deprecates both `Index.to_datetime` and `DatetimeIndex.to_datetime` in favor of `pd.to_datetime`.
Partially addresses #8254.
Closes #5612 because `pd.to_datetime` does have a `format` argument.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14096/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14096/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14096.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14096",
"merged_at": "2016-08-27T09:21:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14096.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14096"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14097 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14097/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14097/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14097/events | https://github.com/pandas-dev/pandas/pull/14097 | 173,592,016 | MDExOlB1bGxSZXF1ZXN0ODI5ODU3MjI= | 14,097 | Added consistent pandas imports in io documentation | {
"avatar_url": "https://avatars.githubusercontent.com/u/7591667?v=4",
"events_url": "https://api.github.com/users/jackieleng/events{/privacy}",
"followers_url": "https://api.github.com/users/jackieleng/followers",
"following_url": "https://api.github.com/users/jackieleng/following{/other_user}",
"gists_url":... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2017-05-06T10:20:19Z",
"closed_issues": 987,
"created_at": "2016-02-08T15:30:21Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2016-08-27T11:36:01Z | 2016-08-29T12:24:35Z | 2016-08-29T12:24:29Z | CONTRIBUTOR | null | Partially addresses #9886
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14097/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14097/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14097.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14097",
"merged_at": "2016-08-29T12:24:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14097.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14097"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14098 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14098/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14098/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14098/events | https://github.com/pandas-dev/pandas/pull/14098 | 173,594,233 | MDExOlB1bGxSZXF1ZXN0ODI5ODY5OTk= | 14,098 | DOC: Improved links between expanding and cum* (GH12651) | {
"avatar_url": "https://avatars.githubusercontent.com/u/4030444?v=4",
"events_url": "https://api.github.com/users/adrian-stepien/events{/privacy}",
"followers_url": "https://api.github.com/users/adrian-stepien/followers",
"following_url": "https://api.github.com/users/adrian-stepien/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, S... | closed | false | null | [] | {
"closed_at": "2017-05-06T10:20:19Z",
"closed_issues": 987,
"created_at": "2016-02-08T15:30:21Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2016-08-27T12:39:10Z | 2016-12-14T14:57:41Z | 2016-12-14T14:54:21Z | CONTRIBUTOR | null | - [x] closes #12651
- [x] passes `git diff upstream/master | flake8 --diff`
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14098/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14098/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14098.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14098",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/14098.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14098"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14099 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14099/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14099/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14099/events | https://github.com/pandas-dev/pandas/pull/14099 | 173,602,199 | MDExOlB1bGxSZXF1ZXN0ODI5OTEyNzE= | 14,099 | CLN/PERF: clean-up of the benchmarks | {
"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": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "207de5",
"default"... | closed | false | null | [] | {
"closed_at": "2017-05-06T10:20:19Z",
"closed_issues": 987,
"created_at": "2016-02-08T15:30:21Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 9 | 2016-08-27T15:53:54Z | 2016-12-10T14:33:32Z | 2016-12-10T14:30:31Z | MEMBER | null | Related to https://github.com/pydata/pandas/issues/10849 (similar to https://github.com/pydata/pandas/pull/10998)
Just putting this up, was doing some time ago, but not yet fully ready, and thought to already merge this (if the content is OK) to not get too much conflicts.
Gist: removing redundancy by gathering 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/14099/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14099/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14099.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14099",
"merged_at": "2016-12-10T14:30:31Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14099.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14099"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14100 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14100/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14100/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14100/events | https://github.com/pandas-dev/pandas/pull/14100 | 173,602,501 | MDExOlB1bGxSZXF1ZXN0ODI5OTE0NDQ= | 14,100 | COMPAT/BLD: int dtype in json tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/1924092?v=4",
"events_url": "https://api.github.com/users/chris-b1/events{/privacy}",
"followers_url": "https://api.github.com/users/chris-b1/followers",
"following_url": "https://api.github.com/users/chris-b1/following{/other_user}",
"gists_url": "http... | [
{
"color": "fbca04",
"default": false,
"description": "Windows OS",
"id": 57186974,
"name": "Windows",
"node_id": "MDU6TGFiZWw1NzE4Njk3NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Windows"
},
{
"color": "0052cc",
"default": false,
"description": "p... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 5 | 2016-08-27T16:01:08Z | 2016-08-28T13:14:59Z | 2016-08-28T13:14:55Z | CONTRIBUTOR | null | Fixes failing windows build
https://ci.appveyor.com/project/jreback/pandas-465/build/job/p8hju341jyhnkogc
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14100/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14100/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14100.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14100",
"merged_at": "2016-08-28T13:14:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14100.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14100"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14101 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14101/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14101/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14101/events | https://github.com/pandas-dev/pandas/pull/14101 | 173,607,261 | MDExOlB1bGxSZXF1ZXN0ODI5OTQxMTM= | 14,101 | DEPR: Deprecate Timestamp.to_datetime | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2016-08-27T17:51:19Z | 2016-08-29T12:42:52Z | 2016-08-29T12:42:43Z | MEMBER | null | 1) Deprecate `NaT.to_datetime`
2) Deprecate `Timestamp.to_datetime`
3) Issue `UserWarning` in `Timestamp.to_datetime` when nanoseconds is non-zero
`NaT` is also a `_Timestamp`, so the second deprecation covered the first one as well.
Closes #8254.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14101/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14101/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14101.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14101",
"merged_at": "2016-08-29T12:42:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14101.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14101"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14102 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14102/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14102/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14102/events | https://github.com/pandas-dev/pandas/issues/14102 | 173,614,904 | MDU6SXNzdWUxNzM2MTQ5MDQ= | 14,102 | No labels on X-axis on charts with secondary_y=True | {
"avatar_url": "https://avatars.githubusercontent.com/u/443137?v=4",
"events_url": "https://api.github.com/users/dmage/events{/privacy}",
"followers_url": "https://api.github.com/users/dmage/followers",
"following_url": "https://api.github.com/users/dmage/following{/other_user}",
"gists_url": "https://api.gi... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | open | false | null | [] | null | 1 | 2016-08-27T20:51:53Z | 2016-08-29T12:27:11Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
```
#!/usr/bin/env python3
import matplotlib.pyplot as plt
import pandas as pd
# some data
s1 = pd.Series(data=[5,7,6,8,7], index=[1,2,3,4,5])
s2 = pd.Series(data=[6,4,5,3,4], index=[1,2,3,4,5])
ax = plt.subplot(2, 1, 1)
s1.plot(ax=ax)
s2.plot(ax=ax, secondary_y=... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14102/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14102/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14103 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14103/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14103/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14103/events | https://github.com/pandas-dev/pandas/issues/14103 | 173,621,808 | MDU6SXNzdWUxNzM2MjE4MDg= | 14,103 | pandas sort_values significantly slower on Python 3.5.2 vs. Python 2.7.12 | {
"avatar_url": "https://avatars.githubusercontent.com/u/21284822?v=4",
"events_url": "https://api.github.com/users/samlalwani/events{/privacy}",
"followers_url": "https://api.github.com/users/samlalwani/followers",
"following_url": "https://api.github.com/users/samlalwani/following{/other_user}",
"gists_url"... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "009800",
"default"... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 2 | 2016-08-28T00:08:49Z | 2016-08-28T13:06:06Z | 2016-08-28T13:05:43Z | NONE | null | #### Code Sample, a copy-pastable example if possible
import pandas as pd
import numpy as np
from time import time
import sys
df_data = pd.DataFrame(np.random.randint(0,int(1e6),int(20e6)), columns=['pop_id'])
df_data['PL_dB'] = 50 + np.random.random(df_data.shape[0]) \* 100
df_data['Rx_dBm'] = 23 - df_data.PL_dB
df_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14103/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14103/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14104 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14104/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14104/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14104/events | https://github.com/pandas-dev/pandas/issues/14104 | 173,625,269 | MDU6SXNzdWUxNzM2MjUyNjk= | 14,104 | first/last converts datetime into float | {
"avatar_url": "https://avatars.githubusercontent.com/u/1593648?v=4",
"events_url": "https://api.github.com/users/pkch/events{/privacy}",
"followers_url": "https://api.github.com/users/pkch/followers",
"following_url": "https://api.github.com/users/pkch/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": "e102d8",
"default": false,
"description": "Unexpected or b... | 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 | 2016-08-28T02:18:43Z | 2016-08-28T13:11:55Z | 2016-08-28T13:11:39Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```
import pandas as pd
df = pd.DataFrame({'a': [1, 1, 2, 2], 'b': pd.to_datetime(['a', 'a', '12-23-2015', '12-24-2015'],
errors='coerce')})
df.groupby('a').b.first().dtype
```
#### Expected Output
last line is supposed to show datetime64[ns] 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/14104/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14104/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14105 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14105/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14105/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14105/events | https://github.com/pandas-dev/pandas/pull/14105 | 173,634,787 | MDExOlB1bGxSZXF1ZXN0ODMwMDkxMzY= | 14,105 | DEPR: Deprecate pandas.core.datetools | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 27 | 2016-08-28T07:54:54Z | 2016-09-07T13:24:30Z | 2016-09-07T13:16:02Z | MEMBER | null | Title is self-explanatory. Closes #14094.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14105/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14105/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/14105.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/14105",
"merged_at": "2016-09-07T13:16:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/14105.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/14105"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/14106 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14106/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14106/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14106/events | https://github.com/pandas-dev/pandas/issues/14106 | 173,637,022 | MDU6SXNzdWUxNzM2MzcwMjI= | 14,106 | MultiIndex with dateutil tzlocal data corruption | {
"avatar_url": "https://avatars.githubusercontent.com/u/17240340?v=4",
"events_url": "https://api.github.com/users/dbivolaru/events{/privacy}",
"followers_url": "https://api.github.com/users/dbivolaru/followers",
"following_url": "https://api.github.com/users/dbivolaru/following{/other_user}",
"gists_url": "... | [
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
},
{
"color": "5319e7",
... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 2 | 2016-08-28T09:05:12Z | 2016-08-28T13:20:14Z | 2016-08-28T13:14:10Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```
In [1]: %paste
import datetime
from dateutil.tz import tzlocal, tzutc
import pandas
d = {
datetime.datetime(2016, 8, 26, 20, 23, tzinfo=tzlocal()): {
'A': 10481.0,
'B': 12,
'C': 'text'
},
datetime.datetime(2016, 8, 26, 20, 2... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14106/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14106/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/14107 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/14107/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/14107/comments | https://api.github.com/repos/pandas-dev/pandas/issues/14107/events | https://github.com/pandas-dev/pandas/issues/14107 | 173,641,221 | MDU6SXNzdWUxNzM2NDEyMjE= | 14,107 | pandas.core.groupby.SeriesGroupBy.hist doesn't propagate **kwargs | {
"avatar_url": "https://avatars.githubusercontent.com/u/3472343?v=4",
"events_url": "https://api.github.com/users/yonatanp/events{/privacy}",
"followers_url": "https://api.github.com/users/yonatanp/followers",
"following_url": "https://api.github.com/users/yonatanp/following{/other_user}",
"gists_url": "http... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"color": "AD7FA8",
"default": false,
"description": nul... | closed | false | null | [] | null | 3 | 2016-08-28T11:11:42Z | 2021-05-01T23:26:12Z | 2021-05-01T23:26:11Z | NONE | null | When calling `my_groupby.hist(bins=8, histtype='stepfilled')` I would expect the same behavior as when calling `my_series.hist(bins=8, histtype='stepfilled')` separately for each of the groups.
However, while the 'bins' parameter is taken into account, the 'histtype' parameter is ignored and not passed along to matplot... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/14107/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/14107/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.