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/38519
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38519/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38519/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38519/events
https://github.com/pandas-dev/pandas/issues/38519
768,669,929
MDU6SXNzdWU3Njg2Njk5Mjk=
38,519
BUG: Augmented arithmetic assignments will modify original series starting version 1.1.4
{ "avatar_url": "https://avatars.githubusercontent.com/u/52888631?v=4", "events_url": "https://api.github.com/users/nikita-ivanov/events{/privacy}", "followers_url": "https://api.github.com/users/nikita-ivanov/followers", "following_url": "https://api.github.com/users/nikita-ivanov/following{/other_user}", "g...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "0e8a16", "default": true, "description": null, "id": 7171206...
open
false
null
[]
null
8
2020-12-16T10:09:53Z
2021-02-14T11:21:16Z
null
NONE
null
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- #### Code Sample, a copy-pastable example ```python import pandas as pd s =...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38519/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38519/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38520
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38520/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38520/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38520/events
https://github.com/pandas-dev/pandas/issues/38520
768,751,011
MDU6SXNzdWU3Njg3NTEwMTE=
38,520
BUG: method fillna not working when supplied value is a dict
{ "avatar_url": "https://avatars.githubusercontent.com/u/17943873?v=4", "events_url": "https://api.github.com/users/etiennekintzler/events{/privacy}", "followers_url": "https://api.github.com/users/etiennekintzler/followers", "following_url": "https://api.github.com/users/etiennekintzler/following{/other_user}"...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "0052cc"...
closed
false
null
[]
null
2
2020-12-16T11:28:29Z
2020-12-16T12:24:44Z
2020-12-16T12:24:44Z
NONE
null
#### Reproducible example ```python import pandas as pd s = pd.Series([{"a": 1}, None]) s.fillna({"a": 0}) ``` returns: ```python 0 {'a': 1} 1 NaN dtype: object ``` The error is the same when using `np.nan` instead of None. #### Problem description The fillna method does not work wh...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38520/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38520/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38521
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38521/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38521/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38521/events
https://github.com/pandas-dev/pandas/issues/38521
768,845,519
MDU6SXNzdWU3Njg4NDU1MTk=
38,521
BUG: Setting values to slice fails with duplicated column name
{ "avatar_url": "https://avatars.githubusercontent.com/u/65842583?v=4", "events_url": "https://api.github.com/users/leonarduschen/events{/privacy}", "followers_url": "https://api.github.com/users/leonarduschen/followers", "following_url": "https://api.github.com/users/leonarduschen/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...
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...
1
2020-12-16T13:05:45Z
2021-01-21T15:53:35Z
2021-01-21T15:53:35Z
CONTRIBUTOR
null
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas. - [x] (optional) I have confirmed this bug exists on the master branch of pandas. --- Originally posted on [StackOverflow](https://stackoverflow.com/questions/65255166/...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38521/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38521/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38522
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38522/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38522/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38522/events
https://github.com/pandas-dev/pandas/pull/38522
768,848,658
MDExOlB1bGxSZXF1ZXN0NTQxMTUzOTgw
38,522
Better inference of spreadsheet formats.
{ "avatar_url": "https://avatars.githubusercontent.com/u/632049?v=4", "events_url": "https://api.github.com/users/cjw296/events{/privacy}", "followers_url": "https://api.github.com/users/cjw296/followers", "following_url": "https://api.github.com/users/cjw296/following{/other_user}", "gists_url": "https://api...
[ { "color": "bfe5bf", "default": false, "description": "read_excel, to_excel", "id": 49254273, "name": "IO Excel", "node_id": "MDU6TGFiZWw0OTI1NDI3Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Excel" } ]
closed
false
null
[]
{ "closed_at": "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...
22
2020-12-16T13:09:26Z
2020-12-23T14:11:06Z
2020-12-23T14:11:05Z
CONTRIBUTOR
null
See: https://github.com/pandas-dev/pandas/issues/38424#issuecomment-744062773 https://github.com/pandas-dev/pandas/pull/38456 Discussion happening on #38424, code review happening here ;-)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38522/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38522/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38522.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38522", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/38522.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38522" }
https://api.github.com/repos/pandas-dev/pandas/issues/38523
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38523/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38523/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38523/events
https://github.com/pandas-dev/pandas/issues/38523
768,940,754
MDU6SXNzdWU3Njg5NDA3NTQ=
38,523
BUG: MultiIndex RollingGroupby returns only one level of index
{ "avatar_url": "https://avatars.githubusercontent.com/u/5796276?v=4", "events_url": "https://api.github.com/users/Heerozh/events{/privacy}", "followers_url": "https://api.github.com/users/Heerozh/followers", "following_url": "https://api.github.com/users/Heerozh/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": "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...
6
2020-12-16T14:31:17Z
2021-04-05T16:22:13Z
2021-04-05T16:22:13Z
NONE
null
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- ```python import pandas as pd print(pd.__version__) arrays = [['Falcon', 'F...
{ "+1": 2, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38523/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38523/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38524
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38524/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38524/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38524/events
https://github.com/pandas-dev/pandas/issues/38524
769,010,689
MDU6SXNzdWU3NjkwMTA2ODk=
38,524
CI: pin xlrd <2 for now
{ "avatar_url": "https://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" }, { "color": "bfe5bf", "default": false, "description": ...
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-12-16T15:39:41Z
2021-05-04T16:11:15Z
2021-05-04T16:10:42Z
CONTRIBUTOR
null
unless we merge the support indicated in https://github.com/pandas-dev/pandas/pull/38522 I think we need to pin xlrd so we can have a green ci.
{ "+1": 2, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38524/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38524/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38525
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38525/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38525/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38525/events
https://github.com/pandas-dev/pandas/issues/38525
769,101,428
MDU6SXNzdWU3NjkxMDE0Mjg=
38,525
BUG: pyarrow_array_to_numpy_and_mask is not taking offset into account when creating mask
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696093?v=4", "events_url": "https://api.github.com/users/westonpace/events{/privacy}", "followers_url": "https://api.github.com/users/westonpace/followers", "following_url": "https://api.github.com/users/westonpace/following{/other_user}", "gists_url":...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "parquet, feather", "...
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...
1
2020-12-16T16:59:20Z
2020-12-21T13:54:38Z
2020-12-21T13:54:38Z
NONE
null
- [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38525/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38525/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38526
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38526/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38526/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38526/events
https://github.com/pandas-dev/pandas/pull/38526
769,138,744
MDExOlB1bGxSZXF1ZXN0NTQxMzM0MzEy
38,526
CI: pin xlrd<2.0
{ "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": "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": "d93f0b", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-12-16T17:43:14Z
2021-11-20T23:21:03Z
2020-12-16T19:26:04Z
MEMBER
null
- [ ] closes #38524 - [ ] 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/38526/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38526/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38526.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38526", "merged_at": "2020-12-16T19:26:03Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38526.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38526" }
https://api.github.com/repos/pandas-dev/pandas/issues/38527
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38527/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38527/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38527/events
https://github.com/pandas-dev/pandas/issues/38527
769,186,846
MDU6SXNzdWU3NjkxODY4NDY=
38,527
BUG: can't use to_clipboard/read_clipboard on WSL 2.0
{ "avatar_url": "https://avatars.githubusercontent.com/u/6313008?v=4", "events_url": "https://api.github.com/users/mbkupfer/events{/privacy}", "followers_url": "https://api.github.com/users/mbkupfer/followers", "following_url": "https://api.github.com/users/mbkupfer/following{/other_user}", "gists_url": "http...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "fbca04", "default": false, "description": "Windows OS", "id": 5...
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...
5
2020-12-16T18:50:27Z
2020-12-23T14:08:08Z
2020-12-23T14:08:08Z
CONTRIBUTOR
null
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas. - [x] (optional) I have confirmed this bug exists on the master branch of pandas. --- **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38527/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38527/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38528
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38528/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38528/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38528/events
https://github.com/pandas-dev/pandas/pull/38528
769,226,476
MDExOlB1bGxSZXF1ZXN0NTQxNDAxNTg1
38,528
Editing Pandas Documentation homepage
{ "avatar_url": "https://avatars.githubusercontent.com/u/38465655?v=4", "events_url": "https://api.github.com/users/MOHED1224/events{/privacy}", "followers_url": "https://api.github.com/users/MOHED1224/followers", "following_url": "https://api.github.com/users/MOHED1224/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": "7fcce8", "default": false, "description": "", "id": 23479920...
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...
8
2020-12-16T19:51:12Z
2021-05-07T20:04:50Z
2021-05-07T20:04:50Z
NONE
null
Trying to improve the user experience and interaction with the webpage. 1.Edited button hover effect. 2. Make links open in new tabs instead of redirect in the current webpage because this may be not good for some people. 3. Added data manipulation note in the introduction section.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38528/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38528/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38528.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38528", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/38528.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38528" }
https://api.github.com/repos/pandas-dev/pandas/issues/38529
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38529/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38529/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38529/events
https://github.com/pandas-dev/pandas/pull/38529
769,315,359
MDExOlB1bGxSZXF1ZXN0NTQxNDc1NDk4
38,529
CLN: remove CategoricalIndex._engine
{ "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": "e11d21", "default": false, "description": "Categorical Data Type", "id": 78527356, "name": "Categorical", "node_id": "MDU6TGFiZWw3ODUyNzM1Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Categorical" }, { "color": "e99695", "default": false, ...
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
2020-12-16T22:25:52Z
2020-12-17T01:27:13Z
2020-12-17T01:23:33Z
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/38529/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38529/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38529.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38529", "merged_at": "2020-12-17T01:23:33Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38529.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38529" }
https://api.github.com/repos/pandas-dev/pandas/issues/38530
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38530/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38530/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38530/events
https://github.com/pandas-dev/pandas/pull/38530
769,316,863
MDExOlB1bGxSZXF1ZXN0NTQxNDc2NzI5
38,530
REF: avoid special-casing Categorical astype
{ "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": "e102d8", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-12-16T22:28:54Z
2020-12-22T20:53:45Z
2020-12-22T20:44:49Z
MEMBER
null
Sits on top of #38516
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38530/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38530/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38530.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38530", "merged_at": "2020-12-22T20:44:49Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38530.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38530" }
https://api.github.com/repos/pandas-dev/pandas/issues/38531
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38531/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38531/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38531/events
https://github.com/pandas-dev/pandas/pull/38531
769,318,841
MDExOlB1bGxSZXF1ZXN0NTQxNDc4Mzk3
38,531
CLN: share .values
{ "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
[]
{ "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...
1
2020-12-16T22:32:47Z
2020-12-17T15:42:21Z
2020-12-17T15:06:34Z
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/38531/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38531/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38531.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38531", "merged_at": "2020-12-17T15:06:34Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38531.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38531" }
https://api.github.com/repos/pandas-dev/pandas/issues/38532
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38532/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38532/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38532/events
https://github.com/pandas-dev/pandas/pull/38532
769,328,448
MDExOlB1bGxSZXF1ZXN0NTQxNDg2MzAx
38,532
BUG: Regression in logical ops raising ValueError with Categorical columns with unused categories
{ "avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4", "events_url": "https://api.github.com/users/phofl/events{/privacy}", "followers_url": "https://api.github.com/users/phofl/followers", "following_url": "https://api.github.com/users/phofl/following{/other_user}", "gists_url": "https://api....
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "e1...
closed
false
null
[]
{ "closed_at": "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...
2
2020-12-16T22:51:44Z
2020-12-21T15:50:24Z
2020-12-21T13:55:18Z
MEMBER
null
- [x] closes #38367 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry @simonjayhawkins This would fix the issue, but is pretty dirty. If we decide to merge this, we should remove this again with #38140 Also test wo...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38532/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38532/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38532.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38532", "merged_at": "2020-12-21T13:55:18Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38532.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38532" }
https://api.github.com/repos/pandas-dev/pandas/issues/38533
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38533/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38533/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38533/events
https://github.com/pandas-dev/pandas/pull/38533
769,374,168
MDExOlB1bGxSZXF1ZXN0NTQxNTIwMjg2
38,533
BUG&TST: HTML formatting error in Styler.render() in rowspan attribute
{ "avatar_url": "https://avatars.githubusercontent.com/u/72418396?v=4", "events_url": "https://api.github.com/users/JoseNavy/events{/privacy}", "followers_url": "https://api.github.com/users/JoseNavy/followers", "following_url": "https://api.github.com/users/JoseNavy/following{/other_user}", "gists_url": "htt...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "006b75", "default": false, "description": "conditional formatting u...
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...
5
2020-12-17T00:27:41Z
2020-12-22T20:34:02Z
2020-12-22T20:33:37Z
CONTRIBUTOR
null
- [x] closes [#38234](https://github.com/pandas-dev/pandas/issues/38234) - [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": 1, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38533/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38533/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38533.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38533", "merged_at": "2020-12-22T20:33:37Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38533.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38533" }
https://api.github.com/repos/pandas-dev/pandas/issues/38534
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38534/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38534/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38534/events
https://github.com/pandas-dev/pandas/issues/38534
769,380,008
MDU6SXNzdWU3NjkzODAwMDg=
38,534
BUG: Series mode crashes when there is more than one mode
{ "avatar_url": "https://avatars.githubusercontent.com/u/5264981?v=4", "events_url": "https://api.github.com/users/JulioV/events{/privacy}", "followers_url": "https://api.github.com/users/JulioV/followers", "following_url": "https://api.github.com/users/JulioV/following{/other_user}", "gists_url": "https://ap...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "fbca04", "default": false, "description": "Apply, Aggregate, Transf...
open
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/23026514?v=4", "events_url": "https://api.github.com/users/skvrahul/events{/privacy}", "followers_url": "https://api.github.com/users/skvrahul/followers", "following_url": "https://api.github.com/users/skvrahul/following{/other_user}", "gists_url": "htt...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/23026514?v=4", "events_url": "https://api.github.com/users/skvrahul/events{/privacy}", "followers_url": "https://api.github.com/users/skvrahul/followers", "following_url": "https://api.github.com/users/skvrahul/following{/other_user}", "gi...
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
10
2020-12-17T00:38:58Z
2021-07-06T06:04:45Z
null
NONE
null
- [ x] I have checked that this issue has not already been reported. - [ x] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38534/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38534/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38535
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38535/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38535/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38535/events
https://github.com/pandas-dev/pandas/pull/38535
769,455,181
MDExOlB1bGxSZXF1ZXN0NTQxNTY5MjU0
38,535
CLN: use .view(i8) instead of .astype(i8) for datetimelike values
{ "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": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "207de5", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-12-17T03:07:24Z
2020-12-19T02:39:37Z
2020-12-19T02:21:41Z
MEMBER
null
prelude to deprecating the astype behavior
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38535/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38535/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38535.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38535", "merged_at": "2020-12-19T02:21:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38535.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38535" }
https://api.github.com/repos/pandas-dev/pandas/issues/38536
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38536/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38536/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38536/events
https://github.com/pandas-dev/pandas/pull/38536
769,543,935
MDExOlB1bGxSZXF1ZXN0NTQxNjE3MzE4
38,536
Added Documentation to specify that DataFrame.last() needs the index to be sorted to deliver the expected results
{ "avatar_url": "https://avatars.githubusercontent.com/u/72096386?v=4", "events_url": "https://api.github.com/users/aflah02/events{/privacy}", "followers_url": "https://api.github.com/users/aflah02/followers", "following_url": "https://api.github.com/users/aflah02/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": "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...
3
2020-12-17T05:40:31Z
2021-09-27T23:40:01Z
2020-12-17T16:54:24Z
CONTRIBUTOR
null
Added Documentation mentioning that DataFrame.last() needs the index to be sorted to deliver the expected results Haven't yet worked on raising an error will work as advised - [ ] closes #38000 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 -...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38536/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38536/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38536.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38536", "merged_at": "2020-12-17T16:54:23Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38536.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38536" }
https://api.github.com/repos/pandas-dev/pandas/issues/38537
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38537/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38537/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38537/events
https://github.com/pandas-dev/pandas/pull/38537
769,633,305
MDExOlB1bGxSZXF1ZXN0NTQxNjY1ODk4
38,537
TYP: pandas/io/sql.py (easy: bool/str)
{ "avatar_url": "https://avatars.githubusercontent.com/u/48889395?v=4", "events_url": "https://api.github.com/users/arw2019/events{/privacy}", "followers_url": "https://api.github.com/users/arw2019/followers", "following_url": "https://api.github.com/users/arw2019/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": "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...
1
2020-12-17T07:26:33Z
2020-12-21T23:45:28Z
2020-12-21T23:45:23Z
MEMBER
null
- [ ] closes #xxxx - [ ] 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/38537/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38537/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38537.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38537", "merged_at": "2020-12-21T23:45:23Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38537.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38537" }
https://api.github.com/repos/pandas-dev/pandas/issues/38538
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38538/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38538/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38538/events
https://github.com/pandas-dev/pandas/issues/38538
769,719,624
MDU6SXNzdWU3Njk3MTk2MjQ=
38,538
QST: error while using pickle to load the files
{ "avatar_url": "https://avatars.githubusercontent.com/u/27808289?v=4", "events_url": "https://api.github.com/users/sagar-m/events{/privacy}", "followers_url": "https://api.github.com/users/sagar-m/followers", "following_url": "https://api.github.com/users/sagar-m/following{/other_user}", "gists_url": "https:...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "0052cc", "default": false, "descript...
closed
false
null
[]
null
3
2020-12-17T08:56:06Z
2020-12-19T13:48:07Z
2020-12-17T11:44:04Z
NONE
null
Hi, I am getting the below error while using pickle to load the files on kaggle. It has worked for everyone, but it is not working for me. The file path is correct. Thank you for your help. ``` --------------------------------------------------------------------------- FileNotFoundError ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38538/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38538/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38539
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38539/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38539/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38539/events
https://github.com/pandas-dev/pandas/pull/38539
769,898,804
MDExOlB1bGxSZXF1ZXN0NTQxNzk4MTEy
38,539
BUG: fix array conversion from Arrow for slided array
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "8cc645", "default": false, "description": "Related to pd.NA and nul...
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...
5
2020-12-17T11:26:21Z
2020-12-21T13:58:38Z
2020-12-21T13:54:38Z
MEMBER
null
Closes #38525
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38539/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38539/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38539.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38539", "merged_at": "2020-12-21T13:54:38Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38539.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38539" }
https://api.github.com/repos/pandas-dev/pandas/issues/38540
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38540/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38540/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38540/events
https://github.com/pandas-dev/pandas/pull/38540
770,053,637
MDExOlB1bGxSZXF1ZXN0NTQxODc4NDM0
38,540
Tests .loc on sparse DataFrame #34687
{ "avatar_url": "https://avatars.githubusercontent.com/u/36619387?v=4", "events_url": "https://api.github.com/users/weikhor/events{/privacy}", "followers_url": "https://api.github.com/users/weikhor/followers", "following_url": "https://api.github.com/users/weikhor/following{/other_user}", "gists_url": "https:...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "e102d8", "d...
closed
false
null
[]
null
13
2020-12-17T13:49:35Z
2021-03-23T01:55:59Z
2021-02-11T01:31:34Z
CONTRIBUTOR
null
- [ ✔️] closes #34687 - [ ✔️] tests added / passed Created test case for ttps://github.com/pandas-dev/pandas/issues/34687
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38540/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38540/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38540.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38540", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/38540.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38540" }
https://api.github.com/repos/pandas-dev/pandas/issues/38541
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38541/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38541/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38541/events
https://github.com/pandas-dev/pandas/issues/38541
770,121,405
MDU6SXNzdWU3NzAxMjE0MDU=
38,541
ERROR : "('HY000', 'The driver did not supply an error!')" or "The incoming request has too many parameters" when trying to push a df to a MS SQL database using the to_sql() method with argument method='multi'
{ "avatar_url": "https://avatars.githubusercontent.com/u/36995487?v=4", "events_url": "https://api.github.com/users/AntoineWeber/events{/privacy}", "followers_url": "https://api.github.com/users/AntoineWeber/followers", "following_url": "https://api.github.com/users/AntoineWeber/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": "0052cc", "default": false, "description": "Issue that has not been ...
closed
false
null
[]
null
2
2020-12-17T15:02:46Z
2020-12-21T15:39:50Z
2020-12-21T15:39:49Z
NONE
null
- I have checked that this issue has not already been reported. - [Yes, it was already opened [here](https://github.com/pandas-dev/pandas/issues/21103). However the issue was closed even if the problem is still here] - I have confirmed this bug exists on the latest version of pandas. - [Yes, currently version 1.1....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38541/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38541/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38542
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38542/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38542/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38542/events
https://github.com/pandas-dev/pandas/pull/38542
770,124,542
MDExOlB1bGxSZXF1ZXN0NTQxOTI3MDQ0
38,542
testing case sort_index with pd.set_option('use_inf_as_na', True)
{ "avatar_url": "https://avatars.githubusercontent.com/u/36619387?v=4", "events_url": "https://api.github.com/users/weikhor/events{/privacy}", "followers_url": "https://api.github.com/users/weikhor/followers", "following_url": "https://api.github.com/users/weikhor/following{/other_user}", "gists_url": "https:...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "7fcce8", "d...
closed
false
null
[]
null
4
2020-12-17T15:06:32Z
2021-02-11T01:42:30Z
2021-02-11T01:42:30Z
CONTRIBUTOR
null
- [ ] closes #29687 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry Create test cases for sort_index works with 'pd.set_option('mode.use_inf_as_na',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/38542/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38542/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38542.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38542", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/38542.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38542" }
https://api.github.com/repos/pandas-dev/pandas/issues/38543
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38543/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38543/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38543/events
https://github.com/pandas-dev/pandas/issues/38543
770,188,725
MDU6SXNzdWU3NzAxODg3MjU=
38,543
`np.array([pd.Series({'a':'a'})])` works but `np.array([pd.Series({1:1})])` doesn't
{ "avatar_url": "https://avatars.githubusercontent.com/u/16045385?v=4", "events_url": "https://api.github.com/users/soerenwolfers/events{/privacy}", "followers_url": "https://api.github.com/users/soerenwolfers/followers", "following_url": "https://api.github.com/users/soerenwolfers/following{/other_user}", "g...
[ { "color": "0e8a16", "default": true, "description": null, "id": 717120670, "name": "good first issue", "node_id": "MDU6TGFiZWw3MTcxMjA2NzA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue" }, { "color": "cdea3c", "default": false, "de...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/44500643?v=4", "events_url": "https://api.github.com/users/horaceklai/events{/privacy}", "followers_url": "https://api.github.com/users/horaceklai/followers", "following_url": "https://api.github.com/users/horaceklai/following{/other_user}", "gists_url"...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/44500643?v=4", "events_url": "https://api.github.com/users/horaceklai/events{/privacy}", "followers_url": "https://api.github.com/users/horaceklai/followers", "following_url": "https://api.github.com/users/horaceklai/following{/other_user}", ...
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://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",...
11
2020-12-17T16:26:18Z
2021-09-13T02:18:25Z
2021-09-13T02:18:25Z
NONE
null
The last line here throws a `KeyError: 0` ``` import numpy as np import pandas as pd np.array([pd.Series({0:0})]) np.array([pd.Series({'a':'a'})]) np.array([pd.Series({1:1})]) ``` Is that a bug?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38543/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38543/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38544
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38544/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38544/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38544/events
https://github.com/pandas-dev/pandas/pull/38544
770,207,351
MDExOlB1bGxSZXF1ZXN0NTQxOTkzNjQz
38,544
DEPR: datetimelike.astype(int)
{ "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": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" }, { "color": "531...
closed
false
null
[]
{ "closed_at": "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...
6
2020-12-17T16:50:42Z
2021-09-16T15:35:51Z
2020-12-23T19:24:36Z
MEMBER
null
- [x] closes #24381 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Sits on top of #38535
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38544/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38544/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38544.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38544", "merged_at": "2020-12-23T19:24:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38544.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38544" }
https://api.github.com/repos/pandas-dev/pandas/issues/38545
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38545/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38545/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38545/events
https://github.com/pandas-dev/pandas/pull/38545
770,235,422
MDExOlB1bGxSZXF1ZXN0NTQyMDE2NzUy
38,545
BENCH: Increase sample of CategoricalIndexIndexing.time_get_indexer_list benchmark
{ "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": "ae68cc", "default": false, "description": "Performance (ASV) benchmarks", "id": 732775912, "name": "Benchmark", "node_id": "MDU6TGFiZWw3MzI3NzU5MTI=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Benchmark" } ]
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
2020-12-17T17:30:47Z
2020-12-17T23:17:29Z
2020-12-17T22:45:03Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry xref https://github.com/pandas-dev/pandas/pull/38476#discussion_r543329205
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38545/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38545/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38545.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38545", "merged_at": "2020-12-17T22:45:03Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38545.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38545" }
https://api.github.com/repos/pandas-dev/pandas/issues/38546
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38546/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38546/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38546/events
https://github.com/pandas-dev/pandas/pull/38546
770,250,151
MDExOlB1bGxSZXF1ZXN0NTQyMDI4OTU1
38,546
patch wsl compatibility
{ "avatar_url": "https://avatars.githubusercontent.com/u/6313008?v=4", "events_url": "https://api.github.com/users/mbkupfer/events{/privacy}", "followers_url": "https://api.github.com/users/mbkupfer/followers", "following_url": "https://api.github.com/users/mbkupfer/following{/other_user}", "gists_url": "http...
[ { "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" }, { "color": "fbca04", "...
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2020-12-17T17:52:57Z
2020-12-23T14:08:11Z
2020-12-23T14:08:08Z
CONTRIBUTOR
null
Change wsl check to something more universal and consistent - [x] closes #38527 - [ ] 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/38546/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38546/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38546.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38546", "merged_at": "2020-12-23T14:08:08Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38546.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38546" }
https://api.github.com/repos/pandas-dev/pandas/issues/38547
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38547/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38547/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38547/events
https://github.com/pandas-dev/pandas/issues/38547
770,321,562
MDU6SXNzdWU3NzAzMjE1NjI=
38,547
BUG: Direct renaming of 1 column seems to be accepted, but only old name is working
{ "avatar_url": "https://avatars.githubusercontent.com/u/3389134?v=4", "events_url": "https://api.github.com/users/MarianD/events{/privacy}", "followers_url": "https://api.github.com/users/MarianD/followers", "following_url": "https://api.github.com/users/MarianD/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": "e99695", "default": false, "description": "Related to the Index cla...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
8
2020-12-17T19:48:43Z
2020-12-24T18:58:52Z
null
CONTRIBUTOR
null
- [x] I have checked that this issue has not already been reported. - [ ] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- ```python In[5]: df = pd.DataFrame(np.eye(2), columns=["a", "b"]) In[6]: df Out...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38547/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38547/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38548
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38548/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38548/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38548/events
https://github.com/pandas-dev/pandas/pull/38548
770,351,625
MDExOlB1bGxSZXF1ZXN0NTQyMTEyNTA0
38,548
ENH: Map pandas integer to optimal SQLAlchemy integer type (GH35076)
{ "avatar_url": "https://avatars.githubusercontent.com/u/44933366?v=4", "events_url": "https://api.github.com/users/avinashpancham/events{/privacy}", "followers_url": "https://api.github.com/users/avinashpancham/followers", "following_url": "https://api.github.com/users/avinashpancham/following{/other_user}", ...
[ { "color": "5319e7", "default": false, "description": "to_sql, read_sql, read_sql_query", "id": 47232590, "name": "IO SQL", "node_id": "MDU6TGFiZWw0NzIzMjU5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL" } ]
closed
false
null
[]
{ "closed_at": "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...
5
2020-12-17T20:38:54Z
2020-12-24T18:51:51Z
2020-12-24T18:51:42Z
CONTRIBUTOR
null
- [x] closes #35076 - [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/38548/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38548/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38548.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38548", "merged_at": "2020-12-24T18:51:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38548.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38548" }
https://api.github.com/repos/pandas-dev/pandas/issues/38549
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38549/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38549/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38549/events
https://github.com/pandas-dev/pandas/issues/38549
770,379,791
MDU6SXNzdWU3NzAzNzk3OTE=
38,549
BUG/API: multiple headers and index_col != range(...) in parsers
{ "avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4", "events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}", "followers_url": "https://api.github.com/users/mzeitlin11/followers", "following_url": "https://api.github.com/users/mzeitlin11/following{/other_user}", "gists_url"...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "read_csv, to_csv", "...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
2
2020-12-17T21:26:24Z
2020-12-18T22:50:04Z
null
MEMBER
null
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas. - [x] (optional) I have confirmed this bug exists on the master branch of pandas. --- I was looking into #34765 which traced back to the parsers in general and isn't ex...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38549/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38549/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38550
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38550/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38550/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38550/events
https://github.com/pandas-dev/pandas/pull/38550
770,432,207
MDExOlB1bGxSZXF1ZXN0NTQyMTgxMDEz
38,550
BUG: Support timespec argument in Timestamp.isoformat() (#26131)
{ "avatar_url": "https://avatars.githubusercontent.com/u/61438033?v=4", "events_url": "https://api.github.com/users/marius-mather/events{/privacy}", "followers_url": "https://api.github.com/users/marius-mather/followers", "following_url": "https://api.github.com/users/marius-mather/following{/other_user}", "g...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, ...
closed
false
null
[]
null
3
2020-12-17T22:51:47Z
2021-11-11T16:25:33Z
2021-03-12T03:49:55Z
NONE
null
- [x] closes #26131 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry I have just tried to support the same behaviour as `datetime.datetime()`, without adding the additional `"nanoseconds"` option, but this could be ha...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38550/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38550/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38550.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38550", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/38550.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38550" }
https://api.github.com/repos/pandas-dev/pandas/issues/38551
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38551/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38551/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38551/events
https://github.com/pandas-dev/pandas/issues/38551
770,445,843
MDU6SXNzdWU3NzA0NDU4NDM=
38,551
BUG:DataFrame.to_csv not using correct line terminator on Windows within open block
{ "avatar_url": "https://avatars.githubusercontent.com/u/733932?v=4", "events_url": "https://api.github.com/users/cheitzig/events{/privacy}", "followers_url": "https://api.github.com/users/cheitzig/followers", "following_url": "https://api.github.com/users/cheitzig/following{/other_user}", "gists_url": "https...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "read_csv, to_csv", "...
closed
false
null
[]
{ "closed_at": 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", ...
16
2020-12-17T23:19:09Z
2021-01-02T17:14:05Z
2021-01-02T17:14:05Z
NONE
null
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38551/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38551/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38552
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38552/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38552/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38552/events
https://github.com/pandas-dev/pandas/pull/38552
770,482,317
MDExOlB1bGxSZXF1ZXN0NTQyMjIxNDk1
38,552
BUG: Index([date]).astype("category").astype(object) roundtrip
{ "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": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "207de5", "default": false, "description": null, ...
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...
3
2020-12-18T00:53:45Z
2020-12-23T15:52:12Z
2020-12-23T14:17:46Z
MEMBER
null
- [ ] closes #xxxx - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry This also makes some MultiIndex constructor behavior consistent with Index behavior, with the side-effect of fixing the thorny cases in #36131
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38552/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38552/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38552.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38552", "merged_at": "2020-12-23T14:17:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38552.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38552" }
https://api.github.com/repos/pandas-dev/pandas/issues/38553
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38553/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38553/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38553/events
https://github.com/pandas-dev/pandas/pull/38553
770,543,700
MDExOlB1bGxSZXF1ZXN0NTQyMjY4NzUx
38,553
REF: helpers for sanitize_array
{ "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": "e102d8", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-12-18T03:47:02Z
2020-12-18T18:32:15Z
2020-12-18T18:29:00Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38553/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38553/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38553.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38553", "merged_at": "2020-12-18T18:29:00Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38553.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38553" }
https://api.github.com/repos/pandas-dev/pandas/issues/38554
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38554/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38554/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38554/events
https://github.com/pandas-dev/pandas/pull/38554
770,577,129
MDExOlB1bGxSZXF1ZXN0NTQyMjk0ODg2
38,554
DOC: add Comparison with Excel
{ "avatar_url": "https://avatars.githubusercontent.com/u/86842?v=4", "events_url": "https://api.github.com/users/afeld/events{/privacy}", "followers_url": "https://api.github.com/users/afeld/followers", "following_url": "https://api.github.com/users/afeld/following{/other_user}", "gists_url": "https://api.git...
[ { "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": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2020-12-18T05:22:13Z
2020-12-30T21:40:47Z
2020-12-28T16:52:14Z
MEMBER
null
- [x] closes https://github.com/pandas-dev/pandas/issues/22993 - [x] tests added / passed - [ ] ~~passes `black pandas`~~ - [ ] ~~passes `git diff upstream/master -u -- "*.py" | flake8 --diff`~~ - [ ] ~~whatsnew entry~~ ## Background I teach [a class on pandas for public policy students](https://github.com/af...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38554/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38554/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38554.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38554", "merged_at": "2020-12-28T16:52:14Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38554.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38554" }
https://api.github.com/repos/pandas-dev/pandas/issues/38555
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38555/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38555/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38555/events
https://github.com/pandas-dev/pandas/pull/38555
770,734,577
MDExOlB1bGxSZXF1ZXN0NTQyNDI0ODkx
38,555
Backport PR #38504: REG: DataFrame.shift with axis=1 and CategoricalIndex columns
{ "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": "eb6420", "default": false, "description": "Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff", "id": 57296398, "name": "Algos", "node_id": "MDU6TGFiZWw1NzI5NjM5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Algos" } ]
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...
0
2020-12-18T09:33:46Z
2020-12-18T15:05:08Z
2020-12-18T15:05:04Z
MEMBER
null
Backport PR #38504
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38555/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38555/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38555.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38555", "merged_at": "2020-12-18T15:05:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38555.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38555" }
https://api.github.com/repos/pandas-dev/pandas/issues/38556
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38556/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38556/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38556/events
https://github.com/pandas-dev/pandas/issues/38556
770,736,959
MDU6SXNzdWU3NzA3MzY5NTk=
38,556
BUG: CategoricalIndex.get_indexer does not detect duplicates
{ "avatar_url": "https://avatars.githubusercontent.com/u/18488?v=4", "events_url": "https://api.github.com/users/batterseapower/events{/privacy}", "followers_url": "https://api.github.com/users/batterseapower/followers", "following_url": "https://api.github.com/users/batterseapower/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": "e11d21", "default": false, "description": "Categorical Data Type", ...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
5
2020-12-18T09:37:35Z
2021-02-07T15:24:49Z
2021-02-07T15:24:49Z
CONTRIBUTOR
null
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas (checked on 1.1.5, the latest Anaconda version) - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- ```python pd.CategoricalIndex(['A', 'B...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38556/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38556/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38557
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38557/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38557/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38557/events
https://github.com/pandas-dev/pandas/pull/38557
770,763,260
MDExOlB1bGxSZXF1ZXN0NTQyNDQ2ODc2
38,557
Backport PR #38526 on branch 1.2.x (CI: pin xlrd<2.0)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "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": "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...
0
2020-12-18T10:17:00Z
2020-12-18T12:49:05Z
2020-12-18T12:49:04Z
NONE
null
Backport PR #38526: CI: pin xlrd<2.0
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38557/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38557/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38557.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38557", "merged_at": "2020-12-18T12:49:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38557.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38557" }
https://api.github.com/repos/pandas-dev/pandas/issues/38558
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38558/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38558/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38558/events
https://github.com/pandas-dev/pandas/pull/38558
770,812,985
MDExOlB1bGxSZXF1ZXN0NTQyNDg2NTk1
38,558
MultiIndex: support isna, fixes #34019
{ "avatar_url": "https://avatars.githubusercontent.com/u/2129135?v=4", "events_url": "https://api.github.com/users/FRidh/events{/privacy}", "followers_url": "https://api.github.com/users/FRidh/followers", "following_url": "https://api.github.com/users/FRidh/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "207de5"...
closed
false
null
[]
null
7
2020-12-18T11:31:02Z
2021-02-11T01:39:37Z
2021-02-11T01:39:37Z
NONE
null
- [x] closes #34019 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry Note sure what to do with the (smoke) tests here. I suppose an explicit test comparing input and output would be good to have.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38558/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38558/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38558.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38558", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/38558.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38558" }
https://api.github.com/repos/pandas-dev/pandas/issues/38559
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38559/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38559/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38559/events
https://github.com/pandas-dev/pandas/pull/38559
770,835,946
MDExOlB1bGxSZXF1ZXN0NTQyNTA0MjY4
38,559
Backport PR #38514 on branch 1.2.x (CI: un-xfail)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "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": "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...
0
2020-12-18T12:07:24Z
2020-12-18T14:14:33Z
2020-12-18T14:14:33Z
NONE
null
Backport PR #38514: CI: un-xfail
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38559/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38559/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38559.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38559", "merged_at": "2020-12-18T14:14:33Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38559.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38559" }
https://api.github.com/repos/pandas-dev/pandas/issues/38560
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38560/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38560/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38560/events
https://github.com/pandas-dev/pandas/pull/38560
770,874,162
MDExOlB1bGxSZXF1ZXN0NTQyNTMzNzg3
38,560
Revert "REF: remove special casing from Index.equals (always dispatchto subclass) (#35330)"
{ "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": "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": "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...
4
2020-12-18T13:08:58Z
2020-12-18T19:05:32Z
2020-12-18T16:44:51Z
MEMBER
null
This reverts commit 0b90685f4df2024754748b992d5eaaa352e7caa5. - [ ] closes #35804 - [ ] closes #35805 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry ``` before after ratio [546822...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38560/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38560/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38560.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38560", "merged_at": "2020-12-18T16:44:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38560.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38560" }
https://api.github.com/repos/pandas-dev/pandas/issues/38561
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38561/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38561/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38561/events
https://github.com/pandas-dev/pandas/pull/38561
770,992,461
MDExOlB1bGxSZXF1ZXN0NTQyNjMwNTU4
38,561
Move docstring of NDFrame.replace in preparation of #32542
{ "avatar_url": "https://avatars.githubusercontent.com/u/7797029?v=4", "events_url": "https://api.github.com/users/oguzhanogreden/events{/privacy}", "followers_url": "https://api.github.com/users/oguzhanogreden/followers", "following_url": "https://api.github.com/users/oguzhanogreden/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
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...
1
2020-12-18T15:55:35Z
2020-12-23T06:47:41Z
2020-12-22T23:21:10Z
CONTRIBUTOR
null
This is a pre-cursor PR for #32542 as requested by @jreback [here](https://github.com/pandas-dev/pandas/pull/32542#issuecomment-744043100). It moves the docstring of `replace()` method(s) to `pandas.core.shared_docs` so that we can reuse most of it for index classes.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38561/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38561/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38561.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38561", "merged_at": "2020-12-22T23:21:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38561.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38561" }
https://api.github.com/repos/pandas-dev/pandas/issues/38562
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38562/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38562/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38562/events
https://github.com/pandas-dev/pandas/pull/38562
771,086,508
MDExOlB1bGxSZXF1ZXN0NTQyNzA2Njk3
38,562
REF: Block._astype defer to astype_nansafe in more cases
{ "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": "e102d8", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2020-12-18T18:30:09Z
2021-05-10T11:06:10Z
2020-12-21T16:38:25Z
MEMBER
null
Makes astype_nansafe for (td64|dt64) -> (object|str|string) match DTA/TDA/Series behavior. Medium-term (weeks) the goal is to get rid of Block._astype altogether and just use astype_nansafe, which among other things will be helpful for ArrayManager. This changes `Series[dt64].astype("string")` behavior in a way t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38562/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38562/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38562.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38562", "merged_at": "2020-12-21T16:38:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38562.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38562" }
https://api.github.com/repos/pandas-dev/pandas/issues/38563
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38563/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38563/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38563/events
https://github.com/pandas-dev/pandas/pull/38563
771,088,877
MDExOlB1bGxSZXF1ZXN0NTQyNzA4NTcx
38,563
REF: handle non-list_like cases upfront in sanitize_array
{ "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...
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
2020-12-18T18:34:33Z
2020-12-18T23:31:55Z
2020-12-18T23:16:07Z
MEMBER
null
so we can rule them out later
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38563/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38563/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38563.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38563", "merged_at": "2020-12-18T23:16:07Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38563.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38563" }
https://api.github.com/repos/pandas-dev/pandas/issues/38564
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38564/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38564/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38564/events
https://github.com/pandas-dev/pandas/pull/38564
771,103,592
MDExOlB1bGxSZXF1ZXN0NTQyNzIwMjQ2
38,564
TST: GH30999 Add match=msg to test_nat_comparisons_invalid
{ "avatar_url": "https://avatars.githubusercontent.com/u/1084147?v=4", "events_url": "https://api.github.com/users/moink/events{/privacy}", "followers_url": "https://api.github.com/users/moink/followers", "following_url": "https://api.github.com/users/moink/following{/other_user}", "gists_url": "https://api.g...
[ { "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": "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...
1
2020-12-18T18:59:20Z
2020-12-21T12:37:04Z
2020-12-18T23:07:55Z
MEMBER
null
This pull request xref #30999 to remove bare pytest.raises. It doesn't close that issue as I have only addressed one file: pandas/tests/scalar/test_nat.py . In that file there was only one test that had a bare pytest.raises and I added a message to the two instances of pytest.raises in that test. It required modificati...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38564/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38564/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38564.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38564", "merged_at": "2020-12-18T23:07:55Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38564.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38564" }
https://api.github.com/repos/pandas-dev/pandas/issues/38565
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38565/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38565/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38565/events
https://github.com/pandas-dev/pandas/pull/38565
771,107,022
MDExOlB1bGxSZXF1ZXN0NTQyNzIyOTcy
38,565
Backport PR #38560 on branch 1.2.x (Revert "REF: remove special casing from Index.equals (always dispatchto subclass) (#35330)")
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "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-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...
0
2020-12-18T19:05:46Z
2020-12-18T20:54:56Z
2020-12-18T20:54:56Z
NONE
null
Backport PR #38560: Revert "REF: remove special casing from Index.equals (always dispatchto subclass) (#35330)"
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38565/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38565/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38565.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38565", "merged_at": "2020-12-18T20:54:56Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38565.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38565" }
https://api.github.com/repos/pandas-dev/pandas/issues/38566
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38566/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38566/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38566/events
https://github.com/pandas-dev/pandas/issues/38566
771,108,473
MDU6SXNzdWU3NzExMDg0NzM=
38,566
BUG: Reindexing two tz-aware indices drops tz on the target index when tolerance and method is specified for only "ffill" and "bfill"
{ "avatar_url": "https://avatars.githubusercontent.com/u/13506487?v=4", "events_url": "https://api.github.com/users/ketozhang/events{/privacy}", "followers_url": "https://api.github.com/users/ketozhang/followers", "following_url": "https://api.github.com/users/ketozhang/following{/other_user}", "gists_url": "...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
{ "closed_at": "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...
3
2020-12-18T19:07:55Z
2021-01-11T14:11:58Z
2021-01-11T14:00:35Z
NONE
null
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- #### Code Sample ```python df = pd.DataFrame({'value': [0, 1, 2, 3]}, ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38566/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38566/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38567
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38567/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38567/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38567/events
https://github.com/pandas-dev/pandas/pull/38567
771,143,449
MDExOlB1bGxSZXF1ZXN0NTQyNzUyNjQ2
38,567
BUG: .sparse.to_coo() with numeric col index without a 0
{ "avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4", "events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}", "followers_url": "https://api.github.com/users/mzeitlin11/followers", "following_url": "https://api.github.com/users/mzeitlin11/following{/other_user}", "gists_url"...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": "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...
1
2020-12-18T20:13:14Z
2020-12-22T14:31:58Z
2020-12-22T14:10:54Z
MEMBER
null
- [x] closes #18414 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Added tests for some other column name types which raised before this change, if that's overkill I can just test the int case from the OP.
{ "+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/38567/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38567/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38567.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38567", "merged_at": "2020-12-22T14:10:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38567.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38567" }
https://api.github.com/repos/pandas-dev/pandas/issues/38568
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38568/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38568/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38568/events
https://github.com/pandas-dev/pandas/pull/38568
771,193,488
MDExOlB1bGxSZXF1ZXN0NTQyNzkzMjc5
38,568
TST/REF: misplaced DataFrame.append test
{ "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": "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": "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
2020-12-18T22:00:13Z
2020-12-19T02:13:08Z
2020-12-19T02:10:11Z
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/38568/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38568/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38568.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38568", "merged_at": "2020-12-19T02:10:11Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38568.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38568" }
https://api.github.com/repos/pandas-dev/pandas/issues/38569
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38569/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38569/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38569/events
https://github.com/pandas-dev/pandas/pull/38569
771,204,265
MDExOlB1bGxSZXF1ZXN0NTQyODAyNDA4
38,569
TST/REF: indexes/datetimes/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": "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": "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
2020-12-18T22:24:42Z
2020-12-19T02:13:30Z
2020-12-19T02:10:45Z
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/38569/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38569/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38569.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38569", "merged_at": "2020-12-19T02:10:45Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38569.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38569" }
https://api.github.com/repos/pandas-dev/pandas/issues/38570
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38570/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38570/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38570/events
https://github.com/pandas-dev/pandas/pull/38570
771,206,001
MDExOlB1bGxSZXF1ZXN0NTQyODAzODcz
38,570
TST/REF: misplaced Series.reindex test
{ "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": "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": "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
2020-12-18T22:29:35Z
2020-12-19T02:19:05Z
2020-12-19T02:13:10Z
MEMBER
null
- [ ] closes #xxxx - [ ] 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/38570/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38570/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38570.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38570", "merged_at": "2020-12-19T02:13:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38570.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38570" }
https://api.github.com/repos/pandas-dev/pandas/issues/38571
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38571/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38571/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38571/events
https://github.com/pandas-dev/pandas/pull/38571
771,240,161
MDExOlB1bGxSZXF1ZXN0NTQyODMyMDk5
38,571
DEPR: Adjust read excel behavior for xlrd >= 2.0
{ "avatar_url": "https://avatars.githubusercontent.com/u/45562402?v=4", "events_url": "https://api.github.com/users/rhshadrach/events{/privacy}", "followers_url": "https://api.github.com/users/rhshadrach/followers", "following_url": "https://api.github.com/users/rhshadrach/following{/other_user}", "gists_url"...
[ { "color": "bfe5bf", "default": false, "description": "read_excel, to_excel", "id": 49254273, "name": "IO Excel", "node_id": "MDU6TGFiZWw0OTI1NDI3Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Excel" } ]
closed
false
null
[]
{ "closed_at": "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...
41
2020-12-18T23:42:20Z
2020-12-24T09:04:59Z
2020-12-23T23:01:22Z
MEMBER
null
- [x] closes #38424 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Alternative to #38522. I've been testing this locally using both xlrd 1.2.0 and 2.0.1. One test fails because we used to default to xlrd but now ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38571/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38571/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38571.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38571", "merged_at": "2020-12-23T23:01:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38571.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38571" }
https://api.github.com/repos/pandas-dev/pandas/issues/38572
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38572/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38572/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38572/events
https://github.com/pandas-dev/pandas/pull/38572
771,262,183
MDExOlB1bGxSZXF1ZXN0NTQyODQ4NTU5
38,572
CLN: DatetimeArray.astype
{ "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": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "5319e7", "default": false, "description": "Timezone ...
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
2020-12-19T00:50:08Z
2020-12-22T00:12:19Z
2020-12-22T00:08:50Z
MEMBER
null
- [ ] closes #xxxx - [ ] 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/38572/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38572/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38572.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38572", "merged_at": "2020-12-22T00:08:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38572.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38572" }
https://api.github.com/repos/pandas-dev/pandas/issues/38573
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38573/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38573/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38573/events
https://github.com/pandas-dev/pandas/pull/38573
771,285,782
MDExOlB1bGxSZXF1ZXN0NTQyODY0MTA2
38,573
TST/REF: collect datetimelike factorize tests
{ "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": "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": "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
2020-12-19T02:42:21Z
2020-12-21T16:12:43Z
2020-12-21T16:03:31Z
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/38573/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38573/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38573.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38573", "merged_at": "2020-12-21T16:03:31Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38573.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38573" }
https://api.github.com/repos/pandas-dev/pandas/issues/38574
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38574/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38574/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38574/events
https://github.com/pandas-dev/pandas/pull/38574
771,301,055
MDExOlB1bGxSZXF1ZXN0NTQyODczNjAx
38,574
TST: fix some mpl warnings
{ "avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4", "events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}", "followers_url": "https://api.github.com/users/mzeitlin11/followers", "following_url": "https://api.github.com/users/mzeitlin11/following{/other_user}", "gists_url"...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "8AE234", "d...
closed
false
null
[]
{ "closed_at": "2021-04-13T15:44:36Z", "closed_issues": 46, "created_at": "2021-03-01T08:32:08Z", "creator": { "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...
8
2020-12-19T04:17:35Z
2021-04-06T13:13:53Z
2020-12-22T22:23:51Z
MEMBER
null
- [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` This change fixes `UserWarning` being emitted in tests calling `autocorrelation_plot`, `andrews_curves`, and `radviz`. `UserWarning` was caused by calling `plt.gca(xlim=..., ylim=...)` on a potentially already exist...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38574/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38574/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38574.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38574", "merged_at": "2020-12-22T22:23:51Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38574.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38574" }
https://api.github.com/repos/pandas-dev/pandas/issues/38575
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38575/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38575/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38575/events
https://github.com/pandas-dev/pandas/pull/38575
771,306,423
MDExOlB1bGxSZXF1ZXN0NTQyODc2ODQ0
38,575
BUG: construction from dt64/td64 values with td64/dt64 dtype
{ "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": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-12-19T04:54:05Z
2020-12-23T20:38:53Z
2020-12-23T20:36:28Z
MEMBER
null
- [ ] closes #xxxx - [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/38575/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38575/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38575.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38575", "merged_at": "2020-12-23T20:36:28Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38575.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38575" }
https://api.github.com/repos/pandas-dev/pandas/issues/38576
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38576/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38576/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38576/events
https://github.com/pandas-dev/pandas/pull/38576
771,307,490
MDExOlB1bGxSZXF1ZXN0NTQyODc3NDkz
38,576
TST: Bare pytest raises
{ "avatar_url": "https://avatars.githubusercontent.com/u/3872947?v=4", "events_url": "https://api.github.com/users/MJafarMashhadi/events{/privacy}", "followers_url": "https://api.github.com/users/MJafarMashhadi/followers", "following_url": "https://api.github.com/users/MJafarMashhadi/following{/other_user}", ...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "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...
7
2020-12-19T05:01:24Z
2020-12-30T08:23:49Z
2020-12-20T21:37:33Z
CONTRIBUTOR
null
- xref #30999 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry [N/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/38576/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38576/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38576.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38576", "merged_at": "2020-12-20T21:37:33Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38576.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38576" }
https://api.github.com/repos/pandas-dev/pandas/issues/38577
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38577/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38577/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38577/events
https://github.com/pandas-dev/pandas/pull/38577
771,313,259
MDExOlB1bGxSZXF1ZXN0NTQyODgxNjI1
38,577
TST/REF: Remove duplicate .plot.hist() tests, consolidate others
{ "avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4", "events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}", "followers_url": "https://api.github.com/users/mzeitlin11/followers", "following_url": "https://api.github.com/users/mzeitlin11/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
null
0
2020-12-19T05:43:26Z
2020-12-21T17:03:59Z
2020-12-21T17:03:59Z
MEMBER
null
- [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` When looking into `matplotlib` warnings issued from `test_hist_method.py::TestSeriesPlots::test_hist_legacy` found a bunch of duplicate tests for `hist`. Also moved remaining `hist` tests from `test_series.py` to `test_...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38577/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38577/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38577.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38577", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/38577.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38577" }
https://api.github.com/repos/pandas-dev/pandas/issues/38578
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38578/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38578/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38578/events
https://github.com/pandas-dev/pandas/pull/38578
771,333,684
MDExOlB1bGxSZXF1ZXN0NTQyODk0OTc3
38,578
TST/REF: io/parser/(test_dtypes.py, test_usecols.py)
{ "avatar_url": "https://avatars.githubusercontent.com/u/48889395?v=4", "events_url": "https://api.github.com/users/arw2019/events{/privacy}", "followers_url": "https://api.github.com/users/arw2019/followers", "following_url": "https://api.github.com/users/arw2019/following{/other_user}", "gists_url": "https:...
[ { "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": "C4A000", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
8
2020-12-19T08:08:08Z
2020-12-31T22:13:44Z
2020-12-31T22:13:39Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry #38370 adds a pyarrow engine to the csv reader. Only a fraction of the io/parser tests pass when pyarrow is used and the rest has to be xfailed/skipp...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38578/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38578/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38578.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38578", "merged_at": "2020-12-31T22:13:39Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38578.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38578" }
https://api.github.com/repos/pandas-dev/pandas/issues/38579
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38579/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38579/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38579/events
https://github.com/pandas-dev/pandas/pull/38579
771,341,321
MDExOlB1bGxSZXF1ZXN0NTQyOTAwMjAz
38,579
DOC:fix of DOCUMENTATION
{ "avatar_url": "https://avatars.githubusercontent.com/u/49384616?v=4", "events_url": "https://api.github.com/users/Navron4500/events{/privacy}", "followers_url": "https://api.github.com/users/Navron4500/followers", "following_url": "https://api.github.com/users/Navron4500/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": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-12-19T09:01:08Z
2020-12-19T11:01:16Z
2020-12-19T10:23:41Z
CONTRIBUTOR
null
- [ ] closes #38311 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ Timedelta.isoformat DOC had duplicates i have deleted one of them. And their was two lines with wrong output that i have also fixed.] 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/38579/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38579/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38579.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38579", "merged_at": "2020-12-19T10:23:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38579.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38579" }
https://api.github.com/repos/pandas-dev/pandas/issues/38580
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38580/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38580/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38580/events
https://github.com/pandas-dev/pandas/issues/38580
771,367,776
MDU6SXNzdWU3NzEzNjc3NzY=
38,580
BUG: In Multilevel.dtypes when level name is not specified it gives wrong output
{ "avatar_url": "https://avatars.githubusercontent.com/u/47276342?v=4", "events_url": "https://api.github.com/users/gurukiran07/events{/privacy}", "followers_url": "https://api.github.com/users/gurukiran07/followers", "following_url": "https://api.github.com/users/gurukiran07/following{/other_user}", "gists_u...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-12-19T11:59:11Z
2020-12-21T14:49:13Z
2020-12-21T14:49:13Z
CONTRIBUTOR
null
- [X] I have checked that this issue has not already been reported. - [X] (optional) I have confirmed this bug exists on the master branch of pandas. --- There was a recent PR to add `MultiIndex.dtypes` #37073 but this only works when each level is named. https://github.com/pandas-dev/pandas/blob/03e1c899077...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38580/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38580/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38581
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38581/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38581/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38581/events
https://github.com/pandas-dev/pandas/issues/38581
771,384,917
MDU6SXNzdWU3NzEzODQ5MTc=
38,581
ENH: add ignore_index to DataFrame / Series.sample
{ "avatar_url": "https://avatars.githubusercontent.com/u/34067903?v=4", "events_url": "https://api.github.com/users/erfannariman/events{/privacy}", "followers_url": "https://api.github.com/users/erfannariman/followers", "following_url": "https://api.github.com/users/erfannariman/following{/other_user}", "gist...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/34067903?v=4", "events_url": "https://api.github.com/users/erfannariman/events{/privacy}", "followers_url": "https://api.github.com/users/erfannariman/followers", "following_url": "https://api.github.com/users/erfannariman/following{/other_user}", "gist...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/34067903?v=4", "events_url": "https://api.github.com/users/erfannariman/events{/privacy}", "followers_url": "https://api.github.com/users/erfannariman/followers", "following_url": "https://api.github.com/users/erfannariman/following{/other_use...
{ "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...
7
2020-12-19T13:52:47Z
2021-06-25T17:38:24Z
2021-06-25T17:38:24Z
CONTRIBUTOR
null
#### Is your feature request related to a problem? When sampling a dataframe / series we get the original index back by default, which is good, but we should add an option to ignore the index to keep it consistent with other methods like `drop_duplicates` and `explode` for example. #### Describe the solution you'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/38581/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38581/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38582
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38582/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38582/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38582/events
https://github.com/pandas-dev/pandas/pull/38582
771,386,086
MDExOlB1bGxSZXF1ZXN0NTQyOTMwNDQy
38,582
BUG: MultiIndex.dtypes to handle when no level names
{ "avatar_url": "https://avatars.githubusercontent.com/u/47276342?v=4", "events_url": "https://api.github.com/users/gurukiran07/events{/privacy}", "followers_url": "https://api.github.com/users/gurukiran07/followers", "following_url": "https://api.github.com/users/gurukiran07/following{/other_user}", "gists_u...
[ { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" }, { "color": "e99...
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...
3
2020-12-19T14:00:12Z
2020-12-24T18:37:22Z
2020-12-21T14:49:13Z
CONTRIBUTOR
null
- [X] closes #38580 - [X] tests added / passed - [X] 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/38582/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38582/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38582.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38582", "merged_at": "2020-12-21T14:49:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38582.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38582" }
https://api.github.com/repos/pandas-dev/pandas/issues/38583
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38583/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38583/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38583/events
https://github.com/pandas-dev/pandas/pull/38583
771,404,446
MDExOlB1bGxSZXF1ZXN0NTQyOTQzNDY2
38,583
REF: implement construct_2d_arraylike_from_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": "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...
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
2020-12-19T15:51:13Z
2020-12-22T00:13:10Z
2020-12-21T23:46:19Z
MEMBER
null
- [ ] closes #xxxx - [ ] 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/38583/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38583/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38583.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38583", "merged_at": "2020-12-21T23:46:19Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38583.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38583" }
https://api.github.com/repos/pandas-dev/pandas/issues/38584
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38584/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38584/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38584/events
https://github.com/pandas-dev/pandas/pull/38584
771,431,192
MDExOlB1bGxSZXF1ZXN0NTQyOTYyMTQ2
38,584
REF: simplify sanitize_array/_try_cast
{ "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...
[]
closed
false
null
[]
null
0
2020-12-19T18:33:12Z
2020-12-20T19:19:03Z
2020-12-20T19:18:38Z
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/38584/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38584/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38584.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38584", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/38584.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38584" }
https://api.github.com/repos/pandas-dev/pandas/issues/38585
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38585/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38585/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38585/events
https://github.com/pandas-dev/pandas/pull/38585
771,451,140
MDExOlB1bGxSZXF1ZXN0NTQyOTc1OTIw
38,585
CLN: simplify 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...
[]
closed
false
null
[]
null
0
2020-12-19T20:43:00Z
2020-12-20T04:45:42Z
2020-12-20T04:45:34Z
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/38585/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38585/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38585.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38585", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/38585.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38585" }
https://api.github.com/repos/pandas-dev/pandas/issues/38586
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38586/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38586/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38586/events
https://github.com/pandas-dev/pandas/pull/38586
771,455,830
MDExOlB1bGxSZXF1ZXN0NTQyOTc4OTU0
38,586
TYP: Added cast to ABC EA types
{ "avatar_url": "https://avatars.githubusercontent.com/u/45562402?v=4", "events_url": "https://api.github.com/users/rhshadrach/events{/privacy}", "followers_url": "https://api.github.com/users/rhshadrach/followers", "following_url": "https://api.github.com/users/rhshadrach/following{/other_user}", "gists_url"...
[ { "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": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-12-19T21:12:24Z
2020-12-27T23:59:27Z
2020-12-21T18:15:40Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry This is the last set of ABCs to cast. Going out with a whimper, mypy didn't identify any new issues.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38586/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38586/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38586.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38586", "merged_at": "2020-12-21T18:15:40Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38586.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38586" }
https://api.github.com/repos/pandas-dev/pandas/issues/38587
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38587/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38587/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38587/events
https://github.com/pandas-dev/pandas/pull/38587
771,457,893
MDExOlB1bGxSZXF1ZXN0NTQyOTgwMTY0
38,587
ENH: Raise ParserWarning when length of names does not match length of data
{ "avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4", "events_url": "https://api.github.com/users/phofl/events{/privacy}", "followers_url": "https://api.github.com/users/phofl/followers", "following_url": "https://api.github.com/users/phofl/following{/other_user}", "gists_url": "https://api....
[ { "color": "5319e7", "default": false, "description": "read_csv, to_csv", "id": 47229171, "name": "IO CSV", "node_id": "MDU6TGFiZWw0NzIyOTE3MQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV" }, { "color": "f2f074", "default": false, "descriptio...
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...
18
2020-12-19T21:24:03Z
2021-06-16T08:45:24Z
2021-06-16T02:14:24Z
MEMBER
null
- [x] closes #21768 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry @gfyoung Raising ParserWarning now. Could change to FutureWarning, if we would like to deprecate for 2.0 As long as we are only raising a Par...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38587/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38587/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38587.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38587", "merged_at": "2021-06-16T02:14:23Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38587.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38587" }
https://api.github.com/repos/pandas-dev/pandas/issues/38588
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38588/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38588/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38588/events
https://github.com/pandas-dev/pandas/pull/38588
771,467,588
MDExOlB1bGxSZXF1ZXN0NTQyOTg2NDk4
38,588
TST: Added tests for ABC classes
{ "avatar_url": "https://avatars.githubusercontent.com/u/45562402?v=4", "events_url": "https://api.github.com/users/rhshadrach/events{/privacy}", "followers_url": "https://api.github.com/users/rhshadrach/followers", "following_url": "https://api.github.com/users/rhshadrach/following{/other_user}", "gists_url"...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "e102d8", "d...
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-12-19T22:28:46Z
2020-12-27T23:59:35Z
2020-12-21T14:43:47Z
MEMBER
null
- [ ] closes #xxxx - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry `test_abc_types` is a subset of the tests added and can be removed in a followup.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38588/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38588/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38588.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38588", "merged_at": "2020-12-21T14:43:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38588.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38588" }
https://api.github.com/repos/pandas-dev/pandas/issues/38589
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38589/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38589/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38589/events
https://github.com/pandas-dev/pandas/pull/38589
771,501,837
MDExOlB1bGxSZXF1ZXN0NTQzMDA5Njg5
38,589
TST/REF: collect tests by method
{ "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": "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": "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
2020-12-20T03:15:04Z
2020-12-21T15:33:29Z
2020-12-21T14:47:07Z
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/38589/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38589/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38589.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38589", "merged_at": "2020-12-21T14:47:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38589.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38589" }
https://api.github.com/repos/pandas-dev/pandas/issues/38590
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38590/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38590/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38590/events
https://github.com/pandas-dev/pandas/pull/38590
771,554,327
MDExOlB1bGxSZXF1ZXN0NTQzMDQ1MTIz
38,590
test case for issue #38267
{ "avatar_url": "https://avatars.githubusercontent.com/u/24451137?v=4", "events_url": "https://api.github.com/users/ftrihardjo/events{/privacy}", "followers_url": "https://api.github.com/users/ftrihardjo/followers", "following_url": "https://api.github.com/users/ftrihardjo/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
null
2
2020-12-20T10:01:09Z
2020-12-24T17:42:44Z
2020-12-24T17:42:44Z
CONTRIBUTOR
null
- [ ] closes #xxxx - [ ] 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/38590/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38590/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38590.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38590", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/38590.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38590" }
https://api.github.com/repos/pandas-dev/pandas/issues/38591
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38591/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38591/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38591/events
https://github.com/pandas-dev/pandas/issues/38591
771,628,160
MDU6SXNzdWU3NzE2MjgxNjA=
38,591
PERF: performance regressions in 1.2.0rc
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" } ]
open
false
null
[]
null
2
2020-12-20T16:39:36Z
2021-02-01T14:36:05Z
null
MEMBER
null
I did a full benchmark run on a dedicated machine comparing v1.2.0rc0 with v1.1.5. The top results: ``` [b5958ee1] [7688d3cf] <v1.1.5^0> <v1.2.0rc0^0> + 4.25±0.05μs 366±9ms 86187.42 index_object.IndexEquals.time_non_object_equals_multiindex + 50.2±4μs 104±...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38591/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38591/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38592
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38592/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38592/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38592/events
https://github.com/pandas-dev/pandas/issues/38592
771,632,413
MDU6SXNzdWU3NzE2MzI0MTM=
38,592
Performance regression in DataFrame reduction ops
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "e11d21", "default"...
closed
false
null
[]
{ "closed_at": "2021-07-25T07:13:46Z", "closed_issues": 114, "created_at": "2021-06-25T09:56:22Z", "creator": { "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.co...
13
2020-12-20T17:00:48Z
2021-07-13T21:18:24Z
2021-07-13T21:18:24Z
MEMBER
null
The `stat_ops.FrameOps` are generally showing a slowdown since a few days, see eg https://pandas.pydata.org/speed/pandas/#stat_ops.FrameOps.time_op?python=3.8&Cython=0.29.21&p-op='mean'&p-dtype='int'&p-axis=0&commits=8dbb593d-7043f8fa The indicated range is https://github.com/pandas-dev/pandas/compare/8dbb593d...704...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38592/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38592/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38593
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38593/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38593/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38593/events
https://github.com/pandas-dev/pandas/pull/38593
771,687,453
MDExOlB1bGxSZXF1ZXN0NTQzMTI0NDg2
38,593
DOC: Add datatest package to list of third-party extension accessors.
{ "avatar_url": "https://avatars.githubusercontent.com/u/69084?v=4", "events_url": "https://api.github.com/users/shawnbrown/events{/privacy}", "followers_url": "https://api.github.com/users/shawnbrown/followers", "following_url": "https://api.github.com/users/shawnbrown/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": "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...
6
2020-12-20T20:03:46Z
2020-12-21T16:33:20Z
2020-12-21T16:33:14Z
CONTRIBUTOR
null
This change adds the `datatest` package to the list of third-party extension accessors. Since `datatest` supports more than `pandas`, I wasn't sure if it was appropriate to add it to the **Data cleaning and validation** section, so I only added it to the accessors list for now. Unfortunately, the "Classes" column wa...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38593/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38593/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38593.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38593", "merged_at": "2020-12-21T16:33:14Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38593.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38593" }
https://api.github.com/repos/pandas-dev/pandas/issues/38594
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38594/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38594/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38594/events
https://github.com/pandas-dev/pandas/pull/38594
771,722,109
MDExOlB1bGxSZXF1ZXN0NTQzMTM5NDQ1
38,594
ENH: add ignore index to DataFrame / Series.sample
{ "avatar_url": "https://avatars.githubusercontent.com/u/34067903?v=4", "events_url": "https://api.github.com/users/erfannariman/events{/privacy}", "followers_url": "https://api.github.com/users/erfannariman/followers", "following_url": "https://api.github.com/users/erfannariman/following{/other_user}", "gist...
[ { "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": "7fcce8", "default": false, "description": "", "...
closed
false
null
[]
null
26
2020-12-20T22:11:17Z
2021-06-16T13:38:30Z
2021-06-16T13:38:30Z
CONTRIBUTOR
null
- [x] closes #38581 - [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/38594/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38594/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38594.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38594", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/38594.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38594" }
https://api.github.com/repos/pandas-dev/pandas/issues/38595
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38595/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38595/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38595/events
https://github.com/pandas-dev/pandas/pull/38595
771,738,591
MDExOlB1bGxSZXF1ZXN0NTQzMTQ2NzU3
38,595
CLN: Window _constructors definitions
{ "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": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" }, { "color": "d4c5f9", "default": false, "description": "rolling, ewm...
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...
1
2020-12-20T23:13:19Z
2020-12-21T18:21:03Z
2020-12-21T17:09:30Z
MEMBER
null
- [ ] closes #xxxx - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry Redefined in more appropriate locations.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38595/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38595/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38595.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38595", "merged_at": "2020-12-21T17:09:30Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38595.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38595" }
https://api.github.com/repos/pandas-dev/pandas/issues/38596
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38596/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38596/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38596/events
https://github.com/pandas-dev/pandas/pull/38596
771,742,001
MDExOlB1bGxSZXF1ZXN0NTQzMTQ4ODM1
38,596
CLN: Remove _get_roll_func
{ "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": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" }, { "color": "d4c5f9", "default": false, "description": "rolling, ewm...
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-12-20T23:30:06Z
2020-12-21T18:20:56Z
2020-12-21T17:08:06Z
MEMBER
null
- [ ] closes #xxxx - [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/38596/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38596/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38596.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38596", "merged_at": "2020-12-21T17:08:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38596.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38596" }
https://api.github.com/repos/pandas-dev/pandas/issues/38597
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38597/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38597/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38597/events
https://github.com/pandas-dev/pandas/pull/38597
771,753,399
MDExOlB1bGxSZXF1ZXN0NTQzMTU2NTUy
38,597
DEPR: allowing subclass-specific keywords in pd.Index.__new__
{ "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": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" }, { "color": "d4c5f9", "default": f...
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...
3
2020-12-21T00:26:41Z
2020-12-23T00:08:31Z
2020-12-22T23:45:30Z
MEMBER
null
- [x] closes #21311, closes #14093, closes #22315, closes #26974 - [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/38597/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38597/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38597.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38597", "merged_at": "2020-12-22T23:45:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38597.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38597" }
https://api.github.com/repos/pandas-dev/pandas/issues/38598
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38598/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38598/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38598/events
https://github.com/pandas-dev/pandas/pull/38598
771,754,555
MDExOlB1bGxSZXF1ZXN0NTQzMTU3NDQy
38,598
BUG: Temporarily pin the version of Sphinx to 3.3.1 in requirements.
{ "avatar_url": "https://avatars.githubusercontent.com/u/69084?v=4", "events_url": "https://api.github.com/users/shawnbrown/events{/privacy}", "followers_url": "https://api.github.com/users/shawnbrown/followers", "following_url": "https://api.github.com/users/shawnbrown/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-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...
2
2020-12-21T00:31:14Z
2020-12-21T02:59:21Z
2020-12-21T02:59:11Z
CONTRIBUTOR
null
A recent change in Sphinx v3.4.0 is breaking pandas' CI *Build documentation* step. Until this is resolved, we can temporarily pin Sphinx to the previous version (3.3.1). _Submitted in response to @jreback in https://github.com/pandas-dev/pandas/issues/38593#issuecomment-748690637_ ------ Here's some info t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38598/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38598/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38598.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38598", "merged_at": "2020-12-21T02:59:11Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38598.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38598" }
https://api.github.com/repos/pandas-dev/pandas/issues/38599
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38599/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38599/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38599/events
https://github.com/pandas-dev/pandas/issues/38599
771,759,560
MDU6SXNzdWU3NzE3NTk1NjA=
38,599
BUG:Issue Concerning Ambiguous Numpy Array Shape in Column
{ "avatar_url": "https://avatars.githubusercontent.com/u/53827002?v=4", "events_url": "https://api.github.com/users/tlplayer/events{/privacy}", "followers_url": "https://api.github.com/users/tlplayer/followers", "following_url": "https://api.github.com/users/tlplayer/following{/other_user}", "gists_url": "htt...
[ { "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
11
2020-12-21T00:47:25Z
2021-01-13T17:26:54Z
2021-01-13T17:26:54Z
NONE
null
I spent multiple hours wondering why my dataframe was not fitting well into my tf model but it was the fact that the shape of the numpy array was not inferred and thus left ambiguous. I suggest, having a warning or a strict option for what shape is allowed within the column. https://stackoverflow.com/questions/65383...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38599/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38599/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38600
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38600/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38600/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38600/events
https://github.com/pandas-dev/pandas/issues/38600
771,774,439
MDU6SXNzdWU3NzE3NzQ0Mzk=
38,600
DEPS: unpin sphinx from doc build
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "d93f0b", "default": false, "description": "Required and optional...
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...
2
2020-12-21T01:43:20Z
2020-12-23T22:37:05Z
2020-12-23T22:37:05Z
CONTRIBUTOR
null
once warnings are fixed in updated sphinx can unpin #38598
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38600/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38600/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38601
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38601/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38601/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38601/events
https://github.com/pandas-dev/pandas/issues/38601
771,779,802
MDU6SXNzdWU3NzE3Nzk4MDI=
38,601
BUG: loc assignment with a numpy array fails when MultiIndex columns are not sorted
{ "avatar_url": "https://avatars.githubusercontent.com/u/55986945?v=4", "events_url": "https://api.github.com/users/mosalx/events{/privacy}", "followers_url": "https://api.github.com/users/mosalx/followers", "following_url": "https://api.github.com/users/mosalx/following{/other_user}", "gists_url": "https://a...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "2021-01-20T19:40:18Z", "closed_issues": 138, "created_at": "2020-12-13T17:06:11Z", "creator": { "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.co...
2
2020-12-21T02:03:49Z
2021-01-10T03:59:06Z
2021-01-10T03:59:06Z
NONE
null
- [ x] I have checked that this issue has not already been reported. - [x ] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38601/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38601/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38602
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38602/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38602/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38602/events
https://github.com/pandas-dev/pandas/issues/38602
771,792,659
MDU6SXNzdWU3NzE3OTI2NTk=
38,602
BUG: Selection with Multiindex columns may not honor requested column order
{ "avatar_url": "https://avatars.githubusercontent.com/u/55986945?v=4", "events_url": "https://api.github.com/users/mosalx/events{/privacy}", "followers_url": "https://api.github.com/users/mosalx/followers", "following_url": "https://api.github.com/users/mosalx/following{/other_user}", "gists_url": "https://a...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "207de5", "default": false, "description": null, "id": 71268330,...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
2
2020-12-21T02:46:27Z
2020-12-22T18:21:57Z
2020-12-22T18:21:56Z
NONE
null
- [ x] I have checked that this issue has not already been reported. - [x ] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- #### Code Sample, a copy-pastable example ```python data = np.broadcast_to(np....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38602/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38602/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38603
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38603/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38603/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38603/events
https://github.com/pandas-dev/pandas/pull/38603
771,796,472
MDExOlB1bGxSZXF1ZXN0NTQzMTg4NTE2
38,603
Backport PR #38598 on branch 1.2.x (BUG: Temporarily pin the version of Sphinx to 3.3.1 in requirements.)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[]
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...
0
2020-12-21T02:59:51Z
2020-12-21T12:17:19Z
2020-12-21T12:17:18Z
NONE
null
Backport PR #38598: BUG: Temporarily pin the version of Sphinx to 3.3.1 in requirements.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38603/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38603/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38603.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38603", "merged_at": "2020-12-21T12:17:18Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38603.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38603" }
https://api.github.com/repos/pandas-dev/pandas/issues/38604
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38604/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38604/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38604/events
https://github.com/pandas-dev/pandas/issues/38604
771,798,731
MDU6SXNzdWU3NzE3OTg3MzE=
38,604
BUG: surprising non-error when assigning a multi-column DataFrame to a single column
{ "avatar_url": "https://avatars.githubusercontent.com/u/953300?v=4", "events_url": "https://api.github.com/users/iamlemec/events{/privacy}", "followers_url": "https://api.github.com/users/iamlemec/followers", "following_url": "https://api.github.com/users/iamlemec/following{/other_user}", "gists_url": "https...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "37...
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
2020-12-21T03:07:03Z
2021-01-24T22:01:02Z
2021-01-24T22:01:02Z
CONTRIBUTOR
null
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas. - [x] (optional) I have confirmed this bug exists on the master branch of pandas. --- Assigning a multi-column DataFrame to a single column does not raise an error 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/38604/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38604/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38605
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38605/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38605/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38605/events
https://github.com/pandas-dev/pandas/pull/38605
771,821,345
MDExOlB1bGxSZXF1ZXN0NTQzMjA2OTEy
38,605
REF: simplify CategoricalIndex.__new__
{ "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...
[]
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-12-21T04:15:14Z
2020-12-28T16:04:23Z
2020-12-22T14:09:21Z
MEMBER
null
Part of a larger goal of making `Index.__new__` share code with `Series.__init__` and `pd.array`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38605/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38605/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38605.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38605", "merged_at": "2020-12-22T14:09:21Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38605.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38605" }
https://api.github.com/repos/pandas-dev/pandas/issues/38606
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38606/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38606/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38606/events
https://github.com/pandas-dev/pandas/pull/38606
771,859,346
MDExOlB1bGxSZXF1ZXN0NTQzMjM2MjUz
38,606
BUG: fixed string series conversion back to timedelta in td64->string->td64
{ "avatar_url": "https://avatars.githubusercontent.com/u/42851573?v=4", "events_url": "https://api.github.com/users/ellequelle/events{/privacy}", "followers_url": "https://api.github.com/users/ellequelle/followers", "following_url": "https://api.github.com/users/ellequelle/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
null
0
2020-12-21T05:39:36Z
2020-12-21T21:59:32Z
2020-12-21T21:59:32Z
CONTRIBUTOR
null
- [x] closes #38509 - [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/38606/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38606/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38606.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38606", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/38606.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38606" }
https://api.github.com/repos/pandas-dev/pandas/issues/38607
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38607/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38607/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38607/events
https://github.com/pandas-dev/pandas/issues/38607
771,986,993
MDU6SXNzdWU3NzE5ODY5OTM=
38,607
REGR: astype(str) of object array with byte objects
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "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" } ]
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...
3
2020-12-21T08:55:23Z
2020-12-21T17:27:18Z
2020-12-21T17:27:18Z
MEMBER
null
On released version, we see this behaviour: ``` In [1]: idx = pd.Index(['あ', b'a'], dtype='object') In [2]: idx Out[2]: Index(['あ', b'a'], dtype='object') In [4]: idx.astype(str) Out[4]: Index(['あ', 'a'], dtype='object') ``` So where the `bytes` object `b"a"` gets converted to the string `"a"`. On ma...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38607/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38607/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38608
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38608/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38608/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38608/events
https://github.com/pandas-dev/pandas/issues/38608
772,096,028
MDU6SXNzdWU3NzIwOTYwMjg=
38,608
BUG: Pandas plot ignores timezone information
{ "avatar_url": "https://avatars.githubusercontent.com/u/18648417?v=4", "events_url": "https://api.github.com/users/littlegreenbean33/events{/privacy}", "followers_url": "https://api.github.com/users/littlegreenbean33/followers", "following_url": "https://api.github.com/users/littlegreenbean33/following{/other_...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "8AE234", "default": false, "description": null, "id": 2413328, ...
open
false
null
[]
null
1
2020-12-21T11:36:46Z
2021-06-06T17:45:53Z
null
NONE
null
- [x ] I have checked that this issue has not already been reported. - [x ] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38608/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38608/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38609
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38609/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38609/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38609/events
https://github.com/pandas-dev/pandas/pull/38609
772,146,288
MDExOlB1bGxSZXF1ZXN0NTQzNDY1Nzg0
38,609
TST: GH30999 Add match=msg to all "with pytest.raises" in pandas/tests/io/pytables/test_store.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/1084147?v=4", "events_url": "https://api.github.com/users/moink/events{/privacy}", "followers_url": "https://api.github.com/users/moink/followers", "following_url": "https://api.github.com/users/moink/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" }, { "color": "5319...
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...
7
2020-12-21T12:52:25Z
2020-12-24T17:14:23Z
2020-12-22T23:17:29Z
MEMBER
null
This pull request xref #30999 to remove bare `pytest.raises`. It doesn't close that issue as I have only addressed one file: `pandas/tests/io/pytables/test_store.py`. In that file there were 80 instances of bare `pytest.raises`. `test_append_to_multiple_dropna_false` is marked as failing because it isn't raising 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/38609/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38609/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38609.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38609", "merged_at": "2020-12-22T23:17:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38609.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38609" }
https://api.github.com/repos/pandas-dev/pandas/issues/38610
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38610/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38610/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38610/events
https://github.com/pandas-dev/pandas/pull/38610
772,173,224
MDExOlB1bGxSZXF1ZXN0NTQzNDg2ODg2
38,610
Revert "REF: use astype_nansafe in Index.astype"
{ "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": "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" } ]
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...
6
2020-12-21T13:33:19Z
2020-12-21T17:34:05Z
2020-12-21T17:27:18Z
MEMBER
null
Reverts pandas-dev/pandas#38518
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38610/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38610/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38610.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38610", "merged_at": "2020-12-21T17:27:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38610.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38610" }
https://api.github.com/repos/pandas-dev/pandas/issues/38611
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38611/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38611/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38611/events
https://github.com/pandas-dev/pandas/pull/38611
772,189,503
MDExOlB1bGxSZXF1ZXN0NTQzNDk5NDgz
38,611
Backport PR #38539 on branch 1.2.x (BUG: fix array conversion from Arrow for slided array)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "color": "8cc645", "default": false, "description": "Related to pd.NA and nullable extension arrays", "id": 1817503692, "name": "NA - MaskedArrays", "node_id": "MDU6TGFiZWwxODE3NTAzNjky", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/NA%20-%20MaskedArrays" } ]
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...
0
2020-12-21T13:57:25Z
2020-12-21T15:28:26Z
2020-12-21T15:28:26Z
NONE
null
Backport PR #38539: BUG: fix array conversion from Arrow for slided array
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38611/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38611/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38611.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38611", "merged_at": "2020-12-21T15:28:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38611.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38611" }
https://api.github.com/repos/pandas-dev/pandas/issues/38612
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38612/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38612/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38612/events
https://github.com/pandas-dev/pandas/pull/38612
772,189,626
MDExOlB1bGxSZXF1ZXN0NTQzNDk5NTg1
38,612
Backport PR #38532 on branch 1.2.x (BUG: Regression in logical ops raising ValueError with Categorical columns with unused categories)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "e1...
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...
0
2020-12-21T13:57:37Z
2020-12-21T15:28:46Z
2020-12-21T15:28:45Z
NONE
null
Backport PR #38532: BUG: Regression in logical ops raising ValueError with Categorical columns with unused categories
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38612/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38612/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38612.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38612", "merged_at": "2020-12-21T15:28:45Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38612.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38612" }
https://api.github.com/repos/pandas-dev/pandas/issues/38613
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38613/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38613/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38613/events
https://github.com/pandas-dev/pandas/pull/38613
772,259,172
MDExOlB1bGxSZXF1ZXN0NTQzNTU0Nzkx
38,613
CI: move py38 slow to azure #38429
{ "avatar_url": "https://avatars.githubusercontent.com/u/7614606?v=4", "events_url": "https://api.github.com/users/fangchenli/events{/privacy}", "followers_url": "https://api.github.com/users/fangchenli/followers", "following_url": "https://api.github.com/users/fangchenli/following{/other_user}", "gists_url":...
[ { "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": "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...
6
2020-12-21T15:38:23Z
2020-12-28T21:19:40Z
2020-12-21T20:02:00Z
MEMBER
null
xref #38429 We're not testing databases on py38 slow currently. Keep the issue open until we figure out what to do with its SQL tests.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38613/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38613/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38613.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38613", "merged_at": "2020-12-21T20:02:00Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38613.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38613" }
https://api.github.com/repos/pandas-dev/pandas/issues/38614
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38614/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38614/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38614/events
https://github.com/pandas-dev/pandas/pull/38614
772,264,135
MDExOlB1bGxSZXF1ZXN0NTQzNTU4ODMw
38,614
BUG: disallow scalar in CategoricalIndex construtor
{ "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": "e11d21", "default": false, "description": "Categorical Data Type", "id": 78527356, "name": "Categorical", "node_id": "MDU6TGFiZWw3ODUyNzM1Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Categorical" } ]
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...
5
2020-12-21T15:46:02Z
2021-01-04T13:29:49Z
2020-12-23T15:53:26Z
MEMBER
null
- [ ] closes #xxxx - [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/38614/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38614/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38614.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38614", "merged_at": "2020-12-23T15:53:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38614.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38614" }
https://api.github.com/repos/pandas-dev/pandas/issues/38615
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38615/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38615/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38615/events
https://github.com/pandas-dev/pandas/pull/38615
772,265,493
MDExOlB1bGxSZXF1ZXN0NTQzNTU5OTM0
38,615
BUG: remove unused tz keyword from PeriodIndex 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": "eb6420", "default": false, "description": "Period data type", "id": 60635328, "name": "Period", "node_id": "MDU6TGFiZWw2MDYzNTMyOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Period" } ]
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-12-21T15:48:10Z
2020-12-22T19:05:58Z
2020-12-22T18:36:20Z
MEMBER
null
- [ ] closes #xxxx - [ ] 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/38615/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38615/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38615.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38615", "merged_at": "2020-12-22T18:36:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38615.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38615" }
https://api.github.com/repos/pandas-dev/pandas/issues/38616
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38616/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38616/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38616/events
https://github.com/pandas-dev/pandas/issues/38616
772,276,229
MDU6SXNzdWU3NzIyNzYyMjk=
38,616
REGR: pandas 1.2rc fails merge with AttributeError: 'bool' object has no attribute 'all'
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "e11d21", "de...
closed
false
null
[]
{ "closed_at": "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...
1
2020-12-21T16:04:58Z
2020-12-22T19:22:19Z
2020-12-22T19:22:19Z
MEMBER
null
From the dask test suite: ``` left = pd.DataFrame({"x": [1, 1], "z": ["foo", "foo"]}) right = pd.DataFrame({"x": [1, 1], "z": ["foo", "foo"]}) pd.merge(left, right, how="right", left_index=True, right_on="x") ``` This fails on master / 1.2.0rc: ``` In [18]: pd.merge(left, right, how="right", left_index=...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38616/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38616/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38617
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38617/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38617/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38617/events
https://github.com/pandas-dev/pandas/issues/38617
772,319,827
MDU6SXNzdWU3NzIzMTk4Mjc=
38,617
CI: move arm64 build off travis
{ "avatar_url": "https://avatars.githubusercontent.com/u/7614606?v=4", "events_url": "https://api.github.com/users/fangchenli/events{/privacy}", "followers_url": "https://api.github.com/users/fangchenli/followers", "following_url": "https://api.github.com/users/fangchenli/following{/other_user}", "gists_url":...
[ { "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
1
2020-12-21T16:59:36Z
2020-12-27T15:54:31Z
2020-12-27T15:54:31Z
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/38617/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38617/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/38618
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/38618/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/38618/comments
https://api.github.com/repos/pandas-dev/pandas/issues/38618/events
https://github.com/pandas-dev/pandas/pull/38618
772,323,349
MDExOlB1bGxSZXF1ZXN0NTQzNjA5MTU1
38,618
TST/REF: consolidate hist tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4", "events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}", "followers_url": "https://api.github.com/users/mzeitlin11/followers", "following_url": "https://api.github.com/users/mzeitlin11/following{/other_user}", "gists_url"...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "8AE234", "d...
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2020-12-21T17:02:52Z
2020-12-21T23:07:37Z
2020-12-21T22:29:14Z
MEMBER
null
- [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` Splitting up #38577, following @ivanovmg's comment. First step moves some `test_hist...` tests from `test_series.py` to `test_hist_method.py`, after this the remainder of `hist` tests in `test_series.py` will be duplica...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/38618/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/38618/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/38618.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/38618", "merged_at": "2020-12-21T22:29:14Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/38618.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38618" }