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/13004
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13004/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13004/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13004/events
https://github.com/pandas-dev/pandas/pull/13004
151,260,358
MDExOlB1bGxSZXF1ZXN0Njc5NzI3NzM=
13,004
DOC: more pd.to_datetime examples
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
5
2016-04-26T23:08:58Z
2016-04-27T21:36:53Z
2016-04-27T13:31:17Z
CONTRIBUTOR
null
xref #12996
{ "+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/13004/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13004/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13004.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13004", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13004.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13004" }
https://api.github.com/repos/pandas-dev/pandas/issues/13005
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13005/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13005/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13005/events
https://github.com/pandas-dev/pandas/pull/13005
151,264,353
MDExOlB1bGxSZXF1ZXN0Njc5NzU0NDc=
13,005
PERF: don't create the skiprows set if using the c-parser
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "5319e7", "default"...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
2
2016-04-26T23:38:06Z
2016-04-27T12:29:55Z
2016-04-27T12:29:55Z
CONTRIBUTOR
null
``` In [4]: DataFrame(np.random.randn(1000000,1)).to_csv('test.csv',index=False) ``` branch ``` In [1]: %memit pd.read_csv('test.csv',skiprows=999999) peak memory: 65.74 MiB, increment: 1.59 MiB In [2]: %memit pd.read_csv('test.csv',skiprows=999999) peak memory: 65.89 MiB, increment: 0.22 MiB In [3]: %memit pd.rea...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13005/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13005/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13005.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13005", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13005.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13005" }
https://api.github.com/repos/pandas-dev/pandas/issues/13006
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13006/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13006/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13006/events
https://github.com/pandas-dev/pandas/issues/13006
151,268,829
MDU6SXNzdWUxNTEyNjg4Mjk=
13,006
BUG: Type error when comparing numpy scalar to pandas series
{ "avatar_url": "https://avatars.githubusercontent.com/u/1490832?v=4", "events_url": "https://api.github.com/users/rocurley/events{/privacy}", "followers_url": "https://api.github.com/users/rocurley/followers", "following_url": "https://api.github.com/users/rocurley/following{/other_user}", "gists_url": "http...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
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-04-27T00:15:47Z
2016-06-03T15:04:18Z
2016-06-03T15:04:18Z
NONE
null
Hi, I'm getting strange results when comparing a numpy float to a pandas series. It seems to think that the numpy float is some sort of array... ``` python import numpy as np import pandas as pd np.float64(0) < pd.Series([1,2,3],dtype=np.float64) ``` #### Expected Output ``` 0 True 1 True 2 True dtype: bool...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13006/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13006/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13007
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13007/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13007/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13007/events
https://github.com/pandas-dev/pandas/pull/13007
151,297,598
MDExOlB1bGxSZXF1ZXN0Njc5OTU5ODU=
13,007
BUG: COMPAT:0.18 added scipy version check GH12887
{ "avatar_url": "https://avatars.githubusercontent.com/u/7530947?v=4", "events_url": "https://api.github.com/users/jmwoloso/events{/privacy}", "followers_url": "https://api.github.com/users/jmwoloso/followers", "following_url": "https://api.github.com/users/jmwoloso/following{/other_user}", "gists_url": "http...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "0052cc"...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
27
2016-04-27T04:40:51Z
2016-05-03T01:17:01Z
2016-05-03T01:08:47Z
NONE
null
- [x] closes #12887 - [X] tests passed (Tests specific to this issue now pass with scipy dev and numpy dev versions that I was using when I opened the issue) - [X] passes `git diff upstream/master | flake8 --diff` - [X] whatsnew entry @jreback @TomAugspurger
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13007/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13007/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13007.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13007", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13007.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13007" }
https://api.github.com/repos/pandas-dev/pandas/issues/13008
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13008/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13008/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13008/events
https://github.com/pandas-dev/pandas/pull/13008
151,367,027
MDExOlB1bGxSZXF1ZXN0NjgwNDA1Mzg=
13,008
PERF: Improved performance for .str.encode/decode
{ "avatar_url": "https://avatars.githubusercontent.com/u/53390?v=4", "events_url": "https://api.github.com/users/Winand/events{/privacy}", "followers_url": "https://api.github.com/users/Winand/followers", "following_url": "https://api.github.com/users/Winand/following{/other_user}", "gists_url": "https://api....
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "5319e7", "default"...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
6
2016-04-27T11:53:48Z
2016-04-28T13:40:00Z
2016-04-28T13:39:57Z
CONTRIBUTOR
null
I need such a patch to read huge `sas` tables encoded in `cp1251`. I'm not experienced enough to determine if such a patch is really needed here, but well.. it gives some speed in certain situations. Optimize string encoding-decoding, leave default implementation for CPython optimized encodings, (see https://docs.pyth...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13008/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13008/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13008.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13008", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13008.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13008" }
https://api.github.com/repos/pandas-dev/pandas/issues/13009
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13009/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13009/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13009/events
https://github.com/pandas-dev/pandas/pull/13009
151,372,921
MDExOlB1bGxSZXF1ZXN0NjgwNDQ3MDE=
13,009
DOC: fix whatsnew
{ "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-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
2
2016-04-27T12:28:23Z
2016-04-27T13:33:34Z
2016-04-27T13:33:18Z
MEMBER
null
Fixes few doc build warnings + small restructure of headings more consistent with previous releases)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13009/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13009/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13009.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13009", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13009.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13009" }
https://api.github.com/repos/pandas-dev/pandas/issues/13010
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13010/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13010/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13010/events
https://github.com/pandas-dev/pandas/pull/13010
151,407,190
MDExOlB1bGxSZXF1ZXN0NjgwNjc4NjQ=
13,010
COMPAT: some compatibility fixes with new numpies
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
8
2016-04-27T14:57:16Z
2016-04-27T18:32:25Z
2016-04-27T18:32:25Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13010/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13010/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13010.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13010", "merged_at": "2016-04-27T18:32:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13010.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13010" }
https://api.github.com/repos/pandas-dev/pandas/issues/13011
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13011/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13011/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13011/events
https://github.com/pandas-dev/pandas/pull/13011
151,415,787
MDExOlB1bGxSZXF1ZXN0NjgwNzM5MTA=
13,011
API, DOC: Clarify and Enforce Array to be 1-D during SparseArray Init Construction
{ "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": "009800", "default": false, "description": "Sparse Data Type", "id": 49182326, "name": "Sparse", "node_id": "MDU6TGFiZWw0OTE4MjMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Sparse" }, { "color": "0052cc", "default": false, "description"...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
3
2016-04-27T15:29:39Z
2016-04-28T14:04:38Z
2016-04-28T14:04:31Z
MEMBER
null
Title is self-explanatory. Note that this behaviour was already implicitly enforced, but this makes the enforcement explicit. Closes #12794.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13011/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13011/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13011.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13011", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13011.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13011" }
https://api.github.com/repos/pandas-dev/pandas/issues/13012
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13012/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13012/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13012/events
https://github.com/pandas-dev/pandas/pull/13012
151,417,985
MDExOlB1bGxSZXF1ZXN0NjgwNzU0ODQ=
13,012
API, DEPR: Raise and Deprecate Reshape for Pandas Objects
{ "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": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "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...
30
2016-04-27T15:38:35Z
2016-07-14T10:21:38Z
2016-07-14T10:21:25Z
MEMBER
null
`reshape` largely exists for compat reasons with `numpy` but in the interests of moving away from that, this PR will cause objects like `Series`, `Index`, and `Categorical` to deprecate OR raise when such a method is called.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13012/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13012/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13012.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13012", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13012.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13012" }
https://api.github.com/repos/pandas-dev/pandas/issues/13013
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13013/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13013/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13013/events
https://github.com/pandas-dev/pandas/issues/13013
151,501,494
MDU6SXNzdWUxNTE1MDE0OTQ=
13,013
cannot truncate a timeseries without sorting it first
{ "avatar_url": "https://avatars.githubusercontent.com/u/17550021?v=4", "events_url": "https://api.github.com/users/hshteingart/events{/privacy}", "followers_url": "https://api.github.com/users/hshteingart/followers", "following_url": "https://api.github.com/users/hshteingart/following{/other_user}", "gists_u...
[ { "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": "0052cc", "default": false, "description": null, ...
closed
false
null
[]
null
2
2016-04-27T22:00:26Z
2016-04-27T22:55:02Z
2016-04-27T22:54:52Z
NONE
null
#### Code Sample, a copy-pastable example if possible ``` pd.Series(index=pd.to_datetime(['2016-04-15 21:18:04.683115', '2016-04-15 21:18:05.384231', '2016-04-15 21:18:05.504638', '2016-04-15 21:18:05.510117', '2016-04-15 21:18:05.370865', '2016-04-15 21:18:05.577177', '201...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13013/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13013/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13014
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13014/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13014/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13014/events
https://github.com/pandas-dev/pandas/pull/13014
151,555,281
MDExOlB1bGxSZXF1ZXN0NjgxNjc0ODE=
13,014
BUG: .isin(...) now coerces sets to lists
{ "avatar_url": "https://avatars.githubusercontent.com/u/1684060?v=4", "events_url": "https://api.github.com/users/mao-liu/events{/privacy}", "followers_url": "https://api.github.com/users/mao-liu/followers", "following_url": "https://api.github.com/users/mao-liu/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-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
8
2016-04-28T05:54:12Z
2016-05-01T22:25:47Z
2016-05-01T15:29:52Z
NONE
null
- [ ] closes #12988 - [ ] tests added, passed - [ ] passes `git diff upstream/master | flake8 --diff` - [ ] `comp.isin(values)` now coerces `values` from a set into a list. This was failing when `comp` is a datetime dtype and `values` is a set, where `.isin` will try to run `to_datetime(values)` on the unordered set an...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13014/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13014/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13014.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13014", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13014.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13014" }
https://api.github.com/repos/pandas-dev/pandas/issues/13015
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13015/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13015/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13015/events
https://github.com/pandas-dev/pandas/issues/13015
151,564,999
MDU6SXNzdWUxNTE1NjQ5OTk=
13,015
TST: Can't Seem to Run Individual Test Suites in pandas/io
{ "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": "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
5
2016-04-28T07:08:34Z
2016-04-29T19:00:45Z
2016-04-29T18:55:02Z
MEMBER
null
``` $ python /home/user/Repositories/pandas/pandas/io/tests/test_data.py Traceback (most recent call last): File "/home/user/Repositories/pandas/pandas/io/tests/test_data.py", line 4, in <module> from pandas import compat File "/home/user/miniconda2/envs/pandas-dev/lib/python2.7/site-packages/pandas/__init__.py...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13015/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13015/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13016
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13016/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13016/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13016/events
https://github.com/pandas-dev/pandas/issues/13016
151,646,081
MDU6SXNzdWUxNTE2NDYwODE=
13,016
Pandas pytables interface doesn't create empty table datasets
{ "avatar_url": "https://avatars.githubusercontent.com/u/2169748?v=4", "events_url": "https://api.github.com/users/damionw/events{/privacy}", "followers_url": "https://api.github.com/users/damionw/followers", "following_url": "https://api.github.com/users/damionw/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_hdf, HDFStore", ...
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", ...
27
2016-04-28T13:49:01Z
2021-04-23T05:11:04Z
null
NONE
null
Pandas used to allow the writing of empty HDF5 datasets through its pytables interface code. However, after upgrading to 0.17 (from 0.11), we've discovered that this behaviour is intentionally short circuited. The library behaves as though the dataset is being written, but simply ignores the request and the resulting H...
{ "+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/13016/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13016/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13017
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13017/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13017/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13017/events
https://github.com/pandas-dev/pandas/issues/13017
151,649,448
MDU6SXNzdWUxNTE2NDk0NDg=
13,017
Three or more unnamed fields block loc assignment
{ "avatar_url": "https://avatars.githubusercontent.com/u/4622202?v=4", "events_url": "https://api.github.com/users/JakeCowton/events{/privacy}", "followers_url": "https://api.github.com/users/JakeCowton/followers", "following_url": "https://api.github.com/users/JakeCowton/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": 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", ...
10
2016-04-28T14:03:33Z
2021-04-24T03:50:22Z
2021-04-24T03:50:21Z
NONE
null
Writing a dataframe to csv using `df.to_csv("/path/to/file.csv")` causes the creation of an "unnamed" field containing the indexes of the rows. Continually writing/reading to/from this file will result in many "unnamed" fields. Once there are three unnamed fields you can no longer use loc to replace values, what's more...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13017/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13017/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13018
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13018/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13018/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13018/events
https://github.com/pandas-dev/pandas/issues/13018
151,674,728
MDU6SXNzdWUxNTE2NzQ3Mjg=
13,018
Failed ri2py conversion of Vectors.ListVector object to Python dictionary
{ "avatar_url": "https://avatars.githubusercontent.com/u/13602663?v=4", "events_url": "https://api.github.com/users/ParfaitG/events{/privacy}", "followers_url": "https://api.github.com/users/ParfaitG/followers", "following_url": "https://api.github.com/users/ParfaitG/following{/other_user}", "gists_url": "htt...
[ { "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...
10
2016-04-28T15:36:02Z
2017-01-16T16:22:36Z
2016-04-28T15:46:22Z
CONTRIBUTOR
null
Current conversion of R objects into Python usng `pandas2ri.ri2py` does not work for the `<class 'rpy2.robjects.vectors.ListVector'>` object. As noted [here](http://pandas.pydata.org/pandas-docs/stable/r_interface.html), `pandas2ri.py2ri()` and `pandas2ri.ri2py()` are current methods to handle conversion. However, prev...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13018/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13018/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13019
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13019/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13019/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13019/events
https://github.com/pandas-dev/pandas/issues/13019
151,691,376
MDU6SXNzdWUxNTE2OTEzNzY=
13,019
Categorical dtypes cause error when attempting stacked bar plot
{ "avatar_url": "https://avatars.githubusercontent.com/u/1315854?v=4", "events_url": "https://api.github.com/users/msure/events{/privacy}", "followers_url": "https://api.github.com/users/msure/followers", "following_url": "https://api.github.com/users/msure/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": "8AE234", "d...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
4
2016-04-28T16:49:51Z
2016-04-30T14:25:43Z
2016-04-30T14:25:43Z
NONE
null
#### Code Setup w/ Fake Dataset ``` python import numpy as np import pandas as pd from pandas import Series, DataFrame # running this code in terminal/ipython %matplotlib qt import matplotlib.pylab import matplotlib.pyplot as plt geographies = ['north america', 'central/south america', 'europe', 'africa', 'asia', 'o...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13019/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13019/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13020
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13020/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13020/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13020/events
https://github.com/pandas-dev/pandas/issues/13020
151,717,849
MDU6SXNzdWUxNTE3MTc4NDk=
13,020
Unclear error produced by resampling with NaT in Index
{ "avatar_url": "https://avatars.githubusercontent.com/u/1348834?v=4", "events_url": "https://api.github.com/users/patricktokeeffe/events{/privacy}", "followers_url": "https://api.github.com/users/patricktokeeffe/followers", "following_url": "https://api.github.com/users/patricktokeeffe/following{/other_user}",...
[ { "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": "d7e102", "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-04-28T18:58:36Z
2016-05-18T22:10:30Z
2016-05-18T22:10:30Z
CONTRIBUTOR
null
Similar to #4746, trying to `resample` with an index containing `NaT` produces rather ambiguous error messages of the form: > ValueError: Shape of passed values is (2, 5), indices imply (2, 4) Something like `cannot resample from index containing Not-a-Time (NaT)` would be more helpful to users. #### MWE ``` pytho...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13020/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13020/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13021
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13021/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13021/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13021/events
https://github.com/pandas-dev/pandas/issues/13021
151,738,115
MDU6SXNzdWUxNTE3MzgxMTU=
13,021
to_html formatter not called for float values in a mixed-type column
{ "avatar_url": "https://avatars.githubusercontent.com/u/4314666?v=4", "events_url": "https://api.github.com/users/patricksurry/events{/privacy}", "followers_url": "https://api.github.com/users/patricksurry/followers", "following_url": "https://api.github.com/users/patricksurry/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "006b75", "default": false, "description": "read_html, to_html, Styl...
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", ...
8
2016-04-28T20:40:37Z
2021-04-24T03:52:09Z
null
NONE
null
#### When column x has float64 type, the custom formatter is applied to every value ``` t = pd.DataFrame([[0], [10.4], [3]], columns=['x']) display(HTML(t.to_html(formatters=dict(x='xxx'.format)))) x ------ 0 xxx 1 xxx 2 xxx ``` #### But when column x is mixed type, the formatter isn't called for (only) floatin...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13021/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13021/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13022
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13022/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13022/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13022/events
https://github.com/pandas-dev/pandas/issues/13022
151,738,166
MDU6SXNzdWUxNTE3MzgxNjY=
13,022
BUG: resample with TimedeltaIndex, fenceposts are off
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "207de5", "default": false, "description": "resample method", "i...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github...
3
2016-04-28T20:40:50Z
2018-09-05T11:31:04Z
2018-09-05T11:31:04Z
CONTRIBUTOR
null
brought up in #12925 some examples in #15167 Resampling fence posts are off when upsampling < 1 Day. ``` In [5]: df = DataFrame(data=[[1, 3], [-5, 10], [0, 0]],index=pd.timedelta_range('00:00:00','00:10:00',freq='5T')) In [6]: df.resample('1T').asfreq() Out[6]: 0 1 00:00:00 1.0 3.0 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/13022/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13022/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13023
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13023/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13023/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13023/events
https://github.com/pandas-dev/pandas/issues/13023
151,769,755
MDU6SXNzdWUxNTE3Njk3NTU=
13,023
equals method of dataframe doesn't return the same as (df1 == df2).all().all()
{ "avatar_url": "https://avatars.githubusercontent.com/u/11671536?v=4", "events_url": "https://api.github.com/users/d-chambers/events{/privacy}", "followers_url": "https://api.github.com/users/d-chambers/followers", "following_url": "https://api.github.com/users/d-chambers/following{/other_user}", "gists_url"...
[ { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" }, { "color": "005...
closed
false
null
[]
null
2
2016-04-29T00:04:47Z
2016-04-29T13:57:01Z
2016-04-29T13:56:53Z
NONE
null
I have created two dataframes with earthquake data that I am trying to compare. The elements in the dataframes should be equal. The files are attached below. [broken_df.zip](https://github.com/pydata/pandas/files/241604/broken_df.zip) #### Code Sample, a copy-pastable example if possible ``` python 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/13023/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13023/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13024
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13024/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13024/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13024/events
https://github.com/pandas-dev/pandas/pull/13024
151,771,884
MDExOlB1bGxSZXF1ZXN0NjgzMTA5Mzg=
13,024
Update truncate() documentation and testcases
{ "avatar_url": "https://avatars.githubusercontent.com/u/50109?v=4", "events_url": "https://api.github.com/users/gliptak/events{/privacy}", "followers_url": "https://api.github.com/users/gliptak/followers", "following_url": "https://api.github.com/users/gliptak/following{/other_user}", "gists_url": "https://a...
[ { "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...
12
2016-04-29T00:25:06Z
2016-05-07T22:41:26Z
2016-05-07T16:53:42Z
CONTRIBUTOR
null
- [x] closes #11382 - [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/13024/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13024/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13024.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13024", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13024.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13024" }
https://api.github.com/repos/pandas-dev/pandas/issues/13025
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13025/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13025/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13025/events
https://github.com/pandas-dev/pandas/pull/13025
151,778,642
MDExOlB1bGxSZXF1ZXN0NjgzMTU2Njk=
13,025
BUG:plot.bar misalignment when width=1
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "8AE234", "default": false, "description": null, "id": 2413328, ...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
4
2016-04-29T01:42:49Z
2016-04-29T16:09:20Z
2016-04-29T16:09:14Z
MEMBER
null
- [x] closes #12979 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry Enabled true division. It also prevents differences between py2 / py3.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13025/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13025/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13025.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13025", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13025.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13025" }
https://api.github.com/repos/pandas-dev/pandas/issues/13026
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13026/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13026/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13026/events
https://github.com/pandas-dev/pandas/pull/13026
151,783,543
MDExOlB1bGxSZXF1ZXN0NjgzMTg5Nzc=
13,026
BUG/TST: Calling shift on a DatetimeIndex of length 0 returns an Index in…
{ "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": "C4A000", "default": false, "description": "pandas testing functions...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
2
2016-04-29T02:48:16Z
2016-04-29T15:59:42Z
2016-04-29T15:59:08Z
MEMBER
null
- [x] closes #9903 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - ~~whatsnew entry~~ No what's new as the fixed timing is unclear.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13026/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13026/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13026.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13026", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13026.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13026" }
https://api.github.com/repos/pandas-dev/pandas/issues/13027
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13027/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13027/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13027/events
https://github.com/pandas-dev/pandas/issues/13027
151,785,732
MDU6SXNzdWUxNTE3ODU3MzI=
13,027
DEPR: pd.Series.between
{ "avatar_url": "https://avatars.githubusercontent.com/u/3209516?v=4", "events_url": "https://api.github.com/users/colinalexander/events{/privacy}", "followers_url": "https://api.github.com/users/colinalexander/followers", "following_url": "https://api.github.com/users/colinalexander/following{/other_user}", ...
[ { "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": "53...
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-04-29T03:17:39Z
2021-04-24T03:52:44Z
null
NONE
null
deprecate `between` in favor of other indexing options (e.g. `loc`) xref: https://github.com/pydata/pandas/issues/12398, #12402 (not merged)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13027/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13027/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13028
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13028/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13028/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13028/events
https://github.com/pandas-dev/pandas/pull/13028
151,787,089
MDExOlB1bGxSZXF1ZXN0NjgzMjExNzk=
13,028
BUG/TST: TimeGrouper has erroneous groups if key length is too short
{ "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": "C4A000", "default": false, "description": "pandas testing functions...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
0
2016-04-29T03:35:37Z
2016-04-29T13:40:30Z
2016-04-29T13:40:30Z
MEMBER
null
- [x] closes #8542 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - ~~whatsnew entry~~ No what's new as the fixed timing is unclear. **NOTE** Different from `TimeGrouper` with single key, it doesn't interpolate missing datetimes between existing keys (same as current behavior of ke...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13028/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13028/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13028.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13028", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13028.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13028" }
https://api.github.com/repos/pandas-dev/pandas/issues/13029
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13029/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13029/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13029/events
https://github.com/pandas-dev/pandas/issues/13029
151,848,950
MDU6SXNzdWUxNTE4NDg5NTA=
13,029
DOC: additional join examples in "10 Minutes to pandas"
{ "avatar_url": "https://avatars.githubusercontent.com/u/5917788?v=4", "events_url": "https://api.github.com/users/DavidDobr/events{/privacy}", "followers_url": "https://api.github.com/users/DavidDobr/followers", "following_url": "https://api.github.com/users/DavidDobr/following{/other_user}", "gists_url": "h...
[ { "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": "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-04-29T11:50:55Z
2016-05-13T23:14:52Z
2016-05-13T23:14:43Z
NONE
null
--- Tutorial at [pandas.pydata.org/pandas-docs/stable/10min.html](http://pandas.pydata.org/pandas-docs/stable/10min.html) has the following code, where the obvious mistake is having only 1 key "foo" instead of 2 keys: "foo" and "bar" throughout the whole example --- # Join ## SQL style merges. See the Database style...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13029/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13029/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13030
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13030/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13030/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13030/events
https://github.com/pandas-dev/pandas/issues/13030
151,946,735
MDU6SXNzdWUxNTE5NDY3MzU=
13,030
pd.to_datetime giving invalid output
{ "avatar_url": "https://avatars.githubusercontent.com/u/11199045?v=4", "events_url": "https://api.github.com/users/sumitbinnani/events{/privacy}", "followers_url": "https://api.github.com/users/sumitbinnani/followers", "following_url": "https://api.github.com/users/sumitbinnani/following{/other_user}", "gist...
[ { "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": 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-04-29T19:06:07Z
2016-04-29T19:15:09Z
2016-04-29T19:15:00Z
NONE
null
This works: ``` >>> pd.to_datetime(1, unit='D') Timestamp('1970-01-02 00:00:00') ``` However, the following gives incorrect output: ``` >>> pd.to_datetime(1, unit='D', errors='coerce') NaT ``` #### Details of Configuration: python: 2.7.11.final.0 python-bits: 64 OS: Windows OS-release: 10 machine: AMD64 processor: ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13030/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13030/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13031
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13031/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13031/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13031/events
https://github.com/pandas-dev/pandas/issues/13031
151,961,832
MDU6SXNzdWUxNTE5NjE4MzI=
13,031
Feature request: pandas.DataFrame.to_sas
{ "avatar_url": "https://avatars.githubusercontent.com/u/7373718?v=4", "events_url": "https://api.github.com/users/mhooreman/events{/privacy}", "followers_url": "https://api.github.com/users/mhooreman/followers", "following_url": "https://api.github.com/users/mhooreman/following{/other_user}", "gists_url": "h...
[ { "color": "5319e7", "default": false, "description": "SAS: read_sas", "id": 258745163, "name": "IO SAS", "node_id": "MDU6TGFiZWwyNTg3NDUxNjM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SAS" } ]
closed
false
null
[]
null
1
2016-04-29T20:28:29Z
2016-04-29T20:40:35Z
2016-04-29T20:40:31Z
NONE
null
Hello, I find very usefull `pandas.read_sas` but, as I'm collaborating a lot with SAS users, I'm wondering if there are some plans to implement `pandas.DataFrame.to_sas`? Up to now, the only possibility I see is to pass through common file formats like `pandas.DataFrame.to_csv`. Thanks a lot for your help. Best reg...
{ "+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/13031/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13031/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13032
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13032/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13032/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13032/events
https://github.com/pandas-dev/pandas/issues/13032
151,973,347
MDU6SXNzdWUxNTE5NzMzNDc=
13,032
Justification is broken with to_string(index=False)
{ "avatar_url": "https://avatars.githubusercontent.com/u/1621449?v=4", "events_url": "https://api.github.com/users/evanpw/events{/privacy}", "followers_url": "https://api.github.com/users/evanpw/followers", "following_url": "https://api.github.com/users/evanpw/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": "ededed", "default": false, "description": "__repr__ of pandas objec...
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...
7
2016-04-29T21:33:36Z
2018-09-25T12:55:05Z
2018-09-25T12:55:05Z
CONTRIBUTOR
null
With 0.17.1, justification is handled correctly: ``` In [3]: df = pd.DataFrame(np.random.randn(3, 3), columns=['one', 'two', 'three']) In [4]: print df.to_string(index=False) one two three 0.096065 -0.529437 -2.058535 0.588013 0.221911 -2.400129 0.848234 -0.093931 1.221708 ``` But in 0.18.0, it'...
{ "+1": 4, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 4, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13032/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13032/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13033
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13033/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13033/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13033/events
https://github.com/pandas-dev/pandas/pull/13033
151,985,171
MDExOlB1bGxSZXF1ZXN0Njg0NDU1MDU=
13,033
BUG: to_datetime when called with a unit and coerce is buggy
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "d7e102", "default": false, "description": "np.nan, p...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2016-04-29T23:01:27Z
2016-04-30T18:47:41Z
2016-04-30T18:47:41Z
CONTRIBUTOR
null
closes #11758
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13033/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13033/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13033.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13033", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13033.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13033" }
https://api.github.com/repos/pandas-dev/pandas/issues/13034
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13034/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13034/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13034/events
https://github.com/pandas-dev/pandas/issues/13034
151,989,700
MDU6SXNzdWUxNTE5ODk3MDA=
13,034
BUG/COMPAT: Series bool type not promoted to object when introducing NaNs
{ "avatar_url": "https://avatars.githubusercontent.com/u/7263654?v=4", "events_url": "https://api.github.com/users/domspad/events{/privacy}", "followers_url": "https://api.github.com/users/domspad/followers", "following_url": "https://api.github.com/users/domspad/following{/other_user}", "gists_url": "https:/...
[ { "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": "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...
2
2016-04-29T23:49:03Z
2021-05-12T13:27:56Z
2021-05-12T13:27:56Z
NONE
null
#### Code Sample, a copy-pastable example if possible ``` In [2]: import pandas as pd In [3]: a = pd.Series([True,False,True]) In [4]: a Out[4]: 0 True 1 False 2 True dtype: bool In [6]: a[0] = pd.np.nan In [7]: a Out[7]: 0 NaN 1 0.0 2 1.0 dtype: float64 ``` #### Expected Output based on typ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13034/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13034/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13035
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13035/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13035/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13035/events
https://github.com/pandas-dev/pandas/issues/13035
151,991,584
MDU6SXNzdWUxNTE5OTE1ODQ=
13,035
index.set_levels produces weird results when index is repetative
{ "avatar_url": "https://avatars.githubusercontent.com/u/1490832?v=4", "events_url": "https://api.github.com/users/rocurley/events{/privacy}", "followers_url": "https://api.github.com/users/rocurley/followers", "following_url": "https://api.github.com/users/rocurley/following{/other_user}", "gists_url": "http...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "207de5", "default": false, "description": nu...
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", ...
2
2016-04-30T00:07:56Z
2019-09-05T16:13:39Z
2019-09-05T16:13:38Z
NONE
null
My understanding of how multiindexes work is fuzzy, but as far as I can tell set_levels isn't updating the labels properly. The example probably explains better than I can: #### Code ``` python df = pd.DataFrame(data = ["foo","bar"]) df2 = pd.concat([df,df,df],keys = ["a","b","c"]) print df2 newIndex = df2.index.get_l...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13035/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13035/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13036
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13036/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13036/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13036/events
https://github.com/pandas-dev/pandas/pull/13036
151,997,635
MDExOlB1bGxSZXF1ZXN0Njg0NTMwNjg=
13,036
PERF: Sparse IntIndex.make_union / Numeric ops
{ "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": "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": "a1...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
6
2016-04-30T01:21:19Z
2016-04-30T23:23:12Z
2016-04-30T23:22:19Z
MEMBER
null
- [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry Replace repeated `list.append` with `np.union1d` in `IntIndex.make_union`. `make_union` is used in numeric ops. **NOTE:** It is also possible to fix `IntIndex.intersect` to use `np.intersect1d`, but it doesn't inc...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13036/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13036/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13036.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13036", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13036.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13036" }
https://api.github.com/repos/pandas-dev/pandas/issues/13037
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13037/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13037/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13037/events
https://github.com/pandas-dev/pandas/pull/13037
152,009,942
MDExOlB1bGxSZXF1ZXN0Njg0NTg0Mzk=
13,037
BUG: subclassed .align returns normal DataFrame
{ "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": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
2
2016-04-30T04:59:59Z
2016-04-30T14:56:46Z
2016-04-30T14:56:43Z
MEMBER
null
- [x] closes #12983 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [ ] whatsnew entry Also fixed a bug which `Series.align(DataFrame)` raises `AttributeError`. ``` pd.Series([1, 2], index=['a', 'b']).align(pd.DataFrame([1, 2], index=['a', 'c'])) # AttributeError: 'Series' object ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13037/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13037/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13037.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13037", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13037.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13037" }
https://api.github.com/repos/pandas-dev/pandas/issues/13038
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13038/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13038/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13038/events
https://github.com/pandas-dev/pandas/pull/13038
152,011,232
MDExOlB1bGxSZXF1ZXN0Njg0NTg5Mjc=
13,038
TST/BUG: Categorical dtypes cause error when attempting stacked bar plot
{ "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": "C4A000", "default": false, "description": "pandas testing functions...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
4
2016-04-30T05:27:16Z
2016-04-30T14:33:26Z
2016-04-30T14:25:43Z
MEMBER
null
- [x] closes #13019 - [x] tests added / passed - [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/13038/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13038/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13038.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13038", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13038.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13038" }
https://api.github.com/repos/pandas-dev/pandas/issues/13039
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13039/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13039/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13039/events
https://github.com/pandas-dev/pandas/pull/13039
152,012,350
MDExOlB1bGxSZXF1ZXN0Njg0NTk0MTU=
13,039
TST/BUG: DataFrame truncated repr with DatetimeTz and NaT column
{ "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": "C4A000", "default": false, "description": "pandas testing functions...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2016-04-30T05:53:31Z
2016-04-30T14:33:46Z
2016-04-30T14:32:55Z
MEMBER
null
- [x] closes #12211 - [x] tests added / passed - [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/13039/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13039/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13039.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13039", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13039.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13039" }
https://api.github.com/repos/pandas-dev/pandas/issues/13040
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13040/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13040/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13040/events
https://github.com/pandas-dev/pandas/issues/13040
152,013,181
MDU6SXNzdWUxNTIwMTMxODE=
13,040
API: use argument-free lambdas for injecting DataFrames columns as variables?
{ "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": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "207de5", "default": false, "description": "R...
closed
false
null
[]
null
20
2016-04-30T06:20:39Z
2016-05-11T02:30:23Z
2016-05-10T16:43:06Z
MEMBER
null
With [a little bit of magic](https://github.com/shoyer/pandas-magic/blob/master/pandas_magic/__init__.py#L13-L33), we could make the following syntax work: ``` python (df[lambda: sepal_length > 3] .groupby(lambda: pd.cut(sepal_width, 5)) .apply(lambda: petal_width.mean())) ``` Syntax like `df[lambda: sepal_length >...
{ "+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/13040/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13040/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13041
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13041/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13041/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13041/events
https://github.com/pandas-dev/pandas/issues/13041
152,028,552
MDU6SXNzdWUxNTIwMjg1NTI=
13,041
secondary_y sequence doesn't work
{ "avatar_url": "https://avatars.githubusercontent.com/u/2196196?v=4", "events_url": "https://api.github.com/users/ohadle/events{/privacy}", "followers_url": "https://api.github.com/users/ohadle/followers", "following_url": "https://api.github.com/users/ohadle/following{/other_user}", "gists_url": "https://ap...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "8AE234", "default": false, "description": null, ...
open
false
null
[]
null
4
2016-04-30T12:42:50Z
2020-04-30T05:52:56Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ``` import pandas df = pandas.DataFrame({'a': [1, 2, 3], 'b': [4, 5, 6], 'c': [7, 8, 9], 'd': [10, 11, 12]}) df.plot(y=['a', 'b'], secondary_y=['c', 'd']) ``` I only get the primary axis results: ![figure_1](https://cloud.githubusercontent.com/assets/2196196/14935...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13041/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13041/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13042
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13042/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13042/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13042/events
https://github.com/pandas-dev/pandas/pull/13042
152,030,043
MDExOlB1bGxSZXF1ZXN0Njg0Njc4Njc=
13,042
BUG: Convert non-dates in xls date cells to number
{ "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": "bfe5bf", "default": false, "description": "read_excel, to_excel", "id": 49254273, "name": "IO Excel", "node_id": "MDU6TGFiZWw0OTI1NDI3Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Excel" } ]
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...
11
2016-04-30T13:22:19Z
2016-05-06T12:11:02Z
2016-05-06T12:10:40Z
CONTRIBUTOR
null
- [x ] closes #10001 - [x ] tests added / passed - [x ] passes `git diff upstream/master | flake8 --diff` - [x ] whatsnew entry closes GH10001
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13042/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13042/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13042.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13042", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13042.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13042" }
https://api.github.com/repos/pandas-dev/pandas/issues/13043
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13043/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13043/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13043/events
https://github.com/pandas-dev/pandas/issues/13043
152,031,752
MDU6SXNzdWUxNTIwMzE3NTI=
13,043
BUG: Series with datetime-like object ops raises TypeError
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "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-04-30T14:02:26Z
2016-05-11T22:51:09Z
2016-05-11T22:51:03Z
MEMBER
null
#### Code Sample, a copy-pastable example if possible ``` pd.Series([pd.Timestamp('2015-01-01', tz='US/Eastern'), pd.Timestamp('2015-01-01', tz='Asia/Tokyo')]) + pd.Timedelta('1 days') # TypeError: unsupported operand type(s) for +: 'numpy.ndarray' and 'Timedelta' pd.Series([pd.Period('2015-01-01', freq='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/13043/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13043/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13044
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13044/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13044/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13044/events
https://github.com/pandas-dev/pandas/issues/13044
152,042,577
MDU6SXNzdWUxNTIwNDI1Nzc=
13,044
COMPAT: should an empty string match a format (or just be NaT)
{ "avatar_url": "https://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": "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
{ "avatar_url": "https://avatars.githubusercontent.com/u/16943048?v=4", "events_url": "https://api.github.com/users/fgebhart/events{/privacy}", "followers_url": "https://api.github.com/users/fgebhart/followers", "following_url": "https://api.github.com/users/fgebhart/following{/other_user}", "gists_url": "htt...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/16943048?v=4", "events_url": "https://api.github.com/users/fgebhart/events{/privacy}", "followers_url": "https://api.github.com/users/fgebhart/followers", "following_url": "https://api.github.com/users/fgebhart/following{/other_user}", "gi...
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "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...
3
2016-04-30T17:29:37Z
2020-11-19T18:58:15Z
2020-11-19T18:58:15Z
CONTRIBUTOR
null
after #13033 I left this alone, but should an empty string just be a `NaT` (like we do elsewhere), even when a `format`is present? ``` In [1]: td = pd.Series(['May 04', 'Jun 02', ''], index=[1, 2, 3]) In [2]: td Out[2]: 1 May 04 2 Jun 02 3 dtype: object In [3]: pd.to_datetime(td, format='%b %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/13044/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13044/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13045
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13045/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13045/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13045/events
https://github.com/pandas-dev/pandas/pull/13045
152,048,471
MDExOlB1bGxSZXF1ZXN0Njg0NzcwMzI=
13,045
DOC: Add tutorial link
{ "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": "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-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
3
2016-04-30T19:43:36Z
2016-05-01T13:50:06Z
2016-05-01T13:49:58Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13045/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13045/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13045.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13045", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13045.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13045" }
https://api.github.com/repos/pandas-dev/pandas/issues/13046
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13046/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13046/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13046/events
https://github.com/pandas-dev/pandas/issues/13046
152,055,507
MDU6SXNzdWUxNTIwNTU1MDc=
13,046
BUG: SeriesGroupBy.transform() tries to do dtype downcasting, NDFrameGroupBy.transform() - doesn't do this
{ "avatar_url": "https://avatars.githubusercontent.com/u/11424941?v=4", "events_url": "https://api.github.com/users/maxu777/events{/privacy}", "followers_url": "https://api.github.com/users/maxu777/followers", "following_url": "https://api.github.com/users/maxu777/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": "e102d8", "default": false, "description": "Unexpected or b...
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...
1
2016-04-30T22:07:32Z
2017-02-27T21:39:11Z
2016-04-30T23:10:59Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible original: http://stackoverflow.com/questions/36960086/groupby-how-to-extract-seconds-from-datetime-with-diff ``` data = """ idx A ID3 DATETIME 0 B-028 b76cd912ff "2014-10-08 13:43:27" 1 B-054 4a57ed0b02 "2014-10-08 14:26:19" 2 B-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/13046/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13046/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13047
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13047/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13047/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13047/events
https://github.com/pandas-dev/pandas/pull/13047
152,057,496
MDExOlB1bGxSZXF1ZXN0Njg0ODEzMjg=
13,047
COMPAT: ensure platform int on 32-bit
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
0
2016-04-30T22:53:14Z
2016-04-30T23:15:55Z
2016-04-30T23:15:55Z
CONTRIBUTOR
null
closes #12927 TST: use 32bit_repr when printing formatting of sparse COMPAT: ensure consensus name when Indexes are union/intersected if possible COMPAT: skip some coercion tests on 32-bit
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13047/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13047/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13047.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13047", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13047.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13047" }
https://api.github.com/repos/pandas-dev/pandas/issues/13048
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13048/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13048/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13048/events
https://github.com/pandas-dev/pandas/issues/13048
152,200,690
MDU6SXNzdWUxNTIyMDA2OTA=
13,048
API: sparse.cumsum should default to stats axis
{ "avatar_url": "https://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": "009800", "default": false, "description": "Sparse Data Type", "id": 49182326, "name": "Sparse", "node_id": "MDU6TGFiZWw0OTE4MjMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Sparse" }, { "color": "0052cc", "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-05-01T14:01:00Z
2016-05-07T14:53:12Z
2016-05-07T14:53:12Z
CONTRIBUTOR
null
xref #12810 ``` In [1]: sp = pd.SparseDataFrame([1, 2, 3]) In [2]: np.cumsum(sp) ValueError: No axis named None for object type <class 'pandas.sparse.frame.SparseDataFrame'> In [3]: np.cumsum(sp, axis=0) Out[3]: 0 0 1.0 1 3.0 2 6.0 In [4]: np.cumsum(sp, axis=1) Out[4]: 0 0 1.0 1 2.0 2 3.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/13048/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13048/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13049
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13049/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13049/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13049/events
https://github.com/pandas-dev/pandas/issues/13049
152,331,931
MDU6SXNzdWUxNTIzMzE5MzE=
13,049
Improve type handling in read_sql and read_sql_table
{ "avatar_url": "https://avatars.githubusercontent.com/u/3237939?v=4", "events_url": "https://api.github.com/users/rsdenijs/events{/privacy}", "followers_url": "https://api.github.com/users/rsdenijs/followers", "following_url": "https://api.github.com/users/rsdenijs/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": "e102d8", "default": false, "description": "Unexpect...
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", ...
14
2016-05-01T18:30:07Z
2021-04-24T03:55:35Z
null
NONE
null
### Problem In _pd.read_sql_ and _pd.read_sql_table_ when the _chunksize_ parameter is set, Pandas builds a DataFrame with dtypes inferred from the data **in the chunk**. This can be a problem if an INTEGER colum contains null values in some chunks but not in others, leading the same column to be int64 in some cases a...
{ "+1": 7, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 7, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13049/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13049/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13050
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13050/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13050/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13050/events
https://github.com/pandas-dev/pandas/pull/13050
152,422,831
MDExOlB1bGxSZXF1ZXN0Njg1MDY4NzA=
13,050
Convert to native datatypes for Series.tolist()
{ "avatar_url": "https://avatars.githubusercontent.com/u/50109?v=4", "events_url": "https://api.github.com/users/gliptak/events{/privacy}", "followers_url": "https://api.github.com/users/gliptak/followers", "following_url": "https://api.github.com/users/gliptak/following{/other_user}", "gists_url": "https://a...
[ { "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": "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-05-01T20:50:07Z
2016-05-07T14:43:02Z
2016-05-07T14:42:56Z
CONTRIBUTOR
null
- [x] closes #10904 - [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/13050/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13050/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13050.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13050", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13050.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13050" }
https://api.github.com/repos/pandas-dev/pandas/issues/13051
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13051/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13051/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13051/events
https://github.com/pandas-dev/pandas/issues/13051
152,455,217
MDU6SXNzdWUxNTI0NTUyMTc=
13,051
BUG: coercion of mixed dt-aware data in Series constructor
{ "avatar_url": "https://avatars.githubusercontent.com/u/5619798?v=4", "events_url": "https://api.github.com/users/frankcleary/events{/privacy}", "followers_url": "https://api.github.com/users/frankcleary/followers", "following_url": "https://api.github.com/users/frankcleary/following{/other_user}", "gists_ur...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github...
4
2016-05-01T21:40:16Z
2018-06-28T10:23:02Z
2018-06-28T10:23:02Z
CONTRIBUTOR
null
I ran into an issue where the behavior of `.apply()` changed from 0.16 to 0.17, causing different results on tz aware data. Extracting the hour of day from datetimes is different for `Series(x).apply(func)` vs `func(x)`. Below is a minimal example of the issue in 0.17, it seems the behavior is the same in 0.18 but 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/13051/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13051/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13052
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13052/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13052/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13052/events
https://github.com/pandas-dev/pandas/pull/13052
152,456,906
MDExOlB1bGxSZXF1ZXN0Njg1MDg0NDE=
13,052
BUG/COMPAT: to_datetime
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0052cc", "default": false, "description": "pandas objects compatabi...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
2
2016-05-01T21:44:32Z
2016-05-03T00:38:26Z
2016-05-01T22:59:20Z
CONTRIBUTOR
null
xref #11758, fix for bug in #13033
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13052/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13052/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13052.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13052", "merged_at": "2016-05-01T22:59:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13052.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13052" }
https://api.github.com/repos/pandas-dev/pandas/issues/13053
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13053/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13053/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13053/events
https://github.com/pandas-dev/pandas/issues/13053
152,487,106
MDU6SXNzdWUxNTI0ODcxMDY=
13,053
Extra empty row when saving to CSV with MultiIndex columns
{ "avatar_url": "https://avatars.githubusercontent.com/u/2195834?v=4", "events_url": "https://api.github.com/users/jluttine/events{/privacy}", "followers_url": "https://api.github.com/users/jluttine/followers", "following_url": "https://api.github.com/users/jluttine/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
1
2016-05-02T06:07:15Z
2016-05-02T06:13:46Z
2016-05-02T06:13:46Z
NONE
null
If using MultiIndex as columns, saving to CSV adds an extra line with no data between the column headers and the data. I couldn't find information that this is something that should happen so it was unexpected to me. #### Code Sample, a copy-pastable example if possible In IPython: ``` python import pandas as pd pd.D...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13053/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13053/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13054
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13054/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13054/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13054/events
https://github.com/pandas-dev/pandas/issues/13054
152,489,906
MDU6SXNzdWUxNTI0ODk5MDY=
13,054
Unable to read MultiIndex columns from CSV if empty levels
{ "avatar_url": "https://avatars.githubusercontent.com/u/2195834?v=4", "events_url": "https://api.github.com/users/jluttine/events{/privacy}", "followers_url": "https://api.github.com/users/jluttine/followers", "following_url": "https://api.github.com/users/jluttine/following{/other_user}", "gists_url": "http...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "read_csv, to_csv", "...
open
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/23289083?v=4", "events_url": "https://api.github.com/users/fpunny/events{/privacy}", "followers_url": "https://api.github.com/users/fpunny/followers", "following_url": "https://api.github.com/users/fpunny/following{/other_user}", "gists_url": "https://a...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/23289083?v=4", "events_url": "https://api.github.com/users/fpunny/events{/privacy}", "followers_url": "https://api.github.com/users/fpunny/followers", "following_url": "https://api.github.com/users/fpunny/following{/other_user}", "gists_ur...
{ "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", ...
13
2016-05-02T06:33:38Z
2021-10-07T11:04:13Z
null
NONE
null
If I use MultiIndex columns and if a level happens to have empty values for all columns, the saved CSV file cannot be read. I expected to recover the dataframe from the saved CSV perfectly. I believe #6618 might be related, because this is somehow related to how Pandas uses an empty data row to separate column names 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/13054/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13054/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13055
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13055/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13055/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13055/events
https://github.com/pandas-dev/pandas/pull/13055
152,551,234
MDExOlB1bGxSZXF1ZXN0Njg1NTg3MTY=
13,055
CLN: move interpolation tests from test_generic to test_missing
{ "avatar_url": "https://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": "d7e102", "d...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
0
2016-05-02T13:20:12Z
2016-05-02T14:07:32Z
2016-05-02T14:07:32Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13055/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13055/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13055.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13055", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13055.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13055" }
https://api.github.com/repos/pandas-dev/pandas/issues/13056
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13056/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13056/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13056/events
https://github.com/pandas-dev/pandas/issues/13056
152,567,645
MDU6SXNzdWUxNTI1Njc2NDU=
13,056
API: inconsistent return format of groupby apply
{ "avatar_url": "https://avatars.githubusercontent.com/u/12717769?v=4", "events_url": "https://api.github.com/users/edfall/events{/privacy}", "followers_url": "https://api.github.com/users/edfall/followers", "following_url": "https://api.github.com/users/edfall/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": "729FCF", "default": false, "description": null, "id": 233160, ...
open
false
null
[]
null
14
2016-05-02T14:42:09Z
2021-06-11T13:08:21Z
null
NONE
null
related issues: - [x] #13121 - [x] #5839 - [x] #9867 - [x] #13255 - [x] #20066 - [ ] #14927 (about detecting mutating functions) _Thank you very much for provide us pandas which is really a good packages I have used!_ ### There were several times when I use pandas but get inconsistent return format which f...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13056/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13056/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13057
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13057/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13057/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13057/events
https://github.com/pandas-dev/pandas/issues/13057
152,584,127
MDU6SXNzdWUxNTI1ODQxMjc=
13,057
ENH: add option to tz_localize to return NaT instead of raising a NonExistentTimeError
{ "avatar_url": "https://avatars.githubusercontent.com/u/405156?v=4", "events_url": "https://api.github.com/users/dancsi/events{/privacy}", "followers_url": "https://api.github.com/users/dancsi/followers", "following_url": "https://api.github.com/users/dancsi/following{/other_user}", "gists_url": "https://api...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "AD7FA8"...
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-05-02T16:00:24Z
2016-05-07T14:59:43Z
2016-05-07T14:59:43Z
CONTRIBUTOR
null
It would be nice if the `tz_localize` function of a `DatetimeIndex` had an optional flag for silently returning `NaT` instead of throwing a `NonExistentTimeError`, if the timestamp is not valid in the given timezone (for example due to DST changes). I ran into this problem while trying to `tz_localize` a large index, 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/13057/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13057/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13058
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13058/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13058/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13058/events
https://github.com/pandas-dev/pandas/pull/13058
152,640,376
MDExOlB1bGxSZXF1ZXN0Njg2MTgxMzk=
13,058
ENH: Add an errors flag to tz_localize
{ "avatar_url": "https://avatars.githubusercontent.com/u/405156?v=4", "events_url": "https://api.github.com/users/dancsi/events{/privacy}", "followers_url": "https://api.github.com/users/dancsi/followers", "following_url": "https://api.github.com/users/dancsi/following{/other_user}", "gists_url": "https://api...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "5319e7"...
closed
false
null
[]
{ "closed_at": "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...
13
2016-05-02T20:42:59Z
2016-05-07T15:00:19Z
2016-05-07T14:59:43Z
CONTRIBUTOR
null
closes #13057 Author: dancsi szilagyi.d@gmail.com
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13058/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13058/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13058.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13058", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13058.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13058" }
https://api.github.com/repos/pandas-dev/pandas/issues/13059
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13059/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13059/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13059/events
https://github.com/pandas-dev/pandas/pull/13059
152,678,840
MDExOlB1bGxSZXF1ZXN0Njg2NDUzNDM=
13,059
BUG: More followups on to_datetime exceptions, xref #13033
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "ffa0ff", "default": false, "description": "Incorrect...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
2
2016-05-03T01:01:00Z
2016-05-03T12:51:19Z
2016-05-03T12:51:19Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13059/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13059/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13059.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13059", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13059.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13059" }
https://api.github.com/repos/pandas-dev/pandas/issues/13060
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13060/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13060/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13060/events
https://github.com/pandas-dev/pandas/pull/13060
152,688,611
MDExOlB1bGxSZXF1ZXN0Njg2NTA5OTk=
13,060
DOC: add warning section in indexing docs.
{ "avatar_url": "https://avatars.githubusercontent.com/u/10690183?v=4", "events_url": "https://api.github.com/users/zhangxiangnick/events{/privacy}", "followers_url": "https://api.github.com/users/zhangxiangnick/followers", "following_url": "https://api.github.com/users/zhangxiangnick/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": "0b02e1", "default": false, "description": "Related to indexing o...
closed
false
null
[]
null
3
2016-05-03T02:37:11Z
2016-05-03T17:50:13Z
2016-05-03T17:50:13Z
CONTRIBUTOR
null
Add warning section in indexing docs. Close #12947.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13060/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13060/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13060.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13060", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13060.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13060" }
https://api.github.com/repos/pandas-dev/pandas/issues/13061
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13061/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13061/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13061/events
https://github.com/pandas-dev/pandas/issues/13061
152,697,610
MDU6SXNzdWUxNTI2OTc2MTA=
13,061
DOC: DataFrame.to_hdf() docstring does not mention data_columns
{ "avatar_url": "https://avatars.githubusercontent.com/u/69774?v=4", "events_url": "https://api.github.com/users/michaelaye/events{/privacy}", "followers_url": "https://api.github.com/users/michaelaye/followers", "following_url": "https://api.github.com/users/michaelaye/following{/other_user}", "gists_url": "...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "5319e7", "default": false, "description": "read_hdf, HDFStore", ...
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-05-03T04:31:17Z
2016-08-19T10:49:54Z
2016-08-19T10:49:54Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible To be able to do on-disk filtering per column, one needs to store not only in `table` format, but also create an index in the HDF file for the columns required to be indexed, or setting it to `True`, for all columns to be indexed. This needs to be done by using the...
{ "+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/13061/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13061/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13062
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13062/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13062/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13062/events
https://github.com/pandas-dev/pandas/issues/13062
152,699,471
MDU6SXNzdWUxNTI2OTk0NzE=
13,062
HDF query with long literal string fails
{ "avatar_url": "https://avatars.githubusercontent.com/u/69774?v=4", "events_url": "https://api.github.com/users/michaelaye/events{/privacy}", "followers_url": "https://api.github.com/users/michaelaye/followers", "following_url": "https://api.github.com/users/michaelaye/following{/other_user}", "gists_url": "...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "5319e7", "default": false, "descript...
closed
false
null
[]
null
6
2016-05-03T04:55:27Z
2016-05-05T05:51:06Z
2016-05-03T13:02:39Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ``` python c_ids = ['50ef419195e6e40eac000001', '50ef419195e6e40eac000002', '50ef419195e6e40eac000003'] df = pd.DataFrame({'class_id':c_ids, 'a':range(3)}) df.to_hdf('teststore.hdf', 'df',format='t', data_columns=True) print('with variable') c_id = '50ef419195e6...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13062/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13062/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13063
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13063/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13063/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13063/events
https://github.com/pandas-dev/pandas/issues/13063
152,714,774
MDU6SXNzdWUxNTI3MTQ3NzQ=
13,063
BUG: pd.read_csv not correctly parsing date/month field when set parse_date = ['column name']
{ "avatar_url": "https://avatars.githubusercontent.com/u/6098052?v=4", "events_url": "https://api.github.com/users/itsmesaranya/events{/privacy}", "followers_url": "https://api.github.com/users/itsmesaranya/followers", "following_url": "https://api.github.com/users/itsmesaranya/following{/other_user}", "gists...
[ { "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": "0052cc", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
1
2016-05-03T07:22:43Z
2016-05-03T09:03:49Z
2016-05-03T09:03:03Z
NONE
null
I ran in to this bug while trying to parse the few dates through `parse_dates` of `pandas.read_csv()`. In the following code snippet, I'm trying to parse dates that have format `dd/mm/yy` which is resulting me an improper conversion. For some cases, the date field is considered as month and vice versa. To keep it sim...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13063/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13063/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13064
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13064/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13064/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13064/events
https://github.com/pandas-dev/pandas/issues/13064
152,743,512
MDU6SXNzdWUxNTI3NDM1MTI=
13,064
0.16.2 : IndexError: index out of bounds
{ "avatar_url": "https://avatars.githubusercontent.com/u/1755025?v=4", "events_url": "https://api.github.com/users/Skycrab/events{/privacy}", "followers_url": "https://api.github.com/users/Skycrab/followers", "following_url": "https://api.github.com/users/Skycrab/following{/other_user}", "gists_url": "https:/...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" } ]
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-05-03T10:31:13Z
2016-05-03T13:01:29Z
2016-05-03T13:01:29Z
NONE
null
Hi, i am use 0.16.2. I got the "IndexError: index out of bounds", the script is: ``` python import pandas as pd def test(): names = ['openid', 'clientid', 'roleid', 'rolename', 'school', 'IP', 'snid', 'rolelogin_time', 'amount', 'val', 'consume_sum', 'own_after', 'first_payment_time', 'last_payment_time', 'last_l...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13064/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13064/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13065
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13065/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13065/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13065/events
https://github.com/pandas-dev/pandas/pull/13065
152,749,001
MDExOlB1bGxSZXF1ZXN0Njg2ODk3MDQ=
13,065
add data_columns to doc string
{ "avatar_url": "https://avatars.githubusercontent.com/u/69774?v=4", "events_url": "https://api.github.com/users/michaelaye/events{/privacy}", "followers_url": "https://api.github.com/users/michaelaye/followers", "following_url": "https://api.github.com/users/michaelaye/following{/other_user}", "gists_url": "...
[ { "color": "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...
17
2016-05-03T11:07:21Z
2016-08-19T11:53:36Z
2016-08-19T11:53:17Z
CONTRIBUTOR
null
- [x] closes #13061 - [ ] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [ ] whatsnew entry How about this for #13061 ? I don't think pandas has tests for each documented field, correct? Do you want a whatsnew entry for this? If yes, how does that work? The guidelines don't talk about ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13065/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13065/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13065.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13065", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13065.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13065" }
https://api.github.com/repos/pandas-dev/pandas/issues/13066
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13066/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13066/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13066/events
https://github.com/pandas-dev/pandas/pull/13066
152,807,437
MDExOlB1bGxSZXF1ZXN0Njg3Mjc4MjA=
13,066
BUG: Default to stat axis for SparseDataFrame when axis=None
{ "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": "009800", "default": false, "description": "Sparse Data Type", "id": 49182326, "name": "Sparse", "node_id": "MDU6TGFiZWw0OTE4MjMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Sparse" }, { "color": "0052cc", "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...
9
2016-05-03T15:46:29Z
2016-05-07T14:53:12Z
2016-05-07T14:53:12Z
MEMBER
null
Title is self-explanatory. Closes #13048.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13066/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13066/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13066.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13066", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13066.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13066" }
https://api.github.com/repos/pandas-dev/pandas/issues/13067
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13067/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13067/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13067/events
https://github.com/pandas-dev/pandas/pull/13067
152,826,611
MDExOlB1bGxSZXF1ZXN0Njg3NDA5Njc=
13,067
BUG: Period resample with length=0 doesn't set freq
{ "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": "eb6420", "default": false, "description": "Period 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...
9
2016-05-03T17:11:46Z
2016-05-05T16:14:29Z
2016-05-05T16:14:28Z
MEMBER
null
- [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry given freq is not applied if data is empty. ``` s = pd.Series(index=pd.PeriodIndex([], freq='D')) s.resample('M').mean() # Series([], Freq: D, dtype: float64) ``` #### Expected ``` s.resample('M').mean() # 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/13067/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13067/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13067.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13067", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13067.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13067" }
https://api.github.com/repos/pandas-dev/pandas/issues/13068
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13068/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13068/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13068/events
https://github.com/pandas-dev/pandas/issues/13068
152,827,225
MDU6SXNzdWUxNTI4MjcyMjU=
13,068
Python 3 writing to_csv file ignores encoding argument.
{ "avatar_url": "https://avatars.githubusercontent.com/u/413772?v=4", "events_url": "https://api.github.com/users/graingert/events{/privacy}", "followers_url": "https://api.github.com/users/graingert/followers", "following_url": "https://api.github.com/users/graingert/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": "444444", "default": false, "description": "Unicode strings", "i...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "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...
32
2016-05-03T17:13:57Z
2020-08-07T11:53:10Z
2020-08-07T11:53:10Z
CONTRIBUTOR
null
``` python # is missing the UTF8 BOM (encoded with default encoding UTF8) with open('path_to_f', 'w') as f: df.to_csv(f, encoding='utf-8-sig') # is not missing the UTF8 BOM (encoded with passed encoding utf-8-sig) df.to_csv('path_to_f', encoding='utf-8-sig') ``` I expect: ``` python with open('path_to_f', 'w') 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/13068/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13068/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13069
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13069/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13069/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13069/events
https://github.com/pandas-dev/pandas/pull/13069
152,828,048
MDExOlB1bGxSZXF1ZXN0Njg3NDE3NjQ=
13,069
BUG: Addition raises TypeError if Period is on rhs
{ "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": "006b75", "default": false, "description": "Arithmetic, Comparison, ...
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-05-03T17:17:24Z
2016-05-07T18:54:14Z
2016-05-07T18:53:51Z
MEMBER
null
- [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry `Period` addition raises `TypeError` if `Period` is on right hand side. ``` 1 + pd.Period('2011-01', freq='M') # TypeError: unsupported operand type(s) for +: 'int' and 'pandas._period.Period' ``` #### Expected ``...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13069/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13069/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13069.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13069", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13069.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13069" }
https://api.github.com/repos/pandas-dev/pandas/issues/13070
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13070/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13070/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13070/events
https://github.com/pandas-dev/pandas/pull/13070
152,834,554
MDExOlB1bGxSZXF1ZXN0Njg3NDYzMjI=
13,070
DOC: add warning section in indexing docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/10690183?v=4", "events_url": "https://api.github.com/users/zhangxiangnick/events{/privacy}", "followers_url": "https://api.github.com/users/zhangxiangnick/followers", "following_url": "https://api.github.com/users/zhangxiangnick/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": "0b02e1", "default": false, "description": "Related to indexing o...
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-05-03T17:48:35Z
2016-05-07T14:51:43Z
2016-05-07T14:51:35Z
CONTRIBUTOR
null
Replace PR #13060 and close #12947.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13070/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13070/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13070.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13070", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13070.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13070" }
https://api.github.com/repos/pandas-dev/pandas/issues/13071
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13071/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13071/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13071/events
https://github.com/pandas-dev/pandas/pull/13071
152,835,127
MDExOlB1bGxSZXF1ZXN0Njg3NDY3Mzg=
13,071
BUG: PeriodIndex and Period subtraction error
{ "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": "006b75", "default": false, "description": "Arithmetic, Comparison, ...
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...
15
2016-05-03T17:51:08Z
2016-05-06T11:50:06Z
2016-05-06T11:50:06Z
MEMBER
null
- [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry Similar to #5202. `PeriodIndex` subtraction raises `AttributeError` either side is `Period` (scalar). ``` pd.PeriodIndex(['2011-01', '2011-02'], freq='M') - pd.Period('2011-01', freq='M') # AttributeError: 'Period...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13071/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13071/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13071.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13071", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13071.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13071" }
https://api.github.com/repos/pandas-dev/pandas/issues/13072
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13072/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13072/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13072/events
https://github.com/pandas-dev/pandas/pull/13072
152,838,584
MDExOlB1bGxSZXF1ZXN0Njg3NDkyNzg=
13,072
BUG: Series ops with object dtype may incorrectly fail
{ "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": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
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-05-03T18:08:54Z
2016-05-11T22:51:03Z
2016-05-11T22:51:03Z
MEMBER
null
- [x] closes #13043 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry This must be after #13069.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13072/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13072/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13072.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13072", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13072.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13072" }
https://api.github.com/repos/pandas-dev/pandas/issues/13073
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13073/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13073/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13073/events
https://github.com/pandas-dev/pandas/pull/13073
152,858,260
MDExOlB1bGxSZXF1ZXN0Njg3NjMxODU=
13,073
BUG: Respect Filtered Categorical in Crosstab
{ "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": "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": 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...
15
2016-05-03T19:44:07Z
2016-05-13T00:43:14Z
2016-05-13T00:20:25Z
MEMBER
null
Closes #12298 by stripping the `Categorical` elements of their original categories so that only their included values are considered during the counting / aggregation.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13073/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13073/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13073.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13073", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13073.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13073" }
https://api.github.com/repos/pandas-dev/pandas/issues/13074
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13074/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13074/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13074/events
https://github.com/pandas-dev/pandas/issues/13074
152,881,094
MDU6SXNzdWUxNTI4ODEwOTQ=
13,074
Add .tobytes() method to categorical type
{ "avatar_url": "https://avatars.githubusercontent.com/u/5126549?v=4", "events_url": "https://api.github.com/users/lminer/events{/privacy}", "followers_url": "https://api.github.com/users/lminer/followers", "following_url": "https://api.github.com/users/lminer/following{/other_user}", "gists_url": "https://ap...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "e11d21", "default": false, "descript...
closed
false
null
[]
null
8
2016-05-03T21:40:49Z
2016-05-03T21:57:04Z
2016-05-03T21:54:31Z
NONE
null
It would be nice to have this implemented so that a parallel apply using `dask` could be used on dataframes with `Categorical` type columns. Right now if I try to use `Dask` for a parallelized apply like so: ``` python import dask.dataframe as dd df_test = pd.DataFrame({'id': ['a', 'a', 'a', 'b', 'b'], ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13074/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13074/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13075
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13075/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13075/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13075/events
https://github.com/pandas-dev/pandas/issues/13075
152,888,735
MDU6SXNzdWUxNTI4ODg3MzU=
13,075
More comprehensive testing for interp methods 'piecewise_polynomial' / 'from_derivatives'
{ "avatar_url": "https://avatars.githubusercontent.com/u/7530947?v=4", "events_url": "https://api.github.com/users/jmwoloso/events{/privacy}", "followers_url": "https://api.github.com/users/jmwoloso/followers", "following_url": "https://api.github.com/users/jmwoloso/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": "C4A000", "default": false, "description": "pandas t...
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-05-03T22:26:58Z
2021-04-24T03:59:34Z
null
NONE
null
@jreback Just opening this up as the next step after pydata/pandas#12887.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13075/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13075/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13076
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13076/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13076/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13076/events
https://github.com/pandas-dev/pandas/issues/13076
152,897,251
MDU6SXNzdWUxNTI4OTcyNTE=
13,076
TST: assert_series/frame not comparing for categoricals
{ "avatar_url": "https://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": "e11d21", "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...
5
2016-05-03T23:27:27Z
2016-05-21T23:58:25Z
2016-05-21T23:58:25Z
CONTRIBUTOR
null
xref https://github.com/dask/partd/pull/7 ``` In [1]: df1 = DataFrame({'A' : Series(list('aba')).astype('category', categories=list('ab'), ordered=True)}) In [2]: df2 = DataFrame({'A' : Series(list('aba')).astype('category', categories=list('ba'), ordered=True)}) In [3]: tm.assert_frame_equal(df1, df2) In [11]: df2...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13076/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13076/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13077
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13077/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13077/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13077/events
https://github.com/pandas-dev/pandas/issues/13077
152,912,518
MDU6SXNzdWUxNTI5MTI1MTg=
13,077
ENH/API: Decide what to return Period - Period subtraction
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AD7FA8", "default": false, "description": null, ...
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...
6
2016-05-04T01:49:30Z
2018-06-29T00:45:49Z
2018-06-29T00:45:49Z
MEMBER
null
#### Code Sample, a copy-pastable example if possible Split from #13071. Currently it returns int and loses freq info. ``` pd.Period('2011-03', freq='M') - pd.Period('2011-01', freq='M') #2 ``` #### Expected Output Current ideas are: 1. Return `Timedelta` adding support of `Monthly` freq. 2. Return `Perioddelta` ne...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13077/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13077/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13078
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13078/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13078/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13078/events
https://github.com/pandas-dev/pandas/issues/13078
152,912,833
MDU6SXNzdWUxNTI5MTI4MzM=
13,078
BUG/ERR: DatetimeIndex - Period shows ununderstandable error
{ "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": "ffa0ff", "default": false, "description": "Incorrect or improved er...
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-05-04T01:53:08Z
2016-07-10T21:02:56Z
2016-07-10T21:02:56Z
MEMBER
null
#### Code Sample, a copy-pastable example if possible Split from #13071. `DatetimeIndex` - `Period` is not supported ATM, but errors are not understandable. ``` pd.DatetimeIndex(['2011-01-01', '2011-02-01']) - pd.Period('2011-01-01', freq='D') # ValueError: Cannot do arithmetic with non-conforming periods pd.Dateti...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13078/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13078/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13079
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13079/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13079/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13079/events
https://github.com/pandas-dev/pandas/pull/13079
152,919,578
MDExOlB1bGxSZXF1ZXN0Njg4MDQ4Nzk=
13,079
BUG: Empty PeriodIndex issues
{ "avatar_url": "https://avatars.githubusercontent.com/u/5635139?v=4", "events_url": "https://api.github.com/users/max-sixty/events{/privacy}", "followers_url": "https://api.github.com/users/max-sixty/followers", "following_url": "https://api.github.com/users/max-sixty/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": "eb6420", "default": false, "description": "Period 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...
17
2016-05-04T02:52:47Z
2016-05-21T14:53:09Z
2016-05-21T14:12:53Z
CONTRIBUTOR
null
- [x] closes #13067 (existing PR) - [x] tests added / passed - [X] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry closes #13067 closes #13212
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13079/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13079/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13079.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13079", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13079.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13079" }
https://api.github.com/repos/pandas-dev/pandas/issues/13080
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13080/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13080/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13080/events
https://github.com/pandas-dev/pandas/pull/13080
152,928,065
MDExOlB1bGxSZXF1ZXN0Njg4MTAzMTM=
13,080
TST: fix assert_categorical_equal message
{ "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": "ffa0ff", "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...
1
2016-05-04T04:40:04Z
2016-05-11T22:41:43Z
2016-05-11T22:41:36Z
MEMBER
null
- [x] stage 1 of #13076 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] no whatsnew as it is internal test method ``` a = pd.Categorical([1, 2, 3, 4]) b = pd.Categorical([1, 2, 3, 5]) tm.assert_categorical_equal(a, b) # Categorical.categories are different # ... a = pd.Categor...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13080/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13080/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13080.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13080", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13080.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13080" }
https://api.github.com/repos/pandas-dev/pandas/issues/13081
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13081/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13081/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13081/events
https://github.com/pandas-dev/pandas/pull/13081
152,998,566
MDExOlB1bGxSZXF1ZXN0Njg4NTMxNzA=
13,081
TST/CLN: Cleanup test_pickle
{ "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": "207de5", "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-05-04T12:25:01Z
2016-05-04T13:57:14Z
2016-05-04T13:57:14Z
MEMBER
null
- [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` Merging comparison dispatch logic.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13081/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13081/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13081.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13081", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13081.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13081" }
https://api.github.com/repos/pandas-dev/pandas/issues/13082
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13082/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13082/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13082/events
https://github.com/pandas-dev/pandas/pull/13082
152,999,808
MDExOlB1bGxSZXF1ZXN0Njg4NTQwMzA=
13,082
PERF: Sparse ops speedup
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "009800", "default"...
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-05-04T12:32:14Z
2016-05-05T12:03:46Z
2016-05-05T12:03:38Z
MEMBER
null
- [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry Follow-up for #13036. Perf improvements are not significant because the number of previous `list.append` call is not so large. ``` import numpy as np import pandas as pd np.random.seed(1) N = 1000000 a = np.array(...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13082/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13082/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13082.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13082", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13082.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13082" }
https://api.github.com/repos/pandas-dev/pandas/issues/13083
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13083/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13083/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13083/events
https://github.com/pandas-dev/pandas/issues/13083
153,005,819
MDU6SXNzdWUxNTMwMDU4MTk=
13,083
ohlc resampling returns a different type depending on upsampling vs downsampling
{ "avatar_url": "https://avatars.githubusercontent.com/u/5635139?v=4", "events_url": "https://api.github.com/users/max-sixty/events{/privacy}", "followers_url": "https://api.github.com/users/max-sixty/followers", "following_url": "https://api.github.com/users/max-sixty/following{/other_user}", "gists_url": "h...
[ { "color": "eb6420", "default": false, "description": "Period data type", "id": 60635328, "name": "Period", "node_id": "MDU6TGFiZWw2MDYzNTMyOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Period" }, { "color": "207de5", "default": false, "description"...
closed
false
null
[]
{ "closed_at": "2017-10-28T18:54:27Z", "closed_issues": 764, "created_at": "2017-03-23T13:26:25Z", "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-05-04T13:01:38Z
2017-10-01T14:55:33Z
2017-10-01T14:55:33Z
CONTRIBUTOR
null
Upsampling returns a Series, Downsampling returns a DataFrame. Is this valid? ``` python In [80]: series=pd.Series(range(10), index=pd.PeriodIndex(start='2000', freq='D', periods=10)) In [81]: series Out[81]: 2000-01-01 0 2000-01-02 1 2000-01-03 2 2000-01-04 3 2000-01-05 4 2000-01-06 5 2000-01-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/13083/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13083/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13084
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13084/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13084/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13084/events
https://github.com/pandas-dev/pandas/issues/13084
153,031,868
MDU6SXNzdWUxNTMwMzE4Njg=
13,084
ERR: concat of non-unique join axes should have better error
{ "avatar_url": "https://avatars.githubusercontent.com/u/9390695?v=4", "events_url": "https://api.github.com/users/gregsifr/events{/privacy}", "followers_url": "https://api.github.com/users/gregsifr/followers", "following_url": "https://api.github.com/users/gregsifr/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": "ffa0ff", "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", ...
6
2016-05-04T14:52:24Z
2020-01-07T11:49:58Z
2020-01-07T11:49:58Z
NONE
null
You get a confusing error message when trying to concat on non-unique (but also non-exactly-equal) indices. Small example: ``` In [57]: df1 = pd.DataFrame({'col1': [1, 2, 3]}, index=[0, 0, 1]) ...: df2 = pd.DataFrame({'col2': [1, 2, 3]}, index=[0, 1, 2]) In [59]: pd.concat([df1, df2], axis=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/13084/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13084/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13085
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13085/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13085/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13085/events
https://github.com/pandas-dev/pandas/issues/13085
153,138,599
MDU6SXNzdWUxNTMxMzg1OTk=
13,085
pip/PyPI not updated with 0.18.1
{ "avatar_url": "https://avatars.githubusercontent.com/u/1776358?v=4", "events_url": "https://api.github.com/users/MattDMo/events{/privacy}", "followers_url": "https://api.github.com/users/MattDMo/followers", "following_url": "https://api.github.com/users/MattDMo/following{/other_user}", "gists_url": "https:/...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
2
2016-05-04T23:27:19Z
2016-05-05T00:35:19Z
2016-05-04T23:28:30Z
NONE
null
I was on PyPI just now, and the [only versions](https://pypi.python.org/pypi/pandas) of pandas available are 0.17.1 and 0.18.0. Trying https://pypi.python.org/pypi/pandas/0.18.1 leads to a 404 page. I tried installing via `pip`, and it can't find 0.18.1 either. Is there an issue communicating with PyPI, or is something...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13085/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13085/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13086
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13086/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13086/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13086/events
https://github.com/pandas-dev/pandas/issues/13086
153,150,258
MDU6SXNzdWUxNTMxNTAyNTg=
13,086
COMPAT: gbq schema compat
{ "avatar_url": "https://avatars.githubusercontent.com/u/3899812?v=4", "events_url": "https://api.github.com/users/medullaskyline/events{/privacy}", "followers_url": "https://api.github.com/users/medullaskyline/followers", "following_url": "https://api.github.com/users/medullaskyline/following{/other_user}", ...
[ { "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" }, { "color": "0052cc", "default": false, ...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
6
2016-05-05T01:19:37Z
2017-02-26T20:25:55Z
2017-02-26T20:12:44Z
NONE
null
#### Code Sample ``` def get_user_account_credentials(): # https://github.com/pydata/pandas/blob/master/pandas/io/gbq.py#L160 from oauth2client.client import OAuth2WebServerFlow from oauth2client.file import Storage from oauth2client.tools import run_flow, argparser reauth = False flow = OAuth2W...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13086/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13086/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13087
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13087/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13087/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13087/events
https://github.com/pandas-dev/pandas/pull/13087
153,151,804
MDExOlB1bGxSZXF1ZXN0Njg5NTcwODA=
13,087
modified schema field list
{ "avatar_url": "https://avatars.githubusercontent.com/u/3899812?v=4", "events_url": "https://api.github.com/users/medullaskyline/events{/privacy}", "followers_url": "https://api.github.com/users/medullaskyline/followers", "following_url": "https://api.github.com/users/medullaskyline/following{/other_user}", ...
[ { "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" }, { "color": "0052cc", "default": false, ...
closed
false
null
[]
null
28
2016-05-05T01:37:38Z
2017-01-21T23:14:36Z
2017-01-21T23:14:36Z
NONE
null
- [x] closes #13086 - [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/13087/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13087/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13087.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13087", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13087.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13087" }
https://api.github.com/repos/pandas-dev/pandas/issues/13088
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13088/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13088/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13088/events
https://github.com/pandas-dev/pandas/pull/13088
153,168,909
MDExOlB1bGxSZXF1ZXN0Njg5NjY5Mjg=
13,088
TST: Check ndarray dtype by default
{ "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...
3
2016-05-05T05:10:49Z
2016-05-07T17:08:16Z
2016-05-07T17:08:11Z
MEMBER
null
- [x] split from #13080 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` Also did little cleanup of `testing.pyx` and `testing.py`.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13088/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13088/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13088.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13088", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13088.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13088" }
https://api.github.com/repos/pandas-dev/pandas/issues/13089
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13089/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13089/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13089/events
https://github.com/pandas-dev/pandas/pull/13089
153,177,876
MDExOlB1bGxSZXF1ZXN0Njg5NzE5NTA=
13,089
sas7bdat date/datetime formats
{ "avatar_url": "https://avatars.githubusercontent.com/u/53390?v=4", "events_url": "https://api.github.com/users/Winand/events{/privacy}", "followers_url": "https://api.github.com/users/Winand/followers", "following_url": "https://api.github.com/users/Winand/following{/other_user}", "gists_url": "https://api....
[ { "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": "5319e7", "default": false, "description": "SAS: read...
closed
false
null
[]
null
5
2016-05-05T06:47:00Z
2016-08-10T16:29:17Z
2016-08-09T23:25:11Z
CONTRIBUTOR
null
Support more date and datetime formats
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13089/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13089/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13089.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13089", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13089.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13089" }
https://api.github.com/repos/pandas-dev/pandas/issues/13090
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13090/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13090/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13090/events
https://github.com/pandas-dev/pandas/issues/13090
153,212,445
MDU6SXNzdWUxNTMyMTI0NDU=
13,090
Slicing on DatetimeIndex throws KeyError: [int] not found
{ "avatar_url": "https://avatars.githubusercontent.com/u/674200?v=4", "events_url": "https://api.github.com/users/twiecki/events{/privacy}", "followers_url": "https://api.github.com/users/twiecki/followers", "following_url": "https://api.github.com/users/twiecki/following{/other_user}", "gists_url": "https://...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, ...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
9
2016-05-05T11:17:10Z
2021-04-24T04:02:47Z
null
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible Unfortunately can't reproduce it with other examples. Only this which I load from csv. ![image](https://cloud.githubusercontent.com/assets/674200/15042375/893f4f52-12c3-11e6-9e18-96892b53035e.png) `txn.loc[pd.Timestamp('2014-06-04 00:00:00'):]` ``` --------------...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13090/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13090/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13091
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13091/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13091/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13091/events
https://github.com/pandas-dev/pandas/pull/13091
153,222,910
MDExOlB1bGxSZXF1ZXN0NjkwMDA3OTk=
13,091
TST: Fix assertNotIsInstance msg
{ "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": "ffa0ff", "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-05-05T12:31:50Z
2016-05-06T11:42:22Z
2016-05-06T11:42:22Z
MEMBER
null
- [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` The current error message below is confusing. ``` tm.assertNotIsInstance(pd.Series([1]), pd.Series) # AssertionError: Expected object to be of type <class 'pandas.core.series.Series'>, found <class 'pandas.core.series.Series'> instead ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13091/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13091/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13091.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13091", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13091.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13091" }
https://api.github.com/repos/pandas-dev/pandas/issues/13092
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13092/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13092/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13092/events
https://github.com/pandas-dev/pandas/issues/13092
153,227,403
MDU6SXNzdWUxNTMyMjc0MDM=
13,092
ENH: pd.read_feather/to_feather
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "06909A", "default": false, "description": "IO issue...
closed
false
null
[]
{ "closed_at": "2017-05-06T10:20:19Z", "closed_issues": 987, "created_at": "2016-02-08T15:30:21Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
3
2016-05-05T13:04:21Z
2016-12-26T22:49:17Z
2016-12-26T22:49:17Z
CONTRIBUTOR
null
conda packages are now available [here](https://github.com/wesm/feather/issues/134) so this should be straightforward. a couple of things to note. - should support the `LocalPath/PathLib` objects (easy as we do this in other `read_*`) - non-supported on windows ATM. need to skip for testing. `feather-format` will just...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13092/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13092/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13093
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13093/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13093/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13093/events
https://github.com/pandas-dev/pandas/pull/13093
153,263,329
MDExOlB1bGxSZXF1ZXN0NjkwMjc3ODk=
13,093
Improve error message for category dtype in HDF5, format="fixed" store.
{ "avatar_url": "https://avatars.githubusercontent.com/u/632858?v=4", "events_url": "https://api.github.com/users/chrish42/events{/privacy}", "followers_url": "https://api.github.com/users/chrish42/followers", "following_url": "https://api.github.com/users/chrish42/following{/other_user}", "gists_url": "https...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "5319e7", "default": false, "description": "read_hdf, HDFStore", ...
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-05-05T15:58:48Z
2016-05-05T17:20:38Z
2016-05-05T17:20:38Z
CONTRIBUTOR
null
A more explicit (and helpful) error message would have helped me discover sooner that format="table" supported categorical data.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13093/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13093/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13093.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13093", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13093.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13093" }
https://api.github.com/repos/pandas-dev/pandas/issues/13094
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13094/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13094/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13094/events
https://github.com/pandas-dev/pandas/issues/13094
153,267,853
MDU6SXNzdWUxNTMyNjc4NTM=
13,094
ERR: warning on merging on unequal levels for an Index
{ "avatar_url": "https://avatars.githubusercontent.com/u/1564485?v=4", "events_url": "https://api.github.com/users/l736x/events{/privacy}", "followers_url": "https://api.github.com/users/l736x/followers", "following_url": "https://api.github.com/users/l736x/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
open
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/37227058?v=4", "events_url": "https://api.github.com/users/SeeminSyed/events{/privacy}", "followers_url": "https://api.github.com/users/SeeminSyed/followers", "following_url": "https://api.github.com/users/SeeminSyed/following{/other_user}", "gists_url"...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/37227058?v=4", "events_url": "https://api.github.com/users/SeeminSyed/events{/privacy}", "followers_url": "https://api.github.com/users/SeeminSyed/followers", "following_url": "https://api.github.com/users/SeeminSyed/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", ...
6
2016-05-05T16:20:59Z
2021-04-24T04:04:25Z
null
CONTRIBUTOR
null
I found what seems to me a behavior that might be wrong when joining a simple index df with a multiindex df. I'm admittedly not an SQL expert and I'm not sure this is really a bug. Consider the case: ``` python X = pd.DataFrame([[2, 3], [5, 7]], columns=['a','p']).set_index('a') Y = pd.DataFrame([[1, 2, 3], [3, 4, 8],...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13094/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13094/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13095
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13095/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13095/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13095/events
https://github.com/pandas-dev/pandas/issues/13095
153,279,348
MDU6SXNzdWUxNTMyNzkzNDg=
13,095
Problems installing pandas using pip
{ "avatar_url": "https://avatars.githubusercontent.com/u/10706519?v=4", "events_url": "https://api.github.com/users/lherstix/events{/privacy}", "followers_url": "https://api.github.com/users/lherstix/followers", "following_url": "https://api.github.com/users/lherstix/following{/other_user}", "gists_url": "htt...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
{ "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...
12
2016-05-05T17:20:47Z
2016-05-11T07:34:15Z
2016-05-05T17:36:14Z
NONE
null
Hey everyone, I installed pandas via pip git `pip install git+git://github.com/pydata/pandas.git` and during the installation it says: `Running setup.py install for pandas ... done Successfully installed pandas-0.18.0+207.gc6110e2` But when I want to import it, it gives an error `C extension: hashtable not built....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13095/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13095/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13096
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13096/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13096/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13096/events
https://github.com/pandas-dev/pandas/pull/13096
153,281,660
MDExOlB1bGxSZXF1ZXN0NjkwNDAyMzc=
13,096
add --force to pandas build error message
{ "avatar_url": "https://avatars.githubusercontent.com/u/5635139?v=4", "events_url": "https://api.github.com/users/max-sixty/events{/privacy}", "followers_url": "https://api.github.com/users/max-sixty/followers", "following_url": "https://api.github.com/users/max-sixty/following{/other_user}", "gists_url": "h...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
{ "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-05-05T17:31:59Z
2016-05-05T17:36:14Z
2016-05-05T17:36:14Z
CONTRIBUTOR
null
- [x] closes #13095 - [ ] 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/13096/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13096/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13096.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13096", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13096.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13096" }
https://api.github.com/repos/pandas-dev/pandas/issues/13097
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13097/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13097/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13097/events
https://github.com/pandas-dev/pandas/issues/13097
153,295,585
MDU6SXNzdWUxNTMyOTU1ODU=
13,097
TST: Start using py.test
{ "avatar_url": "https://avatars.githubusercontent.com/u/5635139?v=4", "events_url": "https://api.github.com/users/max-sixty/events{/privacy}", "followers_url": "https://api.github.com/users/max-sixty/followers", "following_url": "https://api.github.com/users/max-sixty/following{/other_user}", "gists_url": "h...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "207de5", "d...
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...
5
2016-05-05T18:39:59Z
2017-02-10T15:52:09Z
2017-02-10T15:52:09Z
CONTRIBUTOR
null
from https://github.com/pydata/pandas/pull/13091 Currently _most_ of the tests pass with pytest, but there are 69 that don't. Most of these look like they're pickle or SQL / external resources issues. pytest output here: https://gist.github.com/MaximilianR/225a071337e335ebdcc1d17637126126 So this does need a champio...
{ "+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/13097/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13097/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13098
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13098/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13098/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13098/events
https://github.com/pandas-dev/pandas/issues/13098
153,298,994
MDU6SXNzdWUxNTMyOTg5OTQ=
13,098
REGRP: Series.quantile returns NaN
{ "avatar_url": "https://avatars.githubusercontent.com/u/11636051?v=4", "events_url": "https://api.github.com/users/gieseke/events{/privacy}", "followers_url": "https://api.github.com/users/gieseke/followers", "following_url": "https://api.github.com/users/gieseke/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": "e11d21", "default": false, "description": "Functionality that used ...
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-05-05T18:56:45Z
2016-05-12T13:12:58Z
2016-05-12T13:12:58Z
NONE
null
#### Code Sample, a copy-pastable example if possible ``` python import pandas as pd import numpy s = pd.Series([1, 2, 3, 4, numpy.nan]) s.quantile(0.5) nan ``` #### Expected Output I would expect 2.5 as output (as with version 0.17.1). #### output of `pd.show_versions()` commit: None python: 2.7.6.final.0 python-bi...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13098/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13098/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13099
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13099/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13099/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13099/events
https://github.com/pandas-dev/pandas/pull/13099
153,324,625
MDExOlB1bGxSZXF1ZXN0NjkwNjkzOTc=
13,099
COMPAT: add 0.17.0 pickle/msgpacks
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "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...
0
2016-05-05T20:58:03Z
2016-05-06T11:39:51Z
2016-05-06T11:39:51Z
CONTRIBUTOR
null
for completeness
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13099/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13099/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13099.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13099", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13099.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13099" }
https://api.github.com/repos/pandas-dev/pandas/issues/13100
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13100/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13100/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13100/events
https://github.com/pandas-dev/pandas/issues/13100
153,340,524
MDU6SXNzdWUxNTMzNDA1MjQ=
13,100
AttributeError when trying to freeze pandas.io.sql.read_sql() with cx_freeze
{ "avatar_url": "https://avatars.githubusercontent.com/u/5386897?v=4", "events_url": "https://api.github.com/users/dougthor42/events{/privacy}", "followers_url": "https://api.github.com/users/dougthor42/followers", "following_url": "https://api.github.com/users/dougthor42/following{/other_user}", "gists_url":...
[]
closed
false
null
[]
null
3
2016-05-05T22:27:30Z
2016-05-05T23:44:29Z
2016-05-05T22:37:44Z
NONE
null
#### Summary When freezing an application that uses `pandas.io.sql.read_sql()` (alias: `pd.read_sql()`) via cx_freeze, the build succeeds but the execution fails with `AttributeError: 'str' object has no attribute 'cursor'`. #### Code Below are the minimum requirements to recreate the issue. Put both files in an empt...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13100/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13100/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13101
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13101/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13101/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13101/events
https://github.com/pandas-dev/pandas/issues/13101
153,396,150
MDU6SXNzdWUxNTMzOTYxNTA=
13,101
BUG: .filter with unicode labels when can't encode
{ "avatar_url": "https://avatars.githubusercontent.com/u/7665678?v=4", "events_url": "https://api.github.com/users/griai/events{/privacy}", "followers_url": "https://api.github.com/users/griai/followers", "following_url": "https://api.github.com/users/griai/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "444444", "default": false, "description": "Unicode strings", "i...
closed
false
null
[]
{ "closed_at": "2017-12-13T13:05:41Z", "closed_issues": 160, "created_at": "2017-10-02T10:21: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/jr...
2
2016-05-06T07:41:01Z
2017-11-22T02:03:52Z
2017-11-22T02:03:52Z
NONE
null
Edit #10506 breaks if the DataFrame contains unicode column names with non-ASCII characters. ``` import pandas as pd df = pd.DataFrame({u'a': [1, 2, 3], u'ä': [4, 5, 6]}) df.filter(regex=u'a') ``` throws me a ``` --------------------------------------------------------------------------- UnicodeEncodeError ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13101/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13101/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13102
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13102/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13102/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13102/events
https://github.com/pandas-dev/pandas/issues/13102
153,398,493
MDU6SXNzdWUxNTMzOTg0OTM=
13,102
BUG: plot(kind='kde') no longer works
{ "avatar_url": "https://avatars.githubusercontent.com/u/14347878?v=4", "events_url": "https://api.github.com/users/hermanc1/events{/privacy}", "followers_url": "https://api.github.com/users/hermanc1/followers", "following_url": "https://api.github.com/users/hermanc1/following{/other_user}", "gists_url": "htt...
[ { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
null
[]
null
4
2016-05-06T07:58:45Z
2016-05-06T14:34:38Z
2016-05-06T14:32:54Z
NONE
null
#### Code Sample, a copy-pastable example if possible ``` python import pandas as pd import numpy as np df=pd.DataFrame({'a':np.random.normal(5,1,1000)}) df.a.plot(kind='kde') ``` #### Expected Output In previous versions, a kde plot was shown. Now I get a "Kernel died unexpectedly" error. #### output of `pd.show_ver...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13102/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13102/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13103
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13103/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13103/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13103/events
https://github.com/pandas-dev/pandas/issues/13103
153,470,582
MDU6SXNzdWUxNTM0NzA1ODI=
13,103
.transform not respecting axis=1 in combine stage of group-apply-combine
{ "avatar_url": "https://avatars.githubusercontent.com/u/10658783?v=4", "events_url": "https://api.github.com/users/erbian/events{/privacy}", "followers_url": "https://api.github.com/users/erbian/followers", "following_url": "https://api.github.com/users/erbian/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": "729FCF", "default": false, "description": null, "id": 233160, ...
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-05-06T15:00:40Z
2016-05-06T15:07:33Z
2016-05-06T15:07:09Z
CONTRIBUTOR
null
`.transform` does not appear to be respecting the axis argument of the groupby in the combine stage. The code below yields: `ValueError: Length mismatch: Expected axis has 4 elements, new values have 5 elements` ``` #### Code Sample, a copy-pastable example if possible import pandas as pd df = pd.DataFrame(pd.np.aran...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13103/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13103/timeline
null
null
null