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/32116
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32116/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32116/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32116/events
https://github.com/pandas-dev/pandas/pull/32116
567,771,837
MDExOlB1bGxSZXF1ZXN0Mzc3MzM0OTc3
32,116
REF: collect arithmetic benchmarks
{ "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": "ae68cc", "default": false, "description": "Performance (ASV) benchmarks", "id": 732775912, "name": "Benchmark", "node_id": "MDU6TGFiZWw3MzI3NzU5MTI=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Benchmark" } ]
closed
false
null
[]
{ "closed_at": "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-02-19T18:53:09Z
2020-02-22T16:08:29Z
2020-02-22T16:06:41Z
MEMBER
null
ATM these are scattered, making it tough to a) run just arithmetic-relevant benchmarks and b) determine what we have good benchmark coverage for. This collects the scattered benchmarks in one place, cleaning up and fleshing these out is for a separate pass. I also intend to do something analogous for indexing ben...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32116/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32116/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32116.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32116", "merged_at": "2020-02-22T16:06:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32116.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32116" }
https://api.github.com/repos/pandas-dev/pandas/issues/32117
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32117/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32117/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32117/events
https://github.com/pandas-dev/pandas/issues/32117
567,829,488
MDU6SXNzdWU1Njc4Mjk0ODg=
32,117
convert_dtypes fails with int and str
{ "avatar_url": "https://avatars.githubusercontent.com/u/12551293?v=4", "events_url": "https://api.github.com/users/pjadzinsky/events{/privacy}", "followers_url": "https://api.github.com/users/pjadzinsky/followers", "following_url": "https://api.github.com/users/pjadzinsky/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": "8cc645", "default": false, "description": "Related to pd.NA and nul...
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
4
2020-02-19T20:34:26Z
2020-02-21T14:48:51Z
2020-02-21T14:48:51Z
NONE
null
#### Code Sample, a copy-pastable example if possible Thanks for an amazing package and maintaining it ```python # Your code here s = pd.Series(["h", "i", 1]) s.convert_dtypes() ``` #### Problem description Example raises an error, when it shouldn't. I think the case is missing from the tests **Note**: 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/32117/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32117/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32118
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32118/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32118/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32118/events
https://github.com/pandas-dev/pandas/pull/32118
567,830,828
MDExOlB1bGxSZXF1ZXN0Mzc3MzgzMTQ2
32,118
REF: make pd._testing directory, split out asserters
{ "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": "C4A000", "default": false, "de...
closed
false
null
[]
null
6
2020-02-19T20:37:12Z
2021-01-04T06:20:41Z
2020-02-21T02:15:45Z
MEMBER
null
Scattered throughout the tests we have other helpers like assert_block_equal that probably belong in `tm`. Before trying to collect all of these, it makes sense to split this already-cumbersome module.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32118/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32118/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32118.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32118", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/32118.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32118" }
https://api.github.com/repos/pandas-dev/pandas/issues/32119
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32119/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32119/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32119/events
https://github.com/pandas-dev/pandas/issues/32119
567,861,278
MDU6SXNzdWU1Njc4NjEyNzg=
32,119
Using python comparison operators when SparseArrays of uneven length raises uninformative error
{ "avatar_url": "https://avatars.githubusercontent.com/u/8322751?v=4", "events_url": "https://api.github.com/users/dburkhardt/events{/privacy}", "followers_url": "https://api.github.com/users/dburkhardt/followers", "following_url": "https://api.github.com/users/dburkhardt/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": "ffa0ff", "default": false, "description": "Incorrect or improved er...
open
false
null
[]
null
1
2020-02-19T21:33:48Z
2021-07-29T04:05:23Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible I first discovered this issue attempting a comparison of the following form **Case 1** ```python >>> import pandas as pd >>> import numpy as np >>> a = pd.Series(pd.SparseArray(np.arange(10))) >>> b = pd.Series(np.arange(11)) >>> (a == 5) & (b == 5) ```...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32119/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32119/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32120
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32120/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32120/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32120/events
https://github.com/pandas-dev/pandas/issues/32120
567,861,634
MDU6SXNzdWU1Njc4NjE2MzQ=
32,120
test_show_versions failing locally
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "5319e7", "default": false, "description": "Unit tests that occasionally fail", "id": 76939933, "name": "Unreliable Test", "node_id": "MDU6TGFiZWw3NjkzOTkzMw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Unreliable%20Test" } ]
closed
false
null
[]
null
9
2020-02-19T21:34:30Z
2020-02-26T01:37:31Z
2020-02-26T01:37:31Z
MEMBER
null
``` > assert re.search(r"commit\s*:\s[0-9a-f]{40}\n", result) E AssertionError: assert None E + where None = <function search at 0x102703560>('commit\\s*:\\s[0-9a-f]{40}\\n', '\nINSTALLED VERSIONS\n------------------\ncommit : None\npython : 3.7.6.final.0\npython-bits ... ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32120/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32120/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32121
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32121/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32121/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32121/events
https://github.com/pandas-dev/pandas/pull/32121
567,862,102
MDExOlB1bGxSZXF1ZXN0Mzc3NDA4NTU3
32,121
REG: dont call func on empty input
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "e11d21", "default": false, "description": "Functionality t...
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
1
2020-02-19T21:35:24Z
2020-02-21T18:40:03Z
2020-02-21T18:38:13Z
MEMBER
null
- [x] closes #31760 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Could use confirmation from OP that this does in fact close #31760.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32121/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32121/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32121.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32121", "merged_at": "2020-02-21T18:38:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32121.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32121" }
https://api.github.com/repos/pandas-dev/pandas/issues/32122
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32122/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32122/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32122/events
https://github.com/pandas-dev/pandas/pull/32122
567,878,223
MDExOlB1bGxSZXF1ZXN0Mzc3NDIxNTU2
32,122
CLN: Replace old string formatting syntax with f-strings for scripts/validate_docstrings.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/34237447?v=4", "events_url": "https://api.github.com/users/RaisaDZ/events{/privacy}", "followers_url": "https://api.github.com/users/RaisaDZ/followers", "following_url": "https://api.github.com/users/RaisaDZ/following{/other_user}", "gists_url": "https:...
[ { "color": "eb6420", "default": false, "description": "Code style, linting, code_checks", "id": 106935113, "name": "Code Style", "node_id": "MDU6TGFiZWwxMDY5MzUxMTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style" } ]
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-02-19T22:08:21Z
2020-02-20T01:06:05Z
2020-02-20T01:06:00Z
CONTRIBUTOR
null
- [ ] xref #29547 - [ ] 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/32122/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32122/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32122.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32122", "merged_at": "2020-02-20T01:06:00Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32122.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32122" }
https://api.github.com/repos/pandas-dev/pandas/issues/32123
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32123/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32123/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32123/events
https://github.com/pandas-dev/pandas/issues/32123
567,959,165
MDU6SXNzdWU1Njc5NTkxNjU=
32,123
BUG: GroupBy.first fails with pd.NA on Series with object dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/876908?v=4", "events_url": "https://api.github.com/users/jprafael/events{/privacy}", "followers_url": "https://api.github.com/users/jprafael/followers", "following_url": "https://api.github.com/users/jprafael/following{/other_user}", "gists_url": "https...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2020-02-20T00:25:36Z
2020-02-23T14:59:00Z
2020-02-23T14:59:00Z
NONE
null
#### Code Sample ```python pd.DataFrame({'x': [1, 1, 2, 2], 'y': [1, 2, 3, pd.NA]}).groupby('x').first() # *** TypeError: boolean value of NA is ambiguous pd.DataFrame({'x': [1, 1, 2, 2], 'y': [1, 2, 3, np.nan]}).groupby('x').first() # y # x # 1 1.0 # 2 3.0 pd.DataFrame({'x': [1, 1, 2, 2], 'y'...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32123/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32123/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32124
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32124/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32124/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32124/events
https://github.com/pandas-dev/pandas/pull/32124
567,995,128
MDExOlB1bGxSZXF1ZXN0Mzc3NTA1MzI4
32,124
BUG: Avoid ambiguous condition in GroupBy.first / last
{ "avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4", "events_url": "https://api.github.com/users/dsaxton/events{/privacy}", "followers_url": "https://api.github.com/users/dsaxton/followers", "following_url": "https://api.github.com/users/dsaxton/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "8cc645", "default": false, "description": "Related to pd.NA and nul...
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
4
2020-02-20T01:37:52Z
2020-02-23T15:07:44Z
2020-02-23T14:59:00Z
MEMBER
null
- [x] closes #32123 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry This comparison `val == val` happens in a lot of these groupby operations but only seems to raise here in the presence of `NA`. Are we just always /...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32124/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32124/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32124.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32124", "merged_at": "2020-02-23T14:59:00Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32124.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32124" }
https://api.github.com/repos/pandas-dev/pandas/issues/32125
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32125/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32125/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32125/events
https://github.com/pandas-dev/pandas/issues/32125
568,134,474
MDU6SXNzdWU1NjgxMzQ0NzQ=
32,125
Missing labels when applying style gives a KeyError
{ "avatar_url": "https://avatars.githubusercontent.com/u/281252?v=4", "events_url": "https://api.github.com/users/simonvh/events{/privacy}", "followers_url": "https://api.github.com/users/simonvh/followers", "following_url": "https://api.github.com/users/simonvh/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": "006b...
closed
false
null
[]
null
9
2020-02-20T08:33:47Z
2021-02-10T20:30:51Z
2021-02-10T20:30:51Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python df = pd.DataFrame({"a": [1, 2, 3], "b":[4, 5, 6]}) df.style.bar(["a", "b", "c"]) ``` #### Problem description This issue occurs when passing a list of columns to `bar()` where one (or more) of the columns is not present in the dataframe. It will ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32125/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32125/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32126
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32126/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32126/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32126/events
https://github.com/pandas-dev/pandas/pull/32126
568,316,427
MDExOlB1bGxSZXF1ZXN0Mzc3NzY4NTcy
32,126
BUG: Fix for convert_dtypes with mix of int and string
{ "avatar_url": "https://avatars.githubusercontent.com/u/15113894?v=4", "events_url": "https://api.github.com/users/Dr-Irv/events{/privacy}", "followers_url": "https://api.github.com/users/Dr-Irv/followers", "following_url": "https://api.github.com/users/Dr-Irv/following{/other_user}", "gists_url": "https://a...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
1
2020-02-20T13:52:45Z
2020-02-21T14:49:05Z
2020-02-21T14:48:51Z
CONTRIBUTOR
null
- [x] closes #32117 - [x] tests added / passed - added new cases for `test_convert_dtypes` - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry - placed in v1.0.2 whatsnew
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32126/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32126/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32126.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32126", "merged_at": "2020-02-21T14:48:51Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32126.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32126" }
https://api.github.com/repos/pandas-dev/pandas/issues/32127
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32127/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32127/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32127/events
https://github.com/pandas-dev/pandas/issues/32127
568,369,075
MDU6SXNzdWU1NjgzNjkwNzU=
32,127
qcut not respecting precision values
{ "avatar_url": "https://avatars.githubusercontent.com/u/15376817?v=4", "events_url": "https://api.github.com/users/m-dz/events{/privacy}", "followers_url": "https://api.github.com/users/m-dz/followers", "following_url": "https://api.github.com/users/m-dz/following{/other_user}", "gists_url": "https://api.git...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "9aace2", "default": false, "description": "cut, qcut", "id": 16...
open
false
null
[]
null
2
2020-02-20T15:10:56Z
2020-04-14T23:51:47Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python np.random.seed(42) df = pd.DataFrame({"a": np.random.rand(20)}) for prec in range(1,10): print(f"Prec: {prec}, first interval: {pd.qcut(df['a'], q=10, precision=prec).cat.categories[0]}") # Prec: 1, first interval: (0.011000000000000001, 0.15...
{ "+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/32127/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32127/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32128
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32128/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32128/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32128/events
https://github.com/pandas-dev/pandas/pull/32128
568,377,295
MDExOlB1bGxSZXF1ZXN0Mzc3ODE4MzMz
32,128
CLN: auto-inherit specified Index method docstrings
{ "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
[]
null
3
2020-02-20T15:23:09Z
2021-03-07T16:55:45Z
2020-03-13T22:37:15Z
MEMBER
null
When working on indexing methods, I find myself grepping for the names, and having the extra Appender lines is a small-but-repeated nuisance. In py36+ we can use `__init_subclass_` to automatically inherit docstrings without needing to repeat these Appenders. This PR only does this for a few methods as a proof of...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32128/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32128/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32128.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32128", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/32128.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32128" }
https://api.github.com/repos/pandas-dev/pandas/issues/32129
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32129/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32129/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32129/events
https://github.com/pandas-dev/pandas/issues/32129
568,403,090
MDU6SXNzdWU1Njg0MDMwOTA=
32,129
Feature request Multi Index pivot
{ "avatar_url": "https://avatars.githubusercontent.com/u/56004143?v=4", "events_url": "https://api.github.com/users/kirialis/events{/privacy}", "followers_url": "https://api.github.com/users/kirialis/followers", "following_url": "https://api.github.com/users/kirialis/following{/other_user}", "gists_url": "htt...
[ { "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
[]
null
2
2020-02-20T16:01:38Z
2020-04-03T04:34:16Z
2020-04-03T04:34:16Z
NONE
null
Hi, Would it be possible to implement pivot with a list of index ? This will throw an error : ```python df.pivot(index=['time', 'category'], columns='bar', values='baz') ``` But this does : (Found on Stack Overflow) ```python def multiindex_pivot(df, index=None, columns=None, values=None): if index is Non...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32129/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32129/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32130
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32130/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32130/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32130/events
https://github.com/pandas-dev/pandas/pull/32130
568,422,499
MDExOlB1bGxSZXF1ZXN0Mzc3ODU1NTM2
32,130
PERF: IntegerIndex._shallow_copy (and by extension, indexing)
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" } ]
closed
false
null
[]
{ "closed_at": "2020-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-02-20T16:32:29Z
2020-02-22T16:40:45Z
2020-02-22T16:09:15Z
MEMBER
null
``` In [2]: idx = pd.Index(range(1000)).insert(-1, 1) In [3]: %timeit idx[:5] ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32130/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32130/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32130.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32130", "merged_at": "2020-02-22T16:09:14Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32130.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32130" }
https://api.github.com/repos/pandas-dev/pandas/issues/32131
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32131/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32131/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32131/events
https://github.com/pandas-dev/pandas/pull/32131
568,449,299
MDExOlB1bGxSZXF1ZXN0Mzc3ODc3NDQ3
32,131
CLN: NDFrame.__init__ unnecessary code
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "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-02-20T17:12:27Z
2020-02-22T16:39:02Z
2020-02-22T16:10:24Z
MEMBER
null
Make methods into classmethods where feasible, annotate in a couple of places. Removes nonsense test (constructs an invalid NDFrame) Preparatory for making a potential fastpath _from_mgr constructor. `attrs` is never passed. Is there a plan to do so @TomAugspurger ?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32131/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32131/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32131.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32131", "merged_at": "2020-02-22T16:10:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32131.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32131" }
https://api.github.com/repos/pandas-dev/pandas/issues/32132
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32132/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32132/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32132/events
https://github.com/pandas-dev/pandas/issues/32132
568,459,157
MDU6SXNzdWU1Njg0NTkxNTc=
32,132
pandas import error
{ "avatar_url": "https://avatars.githubusercontent.com/u/61199755?v=4", "events_url": "https://api.github.com/users/JASHWANTHREDDYTUPILI/events{/privacy}", "followers_url": "https://api.github.com/users/JASHWANTHREDDYTUPILI/followers", "following_url": "https://api.github.com/users/JASHWANTHREDDYTUPILI/followin...
[]
closed
false
null
[]
null
5
2020-02-20T17:29:57Z
2020-09-01T23:23:16Z
2020-09-01T23:23:16Z
NONE
null
Description What steps will reproduce the problem? import pandas Traceback (most recent call last): File "", line 1, in import pandas File "C:\Users\tjash\Anaconda3\lib\site-packages\pandas_init_.py", line 54, in from pandas.core.api import ( File "C:\Users\tjash\Anaconda3\lib\site-packages\pandas\core\...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32132/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32132/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32133
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32133/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32133/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32133/events
https://github.com/pandas-dev/pandas/pull/32133
568,463,832
MDExOlB1bGxSZXF1ZXN0Mzc3ODg5MTM1
32,133
used f-strings in docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/51117801?v=4", "events_url": "https://api.github.com/users/PSY27/events{/privacy}", "followers_url": "https://api.github.com/users/PSY27/followers", "following_url": "https://api.github.com/users/PSY27/following{/other_user}", "gists_url": "https://api....
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "5319e7", "default": false, "description": "read_hdf, HDFStore", ...
closed
false
null
[]
{ "closed_at": "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-02-20T17:39:09Z
2020-02-22T16:33:51Z
2020-02-22T16:33:47Z
CONTRIBUTOR
null
- [x] xref #32039 - [ ] 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/32133/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32133/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32133.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32133", "merged_at": "2020-02-22T16:33:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32133.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32133" }
https://api.github.com/repos/pandas-dev/pandas/issues/32134
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32134/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32134/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32134/events
https://github.com/pandas-dev/pandas/issues/32134
568,470,460
MDU6SXNzdWU1Njg0NzA0NjA=
32,134
Bug: read_csv losing precision when reading Int64 data with N/A values
{ "avatar_url": "https://avatars.githubusercontent.com/u/19675691?v=4", "events_url": "https://api.github.com/users/p1lgr1m/events{/privacy}", "followers_url": "https://api.github.com/users/p1lgr1m/followers", "following_url": "https://api.github.com/users/p1lgr1m/following{/other_user}", "gists_url": "https:...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "read_csv, to_csv", "...
open
false
null
[]
null
1
2020-02-20T17:52:10Z
2020-04-28T06:06:33Z
null
NONE
null
#### Code Sample ``` import pandas as pd import numpy as np from io import StringIO TESTDATA1 = StringIO("""col1;col2 1;123 2;456 3;1582218195625938945 """) TESTDATA2 = StringIO("""col1;col2 1;123 2; 3;1582218195625938945 """) D1 = pd.read_csv(TESTDATA1, sep=";",...
{ "+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/32134/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32134/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32135
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32135/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32135/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32135/events
https://github.com/pandas-dev/pandas/issues/32135
568,511,110
MDU6SXNzdWU1Njg1MTExMTA=
32,135
Indexing Code Roundup
{ "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...
open
false
null
[]
null
0
2020-02-20T19:13:31Z
2021-07-29T04:25:47Z
null
MEMBER
null
xref #9595 for an overview the the indexing API, this is focused on the state of the code. Needs Eyeballs --------------- - Tests are scattered: - tests/indexing/ - tests/(frame|series)/indexing/ - tests/indexes/*/indexing - Moreover, many of the indexing tests are leftover from ix, and it isn't c...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32135/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32135/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32136
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32136/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32136/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32136/events
https://github.com/pandas-dev/pandas/issues/32136
568,551,451
MDU6SXNzdWU1Njg1NTE0NTE=
32,136
groupby pd.Grouper with freq gives inconsistent groupings
{ "avatar_url": "https://avatars.githubusercontent.com/u/43040059?v=4", "events_url": "https://api.github.com/users/mkowen1/events{/privacy}", "followers_url": "https://api.github.com/users/mkowen1/followers", "following_url": "https://api.github.com/users/mkowen1/following{/other_user}", "gists_url": "https:...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "729FCF", "default": false, "description": null, ...
closed
false
null
[]
null
4
2020-02-20T20:29:57Z
2020-10-02T15:07:46Z
2020-10-02T15:07:46Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python dates = pd.date_range(start='2020-02-01 09:30:00.01', periods=5, freq='14ms') dates2 = pd.date_range(start='2020-02-01 11:00:00.01', periods=5, freq='8ms') df = pd.DataFrame({'A': [1] * 10 + [2] * 10, 'B': np.concatenate((dates, d...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32136/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32136/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32137
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32137/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32137/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32137/events
https://github.com/pandas-dev/pandas/pull/32137
568,577,454
MDExOlB1bGxSZXF1ZXN0Mzc3OTc4MzIy
32,137
CLN: remove unused tm.isiterable
{ "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-02-20T21:16:20Z
2020-02-21T02:15:08Z
2020-02-21T02:15: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/32137/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32137/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32137.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32137", "merged_at": "2020-02-21T02:15:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32137.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32137" }
https://api.github.com/repos/pandas-dev/pandas/issues/32138
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32138/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32138/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32138/events
https://github.com/pandas-dev/pandas/pull/32138
568,592,698
MDExOlB1bGxSZXF1ZXN0Mzc3OTkwODAy
32,138
CLN: make tm.N, tm.K private
{ "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-02-20T21:47:02Z
2020-02-21T18:34:34Z
2020-02-21T18:34:11Z
MEMBER
null
AFAICT this gets rid of the last two places where we set `tm.N` externally. With those gone, this privatizes these variables in the hopes of not falling back into that pattern.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32138/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32138/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32138.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32138", "merged_at": "2020-02-21T18:34:11Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32138.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32138" }
https://api.github.com/repos/pandas-dev/pandas/issues/32139
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32139/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32139/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32139/events
https://github.com/pandas-dev/pandas/pull/32139
568,610,125
MDExOlB1bGxSZXF1ZXN0Mzc4MDA0MDk3
32,139
TST: show_versions test with unmerged commits
{ "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...
4
2020-02-20T22:19:56Z
2020-02-26T01:41:32Z
2020-02-26T01:37:31Z
MEMBER
null
- [x] closes #32120 - [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/32139/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32139/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32139.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32139", "merged_at": "2020-02-26T01:37:30Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32139.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32139" }
https://api.github.com/repos/pandas-dev/pandas/issues/32140
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32140/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32140/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32140/events
https://github.com/pandas-dev/pandas/issues/32140
568,693,343
MDU6SXNzdWU1Njg2OTMzNDM=
32,140
Pandas 1.0.1 fails get_loc on timeindex (0.25.3 works)
{ "avatar_url": "https://avatars.githubusercontent.com/u/35556?v=4", "events_url": "https://api.github.com/users/AndrewMoscoe/events{/privacy}", "followers_url": "https://api.github.com/users/AndrewMoscoe/followers", "following_url": "https://api.github.com/users/AndrewMoscoe/following{/other_user}", "gists_u...
[ { "color": "cdea3c", "default": false, "description": "Unit test(s) needed to prevent regressions", "id": 986278782, "name": "Needs Tests", "node_id": "MDU6TGFiZWw5ODYyNzg3ODI=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Tests" } ]
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
7
2020-02-21T02:13:55Z
2020-02-21T18:35:15Z
2020-02-21T18:35:15Z
NONE
null
```python findtime = pd.Timestamp('2019-12-12 10:19:25', tz='US/Eastern') start = pd.Timestamp('2019-12-12 0:0:0', tz='US/Eastern') end = pd.Timestamp('2019-12-13 0:0:0', tz='US/Eastern') testindex = pd.date_range(start, end, freq='5s') testindex.get_loc(findtime, method='nearest') ``` #### Problem description...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32140/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32140/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32141
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32141/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32141/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32141/events
https://github.com/pandas-dev/pandas/pull/32141
568,700,856
MDExOlB1bGxSZXF1ZXN0Mzc4MDc1Mjg2
32,141
REF: standardize CategoricalIndex._shallow_copy usage
{ "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": "e11d21", "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-02-21T02:42:26Z
2020-02-22T16:34:04Z
2020-02-22T16:12:43Z
MEMBER
null
The dtype keyword is akward, so this removes the one usage. In turn this will allow us to simplify `_simple_new` and tighten up what it expects. Saved for separate PR.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32141/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32141/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32141.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32141", "merged_at": "2020-02-22T16:12:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32141.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32141" }
https://api.github.com/repos/pandas-dev/pandas/issues/32142
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32142/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32142/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32142/events
https://github.com/pandas-dev/pandas/pull/32142
568,777,714
MDExOlB1bGxSZXF1ZXN0Mzc4MTM4MjE3
32,142
Import OptionError in pandas.errors
{ "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": "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": "ffa0ff", "default": false, "description": "I...
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-02-21T07:10:00Z
2020-02-24T16:32:50Z
2020-02-24T16:32:47Z
CONTRIBUTOR
null
- [x] closes #27553 - [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/32142/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32142/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32142.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32142", "merged_at": "2020-02-24T16:32:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32142.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32142" }
https://api.github.com/repos/pandas-dev/pandas/issues/32143
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32143/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32143/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32143/events
https://github.com/pandas-dev/pandas/pull/32143
568,804,338
MDExOlB1bGxSZXF1ZXN0Mzc4MTYwNDcy
32,143
Add ecosystem link to pandas-tfrecords project
{ "avatar_url": "https://avatars.githubusercontent.com/u/1479651?v=4", "events_url": "https://api.github.com/users/schipiga/events{/privacy}", "followers_url": "https://api.github.com/users/schipiga/followers", "following_url": "https://api.github.com/users/schipiga/following{/other_user}", "gists_url": "http...
[ { "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-02-21T08:16:09Z
2020-02-26T05:50:43Z
2020-02-26T05:50:36Z
CONTRIBUTOR
null
to understand tfrecords format requires quite much time and finally its details are not so needed in daily work with data. [pandas-tfrecords](https://pypi.org/project/pandas-tfrecords/) hides low-level details and provides easy human-usable api to convert pandas to tfrecords and restore 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/32143/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32143/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32143.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32143", "merged_at": "2020-02-26T05:50:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32143.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32143" }
https://api.github.com/repos/pandas-dev/pandas/issues/32144
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32144/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32144/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32144/events
https://github.com/pandas-dev/pandas/issues/32144
568,829,281
MDU6SXNzdWU1Njg4MjkyODE=
32,144
CI Failing: test_geopandas
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
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-02-21T09:14:50Z
2020-03-18T11:02:50Z
2020-03-16T16:55:37Z
MEMBER
null
https://travis-ci.org/pandas-dev/pandas/jobs/653274362?utm_medium=notification&utm_source=github_status cc @jorisvandenbossche ``` =================================== FAILURES =================================== ________________________________ test_geopandas ________________________________ [gw0] linux -- ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32144/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32144/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32145
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32145/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32145/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32145/events
https://github.com/pandas-dev/pandas/issues/32145
568,834,152
MDU6SXNzdWU1Njg4MzQxNTI=
32,145
AttributeError: module 'hypothesis' has no attribute 'unlimited'
{ "avatar_url": "https://avatars.githubusercontent.com/u/1311693?v=4", "events_url": "https://api.github.com/users/mguttman/events{/privacy}", "followers_url": "https://api.github.com/users/mguttman/followers", "following_url": "https://api.github.com/users/mguttman/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
5
2020-02-21T09:22:38Z
2020-02-21T13:02:19Z
2020-02-21T13:02:19Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python >>> pd.test() running: pytest --skip-slow --skip-network --skip-db /usr/local/lib/python3.6/dist-packages/pandas ImportError while loading conftest '/usr/local/lib/python3.6/dist-packages/pandas/conftest.py'. /usr/local/lib/python3.6/dist-packages/p...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32145/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32145/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32146
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32146/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32146/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32146/events
https://github.com/pandas-dev/pandas/issues/32146
568,857,093
MDU6SXNzdWU1Njg4NTcwOTM=
32,146
REGR: Series repr of object Index with bools and NaN is wrong
{ "avatar_url": "https://avatars.githubusercontent.com/u/25104002?v=4", "events_url": "https://api.github.com/users/disimone/events{/privacy}", "followers_url": "https://api.github.com/users/disimone/followers", "following_url": "https://api.github.com/users/disimone/following{/other_user}", "gists_url": "htt...
[ { "color": "ededed", "default": false, "description": "__repr__ of pandas objects, to_string", "id": 13101118, "name": "Output-Formatting", "node_id": "MDU6TGFiZWwxMzEwMTExOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting" }, { "color": "e11d2...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/40292327?v=4", "events_url": "https://api.github.com/users/AnnaDaglis/events{/privacy}", "followers_url": "https://api.github.com/users/AnnaDaglis/followers", "following_url": "https://api.github.com/users/AnnaDaglis/following{/other_user}", "gists_url"...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/40292327?v=4", "events_url": "https://api.github.com/users/AnnaDaglis/events{/privacy}", "followers_url": "https://api.github.com/users/AnnaDaglis/followers", "following_url": "https://api.github.com/users/AnnaDaglis/following{/other_user}", ...
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
6
2020-02-21T10:06:03Z
2020-03-09T15:42:17Z
2020-03-09T15:42:17Z
NONE
null
#### Code Sample, a copy-pastable example if possible ``` import pandas as pd # a series with booleans and nan pd.Series([False,True,True,pd.NA]).value_counts(dropna=False) True 2 False 1 True 1 dtype: int64 # check the actual index of the value_counts result pd.Series([False,True,True,pd.NA])....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32146/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32146/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32147
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32147/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32147/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32147/events
https://github.com/pandas-dev/pandas/issues/32147
568,873,761
MDU6SXNzdWU1Njg4NzM3NjE=
32,147
“Advanced SQLAlchemy queries” in Pandas 1.0.1 Document
{ "avatar_url": "https://avatars.githubusercontent.com/u/42164849?v=4", "events_url": "https://api.github.com/users/xushengun/events{/privacy}", "followers_url": "https://api.github.com/users/xushengun/followers", "following_url": "https://api.github.com/users/xushengun/following{/other_user}", "gists_url": "...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "5319e7", "default": false, "description": "to_sql, read_sql, rea...
open
false
null
[]
null
1
2020-02-21T10:35:32Z
2020-06-25T13:25:09Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible import sqlalchemy as sa from sqlalchemy import create_engine engine = create_engine('sqlite:///:memory:') data = pd.DataFrame({'id':[26,42,63], 'Date':['2012-10-18','2012-10-19', '2012-10-20'], 'Col_1':['X','Y','Z'], ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32147/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32147/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32148
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32148/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32148/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32148/events
https://github.com/pandas-dev/pandas/pull/32148
568,923,332
MDExOlB1bGxSZXF1ZXN0Mzc4MjU2MjM4
32,148
CI: skip geopandas downstream test (Anaconda installation issue)
{ "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": "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-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2020-02-21T12:20:08Z
2020-02-21T13:12:11Z
2020-02-21T13:11:35Z
MEMBER
null
xref #32144
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32148/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32148/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32148.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32148", "merged_at": "2020-02-21T13:11:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32148.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32148" }
https://api.github.com/repos/pandas-dev/pandas/issues/32149
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32149/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32149/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32149/events
https://github.com/pandas-dev/pandas/pull/32149
568,946,899
MDExOlB1bGxSZXF1ZXN0Mzc4Mjc1NTQ2
32,149
Backport PR #32148 on branch 1.0.x (CI: skip geopandas downstream test (Anaconda installation issue))
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[]
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2020-02-21T13:12:05Z
2020-02-21T13:47:28Z
2020-02-21T13:47:28Z
NONE
null
Backport PR #32148: CI: skip geopandas downstream test (Anaconda installation issue)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32149/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32149/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32149.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32149", "merged_at": "2020-02-21T13:47:28Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32149.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32149" }
https://api.github.com/repos/pandas-dev/pandas/issues/32150
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32150/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32150/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32150/events
https://github.com/pandas-dev/pandas/pull/32150
568,976,049
MDExOlB1bGxSZXF1ZXN0Mzc4Mjk5Njgz
32,150
Backport PR #31511 on branch 1.0.x (BUG: fix reindexing with a tz-awre index and method='nearest')
{ "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": "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": "AFEEEE", "d...
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2020-02-21T14:07:13Z
2020-02-21T19:28:49Z
2020-02-21T19:06:21Z
MEMBER
null
with whatsnew moved to doc/source/whatsnew/v1.0.2.rst
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32150/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32150/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32150.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32150", "merged_at": "2020-02-21T19:06:21Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32150.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32150" }
https://api.github.com/repos/pandas-dev/pandas/issues/32151
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32151/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32151/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32151/events
https://github.com/pandas-dev/pandas/pull/32151
568,977,957
MDExOlB1bGxSZXF1ZXN0Mzc4MzAxMjYz
32,151
DOC: move whatsnew to sync master with Backport PR #31511
{ "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": "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-02-21T14:10:39Z
2020-02-21T19:27:42Z
2020-02-21T19:06:46Z
MEMBER
null
xref #32150
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32151/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32151/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32151.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32151", "merged_at": "2020-02-21T19:06:45Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32151.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32151" }
https://api.github.com/repos/pandas-dev/pandas/issues/32152
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32152/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32152/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32152/events
https://github.com/pandas-dev/pandas/pull/32152
568,990,767
MDExOlB1bGxSZXF1ZXN0Mzc4MzExOTAy
32,152
TST: add test for get_loc on tz-aware DatetimeIndex
{ "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": "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-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
4
2020-02-21T14:32:40Z
2020-02-21T19:39:31Z
2020-02-21T18:35:15Z
MEMBER
null
- [ ] closes #32140 - [ ] 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/32152/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32152/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32152.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32152", "merged_at": "2020-02-21T18:35:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32152.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32152" }
https://api.github.com/repos/pandas-dev/pandas/issues/32153
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32153/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32153/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32153/events
https://github.com/pandas-dev/pandas/pull/32153
568,999,926
MDExOlB1bGxSZXF1ZXN0Mzc4MzE5NDI1
32,153
Backport PR #32126 on branch 1.0.x (BUG: Fix for convert_dtypes with mix of int and string)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[]
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2020-02-21T14:49:02Z
2020-02-21T16:07:01Z
2020-02-21T16:07:01Z
NONE
null
Backport PR #32126: BUG: Fix for convert_dtypes with mix of int and string
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32153/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32153/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32153.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32153", "merged_at": "2020-02-21T16:07:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32153.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32153" }
https://api.github.com/repos/pandas-dev/pandas/issues/32154
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32154/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32154/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32154/events
https://github.com/pandas-dev/pandas/pull/32154
569,001,985
MDExOlB1bGxSZXF1ZXN0Mzc4MzIxMTM2
32,154
Backport PR #32055 on branch 1.0.x (REGR: read_pickle fallback to encoding=latin_1 upon a UnicodeDecodeError)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[]
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2020-02-21T14:52:34Z
2020-02-21T16:07:24Z
2020-02-21T16:07:24Z
NONE
null
Backport PR #32055: REGR: read_pickle fallback to encoding=latin_1 upon a UnicodeDecodeError
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32154/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32154/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32154.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32154", "merged_at": "2020-02-21T16:07:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32154.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32154" }
https://api.github.com/repos/pandas-dev/pandas/issues/32155
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32155/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32155/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32155/events
https://github.com/pandas-dev/pandas/pull/32155
569,004,238
MDExOlB1bGxSZXF1ZXN0Mzc4MzIzMDM1
32,155
TST: add test for DataFrame.reindex on nearest tz-aware DatetimeIndex
{ "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": "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-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
2
2020-02-21T14:56:29Z
2020-02-21T19:40:51Z
2020-02-21T18:36:10Z
MEMBER
null
- [ ] closes #31964 - [ ] 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/32155/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32155/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32155.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32155", "merged_at": "2020-02-21T18:36:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32155.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32155" }
https://api.github.com/repos/pandas-dev/pandas/issues/32156
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32156/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32156/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32156/events
https://github.com/pandas-dev/pandas/issues/32156
569,036,933
MDU6SXNzdWU1NjkwMzY5MzM=
32,156
False positive for "nested renamer is not supported" error
{ "avatar_url": "https://avatars.githubusercontent.com/u/630936?v=4", "events_url": "https://api.github.com/users/rth/events{/privacy}", "followers_url": "https://api.github.com/users/rth/followers", "following_url": "https://api.github.com/users/rth/following{/other_user}", "gists_url": "https://api.github.c...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
open
false
null
[]
null
15
2020-02-21T15:53:54Z
2021-07-29T04:28:01Z
null
CONTRIBUTOR
null
#### Code Sample ```python import pandas as pd df = pd.DataFrame({'A': [1, 1, 1, 2, 2], 'B': range(5), 'C': range(5)}) df.groupby('A').agg({'B': 'sum', 'G': 'min'}) # aggregate by a non existing column ``` produces ``` <ipython-input-5-f5ac34bf856f> in <module> ----> 1 df.groupby('A').agg({'B': 'sum', ...
{ "+1": 14, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 14, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32156/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32156/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32157
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32157/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32157/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32157/events
https://github.com/pandas-dev/pandas/issues/32157
569,049,345
MDU6SXNzdWU1NjkwNDkzNDU=
32,157
API: joining DatetimeIndexes not preserving freq
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
2
2020-02-21T16:15:57Z
2020-02-26T12:36:36Z
2020-02-26T12:36:36Z
MEMBER
null
``` dti = pd.date_range('2016-01-01', periods=10) left, right = dti[:5], dti[5:] joined = left.join(right, how="outer") ``` In master `joined.freq` comes back as None, while in 0.25.3 it was "D". There is some code in DatetimeIndex._wrap_joined_index that suggests to me this was intentional. Can someone conf...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32157/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32157/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32158
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32158/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32158/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32158/events
https://github.com/pandas-dev/pandas/pull/32158
569,068,828
MDExOlB1bGxSZXF1ZXN0Mzc4Mzc2NTIz
32,158
TST: Fixed bare pytest.raises in test_window.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/111430?v=4", "events_url": "https://api.github.com/users/mabroor/events{/privacy}", "followers_url": "https://api.github.com/users/mabroor/followers", "following_url": "https://api.github.com/users/mabroor/following{/other_user}", "gists_url": "https://...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "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-02-21T16:52:19Z
2020-02-23T19:29:02Z
2020-02-23T15:16:22Z
CONTRIBUTOR
null
- [x] ref #30999 - [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/32158/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32158/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32158.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32158", "merged_at": "2020-02-23T15:16:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32158.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32158" }
https://api.github.com/repos/pandas-dev/pandas/issues/32159
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32159/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32159/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32159/events
https://github.com/pandas-dev/pandas/pull/32159
569,118,254
MDExOlB1bGxSZXF1ZXN0Mzc4NDE3MzI4
32,159
Backport PR #32121 on branch 1.0.x (REG: dont call func on empty input)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[]
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2020-02-21T18:38:44Z
2020-02-21T19:25:50Z
2020-02-21T19:25:50Z
NONE
null
Backport PR #32121: REG: dont call func on empty input
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32159/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32159/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32159.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32159", "merged_at": "2020-02-21T19:25:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32159.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32159" }
https://api.github.com/repos/pandas-dev/pandas/issues/32160
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32160/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32160/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32160/events
https://github.com/pandas-dev/pandas/pull/32160
569,145,230
MDExOlB1bGxSZXF1ZXN0Mzc4NDM5OTg4
32,160
Backport PR #32152 on branch 1.0.x (TST: add test for get_loc on tz-aware DatetimeIndex)
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[]
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
1
2020-02-21T19:37:32Z
2020-02-29T13:34:06Z
2020-02-21T21:12:58Z
MEMBER
null
xref #32152 @jbrockmendel with tests moving around, is this OK for the backport. i.e. in the same place as on master.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32160/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32160/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32160.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32160", "merged_at": "2020-02-21T21:12:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32160.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32160" }
https://api.github.com/repos/pandas-dev/pandas/issues/32161
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32161/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32161/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32161/events
https://github.com/pandas-dev/pandas/pull/32161
569,148,797
MDExOlB1bGxSZXF1ZXN0Mzc4NDQyOTA1
32,161
Backport PR #32155 on branch 1.0.x (TST: add test for DataFrame.reindex on nearest tz-aware DatetimeIndex)
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[]
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2020-02-21T19:45:00Z
2020-02-29T13:37:02Z
2020-02-21T21:13:22Z
MEMBER
null
xref #32155
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32161/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32161/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32161.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32161", "merged_at": "2020-02-21T21:13:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32161.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32161" }
https://api.github.com/repos/pandas-dev/pandas/issues/32162
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32162/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32162/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32162/events
https://github.com/pandas-dev/pandas/issues/32162
569,171,830
MDU6SXNzdWU1NjkxNzE4MzA=
32,162
Multiple aggregation on Groupby with DatetimeIndex and Categorical column or chained Groupby and Resample with multiple aggregation functions
{ "avatar_url": "https://avatars.githubusercontent.com/u/12834389?v=4", "events_url": "https://api.github.com/users/blalterman/events{/privacy}", "followers_url": "https://api.github.com/users/blalterman/followers", "following_url": "https://api.github.com/users/blalterman/following{/other_user}", "gists_url"...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
open
false
null
[]
null
7
2020-02-21T20:35:46Z
2021-07-29T04:29:07Z
null
NONE
null
Given a categorical column and a `datetime` index, one can groupby and aggregate on either column, but one cannot groupby and aggregate on both. Setup ----- ```python import pandas as pd joint = pd.DataFrame({"a": [0, 1, 2, 3, 0, 1, 2], "cat": pd.Categorical(["a", "b", "...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32162/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32162/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32163
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32163/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32163/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32163/events
https://github.com/pandas-dev/pandas/pull/32163
569,173,123
MDExOlB1bGxSZXF1ZXN0Mzc4NDYzMzI4
32,163
Error on C Warnings
{ "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": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
{ "closed_at": "2020-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-02-21T20:39:06Z
2020-03-19T21:31:19Z
2020-03-19T21:29:19Z
MEMBER
null
Using Clang and latest numpy locally looks like we can use `-Werror`. WIP as I think there may still be things with gcc and older numpy versions to sort out Note that there is also a warning emitted by cython for unreachable code in groupby, but -Werror wouldn't affect the "cythonization" step.
{ "+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/32163/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32163/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32163.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32163", "merged_at": "2020-03-19T21:29:19Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32163.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32163" }
https://api.github.com/repos/pandas-dev/pandas/issues/32164
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32164/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32164/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32164/events
https://github.com/pandas-dev/pandas/pull/32164
569,190,579
MDExOlB1bGxSZXF1ZXN0Mzc4NDc3ODc1
32,164
CLN: Fix exception causes in datetimelike.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/56778?v=4", "events_url": "https://api.github.com/users/cool-RR/events{/privacy}", "followers_url": "https://api.github.com/users/cool-RR/followers", "following_url": "https://api.github.com/users/cool-RR/following{/other_user}", "gists_url": "https://a...
[ { "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": "207d...
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-02-21T21:21:34Z
2020-02-25T01:52:38Z
2020-02-25T01:52:33Z
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/32164/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32164/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32164.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32164", "merged_at": "2020-02-25T01:52:33Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32164.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32164" }
https://api.github.com/repos/pandas-dev/pandas/issues/32165
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32165/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32165/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32165/events
https://github.com/pandas-dev/pandas/issues/32165
569,240,259
MDU6SXNzdWU1NjkyNDAyNTk=
32,165
Applying groupby and aggregating with nunique over float column with nulls unexpectedly changes dataframe
{ "avatar_url": "https://avatars.githubusercontent.com/u/3910947?v=4", "events_url": "https://api.github.com/users/cuckookernel/events{/privacy}", "followers_url": "https://api.github.com/users/cuckookernel/followers", "following_url": "https://api.github.com/users/cuckookernel/following{/other_user}", "gists...
[]
closed
false
null
[]
null
1
2020-02-21T23:50:14Z
2020-02-22T09:57:57Z
2020-02-22T09:57:57Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd import numpy as np print( pd.__version__ ) # 1.0.1 df = pd.DataFrame( [[1, 0], [2, np.nan], [3, np.nan]], columns=['a', 'b'] ) print( df ) # a b # 0 1 0.0 # 1 2 NaN # 2 3 NaN unused = df.groupby('a').agg({'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/32165/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32165/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32166
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32166/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32166/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32166/events
https://github.com/pandas-dev/pandas/pull/32166
569,244,694
MDExOlB1bGxSZXF1ZXN0Mzc4NTIyNTQ0
32,166
REGR: preserve freq in DTI/TDI outer join
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
9
2020-02-22T00:09:16Z
2020-02-27T15:34:46Z
2020-02-26T12:36:36Z
MEMBER
null
- [x] closes #32157 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry also just a nice cleanup, hoping to get this into ExtensionIndex before long
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32166/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32166/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32166.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32166", "merged_at": "2020-02-26T12:36:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32166.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32166" }
https://api.github.com/repos/pandas-dev/pandas/issues/32167
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32167/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32167/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32167/events
https://github.com/pandas-dev/pandas/pull/32167
569,247,354
MDExOlB1bGxSZXF1ZXN0Mzc4NTI0NzQ1
32,167
BUG: Index(categorical, dtype=object) not returning object dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
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-02-22T00:21:01Z
2020-02-23T17:12:53Z
2020-02-23T15:50:38Z
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 In master we get a `CategoricalIndex` back. Fixing this turns out to be pre-requisite to fixing a bug in `CategoricalDtype._from_values_or_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/32167/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32167/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32167.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32167", "merged_at": "2020-02-23T15:50:38Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32167.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32167" }
https://api.github.com/repos/pandas-dev/pandas/issues/32168
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32168/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32168/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32168/events
https://github.com/pandas-dev/pandas/pull/32168
569,248,582
MDExOlB1bGxSZXF1ZXN0Mzc4NTI1NzY5
32,168
REF: de-duplicate object-dtype handling
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" } ]
closed
false
null
[]
{ "closed_at": "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-02-22T00:26:58Z
2020-02-22T16:32:24Z
2020-02-22T16:31:39Z
MEMBER
null
We'll also use this for the categorical case following #32167.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32168/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32168/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32168.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32168", "merged_at": "2020-02-22T16:31:39Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32168.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32168" }
https://api.github.com/repos/pandas-dev/pandas/issues/32169
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32169/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32169/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32169/events
https://github.com/pandas-dev/pandas/pull/32169
569,250,186
MDExOlB1bGxSZXF1ZXN0Mzc4NTI3MDgz
32,169
BUG: disallow invalid dtype to CategoricalDtype._from_values_or_dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
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-02-22T00:34:46Z
2020-02-22T16:33:38Z
2020-02-22T16:31:17Z
MEMBER
null
- [ ] closes #xxxx - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry xref #32167. Together with that, this will allow us to simplify the CategoricalIndex constructor.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32169/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32169/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32169.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32169", "merged_at": "2020-02-22T16:31:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32169.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32169" }
https://api.github.com/repos/pandas-dev/pandas/issues/32170
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32170/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32170/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32170/events
https://github.com/pandas-dev/pandas/pull/32170
569,263,259
MDExOlB1bGxSZXF1ZXN0Mzc4NTM3NTYw
32,170
DOC: Move testing and pandas_development_faq pages from wiki to doc #30232 & #20501
{ "avatar_url": "https://avatars.githubusercontent.com/u/7809331?v=4", "events_url": "https://api.github.com/users/AdrianMastronardi/events{/privacy}", "followers_url": "https://api.github.com/users/AdrianMastronardi/followers", "following_url": "https://api.github.com/users/AdrianMastronardi/following{/other_u...
[]
closed
false
null
[]
null
1
2020-02-22T01:56:57Z
2020-02-22T02:30:55Z
2020-02-22T02:30:55Z
CONTRIBUTOR
null
- [ ] closes #20501 - [ ] 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/32170/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32170/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32170.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32170", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/32170.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32170" }
https://api.github.com/repos/pandas-dev/pandas/issues/32171
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32171/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32171/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32171/events
https://github.com/pandas-dev/pandas/pull/32171
569,270,192
MDExOlB1bGxSZXF1ZXN0Mzc4NTQyODUx
32,171
REF/TST: collect Index join 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": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" }, { "color": "C4A000", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2020-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-02-22T02:54:41Z
2020-02-22T15:42:16Z
2020-02-22T15:40:55Z
MEMBER
null
we get a little bit of parametrization out of the deal, not much
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32171/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32171/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32171.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32171", "merged_at": "2020-02-22T15:40:55Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32171.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32171" }
https://api.github.com/repos/pandas-dev/pandas/issues/32172
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32172/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32172/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32172/events
https://github.com/pandas-dev/pandas/pull/32172
569,289,488
MDExOlB1bGxSZXF1ZXN0Mzc4NTU3Mjc1
32,172
DOC: Move pandas_development_faq from wiki to doc #30232
{ "avatar_url": "https://avatars.githubusercontent.com/u/7809331?v=4", "events_url": "https://api.github.com/users/AdrianMastronardi/events{/privacy}", "followers_url": "https://api.github.com/users/AdrianMastronardi/followers", "following_url": "https://api.github.com/users/AdrianMastronardi/following{/other_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
[]
null
6
2020-02-22T06:15:31Z
2020-02-27T19:09:01Z
2020-02-27T19:08:04Z
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/32172/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32172/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32172.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32172", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/32172.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32172" }
https://api.github.com/repos/pandas-dev/pandas/issues/32173
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32173/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32173/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32173/events
https://github.com/pandas-dev/pandas/issues/32173
569,315,899
MDU6SXNzdWU1NjkzMTU4OTk=
32,173
can't create DataFrame with multiIndex by list of list
{ "avatar_url": "https://avatars.githubusercontent.com/u/49200764?v=4", "events_url": "https://api.github.com/users/RINNETL/events{/privacy}", "followers_url": "https://api.github.com/users/RINNETL/followers", "following_url": "https://api.github.com/users/RINNETL/following{/other_user}", "gists_url": "https:...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "207de5", "default": false, "description": null, "id": 71268330,...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4", "events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}", "followers_url": "https://api.github.com/users/charlesdong1991/followers", "following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4", "events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}", "followers_url": "https://api.github.com/users/charlesdong1991/followers", "following_url": "https://api.github.com/users/charlesdong1991/following{/o...
{ "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-02-22T10:36:01Z
2020-04-06T21:15:19Z
2020-04-06T21:15:19Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python df=DataFrame([1,2,3,4],[4,5,6,7], columns= [list('abcd'), list('cdef')]) ``` #### Problem description when creating DataFrame by list of list with multiIndex, raise ValueError. I'm new to pandas, I don't know why, but it seems like a bug... `d...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32173/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32173/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32174
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32174/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32174/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32174/events
https://github.com/pandas-dev/pandas/issues/32174
569,316,991
MDU6SXNzdWU1NjkzMTY5OTE=
32,174
pd.Timestamp.utctimetuple() raises TypeError on Python 3.8
{ "avatar_url": "https://avatars.githubusercontent.com/u/28786187?v=4", "events_url": "https://api.github.com/users/st-bender/events{/privacy}", "followers_url": "https://api.github.com/users/st-bender/followers", "following_url": "https://api.github.com/users/st-bender/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": "AFEEEE", "default": false, "description": null, "id": 211840, ...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
0
2020-02-22T10:46:45Z
2021-09-23T16:14:14Z
null
NONE
null
Hi there, it seems that something changed in python 3.8 that makes `pandas.Timestamp.utctimetuple()` raise a `TypeError` instead of producing a `time.struct_time`. #### Code Sample ```python In [1]: date = pd.to_datetime("2000-01-01", utc=True) In [2]: d...
{ "+1": 4, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 4, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32174/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32174/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32175
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32175/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32175/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32175/events
https://github.com/pandas-dev/pandas/pull/32175
569,321,836
MDExOlB1bGxSZXF1ZXN0Mzc4NTgwNzA0
32,175
BUG: groupby nunique changing values
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[ { "color": "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-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
1
2020-02-22T11:29:46Z
2020-02-25T17:10:59Z
2020-02-23T15:02:17Z
MEMBER
null
- [ ] closes #31950 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry just reopening #31973 for now - this doesn't special-case NaT. Will think if there's a better way to do it, feel free to close / take over if it's ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32175/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32175/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32175.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32175", "merged_at": "2020-02-23T15:02:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32175.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32175" }
https://api.github.com/repos/pandas-dev/pandas/issues/32176
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32176/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32176/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32176/events
https://github.com/pandas-dev/pandas/pull/32176
569,326,179
MDExOlB1bGxSZXF1ZXN0Mzc4NTgzODU5
32,176
CLN: Some code cleanups
{ "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": "eb6420", "default": false, "description": "Code style, linting, code_checks", "id": 106935113, "name": "Code Style", "node_id": "MDU6TGFiZWwxMDY5MzUxMTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style" }, { "color": "207de5", "default...
closed
false
null
[]
{ "closed_at": "2020-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-02-22T12:10:07Z
2020-02-29T10:27:38Z
2020-02-22T16:27:06Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32176/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32176/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32176.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32176", "merged_at": "2020-02-22T16:27:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32176.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32176" }
https://api.github.com/repos/pandas-dev/pandas/issues/32177
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32177/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32177/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32177/events
https://github.com/pandas-dev/pandas/pull/32177
569,328,800
MDExOlB1bGxSZXF1ZXN0Mzc4NTg1NzQx
32,177
CLN: some code cleanups
{ "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": "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...
8
2020-02-22T12:34:09Z
2020-02-29T10:27:57Z
2020-02-28T16:16:47Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32177/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32177/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32177.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32177", "merged_at": "2020-02-28T16:16:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32177.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32177" }
https://api.github.com/repos/pandas-dev/pandas/issues/32178
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32178/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32178/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32178/events
https://github.com/pandas-dev/pandas/pull/32178
569,332,167
MDExOlB1bGxSZXF1ZXN0Mzc4NTg4MTEy
32,178
DOC: Added recommanded "msg" creation format
{ "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
2
2020-02-22T13:03:56Z
2020-02-28T09:40:25Z
2020-02-22T21:21:04Z
MEMBER
null
- [x] ref https://github.com/pandas-dev/pandas/pull/32158#discussion_r382710851 - [ ] 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/32178/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32178/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32178.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32178", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/32178.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32178" }
https://api.github.com/repos/pandas-dev/pandas/issues/32179
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32179/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32179/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32179/events
https://github.com/pandas-dev/pandas/issues/32179
569,349,375
MDU6SXNzdWU1NjkzNDkzNzU=
32,179
MultiIndex.is_monotonic_increasing
{ "avatar_url": "https://avatars.githubusercontent.com/u/6195346?v=4", "events_url": "https://api.github.com/users/xin-jin/events{/privacy}", "followers_url": "https://api.github.com/users/xin-jin/followers", "following_url": "https://api.github.com/users/xin-jin/following{/other_user}", "gists_url": "https:/...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 712683...
open
false
null
[]
null
9
2020-02-22T15:26:43Z
2021-07-29T04:30:21Z
null
NONE
null
This does not seem to be documented anywhere. For MultiIndex, how is `.is_monotonic_increasing `different from `.is_lexsorted`?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32179/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32179/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32180
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32180/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32180/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32180/events
https://github.com/pandas-dev/pandas/pull/32180
569,351,107
MDExOlB1bGxSZXF1ZXN0Mzc4NjAxNzY5
32,180
DOC: Fix SA04 errors in docstrings xref #28792
{ "avatar_url": "https://avatars.githubusercontent.com/u/7809331?v=4", "events_url": "https://api.github.com/users/AdrianMastronardi/events{/privacy}", "followers_url": "https://api.github.com/users/AdrianMastronardi/followers", "following_url": "https://api.github.com/users/AdrianMastronardi/following{/other_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-02-22T15:40:10Z
2020-03-03T14:22:43Z
2020-03-03T14:22:34Z
CONTRIBUTOR
null
- [x] xref #28792 - [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/32180/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32180/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32180.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32180", "merged_at": "2020-03-03T14:22:34Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32180.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32180" }
https://api.github.com/repos/pandas-dev/pandas/issues/32181
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32181/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32181/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32181/events
https://github.com/pandas-dev/pandas/pull/32181
569,364,766
MDExOlB1bGxSZXF1ZXN0Mzc4NjExNTU2
32,181
CLN: unnecessary kwargs for take_with_is_copy
{ "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-02-22T17:21:25Z
2020-02-22T21:08:47Z
2020-02-22T21:07:30Z
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/32181/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32181/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32181.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32181", "merged_at": "2020-02-22T21:07:30Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32181.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32181" }
https://api.github.com/repos/pandas-dev/pandas/issues/32182
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32182/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32182/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32182/events
https://github.com/pandas-dev/pandas/pull/32182
569,369,122
MDExOlB1bGxSZXF1ZXN0Mzc4NjE0NzE5
32,182
DOC: Fix SA04 errors in docstrings #28792
{ "avatar_url": "https://avatars.githubusercontent.com/u/7809331?v=4", "events_url": "https://api.github.com/users/AdrianMastronardi/events{/privacy}", "followers_url": "https://api.github.com/users/AdrianMastronardi/followers", "following_url": "https://api.github.com/users/AdrianMastronardi/following{/other_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...
3
2020-02-22T17:54:49Z
2020-03-03T01:22:10Z
2020-03-03T01:22:02Z
CONTRIBUTOR
null
- [x] xref #28792 - [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/32182/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32182/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32182.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32182", "merged_at": "2020-03-03T01:22:02Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32182.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32182" }
https://api.github.com/repos/pandas-dev/pandas/issues/32183
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32183/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32183/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32183/events
https://github.com/pandas-dev/pandas/issues/32183
569,369,138
MDU6SXNzdWU1NjkzNjkxMzg=
32,183
Use `sort` fixture in more places
{ "avatar_url": "https://avatars.githubusercontent.com/u/17853006?v=4", "events_url": "https://api.github.com/users/SaturnFromTitan/events{/privacy}", "followers_url": "https://api.github.com/users/SaturnFromTitan/followers", "following_url": "https://api.github.com/users/SaturnFromTitan/following{/other_user}"...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/17853006?v=4", "events_url": "https://api.github.com/users/SaturnFromTitan/events{/privacy}", "followers_url": "https://api.github.com/users/SaturnFromTitan/followers", "following_url": "https://api.github.com/users/SaturnFromTitan/following{/other_user}"...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/17853006?v=4", "events_url": "https://api.github.com/users/SaturnFromTitan/events{/privacy}", "followers_url": "https://api.github.com/users/SaturnFromTitan/followers", "following_url": "https://api.github.com/users/SaturnFromTitan/following{/...
{ "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-02-22T17:54:57Z
2020-02-28T14:40:59Z
2020-02-28T14:40:32Z
CONTRIBUTOR
null
This is a follow-up on [this review comment by jbrockmendel](https://github.com/pandas-dev/pandas/pull/32046#discussion_r382697823). There's a `sort` fixture in `tests.indexes.interval.test_setops`, which could be used in other places as well. For instance in `test_difference_base` in `pandas/tests/indexes/common.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/32183/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32183/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32184
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32184/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32184/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32184/events
https://github.com/pandas-dev/pandas/pull/32184
569,372,368
MDExOlB1bGxSZXF1ZXN0Mzc4NjE2NzQ1
32,184
CLN: Removed class in pandas/tests/series/test_validate.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/17853006?v=4", "events_url": "https://api.github.com/users/SaturnFromTitan/events{/privacy}", "followers_url": "https://api.github.com/users/SaturnFromTitan/followers", "following_url": "https://api.github.com/users/SaturnFromTitan/following{/other_user}"...
[ { "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-02-22T18:16:10Z
2020-02-22T20:59:11Z
2020-02-22T20:59:05Z
CONTRIBUTOR
null
I've seen quite a few test files that only use a class for historic reasons. As functions are easier to comprehend I think it makes sense to move in this direction. - [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/32184/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32184/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32184.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32184", "merged_at": "2020-02-22T20:59:05Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32184.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32184" }
https://api.github.com/repos/pandas-dev/pandas/issues/32185
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32185/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32185/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32185/events
https://github.com/pandas-dev/pandas/pull/32185
569,393,486
MDExOlB1bGxSZXF1ZXN0Mzc4NjMxNzEw
32,185
BUG: 2D DTA/TDA arithmetic with object-dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "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-02-22T21:07:32Z
2020-03-09T17:45:22Z
2020-03-03T01:50:02Z
MEMBER
null
The main motivation for this is that it is prerequisite for implementing frame-with-frame ops blockwise. It also fixes a few broken cases: - dta - dta.astype(object) currently raises TypeError - ditto dti - dti.astype(object) - tda + dta.astype(object) returns ndarray of timestamps instead of DatetimeArray
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32185/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32185/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32185.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32185", "merged_at": "2020-03-03T01:50:02Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32185.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32185" }
https://api.github.com/repos/pandas-dev/pandas/issues/32186
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32186/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32186/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32186/events
https://github.com/pandas-dev/pandas/pull/32186
569,394,812
MDExOlB1bGxSZXF1ZXN0Mzc4NjMyNjkz
32,186
CLN: Removed class in pandas/tests/series/test_timezones.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/17853006?v=4", "events_url": "https://api.github.com/users/SaturnFromTitan/events{/privacy}", "followers_url": "https://api.github.com/users/SaturnFromTitan/followers", "following_url": "https://api.github.com/users/SaturnFromTitan/following{/other_user}"...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
null
4
2020-02-22T21:19:02Z
2020-02-23T16:15:29Z
2020-02-23T16:15:29Z
CONTRIBUTOR
null
- [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32186/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32186/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32186.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32186", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/32186.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32186" }
https://api.github.com/repos/pandas-dev/pandas/issues/32187
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32187/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32187/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32187/events
https://github.com/pandas-dev/pandas/pull/32187
569,395,721
MDExOlB1bGxSZXF1ZXN0Mzc4NjMzMzU5
32,187
CLN/TST: parametrize some tests in tests.indexing.test_float
{ "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...
1
2020-02-22T21:27:38Z
2020-02-26T04:43:27Z
2020-02-26T04:43:20Z
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/32187/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32187/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32187.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32187", "merged_at": "2020-02-26T04:43:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32187.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32187" }
https://api.github.com/repos/pandas-dev/pandas/issues/32188
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32188/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32188/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32188/events
https://github.com/pandas-dev/pandas/issues/32188
569,398,128
MDU6SXNzdWU1NjkzOTgxMjg=
32,188
BUG/ENH: MI.get_level_values and MI.set_levels get confused if level name happens to be int
{ "avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4", "events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}", "followers_url": "https://api.github.com/users/charlesdong1991/followers", "following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",...
[ { "color": "207de5", "default": false, "description": null, "id": 71268330, "name": "MultiIndex", "node_id": "MDU6TGFiZWw3MTI2ODMzMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/MultiIndex" }, { "color": "207de5", "default": false, "description": "Req...
closed
false
null
[]
null
2
2020-02-22T21:49:24Z
2020-02-25T19:51:33Z
2020-02-25T19:51:33Z
MEMBER
null
While working on a PR, find out a confusion when level names are integer/None, e.g. ```python >>> mi = pd.MultiIndex.from_frame(pd.DataFrame([[0.5,1],[0.5,0], [0.6, 0], [0.6,1]]), names=[None, 0]) >>> mi MultiIndex([(0.5, 1), (0.5, 0), (0.6, 0), (0.6, 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/32188/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32188/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32189
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32189/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32189/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32189/events
https://github.com/pandas-dev/pandas/pull/32189
569,404,512
MDExOlB1bGxSZXF1ZXN0Mzc4NjM5NDY0
32,189
CLN: F-string in pandas/tests/indexes/datetimes/test_to_period.py (#29547)
{ "avatar_url": "https://avatars.githubusercontent.com/u/22942125?v=4", "events_url": "https://api.github.com/users/jancervenka/events{/privacy}", "followers_url": "https://api.github.com/users/jancervenka/followers", "following_url": "https://api.github.com/users/jancervenka/following{/other_user}", "gists_u...
[ { "color": "eb6420", "default": false, "description": "Code style, linting, code_checks", "id": 106935113, "name": "Code Style", "node_id": "MDU6TGFiZWwxMDY5MzUxMTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style" } ]
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-02-22T22:50:16Z
2020-02-23T01:01:03Z
2020-02-23T01:00:57Z
CONTRIBUTOR
null
Issue #29547 - [x] tests 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/32189/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32189/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32189.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32189", "merged_at": "2020-02-23T01:00:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32189.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32189" }
https://api.github.com/repos/pandas-dev/pandas/issues/32190
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32190/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32190/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32190/events
https://github.com/pandas-dev/pandas/issues/32190
569,408,410
MDU6SXNzdWU1Njk0MDg0MTA=
32,190
BUG: could be a problem related to dropna()
{ "avatar_url": "https://avatars.githubusercontent.com/u/712044?v=4", "events_url": "https://api.github.com/users/Conxz/events{/privacy}", "followers_url": "https://api.github.com/users/Conxz/followers", "following_url": "https://api.github.com/users/Conxz/following{/other_user}", "gists_url": "https://api.gi...
[ { "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-02-22T23:29:40Z
2020-03-25T07:41:56Z
2020-02-24T17:08:40Z
NONE
null
#### Code Sample ```python import pandas as pd import numpy as np df = pd.DataFrame({"name": ['Alfred', 'Batman', 'Catwoman'], "toy": [np.nan, 'Batmobile', 'Bullwhip'], "born": [pd.NaT, pd.Timestamp("1940-04-25"), pd.NaT]}) #df # born...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32190/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32190/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32191
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32191/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32191/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32191/events
https://github.com/pandas-dev/pandas/pull/32191
569,422,274
MDExOlB1bGxSZXF1ZXN0Mzc4NjUyMjQ5
32,191
BLD: Init PyDateTimeAPI Warnings
{ "avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4", "events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}", "followers_url": "https://api.github.com/users/alimcmaster1/followers", "following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}", "gist...
[]
closed
false
null
[]
null
2
2020-02-23T01:55:35Z
2020-05-01T22:02:02Z
2020-02-23T02:09:06Z
CONTRIBUTOR
null
- Fixes below warning: ``` In file included from pandas/_libs/src/ujson/python/date_conversions.h:7:0, from pandas/_libs/src/ujson/python/date_conversions.c:4: /home/vsts/miniconda3/envs/pandas-dev/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variabl...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32191/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32191/timeline
null
1
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32191.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32191", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/32191.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32191" }
https://api.github.com/repos/pandas-dev/pandas/issues/32192
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32192/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32192/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32192/events
https://github.com/pandas-dev/pandas/pull/32192
569,428,930
MDExOlB1bGxSZXF1ZXN0Mzc4NjU2ODA5
32,192
Backport PR #31591 on branch 1.0.x
{ "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": "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-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
1
2020-02-23T03:09:40Z
2020-02-23T15:06:31Z
2020-02-23T14:54:45Z
MEMBER
null
xref #31591
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32192/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32192/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32192.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32192", "merged_at": "2020-02-23T14:54:45Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32192.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32192" }
https://api.github.com/repos/pandas-dev/pandas/issues/32193
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32193/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32193/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32193/events
https://github.com/pandas-dev/pandas/pull/32193
569,436,732
MDExOlB1bGxSZXF1ZXN0Mzc4NjYyMzY0
32,193
TYP: annotations
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-02-23T04:41:25Z
2020-02-23T17:04:04Z
2020-02-23T15:23:40Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32193/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32193/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32193.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32193", "merged_at": "2020-02-23T15:23:40Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32193.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32193" }
https://api.github.com/repos/pandas-dev/pandas/issues/32194
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32194/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32194/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32194/events
https://github.com/pandas-dev/pandas/issues/32194
569,441,193
MDU6SXNzdWU1Njk0NDExOTM=
32,194
Extension dtypes are modified when performing groupby aggregate with agg dict
{ "avatar_url": "https://avatars.githubusercontent.com/u/8151150?v=4", "events_url": "https://api.github.com/users/griffindore/events{/privacy}", "followers_url": "https://api.github.com/users/griffindore/followers", "following_url": "https://api.github.com/users/griffindore/following{/other_user}", "gists_ur...
[ { "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-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...
3
2020-02-23T05:30:11Z
2020-05-06T12:49:41Z
2020-04-07T10:04:15Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python x = np.array([0,1,2,3,4,5], dtype=np.uint8) # some data y = np.array([0,1,2,3,4,5], dtype=np.int32) # some other data g = ['foo', 'bar', 'baz', 'foo', 'bar', 'baz'] # grouping column df = pd.DataFrame({'x': x, 'y': y, 'g': g}) # constru...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32194/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32194/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32195
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32195/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32195/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32195/events
https://github.com/pandas-dev/pandas/issues/32195
569,444,775
MDU6SXNzdWU1Njk0NDQ3NzU=
32,195
Tried this and output was true. Again tried to read the file car = pd.read_csv("/Users/apple/Desktop/usedcars.csv". But ended with same error
{ "avatar_url": "https://avatars.githubusercontent.com/u/61176692?v=4", "events_url": "https://api.github.com/users/SatyakeerthiS/events{/privacy}", "followers_url": "https://api.github.com/users/SatyakeerthiS/followers", "following_url": "https://api.github.com/users/SatyakeerthiS/following{/other_user}", "g...
[ { "color": "207de5", "default": false, "description": "Clarification about behavior needed to assess issue", "id": 307649777, "name": "Needs Info", "node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info" } ]
closed
false
null
[]
null
3
2020-02-23T06:12:58Z
2020-02-24T19:26:28Z
2020-02-24T19:26:27Z
NONE
null
Pls provide your directory structure, then try: ``` import os os.getcwd() # your current working directory will be displayed os.path.exists('Department_of_Recreation_and_Parks__Facility_and_Park_Information.csv') # Must be True, otherwise it is unrelated to pandas ``` Not sure why you're caring `matplotlib...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32195/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32195/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32196
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32196/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32196/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32196/events
https://github.com/pandas-dev/pandas/issues/32196
569,451,244
MDU6SXNzdWU1Njk0NTEyNDQ=
32,196
DataFrame.sparse.from_spmatrix seems inefficient with large (but very sparse) matrices?
{ "avatar_url": "https://avatars.githubusercontent.com/u/4177727?v=4", "events_url": "https://api.github.com/users/fedarko/events{/privacy}", "followers_url": "https://api.github.com/users/fedarko/followers", "following_url": "https://api.github.com/users/fedarko/following{/other_user}", "gists_url": "https:/...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "009800", "default"...
closed
false
null
[]
null
6
2020-02-23T07:26:48Z
2020-03-22T20:33:47Z
2020-03-22T20:33:47Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd from scipy.sparse import csr_matrix mil = 1000000 big_csr_diag_1s = csr_matrix((mil, mil), dtype="float") # Following line takes around 15 seconds to run big_csr_diag_1s.setdiag(1) # At this point, big_csr_diag_1s is just a co...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32196/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32196/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32197
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32197/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32197/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32197/events
https://github.com/pandas-dev/pandas/pull/32197
569,474,273
MDExOlB1bGxSZXF1ZXN0Mzc4NjkwNDM0
32,197
TYP: Add annotation for df.pivot
{ "avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4", "events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}", "followers_url": "https://api.github.com/users/charlesdong1991/followers", "following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",...
[ { "color": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-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-02-23T10:31:51Z
2020-05-18T22:53:40Z
2020-05-18T22:53:35Z
MEMBER
null
- [ ] xref #30928 - [ ] 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/32197/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32197/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32197.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32197", "merged_at": "2020-05-18T22:53:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32197.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32197" }
https://api.github.com/repos/pandas-dev/pandas/issues/32198
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32198/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32198/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32198/events
https://github.com/pandas-dev/pandas/pull/32198
569,504,449
MDExOlB1bGxSZXF1ZXN0Mzc4NzEyNDEw
32,198
DOC: add missing links to introduction to pandas
{ "avatar_url": "https://avatars.githubusercontent.com/u/34237447?v=4", "events_url": "https://api.github.com/users/RaisaDZ/events{/privacy}", "followers_url": "https://api.github.com/users/RaisaDZ/followers", "following_url": "https://api.github.com/users/RaisaDZ/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...
1
2020-02-23T14:35:26Z
2020-02-27T01:15:56Z
2020-02-27T01:15:50Z
CONTRIBUTOR
null
I noticed that there were some links missing in `10 minutes to pandas'.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32198/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32198/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32198.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32198", "merged_at": "2020-02-27T01:15:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32198.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32198" }
https://api.github.com/repos/pandas-dev/pandas/issues/32199
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32199/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32199/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32199/events
https://github.com/pandas-dev/pandas/pull/32199
569,507,970
MDExOlB1bGxSZXF1ZXN0Mzc4NzE1MDMy
32,199
Backport PR #32124 on branch 1.0.x (BUG: Avoid ambiguous condition in GroupBy.first / last)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT,...
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2020-02-23T15:00:19Z
2020-02-23T15:45:54Z
2020-02-23T15:45:54Z
NONE
null
Backport PR #32124: BUG: Avoid ambiguous condition in GroupBy.first / 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/32199/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32199/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32199.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32199", "merged_at": "2020-02-23T15:45:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32199.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32199" }
https://api.github.com/repos/pandas-dev/pandas/issues/32200
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32200/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32200/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32200/events
https://github.com/pandas-dev/pandas/pull/32200
569,507,994
MDExOlB1bGxSZXF1ZXN0Mzc4NzE1MDQ4
32,200
Backport PR #31939 on branch 1.0.x (BUG: Fix construction of Categorical from pd.NA)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "e11d21"...
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2020-02-23T15:00:31Z
2020-02-23T16:02:55Z
2020-02-23T16:02:55Z
NONE
null
Backport PR #31939: BUG: Fix construction of Categorical from pd.NA
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32200/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32200/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32200.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32200", "merged_at": "2020-02-23T16:02:55Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32200.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32200" }
https://api.github.com/repos/pandas-dev/pandas/issues/32201
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32201/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32201/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32201/events
https://github.com/pandas-dev/pandas/pull/32201
569,508,259
MDExOlB1bGxSZXF1ZXN0Mzc4NzE1MjM4
32,201
Backport PR #32175 on branch 1.0.x (BUG: groupby nunique changing values)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" } ]
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2020-02-23T15:02:26Z
2020-02-23T16:59:31Z
2020-02-23T16:59:31Z
NONE
null
Backport PR #32175: BUG: groupby nunique changing values
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32201/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32201/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32201.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32201", "merged_at": "2020-02-23T16:59:31Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32201.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32201" }
https://api.github.com/repos/pandas-dev/pandas/issues/32202
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32202/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32202/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32202/events
https://github.com/pandas-dev/pandas/pull/32202
569,512,775
MDExOlB1bGxSZXF1ZXN0Mzc4NzE4NDkx
32,202
BUG: DataFrame fail to construct when data is list and columns is nested list for MI
{ "avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4", "events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}", "followers_url": "https://api.github.com/users/charlesdong1991/followers", "following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",...
[ { "color": "370f77", "default": false, "description": "DataFrame data structure", "id": 1049312478, "name": "DataFrame", "node_id": "MDU6TGFiZWwxMDQ5MzEyNDc4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/DataFrame" }, { "color": "d4c5f9", "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...
10
2020-02-23T15:35:13Z
2020-04-06T21:15:25Z
2020-04-06T21:15:19Z
MEMBER
null
- [ ] closes #32173 - [ ] 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/32202/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32202/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32202.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32202", "merged_at": "2020-04-06T21:15:19Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32202.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32202" }
https://api.github.com/repos/pandas-dev/pandas/issues/32203
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32203/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32203/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32203/events
https://github.com/pandas-dev/pandas/issues/32203
569,518,381
MDU6SXNzdWU1Njk1MTgzODE=
32,203
fillna(inplace=True) does not work with columns selected by loc
{ "avatar_url": "https://avatars.githubusercontent.com/u/17807970?v=4", "events_url": "https://api.github.com/users/WenjieDu/events{/privacy}", "followers_url": "https://api.github.com/users/WenjieDu/followers", "following_url": "https://api.github.com/users/WenjieDu/following{/other_user}", "gists_url": "htt...
[]
closed
false
null
[]
null
6
2020-02-23T16:13:58Z
2020-02-25T17:07:06Z
2020-02-25T16:50:09Z
NONE
null
not only multiple columns, but also one column. `df.loc[df.id==123, 'num'].fillna(0, inplace=True)` doesn't work , but `df.loc[df.id==123, 'num'] = 123` works why not edit the **fillna** function to adapt it in the future. It seems like a bug. _Originally posted by @shuiyuejihua in https://github.com/pandas-d...
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32203/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32203/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32204
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32204/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32204/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32204/events
https://github.com/pandas-dev/pandas/pull/32204
569,529,367
MDExOlB1bGxSZXF1ZXN0Mzc4NzMwMzg5
32,204
CLN: simplify CategoricalIndex._simple_new
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" }, { "color": "d4c5f9", "default": false, "description": "Series/DataF...
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-02-23T17:30:58Z
2020-02-26T02:16:00Z
2020-02-26T02:14:24Z
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/32204/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32204/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32204.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32204", "merged_at": "2020-02-26T02:14:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32204.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32204" }
https://api.github.com/repos/pandas-dev/pandas/issues/32205
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32205/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32205/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32205/events
https://github.com/pandas-dev/pandas/issues/32205
569,531,435
MDU6SXNzdWU1Njk1MzE0MzU=
32,205
Simplify test_value_counts_unique_nunique_null in pandas/tests/base/test_ops.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/17853006?v=4", "events_url": "https://api.github.com/users/SaturnFromTitan/events{/privacy}", "followers_url": "https://api.github.com/users/SaturnFromTitan/followers", "following_url": "https://api.github.com/users/SaturnFromTitan/following{/other_user}"...
[]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/17853006?v=4", "events_url": "https://api.github.com/users/SaturnFromTitan/events{/privacy}", "followers_url": "https://api.github.com/users/SaturnFromTitan/followers", "following_url": "https://api.github.com/users/SaturnFromTitan/following{/other_user}"...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/17853006?v=4", "events_url": "https://api.github.com/users/SaturnFromTitan/events{/privacy}", "followers_url": "https://api.github.com/users/SaturnFromTitan/followers", "following_url": "https://api.github.com/users/SaturnFromTitan/following{/...
null
1
2020-02-23T17:46:29Z
2020-03-04T13:52:31Z
2020-03-04T13:52:31Z
CONTRIBUTOR
null
As stated by @jreback in [his comment](https://github.com/pandas-dev/pandas/pull/32046#discussion_r383021295) on #32046, there are some weird constructs, duplications and unreachable code in this test. For more info see the mentioned PR and the unresolved comments in the bottom. The other tests in this file have ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32205/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32205/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32206
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32206/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32206/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32206/events
https://github.com/pandas-dev/pandas/issues/32206
569,540,193
MDU6SXNzdWU1Njk1NDAxOTM=
32,206
Clean up null checking
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "d7e102", "default": false, "description": "np.nan, ...
open
false
null
[]
null
0
2020-02-23T18:51:58Z
2020-05-07T03:55:20Z
null
MEMBER
null
From the discussion in https://github.com/pandas-dev/pandas/pull/31939 it was pointed out that there are places where we check for nullness in an unnecessarily verbose way, e.g.: https://github.com/pandas-dev/pandas/blob/master/pandas/_libs/hashtable_class_helper.pxi.in#L1036. Ideally we should just be able to use `...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32206/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32206/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32207
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32207/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32207/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32207/events
https://github.com/pandas-dev/pandas/issues/32207
569,543,306
MDU6SXNzdWU1Njk1NDMzMDY=
32,207
read_excel loses spaces on ods
{ "avatar_url": "https://avatars.githubusercontent.com/u/464192?v=4", "events_url": "https://api.github.com/users/joernhees/events{/privacy}", "followers_url": "https://api.github.com/users/joernhees/followers", "following_url": "https://api.github.com/users/joernhees/following{/other_user}", "gists_url": "ht...
[ { "color": "bfe5bf", "default": false, "description": "read_excel, to_excel", "id": 49254273, "name": "IO Excel", "node_id": "MDU6TGFiZWw0OTI1NDI3Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Excel" } ]
closed
false
null
[]
{ "closed_at": "2020-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-02-23T19:16:43Z
2020-04-06T23:26:48Z
2020-04-06T23:26:48Z
NONE
null
#### Code Sample Create a new spreadsheet with 1 column "testcol" in LibreOffice / OpenOffice & Excel, save as `test.ods`/`test.xlsx`: ``` testcol this is great 4 spaces 1 trailing 1 leading 2 spaces multiple times ``` For simplicity here as zip: (1 ods, 1 xlsx): [spreadsheets.zip](https://github.com/...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32207/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32207/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32208
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32208/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32208/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32208/events
https://github.com/pandas-dev/pandas/issues/32208
569,559,889
MDU6SXNzdWU1Njk1NTk4ODk=
32,208
visual bug in pd.style.background_gradient
{ "avatar_url": "https://avatars.githubusercontent.com/u/8426290?v=4", "events_url": "https://api.github.com/users/DSLituiev/events{/privacy}", "followers_url": "https://api.github.com/users/DSLituiev/followers", "following_url": "https://api.github.com/users/DSLituiev/following{/other_user}", "gists_url": "h...
[]
closed
false
null
[]
null
3
2020-02-23T21:17:56Z
2020-10-21T13:32:28Z
2020-02-25T18:08:09Z
NONE
null
#### Problem description The `pd.style.background_gradient` messes up the color order. That is it display wrongs colors that obviously don't conform the order of underlying numbers. #### Code Sample, a copy-pastable example if possible ```python import io import pandas as pd pd.read_csv(io.StringIO('''round,l...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32208/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32208/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32209
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32209/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32209/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32209/events
https://github.com/pandas-dev/pandas/pull/32209
569,559,947
MDExOlB1bGxSZXF1ZXN0Mzc4NzUyMTA2
32,209
CLN: Use defaultdict for minor optimization
{ "avatar_url": "https://avatars.githubusercontent.com/u/25360440?v=4", "events_url": "https://api.github.com/users/jaketae/events{/privacy}", "followers_url": "https://api.github.com/users/jaketae/followers", "following_url": "https://api.github.com/users/jaketae/following{/other_user}", "gists_url": "https:...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" } ]
closed
false
null
[]
null
13
2020-02-23T21:18:20Z
2020-02-26T22:02:22Z
2020-02-26T22:02:22Z
CONTRIBUTOR
null
Edit `_from_nested_dict()` by using `defaultdict` for marginal optimization - [ ] 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/32209/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32209/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32209.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32209", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/32209.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32209" }
https://api.github.com/repos/pandas-dev/pandas/issues/32210
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32210/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32210/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32210/events
https://github.com/pandas-dev/pandas/pull/32210
569,567,593
MDExOlB1bGxSZXF1ZXN0Mzc4NzU3MDE2
32,210
REF: share benchmark code
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "b60205", "default": false, "description": "Temporarily-closed PR the author plans to return to", "id": 1991290519, "name": "Mothballed", "node_id": "MDU6TGFiZWwxOTkxMjkwNTE5", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Mothballed" } ]
closed
false
null
[]
null
0
2020-02-23T22:10:27Z
2020-04-21T23:02:14Z
2020-02-24T00:11:18Z
MEMBER
null
Collapse 5 classes down to 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/32210/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32210/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32210.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32210", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/32210.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32210" }
https://api.github.com/repos/pandas-dev/pandas/issues/32211
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32211/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32211/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32211/events
https://github.com/pandas-dev/pandas/pull/32211
569,572,927
MDExOlB1bGxSZXF1ZXN0Mzc4NzYwOTM0
32,211
CLN/REF: Split up / clean Categorical constructor tests
{ "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:/...
[]
closed
false
null
[]
null
3
2020-02-23T22:50:36Z
2020-02-25T23:44:53Z
2020-02-25T23:44:06Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32211/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32211/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32211.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32211", "merged_at": "2020-02-25T23:44:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32211.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32211" }
https://api.github.com/repos/pandas-dev/pandas/issues/32212
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32212/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32212/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32212/events
https://github.com/pandas-dev/pandas/pull/32212
569,573,673
MDExOlB1bGxSZXF1ZXN0Mzc4NzYxNTA5
32,212
DOC: DataFrame.ewm clean-up
{ "avatar_url": "https://avatars.githubusercontent.com/u/12001304?v=4", "events_url": "https://api.github.com/users/sursu/events{/privacy}", "followers_url": "https://api.github.com/users/sursu/followers", "following_url": "https://api.github.com/users/sursu/following{/other_user}", "gists_url": "https://api....
[ { "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...
12
2020-02-23T22:56:41Z
2020-03-09T14:25:48Z
2020-03-07T19:59:42Z
CONTRIBUTOR
null
Cosmetic change.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32212/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32212/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32212.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32212", "merged_at": "2020-03-07T19:59:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32212.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32212" }
https://api.github.com/repos/pandas-dev/pandas/issues/32213
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32213/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32213/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32213/events
https://github.com/pandas-dev/pandas/issues/32213
569,586,193
MDU6SXNzdWU1Njk1ODYxOTM=
32,213
pandas.to_datetime raises when given pd.NA
{ "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": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "8cc645", "default": false, "description": "Related t...
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
5
2020-02-24T00:27:59Z
2020-02-26T12:39:56Z
2020-02-26T12:39:56Z
MEMBER
null
`to_datetime` raises when we pass in `pd.NA` but it should probably convert to `pd.NaT`, I think (or at least this would be better than an error)? ```python In [1]: import pandas as pd ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32213/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32213/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/32214
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32214/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32214/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32214/events
https://github.com/pandas-dev/pandas/pull/32214
569,586,517
MDExOlB1bGxSZXF1ZXN0Mzc4NzcxMzU4
32,214
BUG: Cast pd.NA to pd.NaT in to_datetime
{ "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": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "d7e102", "default": false, "description": "np.nan, p...
closed
false
null
[]
{ "closed_at": "2020-03-16T02:29:08Z", "closed_issues": 155, "created_at": "2020-02-03T09:13:39Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
7
2020-02-24T00:30:05Z
2020-02-26T21:25:40Z
2020-02-26T12:39:57Z
MEMBER
null
- [x] closes #32213 - [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/32214/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32214/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32214.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32214", "merged_at": "2020-02-26T12:39:56Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32214.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32214" }
https://api.github.com/repos/pandas-dev/pandas/issues/32215
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/32215/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/32215/comments
https://api.github.com/repos/pandas-dev/pandas/issues/32215/events
https://github.com/pandas-dev/pandas/pull/32215
569,592,189
MDExOlB1bGxSZXF1ZXN0Mzc4Nzc1NzQx
32,215
REF: include CategoricalIndex in index_cached parametrization
{ "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": "ae68cc", "default": false, "description": "Performance (ASV) benchmarks", "id": 732775912, "name": "Benchmark", "node_id": "MDU6TGFiZWw3MzI3NzU5MTI=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Benchmark" } ]
closed
false
null
[]
{ "closed_at": "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-02-24T01:05:07Z
2020-02-26T02:14:14Z
2020-02-26T02:13:16Z
MEMBER
null
There is a lot of de-duplication to be done, but pytest-based habits dont quite work here. So baby steps.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/32215/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/32215/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/32215.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/32215", "merged_at": "2020-02-26T02:13:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/32215.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32215" }