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/35917
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35917/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35917/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35917/events
https://github.com/pandas-dev/pandas/issues/35917
686,931,615
MDU6SXNzdWU2ODY5MzE2MTU=
35,917
BUG:ValueError: Invalid frequency with date
{ "avatar_url": "https://avatars.githubusercontent.com/u/64182817?v=4", "events_url": "https://api.github.com/users/lygujiaxin/events{/privacy}", "followers_url": "https://api.github.com/users/lygujiaxin/followers", "following_url": "https://api.github.com/users/lygujiaxin/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_hdf, HDFStore", ...
open
false
null
[]
null
8
2020-08-27T04:35:47Z
2021-04-13T06:01:51Z
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. --- #### Code Sample ```python import pandas as pd df = pd.read_hdf('metr-la.h5') print(df) ``` metr-la.h5 https://drive.google.com/open?id=10FOTa6HXPqX8Pf5WRoRwc...
{ "+1": 3, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 3, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35917/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35917/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35918
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35918/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35918/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35918/events
https://github.com/pandas-dev/pandas/pull/35918
687,007,439
MDExOlB1bGxSZXF1ZXN0NDc0NTA0MTU2
35,918
REF: window/test_dtypes.py with pytest idioms
{ "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": "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": "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-08-27T07:19:08Z
2020-09-06T04:05:06Z
2020-09-05T19:40:07Z
MEMBER
null
- [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35918/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35918/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35918.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35918", "merged_at": "2020-09-05T19:40:07Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35918.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35918" }
https://api.github.com/repos/pandas-dev/pandas/issues/35919
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35919/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35919/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35919/events
https://github.com/pandas-dev/pandas/pull/35919
687,083,052
MDExOlB1bGxSZXF1ZXN0NDc0NTY2MjM2
35,919
Backport PR #35794: BUG: issubclass check with dtype instead of type,…
{ "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}"...
[]
closed
false
null
[]
{ "closed_at": "2020-09-09T09:07:44Z", "closed_issues": 94, "created_at": "2020-08-17T19:11:56Z", "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...
0
2020-08-27T09:18:35Z
2020-08-27T10:37:16Z
2020-08-27T10:37:07Z
MEMBER
null
xref #35794
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35919/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35919/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35919.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35919", "merged_at": "2020-08-27T10:37:07Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35919.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35919" }
https://api.github.com/repos/pandas-dev/pandas/issues/35920
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35920/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35920/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35920/events
https://github.com/pandas-dev/pandas/issues/35920
687,193,507
MDU6SXNzdWU2ODcxOTM1MDc=
35,920
Inconsistent Behavior in DataFrame.plot for kind='line' and kind='scatter'
{ "avatar_url": "https://avatars.githubusercontent.com/u/16047980?v=4", "events_url": "https://api.github.com/users/OlehKSS/events{/privacy}", "followers_url": "https://api.github.com/users/OlehKSS/followers", "following_url": "https://api.github.com/users/OlehKSS/following{/other_user}", "gists_url": "https:...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "8AE234", "default": false, "description": null, ...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
3
2020-08-27T12:13:49Z
2020-09-09T19:25:55Z
null
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/...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35920/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35920/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35921
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35921/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35921/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35921/events
https://github.com/pandas-dev/pandas/issues/35921
687,241,378
MDU6SXNzdWU2ODcyNDEzNzg=
35,921
test_datetime64_factorize failing on MacPython windows py_3.8_32/linux py_3.8_32
{ "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": "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": "e11d21", "default": false, "description": ...
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-08-27T13:25:44Z
2020-09-07T19:08:52Z
2020-09-07T19:05:51Z
MEMBER
null
test added in #35775 https://dev.azure.com/pandas-dev/pandas-wheels/_build/results?buildId=40968&view=results
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35921/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35921/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35922
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35922/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35922/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35922/events
https://github.com/pandas-dev/pandas/issues/35922
687,264,722
MDU6SXNzdWU2ODcyNjQ3MjI=
35,922
BUG: Index.sort_values and Series.sort_values reverse duplicate order when ascending=False
{ "avatar_url": "https://avatars.githubusercontent.com/u/23253999?v=4", "events_url": "https://api.github.com/users/AlexKirko/events{/privacy}", "followers_url": "https://api.github.com/users/AlexKirko/followers", "following_url": "https://api.github.com/users/AlexKirko/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": "eb6420", "default": false, "description": "Non-arithmetic algos: va...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/23253999?v=4", "events_url": "https://api.github.com/users/AlexKirko/events{/privacy}", "followers_url": "https://api.github.com/users/AlexKirko/followers", "following_url": "https://api.github.com/users/AlexKirko/following{/other_user}", "gists_url": "...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/23253999?v=4", "events_url": "https://api.github.com/users/AlexKirko/events{/privacy}", "followers_url": "https://api.github.com/users/AlexKirko/followers", "following_url": "https://api.github.com/users/AlexKirko/following{/other_user}", ...
null
3
2020-08-27T13:57:02Z
2020-10-31T14:49:14Z
2020-10-31T14:49:14Z
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. --- #### Code Sample, a copy-pastable example ```python IN: import pandas as pd...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35922/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35922/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35923
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35923/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35923/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35923/events
https://github.com/pandas-dev/pandas/issues/35923
687,299,171
MDU6SXNzdWU2ODcyOTkxNzE=
35,923
BUG: Inconsistent results using pd.json_normalize() on a generator object versus list (off by one)
{ "avatar_url": "https://avatars.githubusercontent.com/u/12517855?v=4", "events_url": "https://api.github.com/users/ldacey/events{/privacy}", "followers_url": "https://api.github.com/users/ldacey/followers", "following_url": "https://api.github.com/users/ldacey/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": "read_json, to_json, json...
closed
false
{ "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}", ...
[ { "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{/oth...
{ "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-08-27T14:41:34Z
2020-12-30T14:08:34Z
2020-12-30T14:08:34Z
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. --- #### Code Sample, a copy-pastable example Only one value is returned with this: ```python def gen(): test = [{'created_at': '2020-08-24T09:30:05Z', ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35923/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35923/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35924
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35924/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35924/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35924/events
https://github.com/pandas-dev/pandas/pull/35924
687,300,342
MDExOlB1bGxSZXF1ZXN0NDc0NzQ4ODE5
35,924
REF: use BlockManager.apply for DataFrameGroupBy.count
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "fbca04", "default": false, "description": "Related to non-user accessible pandas implementation", "id": 49094459, "name": "Internals", "node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals" } ]
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-08-27T14:43:01Z
2020-09-04T20:50:50Z
2020-09-04T20:47:13Z
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/35924/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35924/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35924.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35924", "merged_at": "2020-09-04T20:47:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35924.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35924" }
https://api.github.com/repos/pandas-dev/pandas/issues/35925
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35925/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35925/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35925/events
https://github.com/pandas-dev/pandas/issues/35925
687,354,657
MDU6SXNzdWU2ODczNTQ2NTc=
35,925
CLN remove unnecessary trailing commas to get ready for new version of black
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[ { "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": "0e8a16", "default": true, "description": null, "id"...
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...
20
2020-08-27T15:52:10Z
2020-09-22T13:39:07Z
2020-09-22T13:37:59Z
MEMBER
null
The new version of `black` is consistent in how it handles the magic trailing commas. So if we upgrade `black` and apply it, lots of files will be changed. However, the diff needn't be so large if we remove unnecessary trailing commas before upgrading. E.g. in pandas/core/aggregation.py there is ```python def re...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35925/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35925/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35926
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35926/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35926/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35926/events
https://github.com/pandas-dev/pandas/pull/35926
687,362,943
MDExOlB1bGxSZXF1ZXN0NDc0ODAyMDM4
35,926
remove unnecessary trailing commas
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[]
closed
false
null
[]
null
0
2020-08-27T16:04:04Z
2020-08-27T16:05:37Z
2020-08-27T16:05:29Z
MEMBER
null
xref #35925
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35926/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35926/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35926.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35926", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/35926.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35926" }
https://api.github.com/repos/pandas-dev/pandas/issues/35927
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35927/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35927/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35927/events
https://github.com/pandas-dev/pandas/pull/35927
687,364,726
MDExOlB1bGxSZXF1ZXN0NDc0ODAzNTE3
35,927
CLN remove unnecessary trailing commas
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[]
closed
false
null
[]
null
1
2020-08-27T16:06:48Z
2020-08-27T16:18:53Z
2020-08-27T16:18:47Z
MEMBER
null
xref #35925
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35927/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35927/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35927.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35927", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/35927.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35927" }
https://api.github.com/repos/pandas-dev/pandas/issues/35928
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35928/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35928/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35928/events
https://github.com/pandas-dev/pandas/pull/35928
687,366,142
MDExOlB1bGxSZXF1ZXN0NDc0ODA0Njkz
35,928
Inconsistencies between python/cython groupby.agg behavior
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" } ]
closed
false
null
[]
null
10
2020-08-27T16:08:57Z
2020-09-17T20:56:49Z
2020-09-17T20:56:40Z
MEMBER
null
This is pretty ugly, but tentatively is sufficient to make #34997 pass. The upshot is that we have two problems: 1) in libreduction setting `setattr(cached_ityp, '_index_data', islider.buf)` silently does the wrong thing for EA-backed indexes 2) when we go through the non-libreduction path, we do things slightl...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35928/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35928/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35928.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35928", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/35928.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35928" }
https://api.github.com/repos/pandas-dev/pandas/issues/35929
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35929/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35929/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35929/events
https://github.com/pandas-dev/pandas/pull/35929
687,373,624
MDExOlB1bGxSZXF1ZXN0NDc0ODEwODUy
35,929
CLN remove unnecessary trailing commas
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[]
closed
false
null
[]
null
3
2020-08-27T16:20:07Z
2020-10-10T14:14:44Z
2020-08-27T16:33:09Z
MEMBER
null
xref #35927
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35929/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35929/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35929.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35929", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/35929.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35929" }
https://api.github.com/repos/pandas-dev/pandas/issues/35930
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35930/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35930/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35930/events
https://github.com/pandas-dev/pandas/pull/35930
687,375,207
MDExOlB1bGxSZXF1ZXN0NDc0ODEyMTU1
35,930
CLN remove unnecessary trailing commas from aggregation
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[ { "color": "eb6420", "default": false, "description": "Code style, linting, code_checks", "id": 106935113, "name": "Code Style", "node_id": "MDU6TGFiZWwxMDY5MzUxMTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style" }, { "color": "207de5", "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...
1
2020-08-27T16:22:26Z
2020-08-28T16:50:33Z
2020-08-28T09:21:59Z
MEMBER
null
xref #35925
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35930/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35930/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35930.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35930", "merged_at": "2020-08-28T09:21:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35930.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35930" }
https://api.github.com/repos/pandas-dev/pandas/issues/35931
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35931/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35931/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35931/events
https://github.com/pandas-dev/pandas/issues/35931
687,389,797
MDU6SXNzdWU2ODczODk3OTc=
35,931
BUG: breaking change in df.replace() from 1.0.5 to 1.1.0
{ "avatar_url": "https://avatars.githubusercontent.com/u/26316224?v=4", "events_url": "https://api.github.com/users/agnesbao/events{/privacy}", "followers_url": "https://api.github.com/users/agnesbao/followers", "following_url": "https://api.github.com/users/agnesbao/following{/other_user}", "gists_url": "htt...
[ { "color": "e11d21", "default": false, "description": "Functionality that used to work in a prior pandas version", "id": 32815646, "name": "Regression", "node_id": "MDU6TGFiZWwzMjgxNTY0Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression" }, { "color": ...
closed
false
null
[]
{ "closed_at": "2020-09-09T09:07:44Z", "closed_issues": 94, "created_at": "2020-08-17T19:11:56Z", "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...
4
2020-08-27T16:45:23Z
2020-09-01T14:56:22Z
2020-09-01T14:56:22Z
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. - [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/35931/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35931/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35932
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35932/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35932/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35932/events
https://github.com/pandas-dev/pandas/issues/35932
687,392,360
MDU6SXNzdWU2ODczOTIzNjA=
35,932
BUG:Installation errors on aarch64
{ "avatar_url": "https://avatars.githubusercontent.com/u/65007212?v=4", "events_url": "https://api.github.com/users/tathastu871/events{/privacy}", "followers_url": "https://api.github.com/users/tathastu871/followers", "following_url": "https://api.github.com/users/tathastu871/following{/other_user}", "gists_u...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
null
10
2020-08-27T16:49:33Z
2020-09-03T10:49:57Z
2020-08-29T08:16:59Z
NONE
null
- [+] 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. --- **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/35932/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35932/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35933
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35933/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35933/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35933/events
https://github.com/pandas-dev/pandas/pull/35933
687,420,430
MDExOlB1bGxSZXF1ZXN0NDc0ODQ5ODEy
35,933
TYP: Annotations
{ "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": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-27T17:34:52Z
2020-08-30T15:07:35Z
2020-08-30T12:01:51Z
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/35933/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35933/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35933.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35933", "merged_at": "2020-08-30T12:01:51Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35933.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35933" }
https://api.github.com/repos/pandas-dev/pandas/issues/35934
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35934/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35934/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35934/events
https://github.com/pandas-dev/pandas/issues/35934
687,424,732
MDU6SXNzdWU2ODc0MjQ3MzI=
35,934
BUG: Inconsistency in `pd.to_datetime` with `orig` parameter according to docs.
{ "avatar_url": "https://avatars.githubusercontent.com/u/11664259?v=4", "events_url": "https://api.github.com/users/galipremsagar/events{/privacy}", "followers_url": "https://api.github.com/users/galipremsagar/followers", "following_url": "https://api.github.com/users/galipremsagar/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": "AFEEEE", "default": false, "description": null, "id": 211840, ...
open
false
null
[]
null
3
2020-08-27T17:42:35Z
2021-04-20T04:00:43Z
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/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/35934/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35934/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35935
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35935/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35935/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35935/events
https://github.com/pandas-dev/pandas/pull/35935
687,438,530
MDExOlB1bGxSZXF1ZXN0NDc0ODY0NTYw
35,935
TYP: annotations in pandas.plotting
{ "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": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-27T18:06:46Z
2020-08-28T17:09:57Z
2020-08-28T09:07:06Z
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/35935/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35935/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35935.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35935", "merged_at": "2020-08-28T09:07:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35935.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35935" }
https://api.github.com/repos/pandas-dev/pandas/issues/35936
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35936/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35936/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35936/events
https://github.com/pandas-dev/pandas/pull/35936
687,510,191
MDExOlB1bGxSZXF1ZXN0NDc0OTI0Mjc4
35,936
REGR: Fix inplace updates on column to set correct values
{ "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": "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": "e11d21"...
closed
false
null
[]
{ "closed_at": "2020-09-09T09:07:44Z", "closed_issues": 94, "created_at": "2020-08-17T19:11:56Z", "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...
4
2020-08-27T20:11:50Z
2020-08-31T13:09:24Z
2020-08-31T12:36:13Z
MEMBER
null
Closes #35731
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35936/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35936/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35936.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35936", "merged_at": "2020-08-31T12:36:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35936.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35936" }
https://api.github.com/repos/pandas-dev/pandas/issues/35937
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35937/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35937/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35937/events
https://github.com/pandas-dev/pandas/pull/35937
687,606,909
MDExOlB1bGxSZXF1ZXN0NDc1MDAzODY4
35,937
BUG: BlockSlider not clearing index._cache
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "fbca04", "default": false, "description": "Related to non-user accessible pandas implementation", "id": 49094459, "name": "Internals", "node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals" } ]
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-08-27T23:33:20Z
2020-09-02T17:00:22Z
2020-09-02T03:18:17Z
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/35937/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35937/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35937.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35937", "merged_at": "2020-09-02T03:18:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35937.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35937" }
https://api.github.com/repos/pandas-dev/pandas/issues/35938
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35938/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35938/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35938/events
https://github.com/pandas-dev/pandas/pull/35938
687,642,416
MDExOlB1bGxSZXF1ZXN0NDc1MDMzMDU4
35,938
REGR: Fix comparison broadcasting over array of Intervals
{ "avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4", "events_url": "https://api.github.com/users/dsaxton/events{/privacy}", "followers_url": "https://api.github.com/users/dsaxton/followers", "following_url": "https://api.github.com/users/dsaxton/following{/other_user}", "gists_url": "https:/...
[ { "color": "e11d21", "default": false, "description": "Functionality that used to work in a prior pandas version", "id": 32815646, "name": "Regression", "node_id": "MDU6TGFiZWwzMjgxNTY0Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression" }, { "color": ...
closed
false
null
[]
{ "closed_at": "2020-09-09T09:07:44Z", "closed_issues": 94, "created_at": "2020-08-17T19:11:56Z", "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...
5
2020-08-28T01:21:44Z
2020-09-01T14:55:45Z
2020-08-31T22:32:34Z
MEMBER
null
- [x] closes https://github.com/pandas-dev/pandas/issues/35931 - [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/35938/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35938/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35938.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35938", "merged_at": "2020-08-31T22:32:34Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35938.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35938" }
https://api.github.com/repos/pandas-dev/pandas/issues/35939
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35939/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35939/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35939/events
https://github.com/pandas-dev/pandas/pull/35939
687,646,188
MDExOlB1bGxSZXF1ZXN0NDc1MDM2MDc5
35,939
TYP: annotations in core.groupby
{ "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": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-28T01:34:17Z
2020-08-31T14:44:24Z
2020-08-31T10:16:16Z
MEMBER
null
I'm still seeing a couple of mypy complaints, suggestions @simonjayhawkins ?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35939/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35939/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35939.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35939", "merged_at": "2020-08-31T10:16:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35939.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35939" }
https://api.github.com/repos/pandas-dev/pandas/issues/35940
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35940/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35940/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35940/events
https://github.com/pandas-dev/pandas/issues/35940
687,648,904
MDU6SXNzdWU2ODc2NDg5MDQ=
35,940
BUG:Pandas 1.0.3 → 1.1.1 behavior change on DataFrame.apply() whith raw option and func returning string
{ "avatar_url": "https://avatars.githubusercontent.com/u/20515202?v=4", "events_url": "https://api.github.com/users/m-hunsicker/events{/privacy}", "followers_url": "https://api.github.com/users/m-hunsicker/followers", "following_url": "https://api.github.com/users/m-hunsicker/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": "e11d21", "default": false, "description": "Functionality that used ...
closed
false
null
[]
{ "closed_at": "2020-10-05T18:41:57Z", "closed_issues": 106, "created_at": "2020-09-07T09:13:14Z", "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...
3
2020-08-28T01:42:52Z
2020-09-24T23:42:19Z
2020-09-24T23:42:19Z
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 df_1 = pd.DataFrame({'A': ["aa","bbb"]}) df_2 = pd.DataFrame({'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/35940/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35940/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35941
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35941/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35941/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35941/events
https://github.com/pandas-dev/pandas/pull/35941
687,695,490
MDExOlB1bGxSZXF1ZXN0NDc1MDc1NzIw
35,941
DOC: complement the documentation for pandas.DataFrame.agg #35912
{ "avatar_url": "https://avatars.githubusercontent.com/u/21543236?v=4", "events_url": "https://api.github.com/users/onshek/events{/privacy}", "followers_url": "https://api.github.com/users/onshek/followers", "following_url": "https://api.github.com/users/onshek/following{/other_user}", "gists_url": "https://a...
[ { "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...
6
2020-08-28T04:06:05Z
2020-08-31T18:40:16Z
2020-08-31T18:40:13Z
CONTRIBUTOR
null
- [x] closes #35912 - [x] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry <img width="676" alt="Screenshot 2020-08-28 at 11 59 23" src="https://user-images.githubusercontent.com/21543236/91519967-a71dd280-e926-11ea-87f5-e647...
{ "+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/35941/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35941/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35941.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35941", "merged_at": "2020-08-31T18:40:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35941.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35941" }
https://api.github.com/repos/pandas-dev/pandas/issues/35942
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35942/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35942/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35942/events
https://github.com/pandas-dev/pandas/issues/35942
687,699,838
MDU6SXNzdWU2ODc2OTk4Mzg=
35,942
CLN: DeprecationWarning in `_testing`
{ "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": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "C4A000", "default": false, "description": "pandas testing functions...
open
false
null
[]
null
0
2020-08-28T04:19:27Z
2020-09-04T19:33:25Z
null
MEMBER
null
``` pandas/tests/indexes/test_index_new.py::TestIndexConstructorInference::test_constructor_infer_nat_dt_like[<NA>-DatetimeIndex-datetime64[ns]-ctor0-0] pandas/tests/indexes/test_index_new.py::TestIndexConstructorInference::test_constructor_infer_nat_dt_like[<NA>-DatetimeIndex-datetime64[ns]-ctor0-0] pandas/tests/in...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35942/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35942/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35943
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35943/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35943/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35943/events
https://github.com/pandas-dev/pandas/pull/35943
687,700,309
MDExOlB1bGxSZXF1ZXN0NDc1MDc5NTkw
35,943
CLN: resolve DeprecationWarning in `pandas/_testing.py` #35942
{ "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": "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
5
2020-08-28T04:20:47Z
2020-10-05T00:16:32Z
2020-10-05T00:15:54Z
MEMBER
null
- [x] closes #35942 - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35943/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35943/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35943.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35943", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/35943.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35943" }
https://api.github.com/repos/pandas-dev/pandas/issues/35944
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35944/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35944/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35944/events
https://github.com/pandas-dev/pandas/pull/35944
687,721,447
MDExOlB1bGxSZXF1ZXN0NDc1MDk3MDM4
35,944
Version Number correction in to_json table
{ "avatar_url": "https://avatars.githubusercontent.com/u/10519440?v=4", "events_url": "https://api.github.com/users/iudeen/events{/privacy}", "followers_url": "https://api.github.com/users/iudeen/followers", "following_url": "https://api.github.com/users/iudeen/following{/other_user}", "gists_url": "https://a...
[]
closed
false
null
[]
null
2
2020-08-28T05:21:36Z
2020-08-29T18:45:42Z
2020-08-29T18:44:13Z
NONE
null
Added a line of code to obtain version of Pandas and display it in Schema of a table json when to_json(orient='table') is used. - [ ] 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/35944/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35944/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35944.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35944", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/35944.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35944" }
https://api.github.com/repos/pandas-dev/pandas/issues/35945
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35945/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35945/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35945/events
https://github.com/pandas-dev/pandas/issues/35945
687,727,698
MDU6SXNzdWU2ODc3Mjc2OTg=
35,945
CLN: UserWarning in `pandas/plotting/_matplotlib/core.py`
{ "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": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" }, { "color": "f2f07...
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-08-28T05:37:56Z
2020-09-05T03:33:50Z
2020-09-05T03:33:50Z
MEMBER
null
``` pandas/tests/plotting/test_frame.py: 10 warnings pandas/tests/plotting/test_series.py: 5 warnings /home/fangchenli/Workspace/pandas-VirosaLi/pandas/plotting/_matplotlib/core.py:1235: UserWarning: FixedFormatter should only be used together with FixedLocator ax.set_xticklabels(xticklabels) ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35945/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35945/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35946
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35946/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35946/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35946/events
https://github.com/pandas-dev/pandas/pull/35946
687,728,518
MDExOlB1bGxSZXF1ZXN0NDc1MTAyOTg0
35,946
CLN: resolve UserWarning in `pandas/plotting/_matplotlib/core.py` #35945
{ "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": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" }, { "color": "207de5", "default": false, "description": nul...
closed
false
null
[]
{ "closed_at": "2020-09-09T09:07:44Z", "closed_issues": 94, "created_at": "2020-08-17T19:11:56Z", "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...
6
2020-08-28T05:40:08Z
2020-10-02T11:56:55Z
2020-09-05T03:33:50Z
MEMBER
null
- [x] closes #35945 - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35946/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35946/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35946.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35946", "merged_at": "2020-09-05T03:33:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35946.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35946" }
https://api.github.com/repos/pandas-dev/pandas/issues/35947
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35947/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35947/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35947/events
https://github.com/pandas-dev/pandas/pull/35947
687,768,820
MDExOlB1bGxSZXF1ZXN0NDc1MTQwNjQ3
35,947
paste_windows() wrong arg for c_wchar_p
{ "avatar_url": "https://avatars.githubusercontent.com/u/1397887?v=4", "events_url": "https://api.github.com/users/folger/events{/privacy}", "followers_url": "https://api.github.com/users/folger/followers", "following_url": "https://api.github.com/users/folger/following{/other_user}", "gists_url": "https://ap...
[ { "color": "fbca04", "default": false, "description": "Windows OS", "id": 57186974, "name": "Windows", "node_id": "MDU6TGFiZWw1NzE4Njk3NA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Windows" }, { "color": "7fcce8", "default": false, "description": ""...
closed
false
null
[]
null
6
2020-08-28T06:16:24Z
2021-01-01T22:07:33Z
2021-01-01T22:07:33Z
NONE
null
paste_windows() now directly used handle return from safeGetClipboardData(CF_UNICODETEXT) as argument for c_wchar_p, which should used safeGlobalLock(handle) instead, while copy_windows(text) doing the right thing. - [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff up...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35947/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35947/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35947.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35947", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/35947.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35947" }
https://api.github.com/repos/pandas-dev/pandas/issues/35948
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35948/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35948/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35948/events
https://github.com/pandas-dev/pandas/issues/35948
687,824,893
MDU6SXNzdWU2ODc4MjQ4OTM=
35,948
DOC: "engine=odf" option should ask you to install pyodf instead of odf in pandas.read_excel
{ "avatar_url": "https://avatars.githubusercontent.com/u/2520893?v=4", "events_url": "https://api.github.com/users/TrigonaMinima/events{/privacy}", "followers_url": "https://api.github.com/users/TrigonaMinima/followers", "following_url": "https://api.github.com/users/TrigonaMinima/following{/other_user}", "gi...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" }, { "color": "bfe5...
closed
false
null
[]
{ "closed_at": "2020-09-09T09:07:44Z", "closed_issues": 94, "created_at": "2020-08-17T19:11:56Z", "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...
5
2020-08-28T06:44:41Z
2020-09-07T11:16:12Z
2020-09-07T11:16:12Z
CONTRIBUTOR
null
#### Location of the documentation "pandas.read_excel" #### Documentation problem When `engine="odf"` is used and `pyodf` is not installed it gives an error that you should install optional dependency odf as `pip or conda install odf`. This pip/conda command fails because there's no module called `odf`. This c...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35948/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35948/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35949
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35949/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35949/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35949/events
https://github.com/pandas-dev/pandas/pull/35949
687,844,124
MDExOlB1bGxSZXF1ZXN0NDc1MjEyNDk1
35,949
CLN remove unnecessary trailing commas to get ready for new version of black: _testing -> generic
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[ { "color": "eb6420", "default": false, "description": "Code style, linting, code_checks", "id": 106935113, "name": "Code Style", "node_id": "MDU6TGFiZWwxMDY5MzUxMTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style" }, { "color": "207de5", "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...
0
2020-08-28T06:59:47Z
2020-08-28T16:50:38Z
2020-08-28T09:26:44Z
MEMBER
null
xref #35925
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35949/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35949/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35949.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35949", "merged_at": "2020-08-28T09:26:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35949.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35949" }
https://api.github.com/repos/pandas-dev/pandas/issues/35950
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35950/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35950/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35950/events
https://github.com/pandas-dev/pandas/pull/35950
687,888,511
MDExOlB1bGxSZXF1ZXN0NDc1MjUxMDA2
35,950
CLN remove unnecessary trailing commas to get ready for new version of black: generic -> blocks
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[ { "color": "eb6420", "default": false, "description": "Code style, linting, code_checks", "id": 106935113, "name": "Code Style", "node_id": "MDU6TGFiZWwxMDY5MzUxMTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style" }, { "color": "207de5", "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...
0
2020-08-28T08:00:48Z
2020-08-28T16:50:43Z
2020-08-28T09:27:17Z
MEMBER
null
xref #35925
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35950/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35950/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35950.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35950", "merged_at": "2020-08-28T09:27:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35950.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35950" }
https://api.github.com/repos/pandas-dev/pandas/issues/35951
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35951/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35951/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35951/events
https://github.com/pandas-dev/pandas/pull/35951
687,944,273
MDExOlB1bGxSZXF1ZXN0NDc1Mjk3MjMy
35,951
BUG: Fix DataFrame.groupby().apply() for NaN groups with dropna=False
{ "avatar_url": "https://avatars.githubusercontent.com/u/14267968?v=4", "events_url": "https://api.github.com/users/cwkwong/events{/privacy}", "followers_url": "https://api.github.com/users/cwkwong/followers", "following_url": "https://api.github.com/users/cwkwong/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": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2020-08-28T09:33:10Z
2020-09-05T03:15:11Z
2020-09-05T03:15:05Z
CONTRIBUTOR
null
- [X] closes #35889 - [X] tests added / passed - [X] passes `black pandas` - [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [X] whatsnew entry in `v1.1.2.rst`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35951/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35951/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35951.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35951", "merged_at": "2020-09-05T03:15:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35951.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35951" }
https://api.github.com/repos/pandas-dev/pandas/issues/35952
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35952/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35952/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35952/events
https://github.com/pandas-dev/pandas/issues/35952
688,019,998
MDU6SXNzdWU2ODgwMTk5OTg=
35,952
BUG: Series.fillna(..., inplace=True) causes subsequent df.sort_values() to crash for categorical dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/41120183?v=4", "events_url": "https://api.github.com/users/DanielFEvans/events{/privacy}", "followers_url": "https://api.github.com/users/DanielFEvans/followers", "following_url": "https://api.github.com/users/DanielFEvans/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-08-28T11:50:26Z
2020-08-28T12:40:30Z
2020-08-28T12:40:30Z
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. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- #### Code Sample, a copy-pastable example ```python import pandas as pd ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35952/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35952/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35953
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35953/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35953/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35953/events
https://github.com/pandas-dev/pandas/pull/35953
688,151,143
MDExOlB1bGxSZXF1ZXN0NDc1NDY4Njgx
35,953
TYP: misc typing cleanups for #29116
{ "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": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-28T15:20:55Z
2020-08-30T18:41:14Z
2020-08-30T17:50:38Z
MEMBER
null
pandas\core\frame.py:7429:59: error: Argument 3 to "relabel_result" has incompatible type "Optional[List[str]]"; expected "Tuple[Any, ...]" [arg-type] pandas\core\frame.py:7429:68: error: Argument 4 to "relabel_result" has incompatible type "Optional[List[int]]"; expected "List[int]" [arg-type]
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35953/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35953/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35953.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35953", "merged_at": "2020-08-30T17:50:38Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35953.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35953" }
https://api.github.com/repos/pandas-dev/pandas/issues/35954
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35954/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35954/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35954/events
https://github.com/pandas-dev/pandas/pull/35954
688,154,740
MDExOlB1bGxSZXF1ZXN0NDc1NDcxNjYw
35,954
TYP: misc typing cleanups for #32911
{ "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": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-28T15:26:28Z
2020-08-29T18:23:23Z
2020-08-29T11:39:36Z
MEMBER
null
pandas\io\excel\_odswriter.py:39:5: error: Argument 5 of "write_cells" is incompatible with supertype "ExcelWriter"; supertype defines the argument type as "Optional[Tuple[int, int]]" [override] pandas\io\excel\_odswriter.py:62:35: error: Argument 1 to "_validate_freeze_panes" has incompatible type "Optional[List[Any...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35954/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35954/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35954.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35954", "merged_at": "2020-08-29T11:39:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35954.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35954" }
https://api.github.com/repos/pandas-dev/pandas/issues/35955
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35955/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35955/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35955/events
https://github.com/pandas-dev/pandas/pull/35955
688,163,423
MDExOlB1bGxSZXF1ZXN0NDc1NDc4ODEz
35,955
TYP: misc cleanup in core\groupby\generic.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[ { "color": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-28T15:40:41Z
2020-08-28T17:58:18Z
2020-08-28T17:00:58Z
MEMBER
null
pandas\core\groupby\generic.py:610: error: Too many arguments [call-arg] pandas\core\groupby\generic.py:1212: error: "create_series_with_explicit_dtype" gets multiple values for keyword argument "dtype_if_empty" [misc]
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35955/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35955/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35955.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35955", "merged_at": "2020-08-28T17:00:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35955.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35955" }
https://api.github.com/repos/pandas-dev/pandas/issues/35956
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35956/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35956/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35956/events
https://github.com/pandas-dev/pandas/pull/35956
688,208,628
MDExOlB1bGxSZXF1ZXN0NDc1NTE3Njgy
35,956
Issue35925 remove trailing commas
{ "avatar_url": "https://avatars.githubusercontent.com/u/27659352?v=4", "events_url": "https://api.github.com/users/jpribyl/events{/privacy}", "followers_url": "https://api.github.com/users/jpribyl/followers", "following_url": "https://api.github.com/users/jpribyl/following{/other_user}", "gists_url": "https:...
[ { "color": "eb6420", "default": false, "description": "Code style, linting, code_checks", "id": 106935113, "name": "Code Style", "node_id": "MDU6TGFiZWwxMDY5MzUxMTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style" }, { "color": "207de5", "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...
1
2020-08-28T16:42:01Z
2020-08-28T18:06:28Z
2020-08-28T18:06:09Z
CONTRIBUTOR
null
xref #35925
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35956/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35956/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35956.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35956", "merged_at": "2020-08-28T18:06:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35956.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35956" }
https://api.github.com/repos/pandas-dev/pandas/issues/35957
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35957/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35957/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35957/events
https://github.com/pandas-dev/pandas/pull/35957
688,224,091
MDExOlB1bGxSZXF1ZXN0NDc1NTMxMTA1
35,957
TYP: Remove NDFrame._add_series_or_dataframe_operations
{ "avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4", "events_url": "https://api.github.com/users/topper-123/events{/privacy}", "followers_url": "https://api.github.com/users/topper-123/followers", "following_url": "https://api.github.com/users/topper-123/following{/other_user}", "gists_url"...
[ { "color": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-28T17:04:32Z
2020-08-30T12:54:09Z
2020-08-30T12:00:25Z
CONTRIBUTOR
null
Refactoring ``NDFrame._add series or dataframe`` class method helps with typing.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35957/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35957/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35957.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35957", "merged_at": "2020-08-30T12:00:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35957.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35957" }
https://api.github.com/repos/pandas-dev/pandas/issues/35958
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35958/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35958/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35958/events
https://github.com/pandas-dev/pandas/issues/35958
688,241,392
MDU6SXNzdWU2ODgyNDEzOTI=
35,958
BUG: read_table raises ValueError when delim_whitespace is set to True
{ "avatar_url": "https://avatars.githubusercontent.com/u/9002566?v=4", "events_url": "https://api.github.com/users/cgmorton/events{/privacy}", "followers_url": "https://api.github.com/users/cgmorton/followers", "following_url": "https://api.github.com/users/cgmorton/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": "e11d21", "...
closed
false
null
[]
{ "closed_at": "2020-10-05T18:41:57Z", "closed_issues": 106, "created_at": "2020-09-07T09:13:14Z", "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...
4
2020-08-28T17:34:40Z
2020-09-26T10:31:10Z
2020-09-26T10:31:10Z
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 io import pandas 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/35958/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35958/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35959
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35959/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35959/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35959/events
https://github.com/pandas-dev/pandas/pull/35959
688,254,078
MDExOlB1bGxSZXF1ZXN0NDc1NTU1OTEx
35,959
Issue35925 remove more trailing commas
{ "avatar_url": "https://avatars.githubusercontent.com/u/27659352?v=4", "events_url": "https://api.github.com/users/jpribyl/events{/privacy}", "followers_url": "https://api.github.com/users/jpribyl/followers", "following_url": "https://api.github.com/users/jpribyl/following{/other_user}", "gists_url": "https:...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "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-08-28T17:55:58Z
2020-08-28T18:40:00Z
2020-08-28T18:39:49Z
CONTRIBUTOR
null
xref #35925
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35959/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35959/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35959.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35959", "merged_at": "2020-08-28T18:39:49Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35959.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35959" }
https://api.github.com/repos/pandas-dev/pandas/issues/35960
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35960/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35960/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35960/events
https://github.com/pandas-dev/pandas/pull/35960
688,272,816
MDExOlB1bGxSZXF1ZXN0NDc1NTcyMjc0
35,960
TYP: annotate plotting based on _get_axe_freq
{ "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": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-28T18:20:48Z
2020-08-30T15:06:52Z
2020-08-30T11:59:01Z
MEMBER
null
In some places in plotting `ax` is an Axes object and in other its an Axis object. Current goal is to pin these down. in timeseries._get_ax_freq we call `ax.get_shared_x_axes()`, which is an Axes method that does not exist on Axis. This annotates that usage and annotates all the other places where we can infer Axe...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35960/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35960/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35960.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35960", "merged_at": "2020-08-30T11:59:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35960.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35960" }
https://api.github.com/repos/pandas-dev/pandas/issues/35961
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35961/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35961/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35961/events
https://github.com/pandas-dev/pandas/issues/35961
688,275,609
MDU6SXNzdWU2ODgyNzU2MDk=
35,961
BUG: Unable to add np.timedelta64 + pd.Interval(pd.Timestamp, pd.Timestamp)
{ "avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4", "events_url": "https://api.github.com/users/dsaxton/events{/privacy}", "followers_url": "https://api.github.com/users/dsaxton/followers", "following_url": "https://api.github.com/users/dsaxton/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
null
0
2020-08-28T18:26:08Z
2020-08-30T02:41:13Z
2020-08-30T02:41:13Z
MEMBER
null
Note: this is currently _not_ a bug on master but will be after https://github.com/pandas-dev/pandas/pull/35938, which reverts a change that caused other regressions. ```python import numpy as np import pandas as pd delta = np.timedelta64(0) interval = pd.Interval(pd.Timestamp("2020-01-01"), pd.Timestamp("2020...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35961/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35961/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35962
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35962/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35962/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35962/events
https://github.com/pandas-dev/pandas/issues/35962
688,277,430
MDU6SXNzdWU2ODgyNzc0MzA=
35,962
ENH: Shuffle DataFrame
{ "avatar_url": "https://avatars.githubusercontent.com/u/44003352?v=4", "events_url": "https://api.github.com/users/bpmeek/events{/privacy}", "followers_url": "https://api.github.com/users/bpmeek/followers", "following_url": "https://api.github.com/users/bpmeek/following{/other_user}", "gists_url": "https://a...
[ { "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
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
2
2020-08-28T18:29:24Z
2020-08-28T18:54:01Z
2020-08-28T18:53:48Z
NONE
null
#### Is your feature request related to a problem? Multiple inquiries on Stackoverflow regarding how to shuffle/permutation of dataframes. https://stackoverflow.com/questions/15772009/shuffling-permutating-a-dataframe-in-pandas https://stackoverflow.com/questions/24701217/randomizing-shuffling-rows-in-a-dataframe-...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35962/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35962/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35963
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35963/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35963/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35963/events
https://github.com/pandas-dev/pandas/pull/35963
688,317,510
MDExOlB1bGxSZXF1ZXN0NDc1NjEwMDc3
35,963
TYP: misc cleanup in core\generic.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[ { "color": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-28T19:43:38Z
2020-08-30T11:17:04Z
2020-08-29T23:57:01Z
MEMBER
null
pandas\core\generic.py:4707: error: Unsupported operand types for in ("Optional[str]" and "str") [operator] pandas\core\generic.py:6559: error: 'builtins.object' object is not iterable [misc]
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35963/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35963/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35963.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35963", "merged_at": "2020-08-29T23:57:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35963.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35963" }
https://api.github.com/repos/pandas-dev/pandas/issues/35964
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35964/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35964/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35964/events
https://github.com/pandas-dev/pandas/pull/35964
688,340,457
MDExOlB1bGxSZXF1ZXN0NDc1NjI5MDk3
35,964
BUG/CLN: Decouple Series/DataFrame.transform
{ "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": "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": 211029535...
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-08-28T20:33:13Z
2020-12-03T21:44:40Z
2020-09-12T21:36:52Z
MEMBER
null
- [x] closes #35811 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry First step toward #35725. Currently `transform` just calls `aggregate`, and so if we are to forbid `aggregate` from transforming, these need to be 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/35964/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35964/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35964.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35964", "merged_at": "2020-09-12T21:36:52Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35964.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35964" }
https://api.github.com/repos/pandas-dev/pandas/issues/35965
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35965/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35965/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35965/events
https://github.com/pandas-dev/pandas/issues/35965
688,356,845
MDU6SXNzdWU2ODgzNTY4NDU=
35,965
BUG: DataFrame creates an object-dtype array for extension type scalars in dictionaries
{ "avatar_url": "https://avatars.githubusercontent.com/u/24326925?v=4", "events_url": "https://api.github.com/users/justinessert/events{/privacy}", "followers_url": "https://api.github.com/users/justinessert/followers", "following_url": "https://api.github.com/users/justinessert/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": "eb6420", "default": false, "description": "Period data type", "...
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-08-28T21:10:02Z
2020-09-11T13:03:03Z
2020-09-11T13:03:03Z
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. --- #### Code Sample, a copy-pastable example ```python df = pd.DataFrame({ '...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35965/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35965/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35966
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35966/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35966/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35966/events
https://github.com/pandas-dev/pandas/pull/35966
688,359,413
MDExOlB1bGxSZXF1ZXN0NDc1NjQ0NTky
35,966
BUG: instantiation using a dict with a period scalar
{ "avatar_url": "https://avatars.githubusercontent.com/u/24326925?v=4", "events_url": "https://api.github.com/users/justinessert/events{/privacy}", "followers_url": "https://api.github.com/users/justinessert/followers", "following_url": "https://api.github.com/users/justinessert/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": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
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-08-28T21:15:57Z
2020-10-10T15:07:02Z
2020-09-11T13:03:04Z
CONTRIBUTOR
null
- [x] closes #35965 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Fixing bug discussed in [issue 35965](https://github.com/pandas-dev/pandas/issues/35965) where `pd.DataFrame({'a': pd.Period('2020-01')})` created `...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35966/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35966/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35966.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35966", "merged_at": "2020-09-11T13:03:03Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35966.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35966" }
https://api.github.com/repos/pandas-dev/pandas/issues/35967
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35967/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35967/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35967/events
https://github.com/pandas-dev/pandas/pull/35967
688,374,763
MDExOlB1bGxSZXF1ZXN0NDc1NjU3NDE2
35,967
Deprecate groupby/pivot observed=False default
{ "avatar_url": "https://avatars.githubusercontent.com/u/296164?v=4", "events_url": "https://api.github.com/users/jseabold/events{/privacy}", "followers_url": "https://api.github.com/users/jseabold/followers", "following_url": "https://api.github.com/users/jseabold/following{/other_user}", "gists_url": "https...
[ { "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": "5319e7", "default": false, ...
closed
false
null
[]
null
41
2020-08-28T21:52:59Z
2021-07-11T20:27:45Z
2021-07-11T20:27:45Z
CONTRIBUTOR
null
- [x] Relates to #17594, Closes #30552 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Had a relatively small 70k data frame that I was trying to do a groupby sum on blow up on me today. This was the reason. I had so...
{ "+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/35967/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35967/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35967.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35967", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/35967.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35967" }
https://api.github.com/repos/pandas-dev/pandas/issues/35968
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35968/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35968/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35968/events
https://github.com/pandas-dev/pandas/pull/35968
688,388,623
MDExOlB1bGxSZXF1ZXN0NDc1NjY3NzU2
35,968
TYP: annotate plotting._matplotlib.tools
{ "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": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-28T22:30:05Z
2020-08-31T14:45:45Z
2020-08-31T10:15:05Z
MEMBER
null
Same idea as #35960, focused on clarifying Axis vs Axes
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35968/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35968/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35968.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35968", "merged_at": "2020-08-31T10:15:05Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35968.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35968" }
https://api.github.com/repos/pandas-dev/pandas/issues/35969
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35969/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35969/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35969/events
https://github.com/pandas-dev/pandas/issues/35969
688,400,050
MDU6SXNzdWU2ODg0MDAwNTA=
35,969
QST: to_excel() deletes the existed sheets
{ "avatar_url": "https://avatars.githubusercontent.com/u/43381180?v=4", "events_url": "https://api.github.com/users/MFalghanmi/events{/privacy}", "followers_url": "https://api.github.com/users/MFalghanmi/followers", "following_url": "https://api.github.com/users/MFalghanmi/following{/other_user}", "gists_url"...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "bfe5bf", "default": false, "descript...
closed
false
null
[]
null
14
2020-08-28T23:11:06Z
2020-09-18T11:45:05Z
2020-09-18T11:45:05Z
NONE
null
- As per Pandas [documentation](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_excel.html), the to_excel() deletes the existed sheets in the excel document using the code below. I am not sure what is the issue. ```python with pd.ExcelWriter('pay_past_5_years.xlsx', mode='a') as writer:...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35969/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35969/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35970
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35970/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35970/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35970/events
https://github.com/pandas-dev/pandas/pull/35970
688,442,417
MDExOlB1bGxSZXF1ZXN0NDc1NzA3ODU3
35,970
Comma cleanup for Issue #35925
{ "avatar_url": "https://avatars.githubusercontent.com/u/38149479?v=4", "events_url": "https://api.github.com/users/JonathanShrek/events{/privacy}", "followers_url": "https://api.github.com/users/JonathanShrek/followers", "following_url": "https://api.github.com/users/JonathanShrek/following{/other_user}", "g...
[]
closed
false
null
[]
null
0
2020-08-29T02:40:36Z
2020-08-29T03:31:50Z
2020-08-29T03:31:50Z
CONTRIBUTOR
null
- [x] contributes to #35925 - [x] tests added / passed Tested with: `./ci/code_checks.sh` Files edited: pandas/tests/frame/test_analytics.py, pandas/tests/frame/test_constructors.py, pandas/tests/frame/test_reshape.py, pandas/tests/generic/test_finalize.py, pandas/tests/generic/test_to_xarray.py, pandas/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/35970/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35970/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35970.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35970", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/35970.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35970" }
https://api.github.com/repos/pandas-dev/pandas/issues/35971
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35971/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35971/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35971/events
https://github.com/pandas-dev/pandas/pull/35971
688,457,737
MDExOlB1bGxSZXF1ZXN0NDc1NzE5NzEy
35,971
Comma cleanup
{ "avatar_url": "https://avatars.githubusercontent.com/u/38149479?v=4", "events_url": "https://api.github.com/users/JonathanShrek/events{/privacy}", "followers_url": "https://api.github.com/users/JonathanShrek/followers", "following_url": "https://api.github.com/users/JonathanShrek/following{/other_user}", "g...
[ { "color": "eb6420", "default": false, "description": "Code style, linting, code_checks", "id": 106935113, "name": "Code Style", "node_id": "MDU6TGFiZWwxMDY5MzUxMTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style" }, { "color": "207de5", "default...
closed
false
null
[]
null
5
2020-08-29T04:38:16Z
2020-09-01T02:47:23Z
2020-09-01T02:47:14Z
CONTRIBUTOR
null
Comma cleanup for #35925
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35971/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35971/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35971.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35971", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/35971.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35971" }
https://api.github.com/repos/pandas-dev/pandas/issues/35972
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35972/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35972/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35972/events
https://github.com/pandas-dev/pandas/issues/35972
688,461,964
MDU6SXNzdWU2ODg0NjE5NjQ=
35,972
BUG: rolling count does not respect the default behavior of min_periods
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "d4c5f9", "default": false, "description": "rolling, ewma, expanding...
closed
false
null
[]
null
1
2020-08-29T05:11:31Z
2020-08-29T05:43:24Z
2020-08-29T05:43:24Z
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. Per the documentation: > For a window that is specified by an offset, min_periods will...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35972/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35972/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35973
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35973/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35973/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35973/events
https://github.com/pandas-dev/pandas/pull/35973
688,482,989
MDExOlB1bGxSZXF1ZXN0NDc1NzM5Mzk0
35,973
ENH: implement timeszones support for read_json(orient='table') and astype() from 'object'
{ "avatar_url": "https://avatars.githubusercontent.com/u/24256554?v=4", "events_url": "https://api.github.com/users/attack68/events{/privacy}", "followers_url": "https://api.github.com/users/attack68/followers", "following_url": "https://api.github.com/users/attack68/following{/other_user}", "gists_url": "htt...
[ { "color": "207de5", "default": false, "description": "read_json, to_json, json_normalize", "id": 49379259, "name": "IO JSON", "node_id": "MDU6TGFiZWw0OTM3OTI1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON" }, { "color": "5319e7", "default": fa...
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...
16
2020-08-29T07:45:26Z
2020-11-22T08:35:29Z
2020-11-04T03:00:06Z
CONTRIBUTOR
null
- [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Currently timezones raise a `NotImplementedError` when using the `read_json(orient='table')` method. This PR aims to fix what I believe is a fairly common request (nu...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35973/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35973/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35973.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35973", "merged_at": "2020-11-04T03:00:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35973.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35973" }
https://api.github.com/repos/pandas-dev/pandas/issues/35974
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35974/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35974/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35974/events
https://github.com/pandas-dev/pandas/pull/35974
688,504,648
MDExOlB1bGxSZXF1ZXN0NDc1NzU1NTQ2
35,974
ENH: Optimize nrows in read_excel
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "bfe5bf", "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...
5
2020-08-29T10:15:23Z
2020-09-22T17:00:12Z
2020-09-21T21:47:15Z
MEMBER
null
- [ ] closes #32727 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry based on #33281 ---- output of asv benchmarks: ``` (pandas-dev) marco@marco-Predator-PH315-52:~/pandas-dev/asv_bench$ asv continuous -f 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/35974/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35974/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35974.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35974", "merged_at": "2020-09-21T21:47:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35974.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35974" }
https://api.github.com/repos/pandas-dev/pandas/issues/35975
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35975/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35975/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35975/events
https://github.com/pandas-dev/pandas/issues/35975
688,534,112
MDU6SXNzdWU2ODg1MzQxMTI=
35,975
BUG: When the value in the data set has underscore i.e "_" and forward slash "/", the select query with where clause does not fetch actual result set.
{ "avatar_url": "https://avatars.githubusercontent.com/u/21145979?v=4", "events_url": "https://api.github.com/users/santhosh92c/events{/privacy}", "followers_url": "https://api.github.com/users/santhosh92c/followers", "following_url": "https://api.github.com/users/santhosh92c/following{/other_user}", "gists_u...
[ { "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
5
2020-08-29T13:34:58Z
2020-08-31T13:31:13Z
2020-08-31T13:31:13Z
NONE
null
- [ ] 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. --- **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/35975/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35975/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35976
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35976/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35976/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35976/events
https://github.com/pandas-dev/pandas/issues/35976
688,544,252
MDU6SXNzdWU2ODg1NDQyNTI=
35,976
BUG:
{ "avatar_url": "https://avatars.githubusercontent.com/u/44749448?v=4", "events_url": "https://api.github.com/users/yunkypunky/events{/privacy}", "followers_url": "https://api.github.com/users/yunkypunky/followers", "following_url": "https://api.github.com/users/yunkypunky/following{/other_user}", "gists_url"...
[ { "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
2
2020-08-29T14:33:42Z
2020-08-29T14:45:45Z
2020-08-29T14:45:44Z
NONE
null
- [ ] 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. --- **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/35976/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35976/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35977
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35977/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35977/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35977/events
https://github.com/pandas-dev/pandas/issues/35977
688,544,459
MDU6SXNzdWU2ODg1NDQ0NTk=
35,977
BUG: replacement works for object but not string dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/44749448?v=4", "events_url": "https://api.github.com/users/yunkypunky/events{/privacy}", "followers_url": "https://api.github.com/users/yunkypunky/followers", "following_url": "https://api.github.com/users/yunkypunky/following{/other_user}", "gists_url"...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "String extension data ty...
closed
false
null
[]
{ "closed_at": "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-08-29T14:35:09Z
2021-05-11T20:23:12Z
2021-05-11T20:23:12Z
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 import pandas as pd import numpy as np a = pd.D...
{ "+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/35977/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35977/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35978
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35978/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35978/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35978/events
https://github.com/pandas-dev/pandas/pull/35978
688,578,331
MDExOlB1bGxSZXF1ZXN0NDc1ODA5NzUx
35,978
TYP: annotate plotting._matplotlib.converter
{ "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": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-29T18:01:24Z
2020-08-30T15:06:17Z
2020-08-30T13:23: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/35978/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35978/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35978.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35978", "merged_at": "2020-08-30T13:23:45Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35978.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35978" }
https://api.github.com/repos/pandas-dev/pandas/issues/35979
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35979/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35979/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35979/events
https://github.com/pandas-dev/pandas/pull/35979
688,606,405
MDExOlB1bGxSZXF1ZXN0NDc1ODMwMDQ2
35,979
BUG: Respect errors="ignore" during extension astype
{ "avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4", "events_url": "https://api.github.com/users/dsaxton/events{/privacy}", "followers_url": "https://api.github.com/users/dsaxton/followers", "following_url": "https://api.github.com/users/dsaxton/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": "2020-09-09T09:07:44Z", "closed_issues": 94, "created_at": "2020-08-17T19:11:56Z", "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...
3
2020-08-29T21:24:13Z
2020-09-27T03:27:54Z
2020-09-06T16:59:44Z
MEMBER
null
- [x] closes https://github.com/pandas-dev/pandas/issues/35471 - [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/35979/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35979/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35979.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35979", "merged_at": "2020-09-06T16:59:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35979.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35979" }
https://api.github.com/repos/pandas-dev/pandas/issues/35980
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35980/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35980/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35980/events
https://github.com/pandas-dev/pandas/issues/35980
688,613,441
MDU6SXNzdWU2ODg2MTM0NDE=
35,980
DOC: doc/source/getting_started/overview.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/50989807?v=4", "events_url": "https://api.github.com/users/0xpranjal/events{/privacy}", "followers_url": "https://api.github.com/users/0xpranjal/followers", "following_url": "https://api.github.com/users/0xpranjal/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": "0052cc", "default": false, "description": "Issue that has not be...
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-08-29T22:21:55Z
2020-08-31T18:31:36Z
2020-08-31T18:24:05Z
CONTRIBUTOR
null
#### Location of the documentation "https://pandas.pydata.org/docs/getting_started/overview.html" #### Documentation problem Unnecessary words and hyphens were missing. #### Suggested fix for documentation E.g. real world can be replaced by real-world
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35980/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35980/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35981
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35981/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35981/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35981/events
https://github.com/pandas-dev/pandas/pull/35981
688,613,920
MDExOlB1bGxSZXF1ZXN0NDc1ODM1NDIw
35,981
DOC clean up doc/source/getting_started/overview.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/50989807?v=4", "events_url": "https://api.github.com/users/0xpranjal/events{/privacy}", "followers_url": "https://api.github.com/users/0xpranjal/followers", "following_url": "https://api.github.com/users/0xpranjal/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-08-29T22:26:24Z
2020-08-31T18:24:15Z
2020-08-31T18:24:05Z
CONTRIBUTOR
null
- [x] closes #35980
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35981/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35981/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35981.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35981", "merged_at": "2020-08-31T18:24:05Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35981.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35981" }
https://api.github.com/repos/pandas-dev/pandas/issues/35982
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35982/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35982/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35982/events
https://github.com/pandas-dev/pandas/pull/35982
688,644,830
MDExOlB1bGxSZXF1ZXN0NDc1ODU2NzI4
35,982
CLN: window/rolling.py
{ "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": "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-08-30T03:24:03Z
2020-08-31T22:11:38Z
2020-08-31T20:42:06Z
MEMBER
null
- [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35982/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35982/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35982.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35982", "merged_at": "2020-08-31T20:42:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35982.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35982" }
https://api.github.com/repos/pandas-dev/pandas/issues/35983
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35983/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35983/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35983/events
https://github.com/pandas-dev/pandas/issues/35983
688,651,270
MDU6SXNzdWU2ODg2NTEyNzA=
35,983
ENH: pd.progress_concat
{ "avatar_url": "https://avatars.githubusercontent.com/u/12224358?v=4", "events_url": "https://api.github.com/users/austinmw/events{/privacy}", "followers_url": "https://api.github.com/users/austinmw/followers", "following_url": "https://api.github.com/users/austinmw/following{/other_user}", "gists_url": "htt...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" } ]
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-08-30T04:30:28Z
2020-09-03T10:48:11Z
2020-08-30T10:04:01Z
NONE
null
#### Is your feature request related to a problem? I need to concat many thousands of fairly large dataframes, which can take 15-45mins, and I'm unable to get an idea of progress. #### Describe the solution you'd like I'd really like either a `pd.progress_concat` or ` pd.concat(progress=True)` #### API brea...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35983/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35983/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35984
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35984/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35984/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35984/events
https://github.com/pandas-dev/pandas/pull/35984
688,668,452
MDExOlB1bGxSZXF1ZXN0NDc1ODc0MzI1
35,984
ENH: Add axis argument to Dataframe.corr
{ "avatar_url": "https://avatars.githubusercontent.com/u/55352418?v=4", "events_url": "https://api.github.com/users/kc611/events{/privacy}", "followers_url": "https://api.github.com/users/kc611/followers", "following_url": "https://api.github.com/users/kc611/following{/other_user}", "gists_url": "https://api....
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "006b75", "default": false, "description": "Arithmet...
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...
9
2020-08-30T07:12:04Z
2020-10-29T04:13:02Z
2020-10-29T04:13:02Z
NONE
null
- [x] closes #35002 - [x] tests added / passed
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35984/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35984/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35984.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35984", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/35984.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35984" }
https://api.github.com/repos/pandas-dev/pandas/issues/35985
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35985/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35985/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35985/events
https://github.com/pandas-dev/pandas/issues/35985
688,674,351
MDU6SXNzdWU2ODg2NzQzNTE=
35,985
DOC: make difference between numpy behaviour clearer in Dataframe.std() and Series.std()
{ "avatar_url": "https://avatars.githubusercontent.com/u/43515959?v=4", "events_url": "https://api.github.com/users/timhunderwood/events{/privacy}", "followers_url": "https://api.github.com/users/timhunderwood/followers", "following_url": "https://api.github.com/users/timhunderwood/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" } ]
closed
false
null
[]
null
1
2020-08-30T08:01:06Z
2020-09-03T16:58:36Z
2020-09-03T16:58:36Z
CONTRIBUTOR
null
#### Location of the documentation https://pandas.pydata.org/pandas-docs/dev/reference/api/pandas.DataFrame.std.html https://pandas.pydata.org/pandas-docs/dev/reference/api/pandas.Series.std.html #### Documentation problem The `ddof` kwarg has a different default to numpy. This means using the `std()` method ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35985/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35985/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35986
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35986/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35986/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35986/events
https://github.com/pandas-dev/pandas/pull/35986
688,704,996
MDExOlB1bGxSZXF1ZXN0NDc1OTAxMDU0
35,986
DOC: Add Notes about difference to numpy behaviour for ddof in std() GH35985
{ "avatar_url": "https://avatars.githubusercontent.com/u/43515959?v=4", "events_url": "https://api.github.com/users/timhunderwood/events{/privacy}", "followers_url": "https://api.github.com/users/timhunderwood/followers", "following_url": "https://api.github.com/users/timhunderwood/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" } ]
closed
false
null
[]
null
3
2020-08-30T11:51:51Z
2020-09-03T16:58:49Z
2020-09-03T16:58:37Z
CONTRIBUTOR
null
- [x] closes #35985 - [ ] 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/35986/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35986/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35986.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35986", "merged_at": "2020-09-03T16:58:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35986.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35986" }
https://api.github.com/repos/pandas-dev/pandas/issues/35987
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35987/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35987/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35987/events
https://github.com/pandas-dev/pandas/pull/35987
688,713,146
MDExOlB1bGxSZXF1ZXN0NDc1OTA3MjE4
35,987
TST: Verify operators with IntegerArray and list-likes (22606)
{ "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": "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": "6138b5", "d...
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-08-30T12:48:40Z
2020-10-07T03:15:09Z
2020-10-07T03:15:05Z
CONTRIBUTOR
null
- [x] closes #22606 - [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/35987/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35987/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35987.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35987", "merged_at": "2020-10-07T03:15:05Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35987.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35987" }
https://api.github.com/repos/pandas-dev/pandas/issues/35988
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35988/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35988/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35988/events
https://github.com/pandas-dev/pandas/issues/35988
688,733,840
MDU6SXNzdWU2ODg3MzM4NDA=
35,988
TYP: mypy [attr-defined] error in `pandas/core/indexes/numeric.py`
{ "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": "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
1
2020-08-30T14:59:20Z
2020-08-30T15:04:28Z
2020-08-30T15:03:58Z
MEMBER
null
This is one of the errors after unpin mypy. ``` pandas/core/indexes/numeric.py:68: error: "Type[NumericIndex]" has no attribute "_default_dtype" [attr-defined] pandas/core/indexes/numeric.py:69: error: "Type[NumericIndex]" has no attribute "_default_dtype" [attr-defined] ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35988/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35988/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35989
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35989/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35989/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35989/events
https://github.com/pandas-dev/pandas/issues/35989
688,737,267
MDU6SXNzdWU2ODg3MzcyNjc=
35,989
DOC: DataFrame.query() are contradictory on whether Python keywords can used as identifiers
{ "avatar_url": "https://avatars.githubusercontent.com/u/6829540?v=4", "events_url": "https://api.github.com/users/jpeacock29/events{/privacy}", "followers_url": "https://api.github.com/users/jpeacock29/followers", "following_url": "https://api.github.com/users/jpeacock29/following{/other_user}", "gists_url":...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "0e8a16", "default": true, "description": null, "id": 7171206...
closed
false
null
[]
{ "closed_at": "2020-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-08-30T15:18:20Z
2020-09-12T21:31:59Z
2020-09-12T21:31:59Z
CONTRIBUTOR
null
#### Location of the documentation https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.query.html#pandas.DataFrame.query #### Documentation problem The `expr` parameter is described as follows: > You can refer to column names that contain spaces or operators by surrounding them in backti...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35989/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35989/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35990
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35990/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35990/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35990/events
https://github.com/pandas-dev/pandas/pull/35990
688,739,164
MDExOlB1bGxSZXF1ZXN0NDc1OTI1ODQ5
35,990
TYP: misc typing fixes for pandas\core\frame.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[ { "color": "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
[]
null
1
2020-08-30T15:29:57Z
2020-08-31T16:23:51Z
2020-08-31T15:06:35Z
MEMBER
null
pandas\core\frame.py:1091: error: namedtuple() expects a string literal as the first argument [misc] pandas\core\frame.py:4594: error: Need type annotation for 'names' (hint: "names: List[<type>] = ...") [var-annotated]
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35990/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35990/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35990.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35990", "merged_at": "2020-08-31T15:06:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35990.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35990" }
https://api.github.com/repos/pandas-dev/pandas/issues/35991
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35991/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35991/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35991/events
https://github.com/pandas-dev/pandas/pull/35991
688,739,736
MDExOlB1bGxSZXF1ZXN0NDc1OTI2Mjg0
35,991
TYP: misc typing in core\indexes\base.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[ { "color": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-30T15:33:36Z
2020-09-02T18:49:29Z
2020-09-02T18:44:40Z
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/35991/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35991/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35991.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35991", "merged_at": "2020-09-02T18:44:40Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35991.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35991" }
https://api.github.com/repos/pandas-dev/pandas/issues/35992
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35992/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35992/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35992/events
https://github.com/pandas-dev/pandas/pull/35992
688,739,994
MDExOlB1bGxSZXF1ZXN0NDc1OTI2NDcz
35,992
TYP: check_untyped_defs core.dtypes.cast
{ "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": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-30T15:35:14Z
2020-08-31T08:07:07Z
2020-08-31T01:31:23Z
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/35992/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35992/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35992.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35992", "merged_at": "2020-08-31T01:31:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35992.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35992" }
https://api.github.com/repos/pandas-dev/pandas/issues/35993
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35993/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35993/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35993/events
https://github.com/pandas-dev/pandas/pull/35993
688,751,204
MDExOlB1bGxSZXF1ZXN0NDc1OTM0Njgx
35,993
Updating fork
{ "avatar_url": "https://avatars.githubusercontent.com/u/5001953?v=4", "events_url": "https://api.github.com/users/souris-dev/events{/privacy}", "followers_url": "https://api.github.com/users/souris-dev/followers", "following_url": "https://api.github.com/users/souris-dev/following{/other_user}", "gists_url":...
[]
closed
false
null
[]
null
0
2020-08-30T16:44:16Z
2020-08-30T16:47:58Z
2020-08-30T16:44:36Z
CONTRIBUTOR
null
Updating fork (this PR was opened in the wrong repo by mistake, apologies for the same.)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35993/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35993/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35993.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35993", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/35993.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35993" }
https://api.github.com/repos/pandas-dev/pandas/issues/35994
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35994/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35994/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35994/events
https://github.com/pandas-dev/pandas/issues/35994
688,756,272
MDU6SXNzdWU2ODg3NTYyNzI=
35,994
TYP: type error in `pandas/io/excel/_xlsxwriter.py`
{ "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": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-30T17:16:05Z
2020-08-31T18:28:17Z
2020-08-31T18:22:35Z
MEMBER
null
Those are some of the typing errors generated by mypy after unpining it. ``` pandas/io/excel/_xlsxwriter.py:105: error: "object" has no attribute "__iter__"; maybe "__str__" or "__dir__"? (not iterable) [attr-defined] pandas/io/excel/_xlsxwriter.py:196: error: "None" has no attribute "close" [attr-defined] pand...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35994/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35994/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35995
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35995/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35995/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35995/events
https://github.com/pandas-dev/pandas/pull/35995
688,756,701
MDExOlB1bGxSZXF1ZXN0NDc1OTM4NjU3
35,995
TYP: typing errors in _xlsxwriter.py #35994
{ "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": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-30T17:18:37Z
2020-08-31T20:03:42Z
2020-08-31T18:22:35Z
MEMBER
null
- [x] closes #35994 - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35995/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35995/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35995.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35995", "merged_at": "2020-08-31T18:22:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35995.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35995" }
https://api.github.com/repos/pandas-dev/pandas/issues/35996
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35996/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35996/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35996/events
https://github.com/pandas-dev/pandas/pull/35996
688,762,630
MDExOlB1bGxSZXF1ZXN0NDc1OTQyNzAx
35,996
Issue35925 Remove trailing commas
{ "avatar_url": "https://avatars.githubusercontent.com/u/14045288?v=4", "events_url": "https://api.github.com/users/metehankutlu/events{/privacy}", "followers_url": "https://api.github.com/users/metehankutlu/followers", "following_url": "https://api.github.com/users/metehankutlu/following{/other_user}", "gist...
[ { "color": "eb6420", "default": false, "description": "Code style, linting, code_checks", "id": 106935113, "name": "Code Style", "node_id": "MDU6TGFiZWwxMDY5MzUxMTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style" }, { "color": "207de5", "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...
1
2020-08-30T17:56:06Z
2020-08-31T09:59:26Z
2020-08-31T09:59:18Z
CONTRIBUTOR
null
#35925 Files edited: - pandas/tests/test_multilevel.py - pandas/tests/test_nanops.py - pandas/tests/window/moments/test_moments_consistency_rolling.py - pandas/tests/window/moments/test_moments_ewm.py - pandas/tests/window/moments/test_moments_rolling.py - pandas/tests/window/test_base_indexer.py - pandas/tes...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35996/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35996/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35996.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35996", "merged_at": "2020-08-31T09:59:18Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35996.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35996" }
https://api.github.com/repos/pandas-dev/pandas/issues/35997
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35997/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35997/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35997/events
https://github.com/pandas-dev/pandas/issues/35997
688,766,368
MDU6SXNzdWU2ODg3NjYzNjg=
35,997
BUG: Reading from parquet throws UnknownTimeZoneError using timezone-aware date in index
{ "avatar_url": "https://avatars.githubusercontent.com/u/240729?v=4", "events_url": "https://api.github.com/users/alippai/events{/privacy}", "followers_url": "https://api.github.com/users/alippai/followers", "following_url": "https://api.github.com/users/alippai/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "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...
11
2020-08-30T18:19:25Z
2020-10-07T01:44:44Z
2020-10-07T01:44:44Z
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. ```python import pandas as pd from datetime import datetime, timezone df = pd.DataFrame([[datetime.now(timezone.utc)]], columns=['date']).set_index('date') df.to_parque...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35997/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35997/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35998
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35998/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35998/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35998/events
https://github.com/pandas-dev/pandas/issues/35998
688,800,963
MDU6SXNzdWU2ODg4MDA5NjM=
35,998
QST: What is the use of cell_context in the Styler?
{ "avatar_url": "https://avatars.githubusercontent.com/u/43477145?v=4", "events_url": "https://api.github.com/users/grantstead/events{/privacy}", "followers_url": "https://api.github.com/users/grantstead/followers", "following_url": "https://api.github.com/users/grantstead/following{/other_user}", "gists_url"...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "006b75", "default": false, "descript...
closed
false
null
[]
null
7
2020-08-30T22:09:05Z
2020-09-17T19:04:01Z
2020-09-17T19:04:00Z
NONE
null
- [X] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions. - [ ] I have asked my usage related question on [StackOverflow](https://stackoverflow.com). --- #### Question about pandas **Note**: If you'd still like to submit a question, p...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/35998/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35998/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/35999
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/35999/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/35999/comments
https://api.github.com/repos/pandas-dev/pandas/issues/35999/events
https://github.com/pandas-dev/pandas/pull/35999
688,811,296
MDExOlB1bGxSZXF1ZXN0NDc1OTc4MDI5
35,999
BUG: None in Float64Index raising TypeError, should return False
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "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": "2020-09-09T09:07:44Z", "closed_issues": 94, "created_at": "2020-08-17T19:11:56Z", "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...
2
2020-08-30T23:24:59Z
2020-09-01T15:03:03Z
2020-09-01T01:20:41Z
MEMBER
null
- [x] closes #35788 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+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/35999/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/35999/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/35999.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/35999", "merged_at": "2020-09-01T01:20:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/35999.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/35999" }
https://api.github.com/repos/pandas-dev/pandas/issues/36000
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/36000/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/36000/comments
https://api.github.com/repos/pandas-dev/pandas/issues/36000/events
https://github.com/pandas-dev/pandas/pull/36000
688,858,558
MDExOlB1bGxSZXF1ZXN0NDc2MDEzMzA4
36,000
ENH: vendor typing_extensions
{ "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": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-31T02:47:39Z
2020-09-01T23:47:58Z
2020-09-01T23:37:09Z
MEMBER
null
- [x] closes #34869 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry haven't figured out how to make isort and black ignore this file
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/36000/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/36000/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/36000.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/36000", "merged_at": "2020-09-01T23:37:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/36000.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36000" }
https://api.github.com/repos/pandas-dev/pandas/issues/36001
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/36001/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/36001/comments
https://api.github.com/repos/pandas-dev/pandas/issues/36001/events
https://github.com/pandas-dev/pandas/pull/36001
688,872,168
MDExOlB1bGxSZXF1ZXN0NDc2MDI0MDcz
36,001
ENH: Arithmetic with Timestamp-based intervals
{ "avatar_url": "https://avatars.githubusercontent.com/u/5001953?v=4", "events_url": "https://api.github.com/users/souris-dev/events{/privacy}", "followers_url": "https://api.github.com/users/souris-dev/followers", "following_url": "https://api.github.com/users/souris-dev/following{/other_user}", "gists_url":...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "006b75", "default": false, "description": "Arithmeti...
closed
false
null
[]
null
3
2020-08-31T03:34:34Z
2021-02-11T01:35:25Z
2021-02-11T01:35:24Z
CONTRIBUTOR
null
- [X] closes #35908 - [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/36001/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/36001/timeline
null
1
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/36001.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/36001", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/36001.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36001" }
https://api.github.com/repos/pandas-dev/pandas/issues/36002
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/36002/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/36002/comments
https://api.github.com/repos/pandas-dev/pandas/issues/36002/events
https://github.com/pandas-dev/pandas/issues/36002
688,875,214
MDU6SXNzdWU2ODg4NzUyMTQ=
36,002
DOC: Update documentation for pd.Interval if string endpoints are not allowed anymore
{ "avatar_url": "https://avatars.githubusercontent.com/u/5001953?v=4", "events_url": "https://api.github.com/users/souris-dev/events{/privacy}", "followers_url": "https://api.github.com/users/souris-dev/followers", "following_url": "https://api.github.com/users/souris-dev/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": "009800", "default": false, "description": "Interval data type", ...
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-08-31T03:46:07Z
2020-09-01T17:02:04Z
2020-09-01T16:15:26Z
CONTRIBUTOR
null
#### Location of the documentation [https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Interval.html](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Interval.html) On `master`: [https://pandas.pydata.org/docs/dev/reference/api/pandas.Interval.html](https://pandas.pydata.org/docs...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/36002/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/36002/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/36003
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/36003/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/36003/comments
https://api.github.com/repos/pandas-dev/pandas/issues/36003/events
https://github.com/pandas-dev/pandas/issues/36003
688,967,461
MDU6SXNzdWU2ODg5Njc0NjE=
36,003
REGR: Column with datetime values too big to be converted to pd.Timestamp leads to assertion error in groupby
{ "avatar_url": "https://avatars.githubusercontent.com/u/7723080?v=4", "events_url": "https://api.github.com/users/Khris777/events{/privacy}", "followers_url": "https://api.github.com/users/Khris777/followers", "following_url": "https://api.github.com/users/Khris777/following{/other_user}", "gists_url": "http...
[ { "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": "e11d21", "default": false, "description": "Functiona...
closed
false
null
[]
{ "closed_at": "2020-12-08T12:11:38Z", "closed_issues": 81, "created_at": "2020-10-29T13:43:23Z", "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...
6
2020-08-31T07:03:11Z
2020-11-27T20:12:02Z
2020-11-27T20:12:02Z
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 Two different dates, one within the r...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/36003/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/36003/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/36004
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/36004/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/36004/comments
https://api.github.com/repos/pandas-dev/pandas/issues/36004/events
https://github.com/pandas-dev/pandas/pull/36004
689,024,766
MDExOlB1bGxSZXF1ZXN0NDc2MTQ4Nzcx
36,004
BUG: Can't restore index from parquet with offset-specified timezone #35997
{ "avatar_url": "https://avatars.githubusercontent.com/u/240729?v=4", "events_url": "https://api.github.com/users/alippai/events{/privacy}", "followers_url": "https://api.github.com/users/alippai/followers", "following_url": "https://api.github.com/users/alippai/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "Timezone data dtype", ...
closed
false
null
[]
{ "closed_at": "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...
13
2020-08-31T08:30:23Z
2020-10-07T09:23:21Z
2020-10-07T01:44:44Z
CONTRIBUTOR
null
- [x] closes #35997 - [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/36004/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/36004/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/36004.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/36004", "merged_at": "2020-10-07T01:44:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/36004.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36004" }
https://api.github.com/repos/pandas-dev/pandas/issues/36005
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/36005/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/36005/comments
https://api.github.com/repos/pandas-dev/pandas/issues/36005/events
https://github.com/pandas-dev/pandas/pull/36005
689,119,799
MDExOlB1bGxSZXF1ZXN0NDc2MjI1Mzcz
36,005
TYP: misc typing cleanup for core/computation/expressions.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[ { "color": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-31T11:07:47Z
2020-09-01T09:19:38Z
2020-08-31T20:45:17Z
MEMBER
null
pandas\core\computation\expressions.py:78: error: Need type annotation for 'dtypes' (hint: "dtypes: Set[<type>] = ...") [var-annotated] pandas\core\computation\expressions.py:258: error: Need type annotation for '_TEST_RESULT' (hint: "_TEST_RESULT: List[<type>] = ...") [var-annotated]
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/36005/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/36005/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/36005.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/36005", "merged_at": "2020-08-31T20:45:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/36005.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36005" }
https://api.github.com/repos/pandas-dev/pandas/issues/36006
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/36006/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/36006/comments
https://api.github.com/repos/pandas-dev/pandas/issues/36006/events
https://github.com/pandas-dev/pandas/issues/36006
689,129,501
MDU6SXNzdWU2ODkxMjk1MDE=
36,006
DOC: use single back-ticks for variable, module, function, and class names
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "0e8a16", "default": true, "description": null, "id": 7171206...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
4
2020-08-31T11:22:13Z
2020-09-03T16:15:23Z
2020-09-03T16:15:23Z
MEMBER
null
EDIT I've rewritten this issue after Joris' comment. ---- Pandas' docstrings are somewhat inconsistent in using single or double back-ticks, e.g. [isin](https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.isin.html?highlight=isin#pandas.DataFrame.isin) has both ``` `values` ``` and ``` ``value...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/36006/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/36006/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/36007
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/36007/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/36007/comments
https://api.github.com/repos/pandas-dev/pandas/issues/36007/events
https://github.com/pandas-dev/pandas/pull/36007
689,147,378
MDExOlB1bGxSZXF1ZXN0NDc2MjQ4NjQw
36,007
TYP: misc typing cleanup in core/indexes/multi.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[ { "color": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-31T11:52:25Z
2020-09-01T16:33:31Z
2020-09-01T16:26:46Z
MEMBER
null
pandas\core\indexes\multi.py:496: error: Need type annotation for 'arrays' [var-annotated] pandas\core\indexes\multi.py:722: error: Incompatible types in assignment (expression has type "List[Any]", variable has type "FrozenList") [assignment] pandas\core\indexes\multi.py:893: error: Incompatible types in assignmen...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/36007/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/36007/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/36007.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/36007", "merged_at": "2020-09-01T16:26:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/36007.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36007" }
https://api.github.com/repos/pandas-dev/pandas/issues/36008
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/36008/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/36008/comments
https://api.github.com/repos/pandas-dev/pandas/issues/36008/events
https://github.com/pandas-dev/pandas/pull/36008
689,172,023
MDExOlB1bGxSZXF1ZXN0NDc2MjY5MDI3
36,008
TYP: check_untyped_defs core.internals.concat
{ "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": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-31T12:33:43Z
2020-09-01T09:16:11Z
2020-08-31T20:26:35Z
MEMBER
null
pandas\core\internals\concat.py:106: error: Incompatible types in assignment (expression has type "Tuple[Any, ...]", variable has type "List[Any]") [assignment] pandas\core\internals\concat.py:131: error: Incompatible types in assignment (expression has type "Tuple[Any, ...]", variable has type "List[Any]") [assignm...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/36008/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/36008/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/36008.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/36008", "merged_at": "2020-08-31T20:26:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/36008.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36008" }
https://api.github.com/repos/pandas-dev/pandas/issues/36009
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/36009/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/36009/comments
https://api.github.com/repos/pandas-dev/pandas/issues/36009/events
https://github.com/pandas-dev/pandas/pull/36009
689,193,900
MDExOlB1bGxSZXF1ZXN0NDc2Mjg3MjQx
36,009
Backport PR #35936: (REGR: Fix inplace updates on column to set correct values)
{ "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": "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": "e11d21"...
closed
false
null
[]
{ "closed_at": "2020-09-09T09:07:44Z", "closed_issues": 94, "created_at": "2020-08-17T19:11:56Z", "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...
0
2020-08-31T13:08:37Z
2020-09-01T14:16:51Z
2020-09-01T14:16:35Z
MEMBER
null
xref #35936
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/36009/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/36009/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/36009.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/36009", "merged_at": "2020-09-01T14:16:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/36009.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36009" }
https://api.github.com/repos/pandas-dev/pandas/issues/36010
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/36010/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/36010/comments
https://api.github.com/repos/pandas-dev/pandas/issues/36010/events
https://github.com/pandas-dev/pandas/pull/36010
689,244,209
MDExOlB1bGxSZXF1ZXN0NDc2MzI4OTMy
36,010
POC: ArrayManager -- array-based data manager for columnar store
{ "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": "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": "fbca04", "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...
39
2020-08-31T14:17:54Z
2021-01-13T14:10:37Z
2021-01-13T13:23:14Z
MEMBER
null
Related to the discussion in https://github.com/pandas-dev/pandas/issues/10556, and following up on the mailing list discussion *"A case for a simplified (non-consolidating) BlockManager with 1D blocks"* ([archive](https://mail.python.org/pipermail/pandas-dev/2020-May/001219.html)). This branch experiments with an *...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/36010/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/36010/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/36010.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/36010", "merged_at": "2021-01-13T13:23:14Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/36010.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36010" }
https://api.github.com/repos/pandas-dev/pandas/issues/36011
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/36011/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/36011/comments
https://api.github.com/repos/pandas-dev/pandas/issues/36011/events
https://github.com/pandas-dev/pandas/pull/36011
689,270,222
MDExOlB1bGxSZXF1ZXN0NDc2MzUwMzM2
36,011
CI: suppress another setuptools warning
{ "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": "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-09-09T09:07:44Z", "closed_issues": 94, "created_at": "2020-08-17T19:11:56Z", "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...
2
2020-08-31T14:53:54Z
2020-08-31T16:57:40Z
2020-08-31T16:27:28Z
MEMBER
null
Seeing this on some new PRs. xref #35252
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/36011/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/36011/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/36011.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/36011", "merged_at": "2020-08-31T16:27:28Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/36011.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36011" }
https://api.github.com/repos/pandas-dev/pandas/issues/36012
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/36012/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/36012/comments
https://api.github.com/repos/pandas-dev/pandas/issues/36012/events
https://github.com/pandas-dev/pandas/pull/36012
689,295,641
MDExOlB1bGxSZXF1ZXN0NDc2MzcxMDY2
36,012
CI: Unpin MyPy
{ "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": "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": "ea91a4", "default": false, "description": ...
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-08-31T15:29:23Z
2020-09-02T09:21:03Z
2020-09-01T23:34:16Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/36012/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/36012/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/36012.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/36012", "merged_at": "2020-09-01T23:34:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/36012.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36012" }
https://api.github.com/repos/pandas-dev/pandas/issues/36013
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/36013/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/36013/comments
https://api.github.com/repos/pandas-dev/pandas/issues/36013/events
https://github.com/pandas-dev/pandas/pull/36013
689,334,294
MDExOlB1bGxSZXF1ZXN0NDc2NDAyNjUw
36,013
Backport PR #36011 on branch 1.1.x (CI: suppress another setuptools warning)
{ "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-09-09T09:07:44Z", "closed_issues": 94, "created_at": "2020-08-17T19:11:56Z", "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...
0
2020-08-31T16:28:59Z
2020-09-01T14:14:38Z
2020-09-01T14:14:38Z
NONE
null
Backport PR #36011: CI: suppress another setuptools warning
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/36013/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/36013/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/36013.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/36013", "merged_at": "2020-09-01T14:14:38Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/36013.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36013" }
https://api.github.com/repos/pandas-dev/pandas/issues/36014
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/36014/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/36014/comments
https://api.github.com/repos/pandas-dev/pandas/issues/36014/events
https://github.com/pandas-dev/pandas/issues/36014
689,402,243
MDU6SXNzdWU2ODk0MDIyNDM=
36,014
BUG: groupby and agg on read-only array gives ValueError: buffer source array is read-only
{ "avatar_url": "https://avatars.githubusercontent.com/u/12874561?v=4", "events_url": "https://api.github.com/users/jeet-parekh/events{/privacy}", "followers_url": "https://api.github.com/users/jeet-parekh/followers", "following_url": "https://api.github.com/users/jeet-parekh/following{/other_user}", "gists_u...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "e11d21", "default": false, "description": "Functionality t...
closed
false
null
[]
{ "closed_at": "2020-09-09T09:07:44Z", "closed_issues": 94, "created_at": "2020-08-17T19:11:56Z", "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-08-31T18:23:31Z
2020-09-04T14:28:16Z
2020-09-04T14:28:16Z
CONTRIBUTOR
null
- [x] I have checked that this issue has not already been reported. Two variants of this bug have been reported - #35436 and #34857 EDIT: I read into those two issues a bit more. They don't seem similar. But I'll keep it there. - [x] I have confirmed this bug exists on the latest version of pandas. Bug e...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/36014/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/36014/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/36015
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/36015/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/36015/comments
https://api.github.com/repos/pandas-dev/pandas/issues/36015/events
https://github.com/pandas-dev/pandas/pull/36015
689,529,826
MDExOlB1bGxSZXF1ZXN0NDc2NTYwMjQ4
36,015
BUG: PeriodIndex.get_loc incorrectly raising ValueError instead of KeyError
{ "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": "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": "eb...
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-08-31T21:51:19Z
2020-09-02T01:02:52Z
2020-09-01T23:32:01Z
MEMBER
null
- [x] closes #34240 - [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/36015/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/36015/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/36015.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/36015", "merged_at": "2020-09-01T23:32:00Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/36015.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36015" }
https://api.github.com/repos/pandas-dev/pandas/issues/36016
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/36016/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/36016/comments
https://api.github.com/repos/pandas-dev/pandas/issues/36016/events
https://github.com/pandas-dev/pandas/pull/36016
689,554,588
MDExOlB1bGxSZXF1ZXN0NDc2NTgyNjAy
36,016
TYP: Annotate plotting stacker
{ "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": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-31T22:23:53Z
2020-09-01T17:41:26Z
2020-09-01T17:28:03Z
MEMBER
null
In AreaPlot._plot we call `ax.fill_between`, which means `ax` must be an `Axes` object (and in particular, not an `Axis` object). This chases down all the other places we can infer `Axes` from that. Then some edits in an `__init__` to get mypy passing, and revert annotations of `_plot` in a few places because mypy ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/36016/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/36016/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/36016.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/36016", "merged_at": "2020-09-01T17:28:03Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/36016.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36016" }