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/27413 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27413/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27413/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27413/events | https://github.com/pandas-dev/pandas/pull/27413 | 468,437,436 | MDExOlB1bGxSZXF1ZXN0Mjk3ODY2MzQ4 | 27,413 | CLN/REF: Unify Arithmetic Methods | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"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": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 5 | 2019-07-16T04:10:14Z | 2019-07-20T20:08:01Z | 2019-07-20T20:06:05Z | MEMBER | null | 2 goals here.
First is to end up with a single implementation for our arithmetic ops. By implementing the missing methods directly on DTA/PA, we make it so we don't need to special-case inside the `Index.__foo__` methods, so can dispatch to Series more directly.
Second is to get the wrapper defined in_arith_meth... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27413/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27413/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27413.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27413",
"merged_at": "2019-07-20T20:06:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27413.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27413"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27414 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27414/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27414/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27414/events | https://github.com/pandas-dev/pandas/issues/27414 | 468,524,860 | MDU6SXNzdWU0Njg1MjQ4NjA= | 27,414 | read_csv memory leak | {
"avatar_url": "https://avatars.githubusercontent.com/u/12839225?v=4",
"events_url": "https://api.github.com/users/xiahaohuan001/events{/privacy}",
"followers_url": "https://api.github.com/users/xiahaohuan001/followers",
"following_url": "https://api.github.com/users/xiahaohuan001/following{/other_user}",
"g... | [
{
"color": "207de5",
"default": false,
"description": "Clarification about behavior needed to assess issue",
"id": 307649777,
"name": "Needs Info",
"node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info"
}
] | closed | false | null | [] | null | 3 | 2019-07-16T08:44:51Z | 2020-01-21T04:15:08Z | 2020-01-21T04:15:08Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import sys
import pandas as pd
_dir = r'D:\Python\data'
file_name = pd.read_csv(_dir + r'\dblist.csv', index_col=0)
file_name.loc[:, 'code'] = [x.upper() for x in file_name['code']]
file_name.loc[:, 'name'] = [x.upper() for x in file_name['name']]... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27414/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27414/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27415 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27415/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27415/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27415/events | https://github.com/pandas-dev/pandas/issues/27415 | 468,568,163 | MDU6SXNzdWU0Njg1NjgxNjM= | 27,415 | Using a `CategoricalIndex` with interval categories as column index breaks operations on a `DataFrame` | {
"avatar_url": "https://avatars.githubusercontent.com/u/314633?v=4",
"events_url": "https://api.github.com/users/pberkes/events{/privacy}",
"followers_url": "https://api.github.com/users/pberkes/followers",
"following_url": "https://api.github.com/users/pberkes/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": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2019-07-16T10:13:16Z | 2019-07-23T22:06:16Z | 2019-07-23T22:06:16Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
>>> a = pd.DataFrame([[1, 2]], columns=pd.CategoricalIndex(pd.interval_range(start=0.0, end=2.0)))
>>> a.T * 100
0
(0.0, 1.0] 100
(1.0, 2.0] 200
>>> a * 100
-------------------------------------------------------------------... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27415/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27415/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27416 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27416/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27416/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27416/events | https://github.com/pandas-dev/pandas/pull/27416 | 468,624,164 | MDExOlB1bGxSZXF1ZXN0Mjk4MDE2MjY0 | 27,416 | CI: limit pytest version on 3.6 | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 12 | 2019-07-16T12:25:23Z | 2019-07-16T19:19:30Z | 2019-07-16T19:19:30Z | CONTRIBUTOR | null | closes #27406 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27416/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27416/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27416.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27416",
"merged_at": "2019-07-16T19:19:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27416.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27416"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27417 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27417/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27417/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27417/events | https://github.com/pandas-dev/pandas/issues/27417 | 468,703,014 | MDU6SXNzdWU0Njg3MDMwMTQ= | 27,417 | PERF: maybe_convert_objects rethink. | {
"avatar_url": "https://avatars.githubusercontent.com/u/19474336?v=4",
"events_url": "https://api.github.com/users/BeforeFlight/events{/privacy}",
"followers_url": "https://api.github.com/users/BeforeFlight/followers",
"following_url": "https://api.github.com/users/BeforeFlight/following{/other_user}",
"gist... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
}
] | closed | false | null | [] | null | 37 | 2019-07-16T14:54:35Z | 2019-07-27T14:24:27Z | 2019-07-27T14:24:26Z | CONTRIBUTOR | null | While exploring the `maybe_convert_objects` I've got quite a few proposals/questions but in the end I've come to a conclusion that the logic of function itself is far from optimal.
#### Motivation
1. Main argument here is we are not checking for inconsistency of parts of already seen data. E.g. if we have seen `dat... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27417/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27417/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27418 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27418/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27418/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27418/events | https://github.com/pandas-dev/pandas/pull/27418 | 468,730,217 | MDExOlB1bGxSZXF1ZXN0Mjk4MTAyOTA2 | 27,418 | add some type annotations io/formats/format.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
},
{
"color": "ea91a... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 4 | 2019-07-16T15:43:54Z | 2019-07-22T11:48:22Z | 2019-07-21T01:06:45Z | MEMBER | null | typing not added to all function signatures in io/formats/format.py in this pass to reduce the diff
~~this PR also contains a refactor to simplify the addition of type annotations; `truncate_h` and `tr_col_num` are dependant variables. `truncate_h` can be `True` or `False`. if `True`, `tr_col_num` is an `int` else i... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27418/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27418/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27418.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27418",
"merged_at": "2019-07-21T01:06:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27418.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27418"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27419 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27419/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27419/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27419/events | https://github.com/pandas-dev/pandas/issues/27419 | 468,766,812 | MDU6SXNzdWU0Njg3NjY4MTI= | 27,419 | fillna is broken for Datetime columns [regression] | {
"avatar_url": "https://avatars.githubusercontent.com/u/45396231?v=4",
"events_url": "https://api.github.com/users/vnlitvinov/events{/privacy}",
"followers_url": "https://api.github.com/users/vnlitvinov/followers",
"following_url": "https://api.github.com/users/vnlitvinov/following{/other_user}",
"gists_url"... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, p... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2019-07-16T17:05:26Z | 2019-07-17T11:54:25Z | 2019-07-17T11:54:25Z | CONTRIBUTOR | null | In 823af7639b94a39609c06a2228ba9e0f31155724 a call to `block._try_coerce_args()` was incorrectly replaced with call to `block._can_hold_element()` (I think under assumption that all block types have identical implementations of `_try_coerce_args` which is not true).
For Datetime blocks this leads to blowing up with ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27419/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27419/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27420 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27420/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27420/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27420/events | https://github.com/pandas-dev/pandas/issues/27420 | 468,783,339 | MDU6SXNzdWU0Njg3ODMzMzk= | 27,420 | DataFrame with MultiIndex raises `TypeError` instead of `KeyError` for inexistent keys | {
"avatar_url": "https://avatars.githubusercontent.com/u/22769314?v=4",
"events_url": "https://api.github.com/users/epassaro/events{/privacy}",
"followers_url": "https://api.github.com/users/epassaro/followers",
"following_url": "https://api.github.com/users/epassaro/following{/other_user}",
"gists_url": "htt... | [
{
"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": "20... | 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... | 3 | 2019-07-16T17:46:28Z | 2020-10-20T02:08:29Z | 2020-10-20T02:08:29Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
a = {'A': [1, 2, 3, 4], 'B': [5, 6, 7, 8], 'C': [9, 10, 11, 12]}
df = pd.DataFrame.from_records(a, index=['A', 'B'])
df.loc[(1,6)]
```
#### Problem description
When a non existent key `.loc` raises `TypeError`. Is this... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27420/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27420/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27421 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27421/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27421/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27421/events | https://github.com/pandas-dev/pandas/issues/27421 | 468,792,216 | MDU6SXNzdWU0Njg3OTIyMTY= | 27,421 | CI: Compatibility with pytest-azurepipelines | {
"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": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] | closed | false | null | [] | null | 3 | 2019-07-16T18:08:04Z | 2020-10-09T18:26:47Z | 2020-10-09T18:26:47Z | CONTRIBUTOR | null | https://github.com/pandas-dev/pandas/pull/27416#issuecomment-511922995
Failing on the prerelease at https://pypi.org/project/pytest-azurepipelines/1.0.0a1/ | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27421/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27421/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27422 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27422/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27422/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27422/events | https://github.com/pandas-dev/pandas/issues/27422 | 468,829,384 | MDU6SXNzdWU0Njg4MjkzODQ= | 27,422 | BUG: to_datetime with multiple timezones does not coerce if invalid string in input | {
"avatar_url": "https://avatars.githubusercontent.com/u/533142?v=4",
"events_url": "https://api.github.com/users/JosuaKrause/events{/privacy}",
"followers_url": "https://api.github.com/users/JosuaKrause/followers",
"following_url": "https://api.github.com/users/JosuaKrause/following{/other_user}",
"gists_url... | [] | closed | false | null | [] | null | 6 | 2019-07-16T19:39:59Z | 2019-07-16T22:55:20Z | 2019-07-16T21:21:49Z | NONE | null | #### Code Sample
```python
import pandas as pd
se = pd.Series(["2019-01-01 03:00:00-0500", "abc", "2019-01-01 03:00:00-0100"])
assert type(pd.to_datetime(se, errors="coerce").iloc[0]) == str
```
Note that the type of the first element (`"2019-01-01 03:00:00-0500"`) is `str` *after* the "conversion".
```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/27422/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27422/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27423 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27423/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27423/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27423/events | https://github.com/pandas-dev/pandas/pull/27423 | 468,849,109 | MDExOlB1bGxSZXF1ZXN0Mjk4MTk5MjI2 | 27,423 | CLN: fix build warning in c_timestamp.pyx | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "207de5... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 4 | 2019-07-16T20:30:10Z | 2019-07-20T21:39:05Z | 2019-07-20T20:36:14Z | NONE | null | ```
pandas/_libs/tslibs/c_timestamp.c: In function ‘__pyx_f_6pandas_5_libs_6tslibs_11c_timestamp_10_Timestamp__get_start_end_field’:
pandas/_libs/tslibs/c_timestamp.c:7257:25: warning: ‘__pyx_t_10’ may be used uninitialized in this function [-Wmaybe-uninitialized]
7257 | __pyx_t_5numpy_int8_t __pyx_t_10[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/27423/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27423/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27423.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27423",
"merged_at": "2019-07-20T20:36:14Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27423.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27423"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27424 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27424/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27424/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27424/events | https://github.com/pandas-dev/pandas/pull/27424 | 468,850,297 | MDExOlB1bGxSZXF1ZXN0Mjk4MjAwMTg5 | 27,424 | Removed ABCs from pandas._typing | {
"avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4",
"events_url": "https://api.github.com/users/WillAyd/events{/privacy}",
"followers_url": "https://api.github.com/users/WillAyd/followers",
"following_url": "https://api.github.com/users/WillAyd/following{/other_user}",
"gists_url": "https://... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 9 | 2019-07-16T20:33:16Z | 2019-07-24T16:43:05Z | 2019-07-24T16:42:51Z | MEMBER | null | - [X] closes #27146
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
This reveals a few new typing issues so won't pass CI but submitting as draft
Here's one way I think that works to avoid import cycles. Basically... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27424/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27424/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27424.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27424",
"merged_at": "2019-07-24T16:42:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27424.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27424"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27425 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27425/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27425/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27425/events | https://github.com/pandas-dev/pandas/pull/27425 | 468,855,307 | MDExOlB1bGxSZXF1ZXN0Mjk4MjA0MjU0 | 27,425 | BUG: fix+test fillna with non-nano datetime64; closes #27419 | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"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"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2019-07-16T20:45:28Z | 2019-07-17T14:05:18Z | 2019-07-17T11:54:25Z | MEMBER | null | - [x] closes #27419
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | 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/27425/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27425/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27425.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27425",
"merged_at": "2019-07-17T11:54:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27425.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27425"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27426 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27426/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27426/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27426/events | https://github.com/pandas-dev/pandas/pull/27426 | 468,883,453 | MDExOlB1bGxSZXF1ZXN0Mjk4MjI3MjI4 | 27,426 | Reallow usecols to reference OOB indices - reverts 25623 | {
"avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4",
"events_url": "https://api.github.com/users/WillAyd/events{/privacy}",
"followers_url": "https://api.github.com/users/WillAyd/followers",
"following_url": "https://api.github.com/users/WillAyd/following{/other_user}",
"gists_url": "https://... | [
{
"color": "06909A",
"default": false,
"description": "IO issues that don't fit into a more specific label",
"id": 2301354,
"name": "IO Data",
"node_id": "MDU6TGFiZWwyMzAxMzU0",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-07-16T21:58:23Z | 2020-01-16T00:35:03Z | 2019-07-17T11:52:36Z | MEMBER | null | - [x] closes #27252
reverts #25623
@heckeop
@gfyoung I know you asked for a FutureWarning to be raised but I didn't want to mess around with the validation_function in place here so just did a simple revert for sake of time / effort
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27426/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27426/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27426.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27426",
"merged_at": "2019-07-17T11:52:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27426.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27426"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27427 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27427/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27427/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27427/events | https://github.com/pandas-dev/pandas/pull/27427 | 468,911,318 | MDExOlB1bGxSZXF1ZXN0Mjk4MjQ5OTYy | 27,427 | Merged mypy.ini into setup.cfg | {
"avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4",
"events_url": "https://api.github.com/users/WillAyd/events{/privacy}",
"followers_url": "https://api.github.com/users/WillAyd/followers",
"following_url": "https://api.github.com/users/WillAyd/following{/other_user}",
"gists_url": "https://... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-07-16T23:14:53Z | 2019-10-11T03:40:07Z | 2019-07-17T11:45:08Z | MEMBER | null | Figure the mypy.ini is small enough now don't need a dedicated config file for it | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27427/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27427/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27427.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27427",
"merged_at": "2019-07-17T11:45:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27427.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27427"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27428 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27428/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27428/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27428/events | https://github.com/pandas-dev/pandas/pull/27428 | 468,928,172 | MDExOlB1bGxSZXF1ZXN0Mjk4MjYxOTI5 | 27,428 | CLN/REF: stop allowing iNaT in DatetimeBlock | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "207de5... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 4 | 2019-07-17T00:21:26Z | 2019-07-24T00:23:23Z | 2019-07-23T23:55:40Z | MEMBER | null | Sits on top of #27411
xref #16674. The broader goal is de-special-casing code in internals.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27428/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27428/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27428.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27428",
"merged_at": "2019-07-23T23:55:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27428.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27428"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27429 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27429/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27429/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27429/events | https://github.com/pandas-dev/pandas/issues/27429 | 469,033,129 | MDU6SXNzdWU0NjkwMzMxMjk= | 27,429 | cannot join on column with datetime when using the 'on' parameter | {
"avatar_url": "https://avatars.githubusercontent.com/u/7404851?v=4",
"events_url": "https://api.github.com/users/filthysocks/events{/privacy}",
"followers_url": "https://api.github.com/users/filthysocks/followers",
"following_url": "https://api.github.com/users/filthysocks/following{/other_user}",
"gists_ur... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 3 | 2019-07-17T07:31:20Z | 2019-07-17T18:14:09Z | 2019-07-17T17:55:57Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
left = pd.DataFrame({'date':['2019-01-01'], 'a': [1]})
left['date'] = pd.to_datetime(left['date'], utc=True)
right = pd.DataFrame({'date':['2019-01-01'], 'b': [1]})
right['date'] = pd.to_datetime(right['date'], utc=True)
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27429/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27429/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27430 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27430/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27430/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27430/events | https://github.com/pandas-dev/pandas/issues/27430 | 469,121,889 | MDU6SXNzdWU0NjkxMjE4ODk= | 27,430 | validate ='m:m' in dataframe.merge should have a meaningful purpose | {
"avatar_url": "https://avatars.githubusercontent.com/u/29853829?v=4",
"events_url": "https://api.github.com/users/gitgithan/events{/privacy}",
"followers_url": "https://api.github.com/users/gitgithan/followers",
"following_url": "https://api.github.com/users/gitgithan/following{/other_user}",
"gists_url": "... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "AD7FA8",
"de... | closed | false | null | [] | null | 5 | 2019-07-17T10:47:50Z | 2021-07-10T18:21:30Z | 2021-07-10T18:21:29Z | NONE | null | #### Code Sample, a copy-pastable example if possible
Currently, in https://github.com/pandas-dev/pandas/blob/master/pandas/core/reshape/merge.py
```python
elif validate in ["many_to_many", "m:m"]:
pass
```
#### Problem description
I was expecting m:m to give me a warning/error if either the left... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27430/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27430/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27431 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27431/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27431/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27431/events | https://github.com/pandas-dev/pandas/issues/27431 | 469,247,535 | MDU6SXNzdWU0NjkyNDc1MzU= | 27,431 | Feature request: add option to disable columns.levels autosorting | {
"avatar_url": "https://avatars.githubusercontent.com/u/20364547?v=4",
"events_url": "https://api.github.com/users/MCM-Math/events{/privacy}",
"followers_url": "https://api.github.com/users/MCM-Math/followers",
"following_url": "https://api.github.com/users/MCM-Math/following{/other_user}",
"gists_url": "htt... | [
{
"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": "207de5",
"default": false,
"description": null,
... | closed | false | null | [] | null | 1 | 2019-07-17T14:25:16Z | 2021-07-10T18:23:32Z | 2021-07-10T18:23:32Z | NONE | null | I am trying to develop general code to access specific columns in the order they are displayed by index. However, columns.levels resorts alphabetically automatically, and doesn't seem to have an option to have it... not do that. It would be useful if there was an option to have it remember the original order, to allo... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27431/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27431/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27432 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27432/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27432/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27432/events | https://github.com/pandas-dev/pandas/pull/27432 | 469,274,225 | MDExOlB1bGxSZXF1ZXN0Mjk4NTM5NTAx | 27,432 | PLT: Delegating to plotting backend only plots of Series and DataFrame methods | {
"avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4",
"events_url": "https://api.github.com/users/datapythonista/events{/privacy}",
"followers_url": "https://api.github.com/users/datapythonista/followers",
"following_url": "https://api.github.com/users/datapythonista/following{/other_user}",
... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2019-07-17T15:03:44Z | 2019-07-18T13:17:37Z | 2019-07-18T13:17:37Z | MEMBER | null | - [X] xref #26747
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | 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/27432/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27432/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27432.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27432",
"merged_at": "2019-07-18T13:17:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27432.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27432"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27433 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27433/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27433/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27433/events | https://github.com/pandas-dev/pandas/issues/27433 | 469,314,773 | MDU6SXNzdWU0NjkzMTQ3NzM= | 27,433 | df.describe.min(), max(), count() etc. produce results inconsistent with describe | {
"avatar_url": "https://avatars.githubusercontent.com/u/23361580?v=4",
"events_url": "https://api.github.com/users/joleenf/events{/privacy}",
"followers_url": "https://api.github.com/users/joleenf/followers",
"following_url": "https://api.github.com/users/joleenf/following{/other_user}",
"gists_url": "https:... | [] | closed | false | null | [] | null | 1 | 2019-07-17T16:16:25Z | 2019-07-17T16:22:33Z | 2019-07-17T16:22:33Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
df = pd.DataFrame({'data': []})
print (df.describe())
print ('Dataframe mean: {}'.format(df['data'].describe().mean()))
print ('Dataframe min: {}'.format(df['data'].describe().min()))
print ('Dataframe count: {}'.format(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/27433/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27433/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27434 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27434/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27434/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27434/events | https://github.com/pandas-dev/pandas/issues/27434 | 469,336,683 | MDU6SXNzdWU0NjkzMzY2ODM= | 27,434 | Connecting to Kaggle for data. | {
"avatar_url": "https://avatars.githubusercontent.com/u/49919149?v=4",
"events_url": "https://api.github.com/users/VipinJain1/events{/privacy}",
"followers_url": "https://api.github.com/users/VipinJain1/followers",
"following_url": "https://api.github.com/users/VipinJain1/following{/other_user}",
"gists_url"... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 2 | 2019-07-17T16:57:54Z | 2019-08-01T03:34:26Z | 2019-07-17T17:00:24Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
project_data = pd.read_csv('https://www.kaggle.com/hanselhansel/donorschoose#train_data.csv')
resource_data = pd.read_csv('https://www.kaggle.com/hanselhansel/donorschoose#Resources.csv')
```
#### Problem description
Anyone one knows if I am 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/27434/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27434/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27435 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27435/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27435/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27435/events | https://github.com/pandas-dev/pandas/issues/27435 | 469,368,371 | MDU6SXNzdWU0NjkzNjgzNzE= | 27,435 | Cannot install pandas 0.24.2 from source with Python 2.7 into an environment without NumPy | {
"avatar_url": "https://avatars.githubusercontent.com/u/72918?v=4",
"events_url": "https://api.github.com/users/didip/events{/privacy}",
"followers_url": "https://api.github.com/users/didip/followers",
"following_url": "https://api.github.com/users/didip/following{/other_user}",
"gists_url": "https://api.git... | [
{
"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": "2020-04-03T17:32:18Z",
"closed_issues": 9,
"created_at": "2019-03-11T13:56:56Z",
"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.co... | 32 | 2019-07-17T18:09:20Z | 2020-04-03T14:57:32Z | 2019-10-22T01:24:43Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```bash
RuntimeError: Python version >= 3.5 required.
```
#### Problem description
Under this docs: https://pandas.pydata.org/pandas-docs/stable/whatsnew/v0.24.0.html
0.24.x is supposed to be backward compatible to Python 2.
```
The 0.24.x series of ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27435/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27435/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27436 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27436/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27436/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27436/events | https://github.com/pandas-dev/pandas/pull/27436 | 469,371,508 | MDExOlB1bGxSZXF1ZXN0Mjk4NjEzMzQ1 | 27,436 | BUG: fix+test quantile with empty DataFrame, closes #23925 | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"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": "Non-arithmetic algos: va... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-07-17T18:17:01Z | 2019-07-24T13:20:10Z | 2019-07-24T12:07:14Z | MEMBER | null | - [x] closes #23925
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | 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/27436/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27436/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27436.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27436",
"merged_at": "2019-07-24T12:07:14Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27436.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27436"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27437 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27437/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27437/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27437/events | https://github.com/pandas-dev/pandas/issues/27437 | 469,374,615 | MDU6SXNzdWU0NjkzNzQ2MTU= | 27,437 | Indexing on series where index is output from pd.cut | {
"avatar_url": "https://avatars.githubusercontent.com/u/20798845?v=4",
"events_url": "https://api.github.com/users/kuchenrolle/events{/privacy}",
"followers_url": "https://api.github.com/users/kuchenrolle/followers",
"following_url": "https://api.github.com/users/kuchenrolle/following{/other_user}",
"gists_u... | [
{
"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": "0e... | open | false | null | [] | null | 2 | 2019-07-17T18:24:13Z | 2021-09-20T18:27:19Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
data = pd.DataFrame(dict(values=range(20), quintiles=pd.cut(range(20), 5)))
grouped = data.groupby("quintiles")["values"]
samples = grouped.agg(lambda x: list(x.sample(3)))
samples
# quintiles
# (-0.019, 3.8] [3, 2, ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27437/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27437/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27438 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27438/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27438/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27438/events | https://github.com/pandas-dev/pandas/pull/27438 | 469,385,906 | MDExOlB1bGxSZXF1ZXN0Mjk4NjIzNzYw | 27,438 | BUG: maybe_convert_objects mixed datetimes and timedeltas | {
"avatar_url": "https://avatars.githubusercontent.com/u/19474336?v=4",
"events_url": "https://api.github.com/users/BeforeFlight/events{/privacy}",
"followers_url": "https://api.github.com/users/BeforeFlight/followers",
"following_url": "https://api.github.com/users/BeforeFlight/following{/other_user}",
"gist... | [
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Comparison, and Logical operations",
"id": 47223669,
"name": "Numeric Operations",
"node_id": "MDU6TGFiZWw0NzIyMzY2OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations"
},
{
"c... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 18 | 2019-07-17T18:47:51Z | 2019-07-25T19:56:41Z | 2019-07-24T12:05:48Z | CONTRIBUTOR | null | - [X] corresponding [discussion](https://github.com/pandas-dev/pandas/issues/27417#issuecomment-512014358) 27417
- [X] tests added / passed
- [X] passes `black pandas`
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
In order to stick to `maybe_convert_objects` realizatio... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27438/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27438/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27438.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27438",
"merged_at": "2019-07-24T12:05:48Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27438.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27438"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27439 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27439/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27439/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27439/events | https://github.com/pandas-dev/pandas/issues/27439 | 469,423,730 | MDU6SXNzdWU0Njk0MjM3MzA= | 27,439 | [Feature request] Add a "filter" method to Index and Series | {
"avatar_url": "https://avatars.githubusercontent.com/u/9061708?v=4",
"events_url": "https://api.github.com/users/jolespin/events{/privacy}",
"followers_url": "https://api.github.com/users/jolespin/followers",
"following_url": "https://api.github.com/users/jolespin/following{/other_user}",
"gists_url": "http... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
}
] | closed | false | null | [] | null | 4 | 2019-07-17T20:18:34Z | 2021-07-10T18:29:57Z | 2021-07-10T18:29:57Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
# Function
def _filter(self, func):
return self[list(map(func, self))]
# Set the attribute
setattr(pd.Index, "filter", _filter)
index = pd.Index(["iris_1", "notiris_1", "iris_2", "other_thing"])
# New way
func = lambda x:x.startswith("... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27439/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27439/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27440 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27440/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27440/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27440/events | https://github.com/pandas-dev/pandas/pull/27440 | 469,463,513 | MDExOlB1bGxSZXF1ZXN0Mjk4NjgyNzQw | 27,440 | CLN: Trim unused/unnecessary code | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "207de5... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2019-07-17T21:50:07Z | 2019-07-18T14:32:11Z | 2019-07-18T10:56:16Z | MEMBER | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27440/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27440/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27440.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27440",
"merged_at": "2019-07-18T10:56:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27440.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27440"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/27441 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27441/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27441/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27441/events | https://github.com/pandas-dev/pandas/issues/27441 | 469,484,956 | MDU6SXNzdWU0Njk0ODQ5NTY= | 27,441 | Add 'key' keyword argument to max/min methods, akin to python's builtin max/min | {
"avatar_url": "https://avatars.githubusercontent.com/u/79941?v=4",
"events_url": "https://api.github.com/users/Strilanc/events{/privacy}",
"followers_url": "https://api.github.com/users/Strilanc/followers",
"following_url": "https://api.github.com/users/Strilanc/following{/other_user}",
"gists_url": "https:... | [] | closed | false | null | [] | null | 4 | 2019-07-17T22:48:56Z | 2019-07-17T23:08:14Z | 2019-07-17T23:08:14Z | NONE | null | See https://docs.python.org/3/library/functions.html#max
Specifying a `key=` function F to use indicates you want to return the `val` with the largest `F(val)`, as opposed to returning the largest val or returning the largest F(val).
The following code should work:
```
>>> pd.DataFrame([1, 3, 5, 7]).max(key=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/27441/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27441/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27442 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27442/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27442/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27442/events | https://github.com/pandas-dev/pandas/issues/27442 | 469,492,865 | MDU6SXNzdWU0Njk0OTI4NjU= | 27,442 | Give pandas.core.groupby.generic.DataFrameGroupBy __str__/_repr_pretty_/__repr__ methods | {
"avatar_url": "https://avatars.githubusercontent.com/u/79941?v=4",
"events_url": "https://api.github.com/users/Strilanc/events{/privacy}",
"followers_url": "https://api.github.com/users/Strilanc/followers",
"following_url": "https://api.github.com/users/Strilanc/following{/other_user}",
"gists_url": "https:... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "729FCF",
"default": false,
"description": null,
... | open | false | null | [] | null | 5 | 2019-07-17T23:13:12Z | 2021-07-10T18:30:33Z | null | NONE | null | Current behavior:
```
>>> df = pd.DataFrame({'a': [1, 1, 3], 'b': [9, 8, 7]})
>>> df.groupby('a')
<pandas.core.groupby.generic.DataFrameGroupBy object at 0x7fd3d5a7b470>
```
Desired behavior ... | {
"+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/27442/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27442/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27443 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27443/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27443/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27443/events | https://github.com/pandas-dev/pandas/pull/27443 | 469,530,530 | MDExOlB1bGxSZXF1ZXN0Mjk4NzI2ODM2 | 27,443 | TST: Add test for operations on DataFrame with Interval CategoricalIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/6498024?v=4",
"events_url": "https://api.github.com/users/another-green/events{/privacy}",
"followers_url": "https://api.github.com/users/another-green/followers",
"following_url": "https://api.github.com/users/another-green/following{/other_user}",
"gi... | [
{
"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": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2019-07-18T01:43:53Z | 2019-07-23T22:06:19Z | 2019-07-23T22:06:16Z | CONTRIBUTOR | null | - [x] closes #27415
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | 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/27443/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27443/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27443.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27443",
"merged_at": "2019-07-23T22:06:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27443.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27443"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27444 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27444/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27444/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27444/events | https://github.com/pandas-dev/pandas/pull/27444 | 469,544,767 | MDExOlB1bGxSZXF1ZXN0Mjk4NzM2MjYy | 27,444 | CLN: simplify maybe_convert_objects, soft_convert_objects | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "207de5... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2019-07-18T02:46:26Z | 2019-07-20T23:52:50Z | 2019-07-20T23:49:48Z | MEMBER | null | Block.replace has code for dispatching to either maybe_convert_objects or soft_convert_objects, but the former is only reached from the tests. So rip that out and use soft_convert_objects.
Both of the functions have branches that are unreachable, so rip those out, along with adding types and validation. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27444/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27444/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27444.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27444",
"merged_at": "2019-07-20T23:49:48Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27444.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27444"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27445 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27445/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27445/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27445/events | https://github.com/pandas-dev/pandas/pull/27445 | 469,545,970 | MDExOlB1bGxSZXF1ZXN0Mjk4NzM3MTcz | 27,445 | BUG: avoid incorrectly inheriting result | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"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": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 5 | 2019-07-18T02:51:43Z | 2019-07-26T17:21:17Z | 2019-07-26T17:21:05Z | MEMBER | null | This has caused problems in a number of local branches, but I don't have a good test case on master. Suggestions welcome. Still though, the failure mode is pretty clear, so this fixes it. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27445/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27445/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27445.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27445",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/27445.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27445"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27446 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27446/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27446/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27446/events | https://github.com/pandas-dev/pandas/issues/27446 | 469,566,261 | MDU6SXNzdWU0Njk1NjYyNjE= | 27,446 | Is the internal twosigma refactor of window.pyx planned for merging in pandas? | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | false | null | [] | null | 4 | 2019-07-18T04:35:00Z | 2019-07-19T03:43:07Z | 2019-07-18T19:57:57Z | NONE | null | I've been thinking of improvements to pandas rolling window functionality. Namely, allowing users to supply their own indexers and allowing numba JIT'd kernels to be passed to apply/transform.
I [floated](](https://github.com/pandas-dev/pandas/pull/27403#discussion_r304165649)) the idea of a window.pyx refactor, and... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27446/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27446/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27447 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27447/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27447/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27447/events | https://github.com/pandas-dev/pandas/pull/27447 | 469,571,737 | MDExOlB1bGxSZXF1ZXN0Mjk4NzU2NjY1 | 27,447 | WIP: treat list of namedtuples like list of dict in DataFrame() | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | false | null | [] | null | 0 | 2019-07-18T05:03:33Z | 2019-07-20T18:40:49Z | 2019-07-20T18:31:37Z | NONE | null | Retrying in a new PR. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27447/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27447/timeline | null | 1 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27447.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27447",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/27447.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27447"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27448 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27448/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27448/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27448/events | https://github.com/pandas-dev/pandas/pull/27448 | 469,595,251 | MDExOlB1bGxSZXF1ZXN0Mjk4Nzc0Mjg3 | 27,448 | PERF: restore performance for unsorted CategoricalDtype comparison | {
"avatar_url": "https://avatars.githubusercontent.com/u/440095?v=4",
"events_url": "https://api.github.com/users/qwhelan/events{/privacy}",
"followers_url": "https://api.github.com/users/qwhelan/followers",
"following_url": "https://api.github.com/users/qwhelan/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": "e11d21",
"default"... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2019-07-18T06:39:11Z | 2019-07-18T10:53:56Z | 2019-07-18T10:53:29Z | CONTRIBUTOR | null | Fixes a performance regression introduced in #26403 very shortly before `0.25.0rc0` was cut, which can be seen [here](https://qwhelan.github.io/pandas/#indexing.CategoricalIndexIndexing.time_getitem_slice?machine=T470&num_cpu=4&os=Linux%205.0.0-20-generic&ram=20305904)
 returned DatetimeIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/20794273?v=4",
"events_url": "https://api.github.com/users/Dremet/events{/privacy}",
"followers_url": "https://api.github.com/users/Dremet/followers",
"following_url": "https://api.github.com/users/Dremet/following{/other_user}",
"gists_url": "https://a... | [] | closed | false | null | [] | null | 1 | 2019-07-18T09:21:13Z | 2019-07-18T09:26:36Z | 2019-07-18T09:26:11Z | NONE | null | Basically I want to get rid of duplicated DatetimeIndex items. I do not understand why this does not work using the output of "drop_duplicates()".
I am using pandas 0.24.2
This shows that drop_duplicates() in the loc statement does not work although it does work with the boolean approach.
```python
import p... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27449/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27449/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27450 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27450/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27450/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27450/events | https://github.com/pandas-dev/pandas/issues/27450 | 469,686,451 | MDU6SXNzdWU0Njk2ODY0NTE= | 27,450 | Why read_sas is converting strings to float? | {
"avatar_url": "https://avatars.githubusercontent.com/u/17984266?v=4",
"events_url": "https://api.github.com/users/SqrtPapere/events{/privacy}",
"followers_url": "https://api.github.com/users/SqrtPapere/followers",
"following_url": "https://api.github.com/users/SqrtPapere/following{/other_user}",
"gists_url"... | [
{
"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"
},
{
"color": "207de5",
"default": false,
"description"... | closed | false | null | [] | null | 12 | 2019-07-18T10:15:02Z | 2019-07-23T18:16:20Z | 2019-07-23T16:48:34Z | NONE | null | #### Code Sample
```python
import pandas as pd
df = pd.read_sas('test.sas7bdat', format='sas7bdat', encoding='utf-8')
```
#### Problem description
I am trying to read a `.sas7bdat` file using `read_sas` and I am having a hard time because the module is converting strings values that look like a number into `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/27450/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27450/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27451 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27451/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27451/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27451/events | https://github.com/pandas-dev/pandas/issues/27451 | 469,703,094 | MDU6SXNzdWU0Njk3MDMwOTQ= | 27,451 | `Dataframe.sample()` isn't validating `frac` | {
"avatar_url": "https://avatars.githubusercontent.com/u/225259?v=4",
"events_url": "https://api.github.com/users/ddebernardy/events{/privacy}",
"followers_url": "https://api.github.com/users/ddebernardy/followers",
"following_url": "https://api.github.com/users/ddebernardy/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": "0e8a16",
"default": true,
"description": null,
"id": 7171206... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2019-07-18T10:55:17Z | 2019-11-08T01:03:24Z | 2019-11-08T01:03:24Z | NONE | null | Minor/trivial bug:
https://github.com/pandas-dev/pandas/blob/master/pandas/core/generic.py#L4960
Shouldn't `sample()` check that `frac` is between 0 and 1 somewhere?
Doc improvement suggestion:
Could anyone confirm that `replace=True|False` means allowing|disallowing sampling the same row more than once?
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27451/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27451/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27452 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27452/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27452/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27452/events | https://github.com/pandas-dev/pandas/issues/27452 | 469,707,237 | MDU6SXNzdWU0Njk3MDcyMzc= | 27,452 | .merge() does not preserve the row-order at the output dataframe | {
"avatar_url": "https://avatars.githubusercontent.com/u/32899037?v=4",
"events_url": "https://api.github.com/users/PoeteMaudit/events{/privacy}",
"followers_url": "https://api.github.com/users/PoeteMaudit/followers",
"following_url": "https://api.github.com/users/PoeteMaudit/following{/other_user}",
"gists_u... | [
{
"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": "009800",
"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... | 2 | 2019-07-18T11:05:24Z | 2019-07-18T11:15:32Z | 2019-07-18T11:15:08Z | NONE | null | Have a look here:
https://stackoverflow.com/q/57092373/9024698 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27452/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27452/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27453 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27453/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27453/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27453/events | https://github.com/pandas-dev/pandas/issues/27453 | 469,710,225 | MDU6SXNzdWU0Njk3MTAyMjU= | 27,453 | Right merge not preserve order | {
"avatar_url": "https://avatars.githubusercontent.com/u/10682573?v=4",
"events_url": "https://api.github.com/users/jesrael/events{/privacy}",
"followers_url": "https://api.github.com/users/jesrael/followers",
"following_url": "https://api.github.com/users/jesrael/following{/other_user}",
"gists_url": "https:... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2019-07-18T11:12:41Z | 2020-03-26T12:45:38Z | 2020-03-26T12:45:38Z | NONE | null | Base by [SO question](https://stackoverflow.com/q/57092373/2901002):
Merge with right join not preserve order of columns:
columns = ['A', 'B', 'C']
data_1 = [[2, 5, 3, 5], [8, 2, 4, 1], [6, 5, 9, 1]]
data_1 = np.array(data_1).T
df_1 = pd.DataFrame(data=data_1, columns=columns)
print (df_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/27453/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27453/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27454 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27454/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27454/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27454/events | https://github.com/pandas-dev/pandas/issues/27454 | 469,738,644 | MDU6SXNzdWU0Njk3Mzg2NDQ= | 27,454 | pd.to_datetime() flaw mixed behavior yielding inconsistant results | {
"avatar_url": "https://avatars.githubusercontent.com/u/44897925?v=4",
"events_url": "https://api.github.com/users/go2sree/events{/privacy}",
"followers_url": "https://api.github.com/users/go2sree/followers",
"following_url": "https://api.github.com/users/go2sree/following{/other_user}",
"gists_url": "https:... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 1 | 2019-07-18T12:21:11Z | 2019-07-18T16:55:53Z | 2019-07-18T16:55:48Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
str1='05-01-2019 00:37'
date1=pd.to_datetime(str1).date()
print(date1)
# output 2019-05-01
str2='15-01-2019 00:37'
date2=pd.to_datetime(str2).date()
print(date2)
# output 2019-01-15
```
#### Problem descript... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27454/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27454/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27455 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27455/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27455/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27455/events | https://github.com/pandas-dev/pandas/pull/27455 | 469,825,394 | MDExOlB1bGxSZXF1ZXN0Mjk4OTU5NTQw | 27,455 | Pinned date and fixed contributors directive | {
"avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4",
"events_url": "https://api.github.com/users/WillAyd/events{/privacy}",
"followers_url": "https://api.github.com/users/WillAyd/followers",
"following_url": "https://api.github.com/users/WillAyd/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2019-07-18T15:07:13Z | 2019-07-18T15:56:41Z | 2019-07-18T15:56:36Z | MEMBER | null | @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/27455/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27455/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27455.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27455",
"merged_at": "2019-07-18T15:56:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27455.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27455"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27456 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27456/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27456/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27456/events | https://github.com/pandas-dev/pandas/issues/27456 | 469,870,854 | MDU6SXNzdWU0Njk4NzA4NTQ= | 27,456 | issues with overlapping multi index intervals | {
"avatar_url": "https://avatars.githubusercontent.com/u/29493960?v=4",
"events_url": "https://api.github.com/users/mahdirajabi96/events{/privacy}",
"followers_url": "https://api.github.com/users/mahdirajabi96/followers",
"following_url": "https://api.github.com/users/mahdirajabi96/following{/other_user}",
"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": "0b02e1",
"default": false,
"description": "Related to indexing on s... | open | false | null | [] | null | 13 | 2019-07-18T16:33:22Z | 2020-04-27T00:16:45Z | null | NONE | null | Scenario 1: single-level indexing, which works fine:
import pandas as pd # pandas version 0.25.0, python version: 3.6.6
idx = pd.IntervalIndex.from_arrays([1,3,1,2],
[3,4,2,4])
df = pd.DataFrame({'Value':[1,2,3,4]},index=idx)
which returns:
df =
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27456/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27456/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27457 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27457/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27457/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27457/events | https://github.com/pandas-dev/pandas/issues/27457 | 469,906,466 | MDU6SXNzdWU0Njk5MDY0NjY= | 27,457 | missing.cpython-35m-x86_64 | {
"avatar_url": "https://avatars.githubusercontent.com/u/7442071?v=4",
"events_url": "https://api.github.com/users/alex067/events{/privacy}",
"followers_url": "https://api.github.com/users/alex067/followers",
"following_url": "https://api.github.com/users/alex067/following{/other_user}",
"gists_url": "https:/... | [] | closed | false | null | [] | null | 5 | 2019-07-18T17:47:32Z | 2019-07-23T17:16:33Z | 2019-07-22T17:46:56Z | NONE | null | Every once in a while, one of my scripts are failing and initially I thought it was due to a memory leak somewhere. After reading the error carefully, it looks like it's from a missing dependency:
```
7fecaeb6d000-7fecaeb7f000 r-xp 00000000 08:04 3021138 /home/lib/python3.5/site-packages/pandas/_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27457/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27457/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27458 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27458/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27458/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27458/events | https://github.com/pandas-dev/pandas/issues/27458 | 469,935,227 | MDU6SXNzdWU0Njk5MzUyMjc= | 27,458 | Feature Request: Binomial Standard Deviation? | {
"avatar_url": "https://avatars.githubusercontent.com/u/4303236?v=4",
"events_url": "https://api.github.com/users/pmlandwehr/events{/privacy}",
"followers_url": "https://api.github.com/users/pmlandwehr/followers",
"following_url": "https://api.github.com/users/pmlandwehr/following{/other_user}",
"gists_url":... | [] | closed | false | null | [] | null | 4 | 2019-07-18T18:56:07Z | 2019-07-19T00:06:51Z | 2019-07-18T23:28:41Z | NONE | null | #### Problem description
We often work with large quantities of simulated data, and it would be convenient if we could get binomial standard deviation with a `.binom_std()` method (or with an optional argument to `.std()`. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27458/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27458/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27459 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27459/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27459/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27459/events | https://github.com/pandas-dev/pandas/pull/27459 | 469,962,150 | MDExOlB1bGxSZXF1ZXN0Mjk5MDY5MjU3 | 27,459 | Fix #27451 (doc + validation) | {
"avatar_url": "https://avatars.githubusercontent.com/u/225259?v=4",
"events_url": "https://api.github.com/users/ddebernardy/events{/privacy}",
"followers_url": "https://api.github.com/users/ddebernardy/followers",
"following_url": "https://api.github.com/users/ddebernardy/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": "ffa0ff",
"default": false,
"description": "Incorrect or improved... | closed | false | null | [] | null | 6 | 2019-07-18T19:59:28Z | 2019-09-05T17:50:27Z | 2019-09-05T17:50:27Z | NONE | null | - [X ] closes #27451
- [ X] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | 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/27459/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27459/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27459.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27459",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/27459.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27459"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27460 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27460/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27460/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27460/events | https://github.com/pandas-dev/pandas/issues/27460 | 470,041,588 | MDU6SXNzdWU0NzAwNDE1ODg= | 27,460 | REF: share code between pd.array and Series constructor | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "d4c5f9",
"default": false,
"de... | open | false | null | [] | null | 0 | 2019-07-18T23:25:25Z | 2019-07-23T19:38:12Z | null | MEMBER | null | I've noticed a couple of places in the code where we do runtime imports of Series just to do `values = Series(values)._values`. It would be nice to avoid that.
This probably also means moving parts of internals.construction to somewhere like `arrays.array_`. In particular I think this would require moving sanitize... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27460/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27460/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27461 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27461/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27461/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27461/events | https://github.com/pandas-dev/pandas/pull/27461 | 470,081,705 | MDExOlB1bGxSZXF1ZXN0Mjk5MTQ1ODQ4 | 27,461 | CLN: avoid runtime imports | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 4 | 2019-07-19T00:57:27Z | 2019-07-22T14:08:08Z | 2019-07-22T11:52:32Z | MEMBER | null | Edits to lib.is_scalar are to put slower python-space checks later so they may get short-circuited.
Everything else should be self-explanatory. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27461/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27461/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27461.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27461",
"merged_at": "2019-07-22T11:52:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27461.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27461"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27462 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27462/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27462/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27462/events | https://github.com/pandas-dev/pandas/issues/27462 | 470,089,334 | MDU6SXNzdWU0NzAwODkzMzQ= | 27,462 | ENH: allow EA to register types for is_scalar | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"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": "6138b5",
"default": false,
"description": "Extendin... | open | false | null | [] | null | 2 | 2019-07-19T01:17:32Z | 2021-07-10T18:32:41Z | null | MEMBER | null | https://github.com/pandas-dev/pandas/pull/27461#discussion_r305168936
> i think we need. way for EA to hook into this for an EA scalar
> eg an IPaddress from cyberpandas could register a scalar i think
Before we move on this, I think we need to clarify in which situations we care about `lib.is_scalar(x)` vs the ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27462/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27462/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27463 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27463/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27463/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27463/events | https://github.com/pandas-dev/pandas/pull/27463 | 470,098,895 | MDExOlB1bGxSZXF1ZXN0Mjk5MTU0NDQ4 | 27,463 | Remove .. versionadded:: 0.18 | {
"avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4",
"events_url": "https://api.github.com/users/topper-123/events{/privacy}",
"followers_url": "https://api.github.com/users/topper-123/followers",
"following_url": "https://api.github.com/users/topper-123/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": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 4 | 2019-07-19T01:50:26Z | 2019-07-20T20:26:12Z | 2019-07-20T19:20:06Z | CONTRIBUTOR | null | Removed ``.. versionadded:: 0.18.0`` and related text blocks. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27463/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27463/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27463.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27463",
"merged_at": "2019-07-20T19:20:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27463.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27463"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27464 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27464/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27464/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27464/events | https://github.com/pandas-dev/pandas/issues/27464 | 470,118,010 | MDU6SXNzdWU0NzAxMTgwMTA= | 27,464 | Bug in DataFrame.rfloordiv when alignment for different columns and index. | {
"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": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | closed | false | null | [] | {
"closed_at": "2019-08-22T19:23:14Z",
"closed_issues": 145,
"created_at": "2019-06-30T19:32:22Z",
"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.... | 1 | 2019-07-19T03:19:10Z | 2019-08-20T17:45:06Z | 2019-08-20T17:45:06Z | CONTRIBUTOR | null | I think that `.loc[0, 'A']` should be inf.
```python
In [36]: a = pd.DataFrame({"A": [0, 1, 2], 'B': [1.1, None, 1.1]})
In [37]: b = pd.DataFrame({"A": [1.1, 1.2, 1.3]}, index=[0, 2, 3])
In [38]: a.rfloordiv(b, fill_value=1)
Out[38]:
A B
0 NaN 0.0
1 1.0 NaN
2 0.0 0.0
3 1.0 NaN
```
to... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27464/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27464/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27465 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27465/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27465/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27465/events | https://github.com/pandas-dev/pandas/pull/27465 | 470,128,671 | MDExOlB1bGxSZXF1ZXN0Mjk5MTc3MTY0 | 27,465 | CLN: remove unused parts of skiplist (most of it) | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 17 | 2019-07-19T04:13:50Z | 2019-09-11T15:36:20Z | 2019-09-11T02:02:07Z | MEMBER | null | As a follow-up I'll take a look at either removing the now-empty .pyx file or trying to port the c file to pyx | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27465/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27465/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27465.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27465",
"merged_at": "2019-09-11T02:02:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27465.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27465"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27466 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27466/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27466/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27466/events | https://github.com/pandas-dev/pandas/pull/27466 | 470,131,999 | MDExOlB1bGxSZXF1ZXN0Mjk5MTc5ODU5 | 27,466 | CLN: remove unused row_bool_subset | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"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": "207de5",
"default": false,
"description": null,
"id": ... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 6 | 2019-07-19T04:29:29Z | 2020-04-05T17:36:18Z | 2019-07-20T19:29:22Z | MEMBER | null | @jreback can you confirm my hunch that the `result.ndim == 2` block in groupby.ops was for Panel?
Tracing back the blame, row_bool_subset was introduced [here](https://github.com/pandas-dev/pandas/commit/b15ae85e1f647821755d35bedd6143ad1e9c3678) in 2012 to close #152 and it started being called only for result.ndim ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27466/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27466/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27466.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27466",
"merged_at": "2019-07-20T19:29:22Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27466.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27466"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27467 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27467/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27467/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27467/events | https://github.com/pandas-dev/pandas/pull/27467 | 470,132,462 | MDExOlB1bGxSZXF1ZXN0Mjk5MTgwMjQz | 27,467 | Groupby transform cleanups | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": ... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 6 | 2019-07-19T04:31:40Z | 2019-07-25T23:45:09Z | 2019-07-25T22:09:45Z | NONE | null | - [x] whatsnew
Related #27389 (several issues there)
closes #27486 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27467/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27467/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27467.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27467",
"merged_at": "2019-07-25T22:09:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27467.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27467"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27468 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27468/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27468/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27468/events | https://github.com/pandas-dev/pandas/issues/27468 | 470,150,449 | MDU6SXNzdWU0NzAxNTA0NDk= | 27,468 | BUG: Groupby.transform('ngroup') fails | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | open | false | null | [] | null | 0 | 2019-07-19T05:53:17Z | 2019-07-22T21:13:33Z | null | NONE | null | Adding tests for #27467 surfaced some bugs:
```python
from pandas import *
df = DataFrame(dict(a=[0, 0, 0, 1, 1, 1], b=range(6)))
g = df.groupby(np.repeat([0,1], 3))
# ok
print(g.ngroup())
#fails
g.transform('ngroup')
AttributeError: ("'Series' object has no attribute 'ngroup'", 'occurred at 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/27468/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27468/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27469 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27469/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27469/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27469/events | https://github.com/pandas-dev/pandas/issues/27469 | 470,150,886 | MDU6SXNzdWU0NzAxNTA4ODY= | 27,469 | BUG: Groupby.transform('size') fails for multicolumn frame | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | open | false | null | [] | null | 0 | 2019-07-19T05:54:53Z | 2019-07-23T15:02:19Z | null | NONE | null | Adding tests for #27467 surfaced some bugs:
```python
from pandas import *
df = DataFrame(dict(a=[0, 0, 0, 1, 1, 1], b=range(6)))
g = df.groupby(np.repeat([0,1], 3))
# ok
print(g.size())
#fails
g.transform('size')
TypeError: Transform function invalid for data types
``` | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27469/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27469/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27470 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27470/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27470/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27470/events | https://github.com/pandas-dev/pandas/issues/27470 | 470,151,786 | MDU6SXNzdWU0NzAxNTE3ODY= | 27,470 | BUG: Groupby.quantile segfaults for quantile > 1 | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "36ede0",
"default": false,
"description": "Non-Recoverable... | closed | false | null | [] | {
"closed_at": "2019-08-22T19:23:14Z",
"closed_issues": 145,
"created_at": "2019-06-30T19:32:22Z",
"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.... | 2 | 2019-07-19T05:58:13Z | 2019-08-12T17:56:47Z | 2019-08-12T17:56:47Z | NONE | null | Adding tests for #27467 surfaced some bugs:
```python
from pandas import *
df = DataFrame(dict(a=[0, 0, 0, 1, 1, 1], b=range(6)))
g = df.groupby(np.repeat([0,1], 3))
# ok
g.quantile(50)
<segfault>
```
quantile accepts floats in `[0,1]` or arrays of floats. It appears not to validate the range though. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27470/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27470/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27471 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27471/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27471/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27471/events | https://github.com/pandas-dev/pandas/issues/27471 | 470,154,272 | MDU6SXNzdWU0NzAxNTQyNzI= | 27,471 | missing pandas.core.config in v0.25 | {
"avatar_url": "https://avatars.githubusercontent.com/u/6035284?v=4",
"events_url": "https://api.github.com/users/Borda/events{/privacy}",
"followers_url": "https://api.github.com/users/Borda/followers",
"following_url": "https://api.github.com/users/Borda/following{/other_user}",
"gists_url": "https://api.g... | [] | closed | false | null | [] | null | 10 | 2019-07-19T06:07:29Z | 2019-07-22T16:11:46Z | 2019-07-19T06:25:41Z | NONE | null | ### Problem description
I need a print table with several columns by default for automatic test purposes while the default number of columns changed from version v0.23. I was using a simple check
```python
if 'display.max_columns' in pandas.core.config._registered_options:
pandas.set_option('display.max_colum... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27471/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27471/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27472 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27472/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27472/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27472/events | https://github.com/pandas-dev/pandas/issues/27472 | 470,155,214 | MDU6SXNzdWU0NzAxNTUyMTQ= | 27,472 | BUG: Groupby.transform('cumcount') fails | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 7... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/57047354?v=4",
"events_url": "https://api.github.com/users/saehuihwang/events{/privacy}",
"followers_url": "https://api.github.com/users/saehuihwang/followers",
"following_url": "https://api.github.com/users/saehuihwang/following{/other_user}",
"gists_u... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/57047354?v=4",
"events_url": "https://api.github.com/users/saehuihwang/events{/privacy}",
"followers_url": "https://api.github.com/users/saehuihwang/followers",
"following_url": "https://api.github.com/users/saehuihwang/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 | 2019-07-19T06:10:48Z | 2021-07-22T18:05:00Z | 2021-07-22T18:05:00Z | NONE | null | Adding tests for #27467 surfaced some bugs:
```python
from pandas import *
df = DataFrame(dict(a=[0, 0, 0, 1, 1, 1], b=range(6)))
g = df.groupby(np.repeat([0,1], 3))
# ok
g.cumcount()
# fails
g.transform('cumcount')
AttributeError: ("'Series' object has no attribute 'cumcount'", 'occurred at 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/27472/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27472/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27473 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27473/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27473/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27473/events | https://github.com/pandas-dev/pandas/pull/27473 | 470,163,656 | MDExOlB1bGxSZXF1ZXN0Mjk5MjA0ODU4 | 27,473 | BUG: quantile segfaults on invalid quantile values | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "36ede0",
"default": false,
"description": "Non-Recoverable... | closed | false | null | [] | {
"closed_at": "2019-08-22T19:23:14Z",
"closed_issues": 145,
"created_at": "2019-06-30T19:32:22Z",
"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.... | 9 | 2019-07-19T06:39:46Z | 2019-08-07T16:29:08Z | 2019-07-31T14:18:01Z | NONE | null | - [x] closes #27470
- [ ] waiting for #27584 to be resolved (move `check_percentiles` out of `NDFrame`)
- [ ] waiting for #27526 to be resolved (#20405 cythonized `Groupby.quantile` with functionality regression)
- [ ] 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/27473/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27473/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27473.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27473",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/27473.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27473"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27474 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27474/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27474/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27474/events | https://github.com/pandas-dev/pandas/pull/27474 | 470,220,790 | MDExOlB1bGxSZXF1ZXN0Mjk5MjQ5Mzk4 | 27,474 | DOC: Fix typos in docstrings for functions referring. | {
"avatar_url": "https://avatars.githubusercontent.com/u/2830900?v=4",
"events_url": "https://api.github.com/users/bingyao/events{/privacy}",
"followers_url": "https://api.github.com/users/bingyao/followers",
"following_url": "https://api.github.com/users/bingyao/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 0 | 2019-07-19T09:09:50Z | 2019-07-19T11:55:20Z | 2019-07-19T11:55:20Z | CONTRIBUTOR | null | Fixed two typos in docstrings for functions referring. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27474/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27474/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27474.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27474",
"merged_at": "2019-07-19T11:55:20Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27474.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27474"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27475 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27475/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27475/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27475/events | https://github.com/pandas-dev/pandas/pull/27475 | 470,224,662 | MDExOlB1bGxSZXF1ZXN0Mjk5MjUyNTE5 | 27,475 | Make a fastpath conditional on `data is None` | {
"avatar_url": "https://avatars.githubusercontent.com/u/223833?v=4",
"events_url": "https://api.github.com/users/vanschelven/events{/privacy}",
"followers_url": "https://api.github.com/users/vanschelven/followers",
"following_url": "https://api.github.com/users/vanschelven/following{/other_user}",
"gists_url... | [] | closed | false | null | [] | null | 0 | 2019-07-19T09:18:25Z | 2019-07-19T09:52:13Z | 2019-07-19T09:52:13Z | NONE | null | As per the pre-existing comment in the code: this is a fastpath for the
case `data is None`. Better include an if-statement to make sure this
condition actually holds.
When this if-statement is not present, failure occurs at a later point
in the code when an empty index is used, because that later code expects da... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27475/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27475/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27475.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27475",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/27475.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27475"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27476 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27476/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27476/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27476/events | https://github.com/pandas-dev/pandas/issues/27476 | 470,325,544 | MDU6SXNzdWU0NzAzMjU1NDQ= | 27,476 | BUG: Missing documentation for read_spss() | {
"avatar_url": "https://avatars.githubusercontent.com/u/264640?v=4",
"events_url": "https://api.github.com/users/isantolin/events{/privacy}",
"followers_url": "https://api.github.com/users/isantolin/followers",
"following_url": "https://api.github.com/users/isantolin/following{/other_user}",
"gists_url": "ht... | [
{
"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": "0e8a16",
"default": true,
"description": null,
"id": 7171206... | 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",
... | 4 | 2019-07-19T13:30:37Z | 2019-08-12T21:16:39Z | 2019-07-26T20:58:46Z | CONTRIBUTOR | null | #### Problem description
New added feature read_spss() #26537 doesn´t still have any kind of documentation about it http://pandas-docs.github.io/pandas-docs-travis/user_guide/io.html | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27476/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27476/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27477 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27477/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27477/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27477/events | https://github.com/pandas-dev/pandas/issues/27477 | 470,372,484 | MDU6SXNzdWU0NzAzNzI0ODQ= | 27,477 | Run a User Survey | {
"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... | [] | closed | false | null | [] | null | 14 | 2019-07-19T15:03:53Z | 2019-08-08T19:28:51Z | 2019-08-08T16:14:32Z | CONTRIBUTOR | null | It'd be nice to run a survey to better understand what our users want from the library.
We can ask things like
* What version of pandas are you using?
* Is pandas stable enough?
* What APIs are you using (e.g. which `read_` methods)?
* What features would you like (additional readers, etc.)?
I plan to put ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27477/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27477/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27478 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27478/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27478/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27478/events | https://github.com/pandas-dev/pandas/pull/27478 | 470,375,673 | MDExOlB1bGxSZXF1ZXN0Mjk5Mzc1MTUx | 27,478 | Add a Roadmap | {
"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": "DDDDDD",
"default": false,
"description": "Administrative tasks related to the pandas project",
"id": 32933285,
"name": "Admin",
"node_id": "MDU6TGFiZWwzMjkzMzI4NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Admin"
}
] | closed | false | null | [] | {
"closed_at": "2019-08-22T19:23:14Z",
"closed_issues": 145,
"created_at": "2019-06-30T19:32:22Z",
"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.... | 33 | 2019-07-19T15:10:58Z | 2019-08-01T20:50:46Z | 2019-08-01T18:04:12Z | CONTRIBUTOR | null | This PR adds a roadmap document. This is useful when pursing funding; we can point to a list of known items that we'd like to do if we had the person time (and funding) to tackle them.
Let's have two discussions
1. Do we want this? Roadmaps tend to go stale. How can we keep this up to date?
2. If so, what items ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27478/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27478/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27478.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27478",
"merged_at": "2019-08-01T18:04:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27478.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27478"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27479 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27479/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27479/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27479/events | https://github.com/pandas-dev/pandas/issues/27479 | 470,404,495 | MDU6SXNzdWU0NzA0MDQ0OTU= | 27,479 | deregister_matplotlib_converters() in 0.25 incorrectly removes Matplotlib converters | {
"avatar_url": "https://avatars.githubusercontent.com/u/6197628?v=4",
"events_url": "https://api.github.com/users/dstansby/events{/privacy}",
"followers_url": "https://api.github.com/users/dstansby/followers",
"following_url": "https://api.github.com/users/dstansby/following{/other_user}",
"gists_url": "http... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"color": "e11d21",
"default": false,
"description": "Fu... | closed | false | null | [] | {
"closed_at": "2019-08-22T19:23:14Z",
"closed_issues": 145,
"created_at": "2019-06-30T19:32:22Z",
"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.... | 9 | 2019-07-19T16:01:42Z | 2019-08-20T14:26:50Z | 2019-08-20T14:26:49Z | CONTRIBUTOR | null | Consider
```python
import matplotlib.units as munits
import pandas as pd
pd.plotting.deregister_matplotlib_converters()
print(pd.__version__)
for key in munits.registry:
print(key, '\t', munits.registry[key])
```
`deregister_matplotlib_converters()` should only remove `pandas` converters, and not any... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27479/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27479/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27480 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27480/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27480/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27480/events | https://github.com/pandas-dev/pandas/pull/27480 | 470,411,751 | MDExOlB1bGxSZXF1ZXN0Mjk5Mzk3MjIy | 27,480 | Use Matplotlib built-in converters for python date(time)s | {
"avatar_url": "https://avatars.githubusercontent.com/u/6197628?v=4",
"events_url": "https://api.github.com/users/dstansby/events{/privacy}",
"followers_url": "https://api.github.com/users/dstansby/followers",
"following_url": "https://api.github.com/users/dstansby/following{/other_user}",
"gists_url": "http... | [] | closed | false | null | [] | null | 2 | 2019-07-19T16:12:55Z | 2019-07-19T17:39:01Z | 2019-07-19T17:39:01Z | CONTRIBUTOR | null | In Matplotlib we have and maintain unit converters for the python build in datetime objects and `np.datetime64`, so there is no need to provide another converter. This would fix https://github.com/pandas-dev/pandas/issues/27479 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27480/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27480/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27480.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27480",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/27480.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27480"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27481 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27481/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27481/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27481/events | https://github.com/pandas-dev/pandas/pull/27481 | 470,467,527 | MDExOlB1bGxSZXF1ZXN0Mjk5NDMwMjc5 | 27,481 | Correctly re-instate Matplotlib converters | {
"avatar_url": "https://avatars.githubusercontent.com/u/6197628?v=4",
"events_url": "https://api.github.com/users/dstansby/events{/privacy}",
"followers_url": "https://api.github.com/users/dstansby/followers",
"following_url": "https://api.github.com/users/dstansby/following{/other_user}",
"gists_url": "http... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | {
"closed_at": "2019-08-22T19:23:14Z",
"closed_issues": 145,
"created_at": "2019-06-30T19:32:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.... | 10 | 2019-07-19T18:06:00Z | 2019-08-21T16:34:46Z | 2019-08-20T14:26:50Z | CONTRIBUTOR | null | Fixes https://github.com/pandas-dev/pandas/issues/27479. Converters should only be cached to be re-instated if they are original, and not pandas converters.
I'm struggling to write a test for this; I think it requires a clean state with no pandas imports, so one can check what was in the units registry before pandas... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27481/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27481/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27481.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27481",
"merged_at": "2019-08-20T14:26:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27481.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27481"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27482 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27482/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27482/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27482/events | https://github.com/pandas-dev/pandas/issues/27482 | 470,486,169 | MDU6SXNzdWU0NzA0ODYxNjk= | 27,482 | pd.isnull() raises AttributeError on Pandas type objects | {
"avatar_url": "https://avatars.githubusercontent.com/u/10007066?v=4",
"events_url": "https://api.github.com/users/bribass/events{/privacy}",
"followers_url": "https://api.github.com/users/bribass/followers",
"following_url": "https://api.github.com/users/bribass/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": "0e8a16",
"default": true,
"description": null,
"id": 717120670,... | closed | false | null | [] | {
"closed_at": "2019-08-22T19:23:14Z",
"closed_issues": 145,
"created_at": "2019-06-30T19:32:22Z",
"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.... | 1 | 2019-07-19T18:48:00Z | 2019-08-20T14:00:09Z | 2019-08-20T14:00:09Z | NONE | null | ```python
import pandas as pd
x = pd.Series([1,2,3,4])
xt = type(x)
pd.isnull(xt)
## Traceback (most recent call last):
## File "<input>", line 1, in <module>
## File "/home/bbassett/venv37/lib/python3.7/site-packages/pandas/core/dtypes/missing.py", line 122, in isna
## return _isna(obj)
## File "/... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27482/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27482/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27483 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27483/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27483/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27483/events | https://github.com/pandas-dev/pandas/issues/27483 | 470,512,961 | MDU6SXNzdWU0NzA1MTI5NjE= | 27,483 | Add a "Best Practices" document | {
"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"
}
] | 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",
... | 4 | 2019-07-19T19:53:15Z | 2019-12-31T12:34:12Z | null | CONTRIBUTOR | null | I'd like to have a document that describes how we think people should write pandas code.
This introduces a bit of friction when documenting something, since you'll need to decide "does it go in best practices or the user guide?" But I think the idea of a "best practices" document with opinionated, short examples and... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27483/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27483/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27484 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27484/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27484/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27484/events | https://github.com/pandas-dev/pandas/issues/27484 | 470,545,359 | MDU6SXNzdWU0NzA1NDUzNTk= | 27,484 | IndexError in repr of series objects containing complex numbers with negative imaginary parts | {
"avatar_url": "https://avatars.githubusercontent.com/u/28623?v=4",
"events_url": "https://api.github.com/users/DRMacIver/events{/privacy}",
"followers_url": "https://api.github.com/users/DRMacIver/followers",
"following_url": "https://api.github.com/users/DRMacIver/following{/other_user}",
"gists_url": "htt... | [
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
},
{
"color": "00980... | closed | false | null | [] | {
"closed_at": "2019-08-22T19:23:14Z",
"closed_issues": 145,
"created_at": "2019-06-30T19:32:22Z",
"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.... | 1 | 2019-07-19T20:55:42Z | 2019-07-25T15:58:18Z | 2019-07-25T15:58:18Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
from pandas import Series
print(Series([-1j]))
```
#### Problem description
This raises the following error:
```
Traceback (most recent call last):
File "foo.py", line 3, in <module>
print(Series([-1j]))
File "/home/david/.pyen... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27484/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27484/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27485 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27485/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27485/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27485/events | https://github.com/pandas-dev/pandas/issues/27485 | 470,596,348 | MDU6SXNzdWU0NzA1OTYzNDg= | 27,485 | ASV Benchmark for read_excel | {
"avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4",
"events_url": "https://api.github.com/users/WillAyd/events{/privacy}",
"followers_url": "https://api.github.com/users/WillAyd/followers",
"following_url": "https://api.github.com/users/WillAyd/following{/other_user}",
"gists_url": "https://... | [
{
"color": "bfe5bf",
"default": false,
"description": "read_excel, to_excel",
"id": 49254273,
"name": "IO Excel",
"node_id": "MDU6TGFiZWw0OTI1NDI3Mw==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Excel"
},
{
"color": "0e8a16",
"default": true,
"des... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 3 | 2019-07-19T22:40:38Z | 2019-09-05T17:10:54Z | 2019-09-05T17:10:54Z | MEMBER | null | Right now we don't benchmark performance of read_excel across the various engines (xlrd, openpyxl and odfpy) so would gladly accept contributions to improve benchmark coverage on those | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27485/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27485/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27486 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27486/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27486/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27486/events | https://github.com/pandas-dev/pandas/issues/27486 | 470,609,302 | MDU6SXNzdWU0NzA2MDkzMDI= | 27,486 | BUG: Groupby.transform(name) should only accept valid names | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": ... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 3 | 2019-07-19T23:56:22Z | 2019-07-25T22:09:45Z | 2019-07-25T22:09:45Z | NONE | null | https://github.com/pandas-dev/pandas/pull/27467#discussion_r305439508
Examples:
- `g.transform('invalid_name')`
- `g.transform('agg')`, attribute exists but isn't appropriate agg/transformation.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27486/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27486/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27487 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27487/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27487/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27487/events | https://github.com/pandas-dev/pandas/issues/27487 | 470,628,937 | MDU6SXNzdWU0NzA2Mjg5Mzc= | 27,487 | REF: Define ExtensionDtype subclasses in consistent locations | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
}
] | closed | false | null | [] | null | 2 | 2019-07-20T03:19:22Z | 2019-11-05T22:10:58Z | 2019-11-05T22:10:58Z | MEMBER | null | `CategoricalDtype`, `DatetimeTZDtype`, `PeriodDtype`, and `IntervalDtype` are defined in `core.dtypes.dtypes`. `_IntegerDtype`, `PandasDtype`, and `SparseDtype` are defined in `core.arrays.*`. We should be consistent about where these are defined.
My hobby horse right now is the dependency structure. `core.dtypes`... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27487/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27487/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27488 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27488/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27488/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27488/events | https://github.com/pandas-dev/pandas/pull/27488 | 470,630,211 | MDExOlB1bGxSZXF1ZXN0Mjk5NTMzNzI3 | 27,488 | API: Add entrypoint for plotting | {
"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": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | {
"closed_at": "2019-08-22T19:23:14Z",
"closed_issues": 145,
"created_at": "2019-06-30T19:32:22Z",
"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.... | 15 | 2019-07-20T03:36:53Z | 2019-07-25T20:21:50Z | 2019-07-25T17:18:13Z | CONTRIBUTOR | null | Libraries, including pandas, register backends via entrypoints.
xref #26747
cc @datapythonista @jakevdp @philippjfr | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27488/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27488/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27488.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27488",
"merged_at": "2019-07-25T17:18:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27488.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27488"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27489 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27489/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27489/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27489/events | https://github.com/pandas-dev/pandas/pull/27489 | 470,656,446 | MDExOlB1bGxSZXF1ZXN0Mjk5NTUxNTY0 | 27,489 | PERF: speed up IntervalIndex._intersection_non_unique by ~50x | {
"avatar_url": "https://avatars.githubusercontent.com/u/440095?v=4",
"events_url": "https://api.github.com/users/qwhelan/events{/privacy}",
"followers_url": "https://api.github.com/users/qwhelan/followers",
"following_url": "https://api.github.com/users/qwhelan/following{/other_user}",
"gists_url": "https://... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2019-07-20T09:39:05Z | 2019-07-20T17:00:50Z | 2019-07-20T16:41:02Z | CONTRIBUTOR | null | I've been backfilling `asv` data and noticed the following regression in `IntervalIndexMethod.time_intersection_both_duplicate` (see [here](https://qwhelan.github.io/pandas/#index_object.IntervalIndexMethod.time_intersection_both_duplicate?machine=T470-W10&os=Linux%204.4.0-17134-Microsoft&ram=20822880&p-param1=100000&c... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27489/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27489/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27489.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27489",
"merged_at": "2019-07-20T16:41:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27489.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27489"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27490 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27490/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27490/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27490/events | https://github.com/pandas-dev/pandas/issues/27490 | 470,683,892 | MDU6SXNzdWU0NzA2ODM4OTI= | 27,490 | Timestamp unit is not respected | {
"avatar_url": "https://avatars.githubusercontent.com/u/11860098?v=4",
"events_url": "https://api.github.com/users/david-cortes/events{/privacy}",
"followers_url": "https://api.github.com/users/david-cortes/followers",
"following_url": "https://api.github.com/users/david-cortes/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,
... | open | false | null | [] | null | 2 | 2019-07-20T15:05:50Z | 2021-03-09T20:46:01Z | null | CONTRIBUTOR | null | Timestamps always get returned in nanoseconds regardless of the unit I specify:
```python
import numpy as np, pandas as pd
np.datetime64("2018-01-01").astype("datetime64[s]").astype(int)
>>> 1514764800
pd.Series(np.datetime64("2018-01-01")).astype("datetime64[s]")
```
```
0 2018-01-01
dtype: datetime64[ns]
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27490/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27490/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27491 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27491/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27491/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27491/events | https://github.com/pandas-dev/pandas/pull/27491 | 470,694,163 | MDExOlB1bGxSZXF1ZXN0Mjk5NTc3MTc0 | 27,491 | DOC: setup 1.0.0 docs | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 0 | 2019-07-20T16:57:06Z | 2019-07-20T20:07:00Z | 2019-07-20T20:07:00Z | 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/27491/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27491/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27491.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27491",
"merged_at": "2019-07-20T20:07:00Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27491.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27491"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/27492 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27492/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27492/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27492/events | https://github.com/pandas-dev/pandas/issues/27492 | 470,694,636 | MDU6SXNzdWU0NzA2OTQ2MzY= | 27,492 | RLS: 1.0.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "006b75",
"default": false,
"description": null,
"id": 131473665,
"name": "Release",
"node_id": "MDU6TGFiZWwxMzE0NzM2NjU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Release"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 26 | 2019-07-20T17:02:30Z | 2020-01-30T12:34:23Z | 2020-01-30T12:17:42Z | CONTRIBUTOR | null | discussion for 1.0.
We are focusing all deprecation removals and we should try to release by September 2019. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27492/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27492/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27493 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27493/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27493/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27493/events | https://github.com/pandas-dev/pandas/issues/27493 | 470,700,988 | MDU6SXNzdWU0NzA3MDA5ODg= | 27,493 | BUG: .loc behavior for multiindex containing IntervalIndex level | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | null | 0 | 2019-07-20T18:15:31Z | 2019-08-02T15:35:09Z | 2019-08-02T15:35:09Z | NONE | null | <del>Supersedes #27456</del>
#27456 has been updated. closing as duplicate. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27493/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27493/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27494 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27494/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27494/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27494/events | https://github.com/pandas-dev/pandas/pull/27494 | 470,702,928 | MDExOlB1bGxSZXF1ZXN0Mjk5NTgzMDgz | 27,494 | ENH: treat list of namedtuples like list of dict in DataFrame() | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
}
] | closed | false | null | [] | null | 2 | 2019-07-20T18:40:11Z | 2019-07-31T14:25:53Z | 2019-07-31T14:25:47Z | NONE | null | Following discussion in https://github.com/pandas-dev/pandas/pull/27309 about unifying "list of records" behavior across the board.
- [X] closes #27329
- [ ] tests added / passed
- [X] whatsnew entry
- [ ] double check performance impact and update docs accordingly if needed. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27494/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27494/timeline | null | 1 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27494.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27494",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/27494.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27494"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27495 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27495/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27495/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27495/events | https://github.com/pandas-dev/pandas/pull/27495 | 470,725,625 | MDExOlB1bGxSZXF1ZXN0Mjk5NTk4Mzkx | 27,495 | PERF: speed up MultiIndex.is_monotonic by 50x | {
"avatar_url": "https://avatars.githubusercontent.com/u/440095?v=4",
"events_url": "https://api.github.com/users/qwhelan/events{/privacy}",
"followers_url": "https://api.github.com/users/qwhelan/followers",
"following_url": "https://api.github.com/users/qwhelan/following{/other_user}",
"gists_url": "https://... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "207de5",
"default"... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-07-20T23:54:04Z | 2019-07-23T22:04:28Z | 2019-07-23T22:04:24Z | CONTRIBUTOR | null | The current logic for `MultiIndex.is_monotonic` relies on `np.lexsort()` on `MultiIndex._values`. While the result is cached, this is slow as it triggers the creation of `._values`, needs to perform an `O(n log(n))` sort, as well as populate the hashmap of a transient `Index`.
This PR significantly speeds up this ch... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27495/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27495/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27495.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27495",
"merged_at": "2019-07-23T22:04:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27495.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27495"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27496 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27496/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27496/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27496/events | https://github.com/pandas-dev/pandas/issues/27496 | 470,727,506 | MDU6SXNzdWU0NzA3Mjc1MDY= | 27,496 | Lost timezone information after groupby transform | {
"avatar_url": "https://avatars.githubusercontent.com/u/50842911?v=4",
"events_url": "https://api.github.com/users/billy-doyle/events{/privacy}",
"followers_url": "https://api.github.com/users/billy-doyle/followers",
"following_url": "https://api.github.com/users/billy-doyle/following{/other_user}",
"gists_u... | [
{
"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": "5319e7",
"default": false,
"description": "Timezone data d... | closed | false | null | [] | null | 2 | 2019-07-21T00:18:14Z | 2019-07-22T15:27:40Z | 2019-07-22T15:27:40Z | NONE | null | #### Code Sample, a copy-pastable example if possible
Similar issue as #24198 in pandas 0.25.0
```python
import pandas as pd
df = pd.DataFrame({'time': [pd.Timestamp('2010-07-15 03:14:45'),
pd.Timestamp('2010-11-19 18:47:06')],
'timezone': ['Etc/GMT+4', 'US/Ea... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27496/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27496/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27497 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27497/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27497/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27497/events | https://github.com/pandas-dev/pandas/issues/27497 | 470,730,443 | MDU6SXNzdWU0NzA3MzA0NDM= | 27,497 | Nanosecond resolution in time indexing | {
"avatar_url": "https://avatars.githubusercontent.com/u/4721335?v=4",
"events_url": "https://api.github.com/users/p5a0u9l/events{/privacy}",
"followers_url": "https://api.github.com/users/p5a0u9l/followers",
"following_url": "https://api.github.com/users/p5a0u9l/following{/other_user}",
"gists_url": "https:/... | [] | closed | false | null | [] | null | 6 | 2019-07-21T01:13:35Z | 2019-11-02T21:56:03Z | 2019-11-02T21:56:03Z | NONE | null | I have a dataframe with `DatetimeIndex`. I note the following difference of behavior in `0.24.2` against `0.25.0`.
For equivalent Timestamp indices, `0.25.0` returns an empty Series, while `0.24.2` returns one value.
```python
print(start)
Timestamp('2019-06-24 16:56:11.200999936')
print(stop)
Timestamp('20... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27497/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27497/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27498 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27498/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27498/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27498/events | https://github.com/pandas-dev/pandas/issues/27498 | 470,733,345 | MDU6SXNzdWU0NzA3MzMzNDU= | 27,498 | Investigate whether re-encoding MultiIndex levels is beneficial | {
"avatar_url": "https://avatars.githubusercontent.com/u/440095?v=4",
"events_url": "https://api.github.com/users/qwhelan/events{/privacy}",
"followers_url": "https://api.github.com/users/qwhelan/followers",
"following_url": "https://api.github.com/users/qwhelan/following{/other_user}",
"gists_url": "https://... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "207de5",
"default"... | closed | false | null | [] | {
"closed_at": "2020-10-31T15:14:04Z",
"closed_issues": 94,
"created_at": "2020-09-26T01:36:01Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 0 | 2019-07-21T02:09:24Z | 2020-10-27T12:51:13Z | 2020-10-27T12:51:13Z | CONTRIBUTOR | null | Follow up for #27495, where we handle the common case of `MultiIndex` being created from helper functions that ensure the levels are sorted. In order to handle the case of `MultiIndex(codes=..., labels=...)` and labels being individually unsorted, we likely need to re-encode that level. If that is performant, it would ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27498/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27498/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27499 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27499/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27499/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27499/events | https://github.com/pandas-dev/pandas/pull/27499 | 470,740,065 | MDExOlB1bGxSZXF1ZXN0Mjk5NjA4MzI4 | 27,499 | REF: de-privatize dtypes.concat functions | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "207de5... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-07-21T04:09:01Z | 2019-07-22T21:30:50Z | 2019-07-22T21:14:54Z | MEMBER | null | Preliminary to possibly finding new homes for some of these functions that don't really fit in core.dtypes (discussed briefly at the sprint). xref #25273 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27499/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27499/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27499.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27499",
"merged_at": "2019-07-22T21:14:54Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27499.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27499"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27500 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27500/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27500/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27500/events | https://github.com/pandas-dev/pandas/issues/27500 | 470,759,731 | MDU6SXNzdWU0NzA3NTk3MzE= | 27,500 | crosstabs doesn't work with margin and normalize together | {
"avatar_url": "https://avatars.githubusercontent.com/u/4449948?v=4",
"events_url": "https://api.github.com/users/min2bro/events{/privacy}",
"followers_url": "https://api.github.com/users/min2bro/followers",
"following_url": "https://api.github.com/users/min2bro/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2019-08-22T19:23:14Z",
"closed_issues": 145,
"created_at": "2019-06-30T19:32:22Z",
"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.... | 2 | 2019-07-21T09:05:28Z | 2019-08-06T15:45:31Z | 2019-08-06T15:45:31Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
df = pd.DataFrame({"A": ["foo", "foo", "foo", "foo", "foo",
"bar", "bar", "bar", "bar"],
"B": ["one", "one", "one", "two", "two",
"one", "one", "two", "two"],
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27500/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27500/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27501 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27501/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27501/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27501/events | https://github.com/pandas-dev/pandas/issues/27501 | 470,763,287 | MDU6SXNzdWU0NzA3NjMyODc= | 27,501 | pd.to_csv gives '__init__() got an unexpected keyword argument 'tupleize_cols'` | {
"avatar_url": "https://avatars.githubusercontent.com/u/29777378?v=4",
"events_url": "https://api.github.com/users/vciulei/events{/privacy}",
"followers_url": "https://api.github.com/users/vciulei/followers",
"following_url": "https://api.github.com/users/vciulei/following{/other_user}",
"gists_url": "https:... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 4 | 2019-07-21T09:50:24Z | 2019-08-21T15:53:02Z | 2019-07-21T16:15:02Z | NONE | null | Hi, I have an issue which might be related to this:
I'm running the following basic code:
<code>`dfMain.to_csv('./January_filtered_International_WE.csv')` </code>
which used to run normally until yesterday. Yesterday morning I upgraded to `pandas 0.25.0` while running code and now I cannot write a 500k rows (... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27501/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27501/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27502 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27502/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27502/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27502/events | https://github.com/pandas-dev/pandas/issues/27502 | 470,781,354 | MDU6SXNzdWU0NzA3ODEzNTQ= | 27,502 | MultiIndex with Period level is really slow | {
"avatar_url": "https://avatars.githubusercontent.com/u/6732831?v=4",
"events_url": "https://api.github.com/users/akdor1154/events{/privacy}",
"followers_url": "https://api.github.com/users/akdor1154/followers",
"following_url": "https://api.github.com/users/akdor1154/following{/other_user}",
"gists_url": "h... | [
{
"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": "eb6420",
"default"... | open | false | null | [] | null | 2 | 2019-07-21T13:23:41Z | 2019-07-22T04:43:52Z | null | NONE | null | A MultiIndex with a Period level is multiple levels of magnitude slower to join than a same-sized single Period index, or the same sized MultiIndex with Dates instead of Periods.
In this benchmark, I construct a the multiindexes and single index referred to above by making a date/period range, and adding it to a sin... | {
"+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/27502/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27502/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27503 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27503/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27503/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27503/events | https://github.com/pandas-dev/pandas/pull/27503 | 470,789,116 | MDExOlB1bGxSZXF1ZXN0Mjk5NjQxMzcw | 27,503 | TST: reenable some old quantile tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "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": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2019-07-21T14:42:02Z | 2019-08-02T14:44:29Z | 2019-07-31T14:07:09Z | NONE | null | These disabled tests now pass on 3.7. Let's see what CI says. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27503/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27503/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27503.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27503",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/27503.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27503"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27504 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27504/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27504/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27504/events | https://github.com/pandas-dev/pandas/pull/27504 | 470,795,862 | MDExOlB1bGxSZXF1ZXN0Mjk5NjQ1OTk4 | 27,504 | ENH: Add Series.set_index | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
}
] | closed | false | null | [] | null | 4 | 2019-07-21T15:47:56Z | 2019-08-02T14:44:05Z | 2019-07-31T14:16:13Z | NONE | null | - [X] closes #27058, #21684
- [X] whatsnew entry
- [x] append and list of levels (like `DataFrame.set_index` has)
- [ ] tests added / passed
Help users method-chain all the things. This is modeled closely on the original support for Arrays added in 2011 by Wes Mckinney in
553bacc7abe341991e4d043a5c17521902c... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27504/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27504/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27504.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27504",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/27504.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27504"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27505 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27505/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27505/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27505/events | https://github.com/pandas-dev/pandas/pull/27505 | 470,796,856 | MDExOlB1bGxSZXF1ZXN0Mjk5NjQ2NjUw | 27,505 | Update issue template | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | false | null | [] | null | 3 | 2019-07-21T15:58:52Z | 2019-08-02T14:43:34Z | 2019-07-21T17:08:57Z | NONE | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27505/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27505/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27505.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27505",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/27505.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27505"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/27506 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27506/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27506/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27506/events | https://github.com/pandas-dev/pandas/issues/27506 | 470,800,423 | MDU6SXNzdWU0NzA4MDA0MjM= | 27,506 | ensure_int_or_float Surprising Behavior with Int64 / ExtensionArrays | {
"avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4",
"events_url": "https://api.github.com/users/WillAyd/events{/privacy}",
"followers_url": "https://api.github.com/users/WillAyd/followers",
"following_url": "https://api.github.com/users/WillAyd/following{/other_user}",
"gists_url": "https://... | [
{
"color": "6138b5",
"default": false,
"description": "Extending pandas with custom dtypes or arrays.",
"id": 849023693,
"name": "ExtensionArray",
"node_id": "MDU6TGFiZWw4NDkwMjM2OTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray"
}
] | 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... | 0 | 2019-07-21T16:38:49Z | 2021-04-19T13:51:57Z | 2021-04-19T13:51:57Z | MEMBER | null | Unearthed as part of #27424
```python
>>> import pandas as pd
>>> from pandas.core.dtypes.common import ensure_int_or_float
>>> ensure_int_or_float(pd.Series(range(3), dtype='Int64'))
0 0
1 1
2 2
dtype: int64
# Directly against PandasArray now
>>> ensure_int_or_float(pd.Series(range(3), dtype='... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27506/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27506/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27507 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27507/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27507/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27507/events | https://github.com/pandas-dev/pandas/pull/27507 | 470,809,388 | MDExOlB1bGxSZXF1ZXN0Mjk5NjU1MTU3 | 27,507 | remove last references to v0.18 in docs and code | {
"avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4",
"events_url": "https://api.github.com/users/topper-123/events{/privacy}",
"followers_url": "https://api.github.com/users/topper-123/followers",
"following_url": "https://api.github.com/users/topper-123/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": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-07-21T18:18:53Z | 2019-07-22T12:08:28Z | 2019-07-22T12:07:10Z | CONTRIBUTOR | null | - [x] xref #27463
Somehow all the changes didn't get added to #27463, so here's a follow-up.
I've also removed a reference to 0.17 in style.ipynb which also makes the styler api non-provisional. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27507/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27507/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27507.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27507",
"merged_at": "2019-07-22T12:07:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27507.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27507"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27508 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27508/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27508/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27508/events | https://github.com/pandas-dev/pandas/pull/27508 | 470,811,698 | MDExOlB1bGxSZXF1ZXN0Mjk5NjU2NDYz | 27,508 | remove references to v0.19 in docs and code | {
"avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4",
"events_url": "https://api.github.com/users/topper-123/events{/privacy}",
"followers_url": "https://api.github.com/users/topper-123/followers",
"following_url": "https://api.github.com/users/topper-123/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": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-07-21T18:41:29Z | 2019-07-23T09:11:06Z | 2019-07-22T12:08:40Z | CONTRIBUTOR | null | - [x] xref #27507
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27508/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27508/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27508.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27508",
"merged_at": "2019-07-22T12:08:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27508.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27508"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27509 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27509/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27509/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27509/events | https://github.com/pandas-dev/pandas/issues/27509 | 470,812,918 | MDU6SXNzdWU0NzA4MTI5MTg= | 27,509 | Add 'nice' date-time x-axis labels for non-regular time series plots | {
"avatar_url": "https://avatars.githubusercontent.com/u/296686?v=4",
"events_url": "https://api.github.com/users/robintw/events{/privacy}",
"followers_url": "https://api.github.com/users/robintw/followers",
"following_url": "https://api.github.com/users/robintw/following{/other_user}",
"gists_url": "https://... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "8AE234",
"default": false,
"description": null,
... | open | false | null | [] | null | 1 | 2019-07-21T18:55:32Z | 2021-07-10T18:39:22Z | null | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import numpy as np
df1 = pd.DataFrame({'a':np.arange(5)},
index=pd.DatetimeIndex(['2019-07-01 12:00:00',
'2019-07-01 17:00:00',
... | {
"+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/27509/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27509/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/27510 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27510/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27510/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27510/events | https://github.com/pandas-dev/pandas/pull/27510 | 470,824,285 | MDExOlB1bGxSZXF1ZXN0Mjk5NjY0ODgx | 27,510 | BUG: Retain tz transformation in groupby.transform | {
"avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4",
"events_url": "https://api.github.com/users/mroeschke/events{/privacy}",
"followers_url": "https://api.github.com/users/mroeschke/followers",
"following_url": "https://api.github.com/users/mroeschke/following{/other_user}",
"gists_url": "... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | closed | false | null | [] | {
"closed_at": "2019-08-22T19:23:14Z",
"closed_issues": 145,
"created_at": "2019-06-30T19:32:22Z",
"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.... | 0 | 2019-07-21T21:00:49Z | 2019-07-22T16:47:29Z | 2019-07-22T15:27:40Z | MEMBER | null | - [x] closes #27496
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | 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/27510/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27510/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27510.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27510",
"merged_at": "2019-07-22T15:27:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27510.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27510"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27511 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27511/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27511/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27511/events | https://github.com/pandas-dev/pandas/pull/27511 | 470,848,009 | MDExOlB1bGxSZXF1ZXN0Mjk5NjgyMDAw | 27,511 | BUG: display.precision of negative complex numbers | {
"avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4",
"events_url": "https://api.github.com/users/mroeschke/events{/privacy}",
"followers_url": "https://api.github.com/users/mroeschke/followers",
"following_url": "https://api.github.com/users/mroeschke/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": "ededed",
"default": false,
"description": "__repr__ of pandas objec... | closed | false | null | [] | {
"closed_at": "2019-08-22T19:23:14Z",
"closed_issues": 145,
"created_at": "2019-06-30T19:32:22Z",
"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.... | 5 | 2019-07-22T00:58:27Z | 2019-07-25T20:06:59Z | 2019-07-25T15:58:18Z | MEMBER | null | - [x] closes #27484
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | 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/27511/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27511/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27511.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27511",
"merged_at": "2019-07-25T15:58:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27511.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27511"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/27512 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/27512/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/27512/comments | https://api.github.com/repos/pandas-dev/pandas/issues/27512/events | https://github.com/pandas-dev/pandas/pull/27512 | 470,848,532 | MDExOlB1bGxSZXF1ZXN0Mjk5NjgyMzkx | 27,512 | more type hints for io/formats/format.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
},
{
"color": "ea91a... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 3 | 2019-07-22T01:02:12Z | 2019-07-24T23:33:10Z | 2019-07-24T11:58:30Z | MEMBER | null | another pass to follow-on from #27418 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/27512/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/27512/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/27512.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/27512",
"merged_at": "2019-07-24T11:58:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/27512.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27512"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.