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/33017
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33017/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33017/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33017/events
https://github.com/pandas-dev/pandas/issues/33017
587,871,083
MDU6SXNzdWU1ODc4NzEwODM=
33,017
Unspecific error message when setting singular index with np dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/38665102?v=4", "events_url": "https://api.github.com/users/JoElfner/events{/privacy}", "followers_url": "https://api.github.com/users/JoElfner/followers", "following_url": "https://api.github.com/users/JoElfner/following{/other_user}", "gists_url": "htt...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "ffa0ff", "default": false, "description": "Incorrect or improved er...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-03-25T17:37:55Z
2020-03-26T13:24:10Z
2020-03-26T13:24:10Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python some_np_array = np.array([43, 56]) # unspecific error message 'TypeError: len() of unsized object': pd.DataFrame([4324, 345], index=some_np_array[0]) pd.Series([4324, 345], index=some_np_array[0]) # specific error message 'TypeError: Index(...)...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33017/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33017/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33018
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33018/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33018/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33018/events
https://github.com/pandas-dev/pandas/pull/33018
587,884,064
MDExOlB1bGxSZXF1ZXN0MzkzNzQwMDgx
33,018
REF: CategoricalIndex indexing tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "0b02e1", "d...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-03-25T17:59:22Z
2020-03-26T00:42:57Z
2020-03-25T23:53:26Z
MEMBER
null
Current goal is to get the tests.indexes.foo.test_indexing files into alignment (and to actually hold tests for all/only indexing methods)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33018/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33018/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33018.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33018", "merged_at": "2020-03-25T23:53:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33018.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33018" }
https://api.github.com/repos/pandas-dev/pandas/issues/33019
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33019/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33019/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33019/events
https://github.com/pandas-dev/pandas/pull/33019
587,901,525
MDExOlB1bGxSZXF1ZXN0MzkzNzU0Njg3
33,019
REF: collect .align tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-03-25T18:26:30Z
2020-03-26T00:40:56Z
2020-03-25T23:50:52Z
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/33019/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33019/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33019.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33019", "merged_at": "2020-03-25T23:50:52Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33019.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33019" }
https://api.github.com/repos/pandas-dev/pandas/issues/33020
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33020/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33020/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33020/events
https://github.com/pandas-dev/pandas/issues/33020
587,978,506
MDU6SXNzdWU1ODc5Nzg1MDY=
33,020
read_csv ParserError
{ "avatar_url": "https://avatars.githubusercontent.com/u/60145966?v=4", "events_url": "https://api.github.com/users/ekomens1/events{/privacy}", "followers_url": "https://api.github.com/users/ekomens1/followers", "following_url": "https://api.github.com/users/ekomens1/following{/other_user}", "gists_url": "htt...
[ { "color": "207de5", "default": false, "description": "Clarification about behavior needed to assess issue", "id": 307649777, "name": "Needs Info", "node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info" } ]
closed
false
null
[]
null
2
2020-03-25T20:42:21Z
2020-05-02T09:31:39Z
2020-05-02T09:31:39Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here #import pandas as pd import pandas as pd #Indicate file path url = 'http://localhost:8888/edit/Dropbox/COURSES/Data%20Analysis%20Using%20Python/BookNEW.csv' #Read data df= pd.read_csv(url) df.header() ``` #### Problem des...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33020/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33020/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33021
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33021/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33021/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33021/events
https://github.com/pandas-dev/pandas/pull/33021
587,983,665
MDExOlB1bGxSZXF1ZXN0MzkzODIxNzcy
33,021
CLN: a batch of replacements of @Appender() with @doc()
{ "avatar_url": "https://avatars.githubusercontent.com/u/61093810?v=4", "events_url": "https://api.github.com/users/smartvinnetou/events{/privacy}", "followers_url": "https://api.github.com/users/smartvinnetou/followers", "following_url": "https://api.github.com/users/smartvinnetou/following{/other_user}", "g...
[ { "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
[]
null
4
2020-03-25T20:52:09Z
2020-04-10T11:45:15Z
2020-04-10T11:45:01Z
CONTRIBUTOR
null
- [x] xref #31942 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] replaces a number of uses of @Appender() with @doc() in `core/generic.py`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33021/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33021/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33021.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33021", "merged_at": "2020-04-10T11:45:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33021.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33021" }
https://api.github.com/repos/pandas-dev/pandas/issues/33022
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33022/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33022/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33022/events
https://github.com/pandas-dev/pandas/pull/33022
588,003,452
MDExOlB1bGxSZXF1ZXN0MzkzODM4MTgy
33,022
Fiy Typo in datetimes (parced)
{ "avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4", "events_url": "https://api.github.com/users/phofl/events{/privacy}", "followers_url": "https://api.github.com/users/phofl/followers", "following_url": "https://api.github.com/users/phofl/following{/other_user}", "gists_url": "https://api....
[]
closed
false
null
[]
null
1
2020-03-25T21:30:55Z
2020-03-26T22:46:01Z
2020-03-25T22:25:37Z
MEMBER
null
Fixed a typo in pandas/core/tools/datetimes (parced -> parsed)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33022/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33022/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33022.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33022", "merged_at": "2020-03-25T22:25:37Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33022.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33022" }
https://api.github.com/repos/pandas-dev/pandas/issues/33023
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33023/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33023/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33023/events
https://github.com/pandas-dev/pandas/pull/33023
588,014,856
MDExOlB1bGxSZXF1ZXN0MzkzODQ3NTQ1
33,023
Fix 25648 improve read csv stacktrace on bad argument
{ "avatar_url": "https://avatars.githubusercontent.com/u/10944368?v=4", "events_url": "https://api.github.com/users/roberthdevries/events{/privacy}", "followers_url": "https://api.github.com/users/roberthdevries/followers", "following_url": "https://api.github.com/users/roberthdevries/following{/other_user}", ...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" }, { "color": "5319...
closed
false
null
[]
null
17
2020-03-25T21:55:52Z
2020-05-22T14:24:40Z
2020-05-22T10:48:58Z
CONTRIBUTOR
null
- [x] closes #25648 - [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/33023/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33023/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33023.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33023", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/33023.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33023" }
https://api.github.com/repos/pandas-dev/pandas/issues/33024
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33024/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33024/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33024/events
https://github.com/pandas-dev/pandas/issues/33024
588,027,148
MDU6SXNzdWU1ODgwMjcxNDg=
33,024
Using DateTimeIndex in rolling() to define time-based windows
{ "avatar_url": "https://avatars.githubusercontent.com/u/13206058?v=4", "events_url": "https://api.github.com/users/yohplala/events{/privacy}", "followers_url": "https://api.github.com/users/yohplala/followers", "following_url": "https://api.github.com/users/yohplala/following{/other_user}", "gists_url": "htt...
[ { "color": "207de5", "default": false, "description": "Clarification about behavior needed to assess issue", "id": 307649777, "name": "Needs Info", "node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info" } ]
closed
false
null
[]
null
3
2020-03-25T22:23:45Z
2020-03-26T20:51:34Z
2020-03-26T20:51:34Z
NONE
null
Hi, I would like to be able to provide a DateTimeIndex directly to rolling() so that the window is defined as [timestamp in provided DateTimeIndex that is immediately previous to timestamp of current row ; timestamp of current row[ Please, is that possible?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33024/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33024/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33025
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33025/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33025/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33025/events
https://github.com/pandas-dev/pandas/issues/33025
588,043,686
MDU6SXNzdWU1ODgwNDM2ODY=
33,025
DOC: improve readability of signature description (type hints)
{ "avatar_url": "https://avatars.githubusercontent.com/u/11406002?v=4", "events_url": "https://api.github.com/users/normanius/events{/privacy}", "followers_url": "https://api.github.com/users/normanius/followers", "following_url": "https://api.github.com/users/normanius/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": "ea91a4", "default": false, "description": "type annotations, myp...
open
false
null
[]
null
10
2020-03-25T23:04:27Z
2020-09-27T13:37:28Z
null
NONE
null
## Problem description I'm generally grateful for the efficient documentation of pandas, and I like the advancements in the new layout of recent versions, except for one thing: The function/object signature at the very top is much harder to read now that the type annotations are printed as well. How about shading...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33025/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33025/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33026
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33026/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33026/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33026/events
https://github.com/pandas-dev/pandas/pull/33026
588,054,214
MDExOlB1bGxSZXF1ZXN0MzkzODc5MTYw
33,026
ERR: Raise a better error for numpy singletons in Index
{ "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": "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": "e996...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2020-03-25T23:32:57Z
2020-03-27T16:33:55Z
2020-03-26T13:24:10Z
MEMBER
null
- [x] closes #33017 - [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/33026/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33026/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33026.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33026", "merged_at": "2020-03-26T13:24:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33026.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33026" }
https://api.github.com/repos/pandas-dev/pandas/issues/33027
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33027/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33027/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33027/events
https://github.com/pandas-dev/pandas/issues/33027
588,057,308
MDU6SXNzdWU1ODgwNTczMDg=
33,027
concat with Misaligned Column Labels and Extension Types loses Dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "6138b5", "de...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-03-25T23:42:54Z
2020-07-01T01:43:26Z
2020-07-01T01:43:26Z
MEMBER
null
Was a little surprised by this behavior when combining frames with the string dtype and misaligned labels ```python In [2]: one = pd.DataFrame([["a"]], dtype="string", columns=["a"]) In [3]: two = pd.DataFrame([["b"]], dtype="string", columns=["b"]) In [4]: pd.concat([one, two]).dtypes Out[4]: a object 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/33027/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33027/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33028
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33028/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33028/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33028/events
https://github.com/pandas-dev/pandas/pull/33028
588,080,643
MDExOlB1bGxSZXF1ZXN0MzkzODk5NzEy
33,028
CLN: de-duplicate Block.should_store and related
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "fbca04", "default": false, "description": "Related to non-user accessible pandas implementation", "id": 49094459, "name": "Internals", "node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals" }, { "color": "207de5...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2020-03-26T00:56:50Z
2020-03-27T15:23:33Z
2020-03-27T07:01:17Z
MEMBER
null
FooBlock.should_store is equivalent to `is_dtype_equal(self.dtype, other.dtype)` for almost all of our Block subclasses. This makes that the implementation for the base class, so we define it in fewer places. xref #32878 on remaining cases.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33028/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33028/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33028.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33028", "merged_at": "2020-03-27T07:01:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33028.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33028" }
https://api.github.com/repos/pandas-dev/pandas/issues/33029
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33029/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33029/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33029/events
https://github.com/pandas-dev/pandas/pull/33029
588,080,925
MDExOlB1bGxSZXF1ZXN0MzkzODk5OTMx
33,029
DOC: Fixing links to the contributing page
{ "avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4", "events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}", "followers_url": "https://api.github.com/users/ShaharNaveh/followers", "following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}", "gists_u...
[ { "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-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-03-26T00:57:50Z
2020-04-07T23:21:43Z
2020-04-07T23:12:14Z
MEMBER
null
Not 100% sure on this changes. --- Feel free to close this at anytime.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33029/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33029/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33029.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33029", "merged_at": "2020-04-07T23:12:14Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33029.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33029" }
https://api.github.com/repos/pandas-dev/pandas/issues/33030
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33030/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33030/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33030/events
https://github.com/pandas-dev/pandas/issues/33030
588,085,349
MDU6SXNzdWU1ODgwODUzNDk=
33,030
Feature request: series.fillna('mean')
{ "avatar_url": "https://avatars.githubusercontent.com/u/13811914?v=4", "events_url": "https://api.github.com/users/bhishanpdl/events{/privacy}", "followers_url": "https://api.github.com/users/bhishanpdl/followers", "following_url": "https://api.github.com/users/bhishanpdl/following{/other_user}", "gists_url"...
[ { "color": "207de5", "default": false, "description": "Requires discussion from core team before further action", "id": 219960758, "name": "Needs Discussion", "node_id": "MDU6TGFiZWwyMTk5NjA3NTg=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Discussion" } ]
closed
false
null
[]
null
3
2020-03-26T01:12:55Z
2020-03-27T15:31:35Z
2020-03-27T15:31:35Z
NONE
null
I would request pandas devs to implement various nans filling methods. For example: - mean - median - max - random forest regressor so on. Output: `df['A'].fillna('mean')`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33030/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33030/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33031
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33031/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33031/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33031/events
https://github.com/pandas-dev/pandas/pull/33031
588,118,039
MDExOlB1bGxSZXF1ZXN0MzkzOTI3NjY1
33,031
fixed #32904
{ "avatar_url": "https://avatars.githubusercontent.com/u/19406930?v=4", "events_url": "https://api.github.com/users/gkaku/events{/privacy}", "followers_url": "https://api.github.com/users/gkaku/followers", "following_url": "https://api.github.com/users/gkaku/following{/other_user}", "gists_url": "https://api....
[]
closed
false
null
[]
null
0
2020-03-26T02:57:27Z
2020-03-26T02:59:57Z
2020-03-26T02:59:57Z
NONE
null
- [x] closes #xxxx - [ ] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33031/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33031/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33031.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33031", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/33031.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33031" }
https://api.github.com/repos/pandas-dev/pandas/issues/33032
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33032/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33032/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33032/events
https://github.com/pandas-dev/pandas/pull/33032
588,127,928
MDExOlB1bGxSZXF1ZXN0MzkzOTM1NDU0
33,032
PERF: remove large-array-creating path in fast_xs
{ "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": "a1...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2020-03-26T03:27:56Z
2020-03-29T15:56:33Z
2020-03-29T15:40:25Z
MEMBER
null
When frame.columns is non-unique, `frame.iloc[n]` goes through an unnecessary path that effectively creates `frame.values` and looking up `[n]` on that. That's a lot of casting to access just one row. Luckily, that case is obsolete, so this rips it right out.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33032/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33032/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33032.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33032", "merged_at": "2020-03-29T15:40:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33032.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33032" }
https://api.github.com/repos/pandas-dev/pandas/issues/33033
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33033/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33033/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33033/events
https://github.com/pandas-dev/pandas/pull/33033
588,155,169
MDExOlB1bGxSZXF1ZXN0MzkzOTU2NjEz
33,033
fix #32904
{ "avatar_url": "https://avatars.githubusercontent.com/u/19406930?v=4", "events_url": "https://api.github.com/users/gkaku/events{/privacy}", "followers_url": "https://api.github.com/users/gkaku/followers", "following_url": "https://api.github.com/users/gkaku/following{/other_user}", "gists_url": "https://api....
[]
closed
false
null
[]
null
0
2020-03-26T04:55:55Z
2020-03-26T05:22:34Z
2020-03-26T05:22:34Z
NONE
null
- [x] closes #32904 - [ ] 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/33033/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33033/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33033.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33033", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/33033.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33033" }
https://api.github.com/repos/pandas-dev/pandas/issues/33034
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33034/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33034/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33034/events
https://github.com/pandas-dev/pandas/pull/33034
588,171,162
MDExOlB1bGxSZXF1ZXN0MzkzOTY5MTA2
33,034
Bug: TypeError: ufunc 'sqrt' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
{ "avatar_url": "https://avatars.githubusercontent.com/u/19406930?v=4", "events_url": "https://api.github.com/users/gkaku/events{/privacy}", "followers_url": "https://api.github.com/users/gkaku/followers", "following_url": "https://api.github.com/users/gkaku/following{/other_user}", "gists_url": "https://api....
[]
closed
false
null
[]
null
3
2020-03-26T05:42:44Z
2020-03-26T12:54:17Z
2020-03-26T12:52:13Z
NONE
null
- [x] closes #32904 - [ ] 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/33034/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33034/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33034.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33034", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/33034.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33034" }
https://api.github.com/repos/pandas-dev/pandas/issues/33035
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33035/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33035/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33035/events
https://github.com/pandas-dev/pandas/issues/33035
588,221,849
MDU6SXNzdWU1ODgyMjE4NDk=
33,035
Can't Seem to install pandas in python
{ "avatar_url": "https://avatars.githubusercontent.com/u/39593019?v=4", "events_url": "https://api.github.com/users/kartikdutt18/events{/privacy}", "followers_url": "https://api.github.com/users/kartikdutt18/followers", "following_url": "https://api.github.com/users/kartikdutt18/following{/other_user}", "gist...
[]
closed
false
null
[]
null
5
2020-03-26T07:50:34Z
2020-06-04T08:53:09Z
2020-03-26T08:10:28Z
NONE
null
I tried running ``` sudo pip install pandas ``` #### Problem description Tried Installing pandas for python 2.7 . Can't seem to figure it out. Checked similar issues, but they didn't seem to help me. Numpy version : 1.16.6 (tried other versions as well) #### Expected Output Pandas installed successfully...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33035/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33035/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33036
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33036/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33036/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33036/events
https://github.com/pandas-dev/pandas/issues/33036
588,264,656
MDU6SXNzdWU1ODgyNjQ2NTY=
33,036
BUG: DataFrame.mad(axis=1) not working for nullable integer dtype
{ "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": "0e8a16", "default": true, "description": null, "id": 717120670, "name": "good first issue", "node_id": "MDU6TGFiZWw3MTcxMjA2NzA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue" }, { "color": "cdea3c", "default": false, "de...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
6
2020-03-26T09:11:25Z
2021-08-23T23:06:50Z
2021-08-23T23:06:31Z
MEMBER
null
``` In [32]: df = pd.DataFrame(np.random.randn(100000, 4).astype(int)).astype("Int64") In [33]: df.mad() Out[33]: 0 0.363361 1 0.365456 2 0.369014 3 0.368195 dtype: float64 In [34]: df.mad(axis=1) --------------------------------------------------------------------------- NotImplemented...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33036/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33036/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33037
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33037/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33037/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33037/events
https://github.com/pandas-dev/pandas/issues/33037
588,365,183
MDU6SXNzdWU1ODgzNjUxODM=
33,037
Inconsistent behavior of `read_csv` when given an additional value on the first row of CSV file
{ "avatar_url": "https://avatars.githubusercontent.com/u/10549412?v=4", "events_url": "https://api.github.com/users/tlorieul/events{/privacy}", "followers_url": "https://api.github.com/users/tlorieul/followers", "following_url": "https://api.github.com/users/tlorieul/following{/other_user}", "gists_url": "htt...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "009800", "default": false, "description": "D...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
9
2020-03-26T11:56:30Z
2021-01-01T21:53:32Z
2021-01-01T21:53:24Z
NONE
null
#### Short description Using the following invalid CSV: ```csv col1_name,col2_name,col3_name 0,1,2,X 4,5,6, 6,7,8 ``` It has 3 columns but the *first row* has 4 values and loading it should raise a `ParsingError`. However, loading using: ```python pd.read_csv("test.csv", index_col=False) ``` does not 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/33037/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33037/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33038
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33038/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33038/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33038/events
https://github.com/pandas-dev/pandas/issues/33038
588,402,801
MDU6SXNzdWU1ODg0MDI4MDE=
33,038
Why pandas doesn't support python 3.6.1?
{ "avatar_url": "https://avatars.githubusercontent.com/u/2164565?v=4", "events_url": "https://api.github.com/users/finswimmer/events{/privacy}", "followers_url": "https://api.github.com/users/finswimmer/followers", "following_url": "https://api.github.com/users/finswimmer/following{/other_user}", "gists_url":...
[]
closed
false
null
[]
null
2
2020-03-26T12:59:41Z
2020-03-26T13:20:34Z
2020-03-26T13:11:00Z
NONE
null
Hello, the requirements for pandas 1 explicit says, that it needs python>=3.6.1. Why is 3.6.0 not supported? fin swimmer
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33038/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33038/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33039
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33039/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33039/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33039/events
https://github.com/pandas-dev/pandas/issues/33039
588,534,291
MDU6SXNzdWU1ODg1MzQyOTE=
33,039
TST: arithmetic tests going through numexpr path
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "C4A000", "default": false, "description": "pandas t...
closed
false
null
[]
null
1
2020-03-26T16:02:48Z
2021-10-29T02:31:42Z
2021-10-29T02:31:42Z
MEMBER
null
Many of the tests in tests.arithmetic operate on small arrays/index/series/frames, which means they will not go through the numexpr path. We should be running the relevant tests through both the numexpr and non-numexpr paths.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33039/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33039/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33040
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33040/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33040/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33040/events
https://github.com/pandas-dev/pandas/pull/33040
588,544,671
MDExOlB1bGxSZXF1ZXN0Mzk0MjcxMzQ3
33,040
REF: test_searchorted for PeriodIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-03-26T16:17:01Z
2020-03-26T23:52:08Z
2020-03-26T22:34:46Z
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/33040/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33040/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33040.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33040", "merged_at": "2020-03-26T22:34:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33040.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33040" }
https://api.github.com/repos/pandas-dev/pandas/issues/33041
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33041/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33041/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33041/events
https://github.com/pandas-dev/pandas/issues/33041
588,557,559
MDU6SXNzdWU1ODg1NTc1NTk=
33,041
BUG: DataFrame.at implicitly assumes unique axes
{ "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-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-03-26T16:34:24Z
2020-04-15T18:58:47Z
2020-04-15T18:58:46Z
MEMBER
null
Update: `DataFrame.lookup` is also affected ``` arr = np.random.randn(6).reshape(3, 2) df = pd.DataFrame(arr, columns=["A", "A"]) >>> df.at[0, "A"] Traceback (most recent call last): File "<stdin>", line 1, in <module> File "pandas/core/indexing.py", line 2069, in __getitem__ return super().__getite...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33041/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33041/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33042
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33042/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33042/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33042/events
https://github.com/pandas-dev/pandas/issues/33042
588,558,474
MDU6SXNzdWU1ODg1NTg0NzQ=
33,042
Index value changes unexpectedly
{ "avatar_url": "https://avatars.githubusercontent.com/u/24380186?v=4", "events_url": "https://api.github.com/users/pplanner16/events{/privacy}", "followers_url": "https://api.github.com/users/pplanner16/followers", "following_url": "https://api.github.com/users/pplanner16/following{/other_user}", "gists_url"...
[ { "color": "70e5ca", "default": false, "description": "", "id": 2085877452, "name": "Copy / view semantics", "node_id": "MDU6TGFiZWwyMDg1ODc3NDUy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Copy%20/%20view%20semantics" } ]
closed
false
null
[]
null
5
2020-03-26T16:35:35Z
2021-07-30T04:27:13Z
2021-07-30T04:27:13Z
NONE
null
#### Code Sample, a copy-pastable example if possible First we create a raw dataset with MultiIndex- ``` In [166]: import numpy as np; import pandas as pd In [167]: data_raw = pd.DataFrame([ ...: {'frame': 1, 'face': np.NaN, 'lmark': np.NaN, 'x': np.NaN, 'y': np.NaN}, ...: {'frame': 197, 'face': ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33042/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33042/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33043
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33043/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33043/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33043/events
https://github.com/pandas-dev/pandas/issues/33043
588,600,661
MDU6SXNzdWU1ODg2MDA2NjE=
33,043
to_json() not including all attributes
{ "avatar_url": "https://avatars.githubusercontent.com/u/25112140?v=4", "events_url": "https://api.github.com/users/jpsolanet/events{/privacy}", "followers_url": "https://api.github.com/users/jpsolanet/followers", "following_url": "https://api.github.com/users/jpsolanet/following{/other_user}", "gists_url": "...
[ { "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": "207de5", "default": fa...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
4
2020-03-26T17:35:49Z
2021-08-11T13:26:43Z
2020-03-27T02:28:31Z
NONE
null
`edit: simplified example` #### Code Sample ```python class MyClass: def __init__(self,value): self.value=value self.one=value+1 self.two=value+2 self.three=value+3 def __repr__(self): return str(self.value) # Sample x = MyClass(1) x.__dict...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33043/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33043/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33044
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33044/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33044/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33044/events
https://github.com/pandas-dev/pandas/issues/33044
588,605,217
MDU6SXNzdWU1ODg2MDUyMTc=
33,044
Missing show_versions() in documentation
{ "avatar_url": "https://avatars.githubusercontent.com/u/3389134?v=4", "events_url": "https://api.github.com/users/MarianD/events{/privacy}", "followers_url": "https://api.github.com/users/MarianD/followers", "following_url": "https://api.github.com/users/MarianD/following{/other_user}", "gists_url": "https:/...
[ { "color": "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": 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", ...
5
2020-03-26T17:43:07Z
2020-03-31T19:05:10Z
2020-03-31T19:05:10Z
CONTRIBUTOR
null
```python pandas.show_versions() ``` is not in pandas API Reference.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33044/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33044/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33045
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33045/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33045/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33045/events
https://github.com/pandas-dev/pandas/pull/33045
588,608,038
MDExOlB1bGxSZXF1ZXN0Mzk0MzIzMDE3
33,045
BUG: frame.lookup with non-unique axes
{ "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" } ]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-03-26T17:47:50Z
2020-03-26T23:37:05Z
2020-03-26T22:35:34Z
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 xref #33041, one more PR coming up to close that.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33045/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33045/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33045.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33045", "merged_at": "2020-03-26T22:35:34Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33045.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33045" }
https://api.github.com/repos/pandas-dev/pandas/issues/33046
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33046/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33046/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33046/events
https://github.com/pandas-dev/pandas/issues/33046
588,615,828
MDU6SXNzdWU1ODg2MTU4Mjg=
33,046
PERF/DISC: Cache .loc, .at and reset whenever index/columns change
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "207de5", "default"...
closed
false
null
[]
null
0
2020-03-26T17:59:46Z
2020-04-28T03:30:40Z
2020-04-28T03:30:40Z
MEMBER
null
Series.index, DataFrame.index, and DataFrame.columns are `AxisProperty`s and whenever they are set, a callback updates the underlying BlockManager. We could have that same callback also invalidate the cached `obj.loc` and `obj.at` objects. If we did that, then `LocIndexer` and `AtIndexer` could assume that they w...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33046/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33046/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33047
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33047/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33047/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33047/events
https://github.com/pandas-dev/pandas/pull/33047
588,622,707
MDExOlB1bGxSZXF1ZXN0Mzk0MzM1MDg5
33,047
BUG: DataFrame.at with non-unique axes
{ "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-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
6
2020-03-26T18:09:35Z
2020-04-15T19:04:17Z
2020-04-15T18:58:47Z
MEMBER
null
- [x] closes #33041 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Closes #33041 in conjunction with #33045.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33047/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33047/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33047.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33047", "merged_at": "2020-04-15T18:58:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33047.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33047" }
https://api.github.com/repos/pandas-dev/pandas/issues/33048
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33048/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33048/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33048/events
https://github.com/pandas-dev/pandas/issues/33048
588,631,748
MDU6SXNzdWU1ODg2MzE3NDg=
33,048
Convenient way to use offset aliases to create a DateOffset?
{ "avatar_url": "https://avatars.githubusercontent.com/u/13206058?v=4", "events_url": "https://api.github.com/users/yohplala/events{/privacy}", "followers_url": "https://api.github.com/users/yohplala/followers", "following_url": "https://api.github.com/users/yohplala/following{/other_user}", "gists_url": "htt...
[]
closed
false
null
[]
null
1
2020-03-26T18:23:33Z
2020-03-26T18:45:46Z
2020-03-26T18:45:46Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd alias_1H = '1H' alias_1M = '1M' offset_dict = {alias_1H: ('hours',1), alias_1M: ('months',1)} def freq_to_offset(freq): custom_dict = {offset_dict[freq][0] : offset_dict[freq][1]} return custom_dict offset_1H ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33048/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33048/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33049
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33049/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33049/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33049/events
https://github.com/pandas-dev/pandas/issues/33049
588,650,592
MDU6SXNzdWU1ODg2NTA1OTI=
33,049
Comparing monthly to dayly frequencies: DateOffset or Timedelta?
{ "avatar_url": "https://avatars.githubusercontent.com/u/13206058?v=4", "events_url": "https://api.github.com/users/yohplala/events{/privacy}", "followers_url": "https://api.github.com/users/yohplala/followers", "following_url": "https://api.github.com/users/yohplala/following{/other_user}", "gists_url": "htt...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
null
4
2020-03-26T18:51:21Z
2020-03-28T05:53:21Z
2020-03-26T20:37:34Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd offset_1M = pd.tseries.frequencies.to_offset('1MS') offset_1D = pd.tseries.frequencies.to_offset('1D') >>> offset_1M > offset_1D Traceback (most recent call last): File "/.local/lib/python3.7/site-packages/pandas/tseries/...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33049/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33049/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33050
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33050/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33050/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33050/events
https://github.com/pandas-dev/pandas/pull/33050
588,657,651
MDExOlB1bGxSZXF1ZXN0Mzk0MzYzMTc5
33,050
REF: RangeIndex tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-03-26T19:03:48Z
2020-03-26T23:35:12Z
2020-03-26T22:33:54Z
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/33050/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33050/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33050.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33050", "merged_at": "2020-03-26T22:33:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33050.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33050" }
https://api.github.com/repos/pandas-dev/pandas/issues/33051
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33051/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33051/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33051/events
https://github.com/pandas-dev/pandas/issues/33051
588,713,202
MDU6SXNzdWU1ODg3MTMyMDI=
33,051
A bug of CustomBusinessDay
{ "avatar_url": "https://avatars.githubusercontent.com/u/3742499?v=4", "events_url": "https://api.github.com/users/entron/events{/privacy}", "followers_url": "https://api.github.com/users/entron/followers", "following_url": "https://api.github.com/users/entron/following{/other_user}", "gists_url": "https://ap...
[ { "color": "0052cc", "default": false, "description": "DateOffsets", "id": 53181044, "name": "Frequency", "node_id": "MDU6TGFiZWw1MzE4MTA0NA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency" } ]
closed
false
null
[]
null
5
2020-03-26T20:39:05Z
2020-06-28T20:42:31Z
2020-06-28T20:42:30Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python from pandas.tseries.holiday import USFederalHolidayCalendar from pandas.tseries.offsets import CustomBusinessDay US_BD = CustomBusinessDay(calendar=USFederalHolidayCalendar()) from pandas.tseries.holiday import AbstractHolidayCalendar, Holiday...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33051/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33051/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33052
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33052/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33052/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33052/events
https://github.com/pandas-dev/pandas/pull/33052
588,746,046
MDExOlB1bGxSZXF1ZXN0Mzk0NDM3ODY3
33,052
CLN: remove BlockManager.get
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" }, { "color": "0b02e1", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2020-03-26T21:39:34Z
2020-04-15T19:37:32Z
2020-04-15T19:21:58Z
MEMBER
null
This should not be merged until after #33047 and #33045, since the assertions made here will not always hold until then.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33052/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33052/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33052.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33052", "merged_at": "2020-04-15T19:21:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33052.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33052" }
https://api.github.com/repos/pandas-dev/pandas/issues/33053
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33053/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33053/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33053/events
https://github.com/pandas-dev/pandas/pull/33053
588,821,434
MDExOlB1bGxSZXF1ZXN0Mzk0NDk5ODQy
33,053
REF: MultiIndex Indexing tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "207de5", "d...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-03-27T01:17:19Z
2020-04-05T17:48:12Z
2020-03-27T15:05:01Z
MEMBER
null
Trying to make the tests.indexes.foo.test_indexing files cover a uniform collection of methods
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33053/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33053/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33053.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33053", "merged_at": "2020-03-27T15:05:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33053.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33053" }
https://api.github.com/repos/pandas-dev/pandas/issues/33054
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33054/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33054/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33054/events
https://github.com/pandas-dev/pandas/pull/33054
588,834,195
MDExOlB1bGxSZXF1ZXN0Mzk0NTEwMDE2
33,054
REF: rename _data->_mgr
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "fbca04", "default": false, "description": "Related to non-user accessible pandas implementation", "id": 49094459, "name": "Internals", "node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals" }, { "color": "b60205...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
14
2020-03-27T01:59:24Z
2020-04-06T18:07:37Z
2020-04-06T18:05:23Z
MEMBER
null
We have a long-term goal of reducing the exposed surface of the internals. One difficulty is that it is not trivial to identify all the places that access the internal, in part because grepping for `._data` will turn up a ton of non-internals Index and EA attributes. By renaming _data -> _mgr, we'll make it easier to...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33054/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33054/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33054.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33054", "merged_at": "2020-04-06T18:05:23Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33054.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33054" }
https://api.github.com/repos/pandas-dev/pandas/issues/33055
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33055/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33055/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33055/events
https://github.com/pandas-dev/pandas/pull/33055
588,852,694
MDExOlB1bGxSZXF1ZXN0Mzk0NTIzNzY0
33,055
[WIP] Make Index.values read-only
{ "avatar_url": "https://avatars.githubusercontent.com/u/8238804?v=4", "events_url": "https://api.github.com/users/ivirshup/events{/privacy}", "followers_url": "https://api.github.com/users/ivirshup/followers", "following_url": "https://api.github.com/users/ivirshup/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
5
2020-03-27T03:01:13Z
2020-09-14T20:48:10Z
2020-09-14T20:48:10Z
CONTRIBUTOR
null
- [ ] closes #33001 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry This is a PR for looking around enforcing immutability of `pd.Index` objects. It will be a draft, but the main idea is to show what tests fail and w...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33055/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33055/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33055.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33055", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/33055.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33055" }
https://api.github.com/repos/pandas-dev/pandas/issues/33056
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33056/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33056/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33056/events
https://github.com/pandas-dev/pandas/pull/33056
588,860,184
MDExOlB1bGxSZXF1ZXN0Mzk0NTI5NTkx
33,056
REF: avoid internals in tshift
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "fbca04", "default": false, "description": "Related to non-user accessible pandas implementation", "id": 49094459, "name": "Internals", "node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals" }, { "color": "207de5...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-03-27T03:26:39Z
2020-03-27T16:36:55Z
2020-03-27T16:23:04Z
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/33056/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33056/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33056.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33056", "merged_at": "2020-03-27T16:23:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33056.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33056" }
https://api.github.com/repos/pandas-dev/pandas/issues/33057
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33057/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33057/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33057/events
https://github.com/pandas-dev/pandas/pull/33057
588,864,156
MDExOlB1bGxSZXF1ZXN0Mzk0NTMyNzA2
33,057
ERR: Raise NotImplementedError with BaseIndexer and certain rolling operations
{ "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": "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": "d4c5...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-03-27T03:39:00Z
2020-03-29T16:42:09Z
2020-03-29T15:36:18Z
MEMBER
null
- [x] xref #32865 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry As a temporary solution for returning incorrect results when using a BaseIndexer subclass with certain rolling operations, a `NotImplementedError` wil...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33057/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33057/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33057.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33057", "merged_at": "2020-03-29T15:36:18Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33057.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33057" }
https://api.github.com/repos/pandas-dev/pandas/issues/33058
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33058/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33058/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33058/events
https://github.com/pandas-dev/pandas/issues/33058
588,868,649
MDU6SXNzdWU1ODg4Njg2NDk=
33,058
Indexing broken inside groupby - apply
{ "avatar_url": "https://avatars.githubusercontent.com/u/5199505?v=4", "events_url": "https://api.github.com/users/diegodlh/events{/privacy}", "followers_url": "https://api.github.com/users/diegodlh/followers", "following_url": "https://api.github.com/users/diegodlh/following{/other_user}", "gists_url": "http...
[ { "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-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2020-03-27T03:53:59Z
2020-04-17T11:16:49Z
2020-04-17T11:16:48Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd import pdb df = pd.DataFrame( { 'col1': ['A', 'A', 'A', 'B', 'B', 'B'], 'col2': [1, 2, 3, 4, 5, 6], } ) def fn(x): pdb.set_trace() x.col2[x.index[-1]] = 0 return x.col2 result = df.groupby(['col1'], as_ind...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33058/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33058/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33059
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33059/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33059/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33059/events
https://github.com/pandas-dev/pandas/issues/33059
588,869,875
MDU6SXNzdWU1ODg4Njk4NzU=
33,059
Series Group-by Boxplot has Overlaid Plots
{ "avatar_url": "https://avatars.githubusercontent.com/u/5217766?v=4", "events_url": "https://api.github.com/users/agkphysics/events{/privacy}", "followers_url": "https://api.github.com/users/agkphysics/followers", "following_url": "https://api.github.com/users/agkphysics/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": "8AE234", "default": false, "description": null, "id": 2413328, ...
open
false
null
[]
null
0
2020-03-27T03:58:30Z
2021-07-30T04:27:32Z
null
NONE
null
#### Code Sample ```python import numpy as np import pandas as pd sr = pd.Series(index=pd.MultiIndex.from_product([[1, 2, 3], ['A', 'B', 'C', 'D', 'E']]), data=np.random.rand(15)) sr.groupby(level=0).plot.box() ``` #### Problem description Below is an image of what currently occurs: ![series_boxplot_bad](h...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33059/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33059/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33060
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33060/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33060/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33060/events
https://github.com/pandas-dev/pandas/issues/33060
588,872,375
MDU6SXNzdWU1ODg4NzIzNzU=
33,060
xlsx cannot open on windows 10
{ "avatar_url": "https://avatars.githubusercontent.com/u/26325127?v=4", "events_url": "https://api.github.com/users/mar-heaven/events{/privacy}", "followers_url": "https://api.github.com/users/mar-heaven/followers", "following_url": "https://api.github.com/users/mar-heaven/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
null
4
2020-03-27T04:07:15Z
2020-03-27T12:43:55Z
2020-03-27T11:22:50Z
NONE
null
#### pd.ExcelWriter xlsx cannot open on windows 10 # Code xlsx_writer = pd.ExcelWriter(os.path.join(output_path, "report.xlsx"), engine='openpyxl') df = pd.DataFrame(data=[{"val": val} for val in summary.values()], index=summary.keys()).sort_index() df.to_excel(xlsx_writer, sheet_name="summary") xlsx_writ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33060/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33060/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33061
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33061/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33061/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33061/events
https://github.com/pandas-dev/pandas/issues/33061
588,920,768
MDU6SXNzdWU1ODg5MjA3Njg=
33,061
DateTimeIndex.tz_convert() does not apply DST from 2038 onward
{ "avatar_url": "https://avatars.githubusercontent.com/u/29445049?v=4", "events_url": "https://api.github.com/users/obeavers/events{/privacy}", "followers_url": "https://api.github.com/users/obeavers/followers", "following_url": "https://api.github.com/users/obeavers/following{/other_user}", "gists_url": "htt...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/16674375?v=4", "events_url": "https://api.github.com/users/telferm57/events{/privacy}", "followers_url": "https://api.github.com/users/telferm57/followers", "following_url": "https://api.github.com/users/telferm57/following{/other_user}", "gists_url": "...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/16674375?v=4", "events_url": "https://api.github.com/users/telferm57/events{/privacy}", "followers_url": "https://api.github.com/users/telferm57/followers", "following_url": "https://api.github.com/users/telferm57/following{/other_user}", ...
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
17
2020-03-27T06:37:37Z
2020-05-10T14:41:06Z
2020-05-10T14:41:06Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python assert np.all(pd.date_range('1/1/2037', periods=8760, freq='H', tz='EST').time == pd.date_range('1/1/2037', periods=8760, freq='H', tz='US/Eastern').time) == False assert np.all(pd.date_range('1/1/2038', periods=8760, freq='H', tz='EST').time == 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/33061/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33061/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33062
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33062/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33062/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33062/events
https://github.com/pandas-dev/pandas/pull/33062
588,969,282
MDExOlB1bGxSZXF1ZXN0Mzk0NjE3ODM1
33,062
BUG: implement astype from string dtype to nullable int dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "8cc645", "default": false, "description": "Related to pd.NA and nul...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-03-27T08:27:37Z
2020-03-27T15:06:57Z
2020-03-27T14:59:58Z
MEMBER
null
Closes #32450 This implements a conversion from nullable string dtype to nullable int dtype.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33062/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33062/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33062.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33062", "merged_at": "2020-03-27T14:59:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33062.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33062" }
https://api.github.com/repos/pandas-dev/pandas/issues/33063
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33063/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33063/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33063/events
https://github.com/pandas-dev/pandas/pull/33063
588,973,297
MDExOlB1bGxSZXF1ZXN0Mzk0NjIxMTI5
33,063
CLN: remove CategoricalBlock.to_native_types
{ "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": "fbca04", "default": false, "description": "Related to non-user accessible pandas implementation", "id": 49094459, "name": "Internals", "node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals" }, { "color": "207de5...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2020-03-27T08:35:25Z
2020-03-27T15:07:20Z
2020-03-27T14:58:21Z
MEMBER
null
The implementation of `to_native_types` on CategoricalBlock seems duplicated with the one of ExtensionBlock (the default for `na_rep` is different, but internally we always pass a value for that and never use the default).
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33063/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33063/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33063.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33063", "merged_at": "2020-03-27T14:58:21Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33063.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33063" }
https://api.github.com/repos/pandas-dev/pandas/issues/33064
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33064/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33064/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33064/events
https://github.com/pandas-dev/pandas/pull/33064
589,021,519
MDExOlB1bGxSZXF1ZXN0Mzk0NjYwNjk4
33,064
ENH/PERF: use mask in factorize for nullable dtypes
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "eb6420", "default"...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
9
2020-03-27T10:06:19Z
2020-05-09T11:41:19Z
2020-05-09T11:41:15Z
MEMBER
null
xref https://github.com/pandas-dev/pandas/issues/30037 This adds the option to use a mask in the `HashTable.factorize` (implementation itself is in `HashTable._unique`). That allows eg IntegerArray to use its mask and avoid the need to convert to object dtype or float dtype (which also avoids a copy of the data),...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33064/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33064/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33064.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33064", "merged_at": "2020-05-09T11:41:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33064.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33064" }
https://api.github.com/repos/pandas-dev/pandas/issues/33065
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33065/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33065/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33065/events
https://github.com/pandas-dev/pandas/issues/33065
589,051,050
MDU6SXNzdWU1ODkwNTEwNTA=
33,065
BUG: truncated repr with pd.NA in object dtype column shows "NaN"
{ "avatar_url": "https://avatars.githubusercontent.com/u/23552703?v=4", "events_url": "https://api.github.com/users/HYChou0515/events{/privacy}", "followers_url": "https://api.github.com/users/HYChou0515/followers", "following_url": "https://api.github.com/users/HYChou0515/following{/other_user}", "gists_url"...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "ededed", "default": false, "description": "__repr__ of pandas objec...
open
false
null
[]
null
1
2020-03-27T10:57:29Z
2020-03-27T13:37:40Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # this return '<NA>', cool str(pd.DataFrame(np.full((60, 1), pd.NA))) # this return 'NaN', not cool str(pd.DataFrame(np.full((61, 1), pd.NA))) # It's just a problem of str, the entry is actually pd.NA # this return '<NA>' str(pd.DataFrame(np....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33065/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33065/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33066
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33066/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33066/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33066/events
https://github.com/pandas-dev/pandas/issues/33066
589,061,346
MDU6SXNzdWU1ODkwNjEzNDY=
33,066
BUG: pd.NA acts differently when inside/outside a series/dataframe with object dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/23552703?v=4", "events_url": "https://api.github.com/users/HYChou0515/events{/privacy}", "followers_url": "https://api.github.com/users/HYChou0515/followers", "following_url": "https://api.github.com/users/HYChou0515/following{/other_user}", "gists_url"...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
open
false
null
[]
null
3
2020-03-27T11:16:13Z
2020-04-28T06:09:32Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # return pd.NA, cool pd.NA | pd.NA # return False, not cool pd.Series([pd.NA]) | pd.Series([pd.NA]) ``` #### Problem description pd.NA acts differently when inside/outside a series/dataframe may be confusing. It force me to handle each 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/33066/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33066/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33067
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33067/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33067/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33067/events
https://github.com/pandas-dev/pandas/pull/33067
589,081,471
MDExOlB1bGxSZXF1ZXN0Mzk0NzEwODY4
33,067
BUG: Fix unwanted type casting while replacing values in a DataFrame
{ "avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4", "events_url": "https://api.github.com/users/phofl/events{/privacy}", "followers_url": "https://api.github.com/users/phofl/followers", "following_url": "https://api.github.com/users/phofl/following{/other_user}", "gists_url": "https://api....
[ { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" }, { "color": "e11...
closed
false
null
[]
null
4
2020-03-27T11:54:17Z
2020-06-14T21:37:18Z
2020-05-11T09:17:24Z
MEMBER
null
- [x] closes #32988 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry As mentioned in #32988 [here](https://github.com/pandas-dev/pandas/issues/32988#issuecomment-604727057) I think, that I have found a way to fix this...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33067/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33067/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33067.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33067", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/33067.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33067" }
https://api.github.com/repos/pandas-dev/pandas/issues/33068
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33068/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33068/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33068/events
https://github.com/pandas-dev/pandas/issues/33068
589,101,557
MDU6SXNzdWU1ODkxMDE1NTc=
33,068
df.to_feather pandas: Failed to open local file, error: The requested operation cannot be performed on a file with a user-mapped section open.
{ "avatar_url": "https://avatars.githubusercontent.com/u/62750277?v=4", "events_url": "https://api.github.com/users/naveenbhupathi/events{/privacy}", "followers_url": "https://api.github.com/users/naveenbhupathi/followers", "following_url": "https://api.github.com/users/naveenbhupathi/following{/other_user}", ...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "parquet, feather", "...
closed
false
null
[]
null
3
2020-03-27T12:31:25Z
2020-04-01T11:56:45Z
2020-04-01T11:56:44Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here df = pd.DataFrame({'Loan':["L1","L2"], 'Gender':["male","Female"], "income":[25000.324, 43422.2754]}) df df['income'] = df['income'].round(decimals=2) df = df.astype(dict(zip(['Gender'], ['category'])), copy = True) df df.to_...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33068/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33068/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33069
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33069/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33069/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33069/events
https://github.com/pandas-dev/pandas/issues/33069
589,191,315
MDU6SXNzdWU1ODkxOTEzMTU=
33,069
read_sas fails when passed a file object from GCSFS
{ "avatar_url": "https://avatars.githubusercontent.com/u/247555?v=4", "events_url": "https://api.github.com/users/tswast/events{/privacy}", "followers_url": "https://api.github.com/users/tswast/followers", "following_url": "https://api.github.com/users/tswast/following{/other_user}", "gists_url": "https://api...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0052cc", "default": false, "description": "pandas-gbq compatability...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-03-27T14:56:17Z
2020-04-07T01:23:29Z
2020-04-07T01:23:29Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible From https://stackoverflow.com/q/60848250/101923 ```bash export BUCKET_NAME=swast-scratch-us curl -L https://wwwn.cdc.gov/Nchs/Nhanes/2017-2018/DEMO_J.XPT | gsutil cp - gs://${BUCKET_NAME}/sas_sample/Nchs/Nhanes/2017-2018/DEMO_J.XPT ``` ```python import...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33069/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33069/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33070
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33070/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33070/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33070/events
https://github.com/pandas-dev/pandas/pull/33070
589,203,680
MDExOlB1bGxSZXF1ZXN0Mzk0ODExOTE5
33,070
BUG: AttributeError when read_sas used with GCS
{ "avatar_url": "https://avatars.githubusercontent.com/u/247555?v=4", "events_url": "https://api.github.com/users/tswast/events{/privacy}", "followers_url": "https://api.github.com/users/tswast/followers", "following_url": "https://api.github.com/users/tswast/following{/other_user}", "gists_url": "https://api...
[ { "color": "0052cc", "default": false, "description": "pandas-gbq compatability", "id": 57351315, "name": "IO Google", "node_id": "MDU6TGFiZWw1NzM1MTMxNQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Google" }, { "color": "5319e7", "default": false, ...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2020-03-27T15:14:19Z
2020-04-07T14:09:48Z
2020-04-07T01:23:30Z
CONTRIBUTOR
null
With GCSFS (and when a binary file buffer is passed in), the output from the file read is `bytes`, not a Unicode `str`. The `encode` call is unnecessary in this case. - [x] closes #33069 - [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/33070/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33070/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33070.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33070", "merged_at": "2020-04-07T01:23:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33070.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33070" }
https://api.github.com/repos/pandas-dev/pandas/issues/33071
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33071/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33071/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33071/events
https://github.com/pandas-dev/pandas/issues/33071
589,248,180
MDU6SXNzdWU1ODkyNDgxODA=
33,071
Why pd.BooleanDtype() is casted to Float64 by groupby/last?
{ "avatar_url": "https://avatars.githubusercontent.com/u/15207713?v=4", "events_url": "https://api.github.com/users/ghuname/events{/privacy}", "followers_url": "https://api.github.com/users/ghuname/followers", "following_url": "https://api.github.com/users/ghuname/following{/other_user}", "gists_url": "https:...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "e102d8", "default": false, "description": "Unexpected or b...
closed
false
null
[]
{ "closed_at": "2020-05-30T15:21:05Z", "closed_issues": 94, "created_at": "2020-03-19T21:32:28Z", "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.c...
9
2020-03-27T16:21:42Z
2020-05-26T09:32:20Z
2020-04-07T10:04:15Z
NONE
null
#### Code Sample, a copy-pastable example if possible ``` >>> import pandas as pd >>> >>> df = pd.DataFrame({'a': ['x', 'x', 'y', 'y'], 'b': ['x', 'x', 'y', 'y'], 'c': [False, False, True, False]}) >>> df['d'] = df.c.astype(pd.BooleanDtype()) >>> >>> df.dtypes a object b object c bool d bo...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33071/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33071/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33072
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33072/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33072/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33072/events
https://github.com/pandas-dev/pandas/pull/33072
589,275,833
MDExOlB1bGxSZXF1ZXN0Mzk0ODcwNzY0
33,072
BUG: Add test to ensure, that bug will not occur again. #33058
{ "avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4", "events_url": "https://api.github.com/users/phofl/events{/privacy}", "followers_url": "https://api.github.com/users/phofl/followers", "following_url": "https://api.github.com/users/phofl/following{/other_user}", "gists_url": "https://api....
[ { "color": "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": "729FCF", "d...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
12
2020-03-27T17:04:59Z
2020-06-14T21:38:00Z
2020-04-10T20:47:58Z
MEMBER
null
- [x] xref #33058 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` Should I add a whatsnew entry? It's not really new, if it is backported to 1.0.1.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33072/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33072/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33072.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33072", "merged_at": "2020-04-10T20:47:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33072.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33072" }
https://api.github.com/repos/pandas-dev/pandas/issues/33073
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33073/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33073/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33073/events
https://github.com/pandas-dev/pandas/pull/33073
589,305,735
MDExOlB1bGxSZXF1ZXN0Mzk0ODk0MzEw
33,073
DOC: Added docstring for show_versions()
{ "avatar_url": "https://avatars.githubusercontent.com/u/3389134?v=4", "events_url": "https://api.github.com/users/MarianD/events{/privacy}", "followers_url": "https://api.github.com/users/MarianD/followers", "following_url": "https://api.github.com/users/MarianD/following{/other_user}", "gists_url": "https:/...
[ { "color": "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-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
7
2020-03-27T17:55:55Z
2020-03-31T19:05:17Z
2020-03-31T19:05:10Z
CONTRIBUTOR
null
- [x] closes #33044 - [ ] 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/33073/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33073/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33073.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33073", "merged_at": "2020-03-31T19:05:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33073.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33073" }
https://api.github.com/repos/pandas-dev/pandas/issues/33074
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33074/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33074/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33074/events
https://github.com/pandas-dev/pandas/pull/33074
589,306,639
MDExOlB1bGxSZXF1ZXN0Mzk0ODk0NzIw
33,074
TYP: require _update_inplace gets Frame/Series, never BlockManager
{ "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": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" } ]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
6
2020-03-27T17:56:51Z
2020-04-01T01:20:13Z
2020-04-01T01:09:54Z
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/33074/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33074/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33074.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33074", "merged_at": "2020-04-01T01:09:53Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33074.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33074" }
https://api.github.com/repos/pandas-dev/pandas/issues/33075
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33075/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33075/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33075/events
https://github.com/pandas-dev/pandas/pull/33075
589,347,158
MDExOlB1bGxSZXF1ZXN0Mzk0OTIyNDk3
33,075
CLN: avoid using internals methods for DataFrame.drop_duplicates
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-03-27T19:02:21Z
2020-03-29T15:21:57Z
2020-03-29T15:19:38Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33075/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33075/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33075.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33075", "merged_at": "2020-03-29T15:19:38Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33075.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33075" }
https://api.github.com/repos/pandas-dev/pandas/issues/33076
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33076/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33076/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33076/events
https://github.com/pandas-dev/pandas/issues/33076
589,372,910
MDU6SXNzdWU1ODkzNzI5MTA=
33,076
Pandas styling is not rendered in Github
{ "avatar_url": "https://avatars.githubusercontent.com/u/59860027?v=4", "events_url": "https://api.github.com/users/nabeel-hasan/events{/privacy}", "followers_url": "https://api.github.com/users/nabeel-hasan/followers", "following_url": "https://api.github.com/users/nabeel-hasan/following{/other_user}", "gist...
[]
closed
false
null
[]
null
2
2020-03-27T19:37:40Z
2020-03-28T07:05:50Z
2020-03-27T19:45:22Z
NONE
null
**My pandas style for background in the local jupyter notebook looks like this** I am using version 1.0 ![Screenshot from 2020-03-25 13-19-55](https://user-images.githubusercontent.com/59860027/77793524-3d0bb380-7090-11ea-9173-86002e37151f.png) **But once i push the notebook in Github the rendering does not work ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33076/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33076/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33077
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33077/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33077/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33077/events
https://github.com/pandas-dev/pandas/issues/33077
589,378,317
MDU6SXNzdWU1ODkzNzgzMTc=
33,077
CI: Test failing on master
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
closed
false
null
[]
{ "closed_at": "2020-05-30T15:21:05Z", "closed_issues": 94, "created_at": "2020-03-19T21:32:28Z", "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.c...
2
2020-03-27T19:49:03Z
2020-05-26T09:40:21Z
2020-03-28T17:01:42Z
CONTRIBUTOR
null
An s3 / pyarrow test is failing on master. Does anyone have time to debug it? https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=31733&view=logs&j=a3a13ea8-7cf0-5bdb-71bb-6ac8830ae35c&t=add65f64-6c25-5783-8fd6-d9aa1b63d9d4&l=115. There was an s3fs release earlier today, if that's related. ```pytb 2...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33077/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33077/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33078
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33078/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33078/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33078/events
https://github.com/pandas-dev/pandas/pull/33078
589,400,275
MDExOlB1bGxSZXF1ZXN0Mzk0OTU5MTgy
33,078
Revert "CI: Fix jedi upgrades causes deprecation warning"
{ "avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4", "events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}", "followers_url": "https://api.github.com/users/ShaharNaveh/followers", "following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}", "gists_u...
[]
closed
false
null
[]
null
1
2020-03-27T20:37:41Z
2020-03-29T09:26:27Z
2020-03-27T21:30:15Z
MEMBER
null
Reverts pandas-dev/pandas#31323 --- Closes #31407
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33078/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33078/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33078.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33078", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/33078.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33078" }
https://api.github.com/repos/pandas-dev/pandas/issues/33079
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33079/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33079/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33079/events
https://github.com/pandas-dev/pandas/pull/33079
589,416,653
MDExOlB1bGxSZXF1ZXN0Mzk0OTcyNjMy
33,079
DOC: whatsnew for #32831
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-03-27T21:15:10Z
2020-03-29T01:09:31Z
2020-03-29T01:02:57Z
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/33079/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33079/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33079.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33079", "merged_at": "2020-03-29T01:02:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33079.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33079" }
https://api.github.com/repos/pandas-dev/pandas/issues/33080
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33080/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33080/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33080/events
https://github.com/pandas-dev/pandas/pull/33080
589,421,703
MDExOlB1bGxSZXF1ZXN0Mzk0OTc2ODkz
33,080
CI troubleshoot azure
{ "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-05-30T15:21:05Z", "closed_issues": 94, "created_at": "2020-03-19T21:32:28Z", "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.c...
5
2020-03-27T21:27:01Z
2020-05-26T09:40:07Z
2020-03-28T17:01:42Z
MEMBER
null
- [ ] closes #33077 - [ ] 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/33080/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33080/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33080.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33080", "merged_at": "2020-03-28T17:01:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33080.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33080" }
https://api.github.com/repos/pandas-dev/pandas/issues/33081
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33081/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33081/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33081/events
https://github.com/pandas-dev/pandas/pull/33081
589,433,791
MDExOlB1bGxSZXF1ZXN0Mzk0OTg2OTUy
33,081
CLN: avoid internals in DataFrame.sort_values
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "207de5", "de...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2020-03-27T21:59:51Z
2020-04-05T17:48:02Z
2020-03-30T16:53:34Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33081/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33081/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33081.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33081", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/33081.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33081" }
https://api.github.com/repos/pandas-dev/pandas/issues/33082
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33082/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33082/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33082/events
https://github.com/pandas-dev/pandas/issues/33082
589,450,711
MDU6SXNzdWU1ODk0NTA3MTE=
33,082
Accessing DataFrame with DatetimeIndex behaves unexpectedly with reverse chronological ordered data
{ "avatar_url": "https://avatars.githubusercontent.com/u/22507585?v=4", "events_url": "https://api.github.com/users/jes-n/events{/privacy}", "followers_url": "https://api.github.com/users/jes-n/followers", "following_url": "https://api.github.com/users/jes-n/following{/other_user}", "gists_url": "https://api....
[]
closed
false
null
[]
null
3
2020-03-27T22:52:08Z
2020-04-29T23:31:18Z
2020-04-29T23:31:18Z
NONE
null
#### Problem description When a Panda's DataFrame with a DatetimeIndex is in reverse chronological order accessing the data using the .loc method does not work unless the range is _also_ in reverse order. #### Code Sample ```python import pandas as pd data = [ ("2020-03-25 12:00:00", "A"), ("2020-03...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33082/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33082/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33083
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33083/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33083/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33083/events
https://github.com/pandas-dev/pandas/pull/33083
589,460,263
MDExOlB1bGxSZXF1ZXN0Mzk1MDA4NzU1
33,083
CLN: avoid internals, some misc cleanups
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-03-27T23:27:48Z
2020-03-29T15:22:59Z
2020-03-29T15:17:50Z
MEMBER
null
The only non-trivial thing here is in io.formats.info replacing `frame._data.get_dtype_counts` with an alternative that uses public methods
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33083/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33083/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33083.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33083", "merged_at": "2020-03-29T15:17:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33083.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33083" }
https://api.github.com/repos/pandas-dev/pandas/issues/33084
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33084/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33084/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33084/events
https://github.com/pandas-dev/pandas/pull/33084
589,460,771
MDExOlB1bGxSZXF1ZXN0Mzk1MDA5MTU3
33,084
CLN: de-kludge NDFrame.interpolate
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "207de5"...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-03-27T23:29:36Z
2020-03-29T15:20:56Z
2020-03-29T15:16:18Z
MEMBER
null
i think i was responsible for these particular kludges a while back.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33084/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33084/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33084.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33084", "merged_at": "2020-03-29T15:16:18Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33084.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33084" }
https://api.github.com/repos/pandas-dev/pandas/issues/33085
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33085/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33085/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33085/events
https://github.com/pandas-dev/pandas/pull/33085
589,461,041
MDExOlB1bGxSZXF1ZXN0Mzk1MDA5MzYy
33,085
CLN: avoid internals in tz_convert, tz_localize
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-03-27T23:30:33Z
2020-03-29T15:11:55Z
2020-03-29T14:51:28Z
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/33085/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33085/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33085.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33085", "merged_at": "2020-03-29T14:51:28Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33085.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33085" }
https://api.github.com/repos/pandas-dev/pandas/issues/33086
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33086/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33086/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33086/events
https://github.com/pandas-dev/pandas/pull/33086
589,469,318
MDExOlB1bGxSZXF1ZXN0Mzk1MDE2MTEx
33,086
BUG: Groupby lost index, when one of the agg keys had no function all…
{ "avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4", "events_url": "https://api.github.com/users/phofl/events{/privacy}", "followers_url": "https://api.github.com/users/phofl/followers", "following_url": "https://api.github.com/users/phofl/following{/other_user}", "gists_url": "https://api....
[ { "color": "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-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
8
2020-03-28T00:07:06Z
2020-06-14T21:35:59Z
2020-06-14T18:04:54Z
MEMBER
null
…ocated - [x] closes #32580 - [x] closes #33545 (is a duplicate of 32580) - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry The issue was the concatenation with an empty DataFrame and the result of the min function...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33086/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33086/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33086.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33086", "merged_at": "2020-06-14T18:04:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33086.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33086" }
https://api.github.com/repos/pandas-dev/pandas/issues/33087
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33087/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33087/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33087/events
https://github.com/pandas-dev/pandas/issues/33087
589,474,717
MDU6SXNzdWU1ODk0NzQ3MTc=
33,087
Cannot specify pickle protocol used when writing HDF5.
{ "avatar_url": "https://avatars.githubusercontent.com/u/3476312?v=4", "events_url": "https://api.github.com/users/pdemarti/events{/privacy}", "followers_url": "https://api.github.com/users/pdemarti/followers", "following_url": "https://api.github.com/users/pdemarti/following{/other_user}", "gists_url": "http...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "5319e7", "default": false, "description": "read_hdf...
open
false
null
[]
null
11
2020-03-28T00:33:01Z
2021-08-01T16:32:16Z
null
NONE
null
#### Problem description It appears currently impossible (unless I'm mistaken) to specify what pickle protocol will be used by `DataFrame.to_hdf()` (and thus by `PyTables`) if pickling is necessary. That makes it impossible to share HDF5 data written and read by a mix of clients running py37 and py38. In Python 3...
{ "+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/33087/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33087/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33088
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33088/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33088/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33088/events
https://github.com/pandas-dev/pandas/pull/33088
589,484,344
MDExOlB1bGxSZXF1ZXN0Mzk1MDI4MzQ2
33,088
CLN: remove ABCGeneric
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-03-28T01:31:10Z
2020-03-29T15:09:44Z
2020-03-29T14:50:55Z
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/33088/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33088/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33088.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33088", "merged_at": "2020-03-29T14:50:55Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33088.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33088" }
https://api.github.com/repos/pandas-dev/pandas/issues/33089
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33089/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33089/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33089/events
https://github.com/pandas-dev/pandas/pull/33089
589,492,963
MDExOlB1bGxSZXF1ZXN0Mzk1MDM1MDYw
33,089
BUG: Don't cast nullable Boolean to float in groupby
{ "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": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "e102d8", "default": false, "description": "Unexpected or b...
closed
false
null
[]
{ "closed_at": "2020-05-30T15:21:05Z", "closed_issues": 94, "created_at": "2020-03-19T21:32:28Z", "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.c...
8
2020-03-28T02:34:30Z
2020-05-06T14:52:16Z
2020-04-07T10:04:16Z
MEMBER
null
- [x] closes #33071 - [x] closes #32194 - [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/33089/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33089/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33089.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33089", "merged_at": "2020-04-07T10:04:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33089.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33089" }
https://api.github.com/repos/pandas-dev/pandas/issues/33090
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33090/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33090/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33090/events
https://github.com/pandas-dev/pandas/issues/33090
589,496,019
MDU6SXNzdWU1ODk0OTYwMTk=
33,090
SeriesGroupBy.first / last loses categorical dtype
{ "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": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "e102d8", "default": false, "description": "Unexpected or b...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
5
2020-03-28T02:58:52Z
2021-08-31T23:58:06Z
2021-08-31T23:58:06Z
MEMBER
null
On 1.0.3 and master: ```python import pandas as pd df = pd.DataFrame({"a": [1, 2, 3]}) df["b"] = df["a"].astype("category") print(df.groupby("a")["b"].first()) print(df.groupby("a")["b"].last()) ``` gives ```python a 1 1 2 2 3 3 Name: b, dtype: int64 a 1 1 2 2 3 3 Name: b, dtype...
{ "+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/33090/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33090/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33091
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33091/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33091/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33091/events
https://github.com/pandas-dev/pandas/pull/33091
589,499,766
MDExOlB1bGxSZXF1ZXN0Mzk1MDQwMzAw
33,091
ENH: Add index option to_markdown()
{ "avatar_url": "https://avatars.githubusercontent.com/u/30631476?v=4", "events_url": "https://api.github.com/users/quangngd/events{/privacy}", "followers_url": "https://api.github.com/users/quangngd/followers", "following_url": "https://api.github.com/users/quangngd/following{/other_user}", "gists_url": "htt...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "06909A", "default": false, "description": "IO issue...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
8
2020-03-28T03:29:13Z
2020-07-15T12:52:29Z
2020-07-15T12:29:54Z
CONTRIBUTOR
null
- [ ] closes #32667 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33091/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33091/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33091.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33091", "merged_at": "2020-07-15T12:29:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33091.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33091" }
https://api.github.com/repos/pandas-dev/pandas/issues/33092
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33092/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33092/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33092/events
https://github.com/pandas-dev/pandas/pull/33092
589,500,397
MDExOlB1bGxSZXF1ZXN0Mzk1MDQwNzYy
33,092
TYP: enforce tighter inputs on SingleBlockManager
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "fbca04", "default": false, "description": "Related to non-user accessible pandas implementation", "id": 49094459, "name": "Internals", "node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals" }, { "color": "ea91a4...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2020-03-28T03:34:35Z
2020-03-30T18:03:28Z
2020-03-30T17:40:42Z
MEMBER
null
there is currently only one place where we pass a list of indexes instead of a single index, so just fixed that and were good to go.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33092/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33092/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33092.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33092", "merged_at": "2020-03-30T17:40:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33092.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33092" }
https://api.github.com/repos/pandas-dev/pandas/issues/33093
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33093/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33093/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33093/events
https://github.com/pandas-dev/pandas/pull/33093
589,507,586
MDExOlB1bGxSZXF1ZXN0Mzk1MDQ2MDYw
33,093
DOC: Fix PR06
{ "avatar_url": "https://avatars.githubusercontent.com/u/8732795?v=4", "events_url": "https://api.github.com/users/farhanreynaldo/events{/privacy}", "followers_url": "https://api.github.com/users/farhanreynaldo/followers", "following_url": "https://api.github.com/users/farhanreynaldo/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
null
1
2020-03-28T04:40:25Z
2020-03-31T17:34:00Z
2020-03-31T17:33:53Z
CONTRIBUTOR
null
- [ ] closes #xxxx - [ ] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry Related to #27977.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33093/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33093/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33093.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33093", "merged_at": "2020-03-31T17:33:53Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33093.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33093" }
https://api.github.com/repos/pandas-dev/pandas/issues/33094
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33094/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33094/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33094/events
https://github.com/pandas-dev/pandas/issues/33094
589,516,889
MDU6SXNzdWU1ODk1MTY4ODk=
33,094
Discrepancy in DateOffset & Timedelta string representation
{ "avatar_url": "https://avatars.githubusercontent.com/u/13206058?v=4", "events_url": "https://api.github.com/users/yohplala/events{/privacy}", "followers_url": "https://api.github.com/users/yohplala/followers", "following_url": "https://api.github.com/users/yohplala/following{/other_user}", "gists_url": "htt...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "ededed", "default": false, "description": "__repr__ of pandas objec...
open
false
null
[]
null
0
2020-03-28T06:06:40Z
2021-07-30T04:30:01Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # DateOffset creation and string representation off = pd.tseries.frequencies.to_offset('2MS') off.freqstr >>> Out[20]: '2MS' # Timedelta creation from DateOffset string representation td = pd.to_timedelta(off.freqstr) td >>> Out[21] Timedelta(...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33094/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33094/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33095
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33095/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33095/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33095/events
https://github.com/pandas-dev/pandas/issues/33095
589,524,831
MDU6SXNzdWU1ODk1MjQ4MzE=
33,095
Question/Suggestion : Window or Rolling does not have a `get_window` public method
{ "avatar_url": "https://avatars.githubusercontent.com/u/14850878?v=4", "events_url": "https://api.github.com/users/SylvainGuieu/events{/privacy}", "followers_url": "https://api.github.com/users/SylvainGuieu/followers", "following_url": "https://api.github.com/users/SylvainGuieu/following{/other_user}", "gist...
[]
closed
false
null
[]
null
3
2020-03-28T07:16:43Z
2020-09-02T05:19:14Z
2020-09-02T05:19:14Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # somewhere rolling = df.rolling(7, win_type="bartlett") #somewhere else plot( rolling._get_window( win_type=rolling.win_type) ) ``` #### Problem description Sometime you receive a Rolling or Window from somewhere and want, e.g. plot its sh...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33095/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33095/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33096
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33096/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33096/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33096/events
https://github.com/pandas-dev/pandas/pull/33096
589,571,052
MDExOlB1bGxSZXF1ZXN0Mzk1MDkxNTk5
33,096
TEST: Add test for #22541 to ensure that error does not occur again
{ "avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4", "events_url": "https://api.github.com/users/phofl/events{/privacy}", "followers_url": "https://api.github.com/users/phofl/followers", "following_url": "https://api.github.com/users/phofl/following{/other_user}", "gists_url": "https://api....
[ { "color": "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": "729FCF", "d...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-03-28T12:48:06Z
2020-06-14T21:40:14Z
2020-03-30T22:15:06Z
MEMBER
null
- [x] closes #22541 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` While searching for related issue for my other pull request, I found that this issue must have been fixed with another commit in the past (don't know when this issue was ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33096/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33096/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33096.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33096", "merged_at": "2020-03-30T22:15:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33096.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33096" }
https://api.github.com/repos/pandas-dev/pandas/issues/33097
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33097/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33097/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33097/events
https://github.com/pandas-dev/pandas/issues/33097
589,575,785
MDU6SXNzdWU1ODk1NzU3ODU=
33,097
i m not able to use this .append function even after the syntax is correct
{ "avatar_url": "https://avatars.githubusercontent.com/u/62798539?v=4", "events_url": "https://api.github.com/users/PrasannajeetBajpai/events{/privacy}", "followers_url": "https://api.github.com/users/PrasannajeetBajpai/followers", "following_url": "https://api.github.com/users/PrasannajeetBajpai/following{/oth...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
null
5
2020-03-28T13:17:07Z
2020-03-28T16:39:58Z
2020-03-28T16:39:51Z
NONE
null
import pandas as pd import xlsxwriter cars = {'Brand': ['Honda Civic','Toyota Corolla','Ford Focus','Audi A8'], 'Price': [22000,25000,27000,35000]} df = pd.DataFrame(cars, columns = ['Brand', 'Price']) def add(): ans = input ("Want to add more data.?(y/n):") if (ans=='y'): car_...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33097/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33097/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33098
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33098/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33098/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33098/events
https://github.com/pandas-dev/pandas/pull/33098
589,576,182
MDExOlB1bGxSZXF1ZXN0Mzk1MDk1MDg1
33,098
TST: GroupBy(..., as_index=True).agg() drops index
{ "avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4", "events_url": "https://api.github.com/users/phofl/events{/privacy}", "followers_url": "https://api.github.com/users/phofl/followers", "following_url": "https://api.github.com/users/phofl/following{/other_user}", "gists_url": "https://api....
[ { "color": "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": "729FCF", "d...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2020-03-28T13:19:45Z
2020-06-16T07:29:21Z
2020-06-15T22:53:27Z
MEMBER
null
- [x] closes #28641 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` While searching for related issue for my other pull request, I found that this issue must have been fixed with another commit in the past (don't know when this issue was ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33098/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33098/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33098.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33098", "merged_at": "2020-06-15T22:53:27Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33098.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33098" }
https://api.github.com/repos/pandas-dev/pandas/issues/33099
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33099/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33099/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33099/events
https://github.com/pandas-dev/pandas/pull/33099
589,590,667
MDExOlB1bGxSZXF1ZXN0Mzk1MTA1NDE5
33,099
DOC iris.csv file has moved
{ "avatar_url": "https://avatars.githubusercontent.com/u/12530561?v=4", "events_url": "https://api.github.com/users/benabel/events{/privacy}", "followers_url": "https://api.github.com/users/benabel/followers", "following_url": "https://api.github.com/users/benabel/following{/other_user}", "gists_url": "https:...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2020-03-28T14:47:04Z
2020-04-14T02:14:36Z
2020-03-30T03:52:35Z
CONTRIBUTOR
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33099/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33099/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33099.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33099", "merged_at": "2020-03-30T03:52:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33099.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33099" }
https://api.github.com/repos/pandas-dev/pandas/issues/33100
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33100/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33100/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33100/events
https://github.com/pandas-dev/pandas/pull/33100
589,591,959
MDExOlB1bGxSZXF1ZXN0Mzk1MTA2Mzgy
33,100
TYP: require Index objects earlier in internals
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" }, { "color": "ea91a4", "default": false, "description": "type annotat...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-03-28T14:54:30Z
2020-04-04T00:43:59Z
2020-04-04T00:21:32Z
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/33100/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33100/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33100.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33100", "merged_at": "2020-04-04T00:21:32Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33100.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33100" }
https://api.github.com/repos/pandas-dev/pandas/issues/33101
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33101/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33101/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33101/events
https://github.com/pandas-dev/pandas/pull/33101
589,597,116
MDExOlB1bGxSZXF1ZXN0Mzk1MTEwMTQ0
33,101
Add test for named period index, doing group by index
{ "avatar_url": "https://avatars.githubusercontent.com/u/5400810?v=4", "events_url": "https://api.github.com/users/sumanau7/events{/privacy}", "followers_url": "https://api.github.com/users/sumanau7/followers", "following_url": "https://api.github.com/users/sumanau7/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
0
2020-03-28T15:22:17Z
2020-03-28T17:25:48Z
2020-03-28T17:25:48Z
CONTRIBUTOR
null
- [x] closes #32108 - [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/33101/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33101/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33101.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33101", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/33101.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33101" }
https://api.github.com/repos/pandas-dev/pandas/issues/33102
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33102/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33102/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33102/events
https://github.com/pandas-dev/pandas/pull/33102
589,604,540
MDExOlB1bGxSZXF1ZXN0Mzk1MTE1NDEz
33,102
PERF: fix performance regression in memory_usage(deep=True) for object dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/33635204?v=4", "events_url": "https://api.github.com/users/neilkg/events{/privacy}", "followers_url": "https://api.github.com/users/neilkg/followers", "following_url": "https://api.github.com/users/neilkg/following{/other_user}", "gists_url": "https://a...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" } ]
closed
false
null
[]
{ "closed_at": "2020-05-30T15:21:05Z", "closed_issues": 94, "created_at": "2020-03-19T21:32:28Z", "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.c...
7
2020-03-28T16:02:20Z
2020-03-31T00:25:23Z
2020-03-31T00:11:46Z
CONTRIBUTOR
null
- [x] closes #33012 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry The pull request is to update lib.memory_usage_of_objects from taking self.arrays to self._values. An ASV included to benchmark with and without o...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33102/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33102/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33102.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33102", "merged_at": "2020-03-31T00:11:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33102.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33102" }
https://api.github.com/repos/pandas-dev/pandas/issues/33103
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33103/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33103/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33103/events
https://github.com/pandas-dev/pandas/pull/33103
589,627,679
MDExOlB1bGxSZXF1ZXN0Mzk1MTMxNjAy
33,103
Check error message for raised exception
{ "avatar_url": "https://avatars.githubusercontent.com/u/5400810?v=4", "events_url": "https://api.github.com/users/sumanau7/events{/privacy}", "followers_url": "https://api.github.com/users/sumanau7/followers", "following_url": "https://api.github.com/users/sumanau7/following{/other_user}", "gists_url": "http...
[ { "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" } ]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2020-03-28T18:01:58Z
2020-03-29T15:25:50Z
2020-03-29T15:25:46Z
CONTRIBUTOR
null
- [x] xref #30999 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33103/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33103/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33103.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33103", "merged_at": "2020-03-29T15:25:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33103.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33103" }
https://api.github.com/repos/pandas-dev/pandas/issues/33104
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33104/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33104/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33104/events
https://github.com/pandas-dev/pandas/pull/33104
589,631,313
MDExOlB1bGxSZXF1ZXN0Mzk1MTM0MjYy
33,104
BUG: ensure consistent behavior of Index.is_all_dates (#19204)
{ "avatar_url": "https://avatars.githubusercontent.com/u/20843031?v=4", "events_url": "https://api.github.com/users/addammy/events{/privacy}", "followers_url": "https://api.github.com/users/addammy/followers", "following_url": "https://api.github.com/users/addammy/following{/other_user}", "gists_url": "https:...
[ { "color": "e99695", "default": false, "description": "Related to the Index class or subclasses", "id": 1218227310, "name": "Index", "node_id": "MDU6TGFiZWwxMjE4MjI3MzEw", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Index" } ]
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-03-28T18:22:21Z
2020-07-17T11:20:49Z
2020-07-17T11:20:49Z
NONE
null
- [x] closes #19204 - [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/33104/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33104/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33104.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33104", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/33104.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33104" }
https://api.github.com/repos/pandas-dev/pandas/issues/33105
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33105/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33105/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33105/events
https://github.com/pandas-dev/pandas/pull/33105
589,652,435
MDExOlB1bGxSZXF1ZXN0Mzk1MTQ5NjQ2
33,105
Add test for #32108 (error with groupby on series with period index)
{ "avatar_url": "https://avatars.githubusercontent.com/u/12066206?v=4", "events_url": "https://api.github.com/users/daxid/events{/privacy}", "followers_url": "https://api.github.com/users/daxid/followers", "following_url": "https://api.github.com/users/daxid/following{/other_user}", "gists_url": "https://api....
[ { "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": "729FCF", "d...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
13
2020-03-28T20:22:26Z
2020-06-24T22:36:04Z
2020-06-24T22:36:00Z
CONTRIBUTOR
null
- [ ] closes #32108
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33105/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33105/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33105.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33105", "merged_at": "2020-06-24T22:35:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33105.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33105" }
https://api.github.com/repos/pandas-dev/pandas/issues/33106
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33106/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33106/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33106/events
https://github.com/pandas-dev/pandas/pull/33106
589,667,148
MDExOlB1bGxSZXF1ZXN0Mzk1MTYwNTEz
33,106
Fix mixup between mean and median
{ "avatar_url": "https://avatars.githubusercontent.com/u/2773028?v=4", "events_url": "https://api.github.com/users/oefe/events{/privacy}", "followers_url": "https://api.github.com/users/oefe/followers", "following_url": "https://api.github.com/users/oefe/following{/other_user}", "gists_url": "https://api.gith...
[ { "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-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-03-28T21:54:57Z
2020-03-29T15:07:57Z
2020-03-29T14:52:25Z
CONTRIBUTOR
null
Text said "median", but code uses "mean". Make text match the code - [ ] 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/33106/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33106/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33106.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33106", "merged_at": "2020-03-29T14:52:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33106.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33106" }
https://api.github.com/repos/pandas-dev/pandas/issues/33107
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33107/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33107/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33107/events
https://github.com/pandas-dev/pandas/pull/33107
589,669,584
MDExOlB1bGxSZXF1ZXN0Mzk1MTYyMTc5
33,107
ENH/VIZ: Allowing `s` parameter of scatter plots to be a column name
{ "avatar_url": "https://avatars.githubusercontent.com/u/20208402?v=4", "events_url": "https://api.github.com/users/SultanOrazbayev/events{/privacy}", "followers_url": "https://api.github.com/users/SultanOrazbayev/followers", "following_url": "https://api.github.com/users/SultanOrazbayev/following{/other_user}"...
[ { "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, ...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-03-28T22:10:52Z
2020-03-31T21:28:17Z
2020-03-31T21:26:48Z
CONTRIBUTOR
null
- [x] closes #32904 - [x] tests added - [x] tests passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry This PR is a continuation of #32937 (made an error when pulling changes from the master). I had a more elaborate decision tree for wh...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33107/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33107/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33107.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33107", "merged_at": "2020-03-31T21:26:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33107.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33107" }
https://api.github.com/repos/pandas-dev/pandas/issues/33108
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33108/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33108/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33108/events
https://github.com/pandas-dev/pandas/pull/33108
589,669,911
MDExOlB1bGxSZXF1ZXN0Mzk1MTYyNDE3
33,108
Docstring for show_versions in master
{ "avatar_url": "https://avatars.githubusercontent.com/u/3389134?v=4", "events_url": "https://api.github.com/users/MarianD/events{/privacy}", "followers_url": "https://api.github.com/users/MarianD/followers", "following_url": "https://api.github.com/users/MarianD/following{/other_user}", "gists_url": "https:/...
[ { "color": "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
2
2020-03-28T22:12:56Z
2020-03-29T18:12:58Z
2020-03-29T18:12:57Z
CONTRIBUTOR
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33108/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33108/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33108.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33108", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/33108.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33108" }
https://api.github.com/repos/pandas-dev/pandas/issues/33109
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33109/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33109/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33109/events
https://github.com/pandas-dev/pandas/pull/33109
589,681,372
MDExOlB1bGxSZXF1ZXN0Mzk1MTcwOTc2
33,109
REF: DataFrame delitem, take, pop, filter tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-03-28T23:38:56Z
2020-03-29T15:39:08Z
2020-03-29T03:24:36Z
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/33109/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33109/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33109.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33109", "merged_at": "2020-03-29T03:24:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33109.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33109" }
https://api.github.com/repos/pandas-dev/pandas/issues/33110
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33110/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33110/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33110/events
https://github.com/pandas-dev/pandas/pull/33110
589,688,675
MDExOlB1bGxSZXF1ZXN0Mzk1MTc2MzQ3
33,110
REF: push concat logic out of internals and into concat_compat
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" }, { "color": "02d7e1", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-03-29T00:38:07Z
2020-03-29T15:12:22Z
2020-03-29T14:54:03Z
MEMBER
null
This changes some empty-array behavior for concat_compat to match the behavior of pd.concat(list_of_series), see new test. The follow-up to this basically gets concat out of internals altogether.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33110/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33110/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33110.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33110", "merged_at": "2020-03-29T14:54:03Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33110.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33110" }
https://api.github.com/repos/pandas-dev/pandas/issues/33111
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33111/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33111/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33111/events
https://github.com/pandas-dev/pandas/pull/33111
589,693,331
MDExOlB1bGxSZXF1ZXN0Mzk1MTc5ODA0
33,111
Bug 29764 groupby loses index name sometimes
{ "avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4", "events_url": "https://api.github.com/users/phofl/events{/privacy}", "followers_url": "https://api.github.com/users/phofl/followers", "following_url": "https://api.github.com/users/phofl/following{/other_user}", "gists_url": "https://api....
[ { "color": "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
[]
null
5
2020-03-29T01:19:03Z
2020-09-05T19:04:06Z
2020-09-04T16:35:05Z
MEMBER
null
- [x] closes #29764 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry´ Some group by functions lost the column index name. For the functions running into ```_get_cythonized_result``` in groupby.py, the index name was j...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33111/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33111/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33111.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33111", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/33111.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33111" }
https://api.github.com/repos/pandas-dev/pandas/issues/33112
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33112/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33112/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33112/events
https://github.com/pandas-dev/pandas/pull/33112
589,714,254
MDExOlB1bGxSZXF1ZXN0Mzk1MTk1MzAw
33,112
CLN: update Appender to doc decorator with case __doc__
{ "avatar_url": "https://avatars.githubusercontent.com/u/50187675?v=4", "events_url": "https://api.github.com/users/HH-MWB/events{/privacy}", "followers_url": "https://api.github.com/users/HH-MWB/followers", "following_url": "https://api.github.com/users/HH-MWB/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" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-03-29T04:29:38Z
2020-03-30T15:39:07Z
2020-03-30T03:39:57Z
CONTRIBUTOR
null
- [x] working for #31942 - [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/33112/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33112/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33112.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33112", "merged_at": "2020-03-30T03:39:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33112.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33112" }
https://api.github.com/repos/pandas-dev/pandas/issues/33113
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33113/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33113/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33113/events
https://github.com/pandas-dev/pandas/issues/33113
589,747,032
MDU6SXNzdWU1ODk3NDcwMzI=
33,113
.astype(SparseDtype(float)) on empty dataframe leads to "ValueError: No objects to concatenate"
{ "avatar_url": "https://avatars.githubusercontent.com/u/694873?v=4", "events_url": "https://api.github.com/users/tgy/events{/privacy}", "followers_url": "https://api.github.com/users/tgy/followers", "following_url": "https://api.github.com/users/tgy/following{/other_user}", "gists_url": "https://api.github.c...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "009800", "de...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2020-03-29T08:45:14Z
2020-06-25T23:13:00Z
2020-06-25T23:13:00Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd pd.DataFrame().astype(pd.SparseDtype(float)) ``` #### Problem description Converting an empty dataframe to a sparse representation leads to a `ValueError`. ``` ValueError: No objects to concatenate ``` #### Expected Ou...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33113/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33113/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33114
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33114/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33114/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33114/events
https://github.com/pandas-dev/pandas/issues/33114
589,756,759
MDU6SXNzdWU1ODk3NTY3NTk=
33,114
concatenating frame and series with identical keys returns " int() argument must be a string"
{ "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-03-29T09:53:51Z
2020-05-28T15:39:59Z
2020-05-28T15:39:59Z
MEMBER
null
#### Code Sample, a copy-pastable example if possible ```python >>> import pandas as pd >>> s = pd.Series([1, 2]) >>> df = pd.Data...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33114/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33114/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33115
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33115/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33115/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33115/events
https://github.com/pandas-dev/pandas/issues/33115
589,774,903
MDU6SXNzdWU1ODk3NzQ5MDM=
33,115
REGR: unhelpful error message with np.min on unordered Categorical
{ "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": "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-05-30T15:21:05Z", "closed_issues": 94, "created_at": "2020-03-19T21:32:28Z", "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.c...
2
2020-03-29T11:53:30Z
2020-05-19T08:41:32Z
2020-05-19T08:41:32Z
MEMBER
null
xref #28949 on master ``` >>> import numpy as np >>> import pandas as pd >>> >>> pd.__version__ '1.1.0.dev0+1008.g60b0e9fbc' >>> >>> cat = pd.Categorical(["a", "b", "c", "b"], ordered=False) >>> cat [a, b, c, b] Categories (3, object): [a, b, c] >>> >>> np.min(cat) Traceback (most recent call last): ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33115/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33115/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/33116
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/33116/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/33116/comments
https://api.github.com/repos/pandas-dev/pandas/issues/33116/events
https://github.com/pandas-dev/pandas/pull/33116
589,776,490
MDExOlB1bGxSZXF1ZXN0Mzk1MjQwMDMz
33,116
Fix grammar
{ "avatar_url": "https://avatars.githubusercontent.com/u/2773028?v=4", "events_url": "https://api.github.com/users/oefe/events{/privacy}", "followers_url": "https://api.github.com/users/oefe/followers", "following_url": "https://api.github.com/users/oefe/following{/other_user}", "gists_url": "https://api.gith...
[ { "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-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-03-29T12:03:13Z
2020-03-29T18:20:18Z
2020-03-29T15:29:31Z
CONTRIBUTOR
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/33116/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/33116/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/33116.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/33116", "merged_at": "2020-03-29T15:29:31Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/33116.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33116" }