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/38919 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38919/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38919/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38919/events | https://github.com/pandas-dev/pandas/pull/38919 | 777,624,174 | MDExOlB1bGxSZXF1ZXN0NTQ3ODY5MDI1 | 38,919 | BUG: fix the bad error raised by HDFStore.put() | {
"avatar_url": "https://avatars.githubusercontent.com/u/31664721?v=4",
"events_url": "https://api.github.com/users/1MLightyears/events{/privacy}",
"followers_url": "https://api.github.com/users/1MLightyears/followers",
"following_url": "https://api.github.com/users/1MLightyears/following{/other_user}",
"gist... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
},
{
"color": "5319... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2021-01-03T12:00:19Z | 2021-01-05T02:22:38Z | 2021-01-05T02:22:33Z | CONTRIBUTOR | null | - [x] closes #34274
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
*P.S. something was wrong with `git diff upstream/master` so I directly ran `flake8 ./pandas/io/pytables.py` as it's the only file changed*
------
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38919/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38919/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38919.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38919",
"merged_at": "2021-01-05T02:22:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38919.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38919"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38920 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38920/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38920/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38920/events | https://github.com/pandas-dev/pandas/pull/38920 | 777,627,524 | MDExOlB1bGxSZXF1ZXN0NTQ3ODcxNDE5 | 38,920 | TST: GH30999 Add placeholder messages to pandas/tests/io/test_sql.py and remove test for numexpr < 2.6.8 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1084147?v=4",
"events_url": "https://api.github.com/users/moink/events{/privacy}",
"followers_url": "https://api.github.com/users/moink/followers",
"following_url": "https://api.github.com/users/moink/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
},
{
"color": "eb64... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-03T12:22:31Z | 2021-01-05T17:01:47Z | 2021-01-03T17:24:50Z | MEMBER | null | This is my attempt to finally finish off #30999
In pandas/tests/io/test_sql.py, there is a whole test class skipped. It looks like xref #20536 is supposed to address that, but no one has commented there since March 2018, so I don't think that's going to be fixed any time soon. I noticed that there were other tests i... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38920/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38920/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38920.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38920",
"merged_at": "2021-01-03T17:24:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38920.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38920"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38921 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38921/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38921/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38921/events | https://github.com/pandas-dev/pandas/issues/38921 | 777,669,363 | MDU6SXNzdWU3Nzc2NjkzNjM= | 38,921 | COMPAT/BLD: rolling failed on Arm64 Linux | {
"avatar_url": "https://avatars.githubusercontent.com/u/7614606?v=4",
"events_url": "https://api.github.com/users/fangchenli/events{/privacy}",
"followers_url": "https://api.github.com/users/fangchenli/followers",
"following_url": "https://api.github.com/users/fangchenli/following{/other_user}",
"gists_url":... | [
{
"color": "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"
},
{
"color": "d4c5f9",
"default": false,
... | open | false | null | [] | null | 16 | 2021-01-03T16:17:40Z | 2021-08-14T23:12:21Z | null | MEMBER | null | The test `pandas/tests/window/test_rolling.py::test_rolling_var_numerical_issues` has failed on arm64 build.
```bash
_______________ test_rolling_var_numerical_issues[var-1-values0] _______________
[gw2] linux -- Python 3.7.9 /home/travis/miniconda3/envs/pandas-dev/bin/python
func = 'var', third_value = 1, 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/38921/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38921/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38922 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38922/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38922/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38922/events | https://github.com/pandas-dev/pandas/issues/38922 | 777,669,534 | MDU6SXNzdWU3Nzc2Njk1MzQ= | 38,922 | BUG: KeyError on Column Name - Column Name Is 100% There | {
"avatar_url": "https://avatars.githubusercontent.com/u/76912549?v=4",
"events_url": "https://api.github.com/users/DDZ12/events{/privacy}",
"followers_url": "https://api.github.com/users/DDZ12/followers",
"following_url": "https://api.github.com/users/DDZ12/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "207de5",
"default": false,
"description": "Clarification about beha... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 4 | 2021-01-03T16:18:34Z | 2021-02-15T10:46:05Z | 2021-02-14T14:12:24Z | NONE | null | - [x] I have checked that this issue has not already been reported.
Yes
- [x] I have confirmed this bug exists on the latest version of pandas.
Yes 1.2.0
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
No
---
**Note**: Please read [this guide](https://matthewrocklin.com/blog/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/38922/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38922/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38923 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38923/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38923/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38923/events | https://github.com/pandas-dev/pandas/issues/38923 | 777,672,030 | MDU6SXNzdWU3Nzc2NzIwMzA= | 38,923 | COMPAT: test in `tests/indexes/interval/test_astype.py` failed on arm64 | {
"avatar_url": "https://avatars.githubusercontent.com/u/7614606?v=4",
"events_url": "https://api.github.com/users/fangchenli/events{/privacy}",
"followers_url": "https://api.github.com/users/fangchenli/followers",
"following_url": "https://api.github.com/users/fangchenli/following{/other_user}",
"gists_url":... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions... | open | false | null | [] | null | 0 | 2021-01-03T16:32:30Z | 2021-08-14T23:12:53Z | null | MEMBER | null | ```bash
_________________ TestFloatSubtype.test_subtype_integer_errors _________________
[gw3] linux -- Python 3.7.9 /home/travis/miniconda3/envs/pandas-dev/bin/python
self = <pandas.tests.indexes.interval.test_astype.TestFloatSubtype object at 0xffff290887d0>
def test_subtype_integer_errors(self):
# f... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38923/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38923/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38924 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38924/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38924/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38924/events | https://github.com/pandas-dev/pandas/pull/38924 | 777,686,823 | MDExOlB1bGxSZXF1ZXN0NTQ3OTE0ODk1 | 38,924 | TST: 26807 split pandas/tests/tseries/offsets/test_offsets.py into multiple smaller test modules | {
"avatar_url": "https://avatars.githubusercontent.com/u/1084147?v=4",
"events_url": "https://api.github.com/users/moink/events{/privacy}",
"followers_url": "https://api.github.com/users/moink/followers",
"following_url": "https://api.github.com/users/moink/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "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": "0052cc",
"d... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2021-01-03T17:59:12Z | 2021-01-05T17:03:38Z | 2021-01-03T23:22:06Z | MEMBER | null | This is to address xref #26807 specifically for pandas/tests/tseries/offsets/test_offsets.py . I tried to get all the new modules below about 1000 lines and break it up in logical ways.
Other than moving code, I have changed some list construction for pytest parameterizing to be a tiny bit more compact by changing a... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38924/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38924/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38924.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38924",
"merged_at": "2021-01-03T23:22:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38924.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38924"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38925 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38925/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38925/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38925/events | https://github.com/pandas-dev/pandas/pull/38925 | 777,691,156 | MDExOlB1bGxSZXF1ZXN0NTQ3OTE3OTQ2 | 38,925 | ENH: Add support to import optional submodule and specify different min_version than default | {
"avatar_url": "https://avatars.githubusercontent.com/u/47963215?v=4",
"events_url": "https://api.github.com/users/lithomas1/events{/privacy}",
"followers_url": "https://api.github.com/users/lithomas1/followers",
"following_url": "https://api.github.com/users/lithomas1/following{/other_user}",
"gists_url": "... | [
{
"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": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-03T18:23:27Z | 2021-01-04T03:38:53Z | 2021-01-04T00:14:16Z | MEMBER | null | - [ ] closes #38888
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
cc @jreback, @arw2019 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38925/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38925/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38925.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38925",
"merged_at": "2021-01-04T00:14:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38925.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38925"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38926 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38926/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38926/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38926/events | https://github.com/pandas-dev/pandas/issues/38926 | 777,694,150 | MDU6SXNzdWU3Nzc2OTQxNTA= | 38,926 | CLN: Unify number recognition tests in read_csv for all parsers | {
"avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4",
"events_url": "https://api.github.com/users/phofl/events{/privacy}",
"followers_url": "https://api.github.com/users/phofl/followers",
"following_url": "https://api.github.com/users/phofl/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"id": 47229171,
"name": "IO CSV",
"node_id": "MDU6TGFiZWw0NzIyOTE3MQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV"
},
{
"color": "207de5",
"default": false,
"descriptio... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2021-01-03T18:42:54Z | 2021-01-04T23:24:44Z | 2021-01-04T23:15:17Z | MEMBER | null | Follow up for #38420
We should parametrize over all parsers for the test sets to ensure a consistent behavior
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38926/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38926/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38927 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38927/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38927/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38927/events | https://github.com/pandas-dev/pandas/pull/38927 | 777,695,520 | MDExOlB1bGxSZXF1ZXN0NTQ3OTIxMDcz | 38,927 | TST: stricten xfails | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-03T18:51:51Z | 2021-01-04T16:22:59Z | 2021-01-04T13:36:07Z | 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/38927/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38927/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38927.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38927",
"merged_at": "2021-01-04T13:36:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38927.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38927"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38928 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38928/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38928/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38928/events | https://github.com/pandas-dev/pandas/issues/38928 | 777,698,315 | MDU6SXNzdWU3Nzc2OTgzMTU= | 38,928 | BUG: UnknownTimezoneWarning from df.to_datetime() | {
"avatar_url": "https://avatars.githubusercontent.com/u/7028403?v=4",
"events_url": "https://api.github.com/users/nabelekt/events{/privacy}",
"followers_url": "https://api.github.com/users/nabelekt/followers",
"following_url": "https://api.github.com/users/nabelekt/following{/other_user}",
"gists_url": "http... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0052cc",
"default": false,
"description": "Issue that has not been ... | closed | false | null | [] | null | 2 | 2021-01-03T19:08:29Z | 2021-01-04T01:22:05Z | 2021-01-04T01:16:46Z | NONE | null | I have `test.csv`:
```
datetime
Oct 19, 2020 06:58:20 PM EDT
Oct 19, 2020 04:45:33 PM EDT
```
and `test.py`:
```
import pandas as pd
from datetime import datetime
input_file_path = 'test.csv'
df = pd.read_csv(input_file_path, delimiter=';')
print(df)
df['datetime'] = pd.to_datetime(df['datetime']... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38928/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38928/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38929 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38929/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38929/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38929/events | https://github.com/pandas-dev/pandas/pull/38929 | 777,717,069 | MDExOlB1bGxSZXF1ZXN0NTQ3OTM2MDc1 | 38,929 | TST: Replace pytest.xfail | {
"avatar_url": "https://avatars.githubusercontent.com/u/45562402?v=4",
"events_url": "https://api.github.com/users/rhshadrach/events{/privacy}",
"followers_url": "https://api.github.com/users/rhshadrach/followers",
"following_url": "https://api.github.com/users/rhshadrach/following{/other_user}",
"gists_url"... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-03T21:10:21Z | 2021-01-04T21:05:18Z | 2021-01-04T01:26:12Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Part of #38902. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38929/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38929/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38929.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38929",
"merged_at": "2021-01-04T01:26:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38929.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38929"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38930 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38930/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38930/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38930/events | https://github.com/pandas-dev/pandas/issues/38930 | 777,719,887 | MDU6SXNzdWU3Nzc3MTk4ODc= | 38,930 | TST/REF: splitting pandas/io/parsers.py into multiple files | {
"avatar_url": "https://avatars.githubusercontent.com/u/48889395?v=4",
"events_url": "https://api.github.com/users/arw2019/events{/privacy}",
"followers_url": "https://api.github.com/users/arw2019/followers",
"following_url": "https://api.github.com/users/arw2019/following{/other_user}",
"gists_url": "https:... | [
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"id": 47229171,
"name": "IO CSV",
"node_id": "MDU6TGFiZWw0NzIyOTE3MQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV"
},
{
"color": "fbca04",
"default": false,
"descriptio... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-03T21:29:21Z | 2021-01-21T23:48:43Z | 2021-01-21T23:48:43Z | MEMBER | null | `pandas/io/parsers.py` is close to 4k LOC (3986 on 1.3 master). Would it be reasonable to split it into multiple files (located, say, in a `pandas/io/parsers` directory)?
AFAICT the file contains 4 logical pieces:
- `read_...` methods (~700 LOC)
- `ParserBase` and related module-level methods ( ~1100 LOC)
- `CPa... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38930/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38930/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38931 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38931/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38931/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38931/events | https://github.com/pandas-dev/pandas/pull/38931 | 777,726,452 | MDExOlB1bGxSZXF1ZXN0NTQ3OTQyNzcy | 38,931 | BUG: DataFrame.__setitem__ raising ValueError with string indexer and empty df and df to set | {
"avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4",
"events_url": "https://api.github.com/users/phofl/events{/privacy}",
"followers_url": "https://api.github.com/users/phofl/followers",
"following_url": "https://api.github.com/users/phofl/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2021-01-03T22:14:19Z | 2021-01-06T01:13:51Z | 2021-01-06T00:35:39Z | MEMBER | null | - [x] closes #38831
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
Dont have to convert df to series, df has an index.
cc @jbrockmendel | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38931/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38931/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38931.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38931",
"merged_at": "2021-01-06T00:35:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38931.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38931"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38932 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38932/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38932/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38932/events | https://github.com/pandas-dev/pandas/pull/38932 | 777,727,674 | MDExOlB1bGxSZXF1ZXN0NTQ3OTQzNjkz | 38,932 | BUG: rank_2d raising with mixed dtypes | {
"avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4",
"events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}",
"followers_url": "https://api.github.com/users/mzeitlin11/followers",
"following_url": "https://api.github.com/users/mzeitlin11/following{/other_user}",
"gists_url"... | [
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
},
{
"color": "006... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-03T22:21:58Z | 2021-01-05T01:30:14Z | 2021-01-05T00:45:16Z | MEMBER | null | - [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/38932/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38932/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38932.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38932",
"merged_at": "2021-01-05T00:45:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38932.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38932"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38933 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38933/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38933/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38933/events | https://github.com/pandas-dev/pandas/pull/38933 | 777,737,194 | MDExOlB1bGxSZXF1ZXN0NTQ3OTUwNjY1 | 38,933 | DOC: improve shared content between comparison pages | {
"avatar_url": "https://avatars.githubusercontent.com/u/86842?v=4",
"events_url": "https://api.github.com/users/afeld/events{/privacy}",
"followers_url": "https://api.github.com/users/afeld/followers",
"following_url": "https://api.github.com/users/afeld/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2021-01-03T23:31:09Z | 2021-01-04T04:53:19Z | 2021-01-04T03:55:07Z | MEMBER | null | This pull request does a few things between the SAS and Stata pages, in separate commits:
- Makes the headings match, where it makes sense for them to
- Create more shared includes, as a follow-up to https://github.com/pandas-dev/pandas/pull/38887
- Improves some wording and ensures more methods are linked in the ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38933/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38933/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38933.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38933",
"merged_at": "2021-01-04T03:55:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38933.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38933"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38934 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38934/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38934/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38934/events | https://github.com/pandas-dev/pandas/pull/38934 | 777,790,720 | MDExOlB1bGxSZXF1ZXN0NTQ3OTkyMjIx | 38,934 | ENH: Improve numerical stability for groupby.mean and groupby.cumsum | {
"avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4",
"events_url": "https://api.github.com/users/phofl/events{/privacy}",
"followers_url": "https://api.github.com/users/phofl/followers",
"following_url": "https://api.github.com/users/phofl/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Com... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-04T03:34:55Z | 2021-01-04T13:26:44Z | 2021-01-04T13:25:06Z | MEMBER | null | - [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [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/38934/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38934/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38934.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38934",
"merged_at": "2021-01-04T13:25:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38934.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38934"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38935 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38935/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38935/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38935/events | https://github.com/pandas-dev/pandas/pull/38935 | 777,793,198 | MDExOlB1bGxSZXF1ZXN0NTQ3OTk0MTEx | 38,935 | DOC: remove use of head() in the comparison docs | {
"avatar_url": "https://avatars.githubusercontent.com/u/86842?v=4",
"events_url": "https://api.github.com/users/afeld/events{/privacy}",
"followers_url": "https://api.github.com/users/afeld/followers",
"following_url": "https://api.github.com/users/afeld/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2021-01-04T03:43:50Z | 2021-01-04T13:21:20Z | 2021-01-04T13:21:16Z | MEMBER | null | This helps to clarify the examples by removing code that isn't relevant. Added a dedicated section to the SAS, SQL, and Stata pages.
This builds on https://github.com/pandas-dev/pandas/pull/38933; ~~will rebase and mark as ready for review once that's merged. In the meantime, the last commit is the one that can be r... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38935/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38935/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38935.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38935",
"merged_at": "2021-01-04T13:21:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38935.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38935"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38936 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38936/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38936/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38936/events | https://github.com/pandas-dev/pandas/issues/38936 | 777,794,983 | MDU6SXNzdWU3Nzc3OTQ5ODM= | 38,936 | CLN: Consolidate raise_on_missing and on_version into a single errors parameter in import_optional_dependency | {
"avatar_url": "https://avatars.githubusercontent.com/u/47963215?v=4",
"events_url": "https://api.github.com/users/lithomas1/events{/privacy}",
"followers_url": "https://api.github.com/users/lithomas1/followers",
"following_url": "https://api.github.com/users/lithomas1/following{/other_user}",
"gists_url": "... | [
{
"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": "0052cc",
"default": false,
"description": "Issue th... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/47963215?v=4",
"events_url": "https://api.github.com/users/lithomas1/events{/privacy}",
"followers_url": "https://api.github.com/users/lithomas1/followers",
"following_url": "https://api.github.com/users/lithomas1/following{/other_user}",
"gists_url": "... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/47963215?v=4",
"events_url": "https://api.github.com/users/lithomas1/events{/privacy}",
"followers_url": "https://api.github.com/users/lithomas1/followers",
"following_url": "https://api.github.com/users/lithomas1/following{/other_user}",
... | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-04T03:50:52Z | 2021-01-11T13:59:41Z | 2021-01-11T13:59:41Z | MEMBER | null | xref [#38925 comment](https://github.com/pandas-dev/pandas/pull/38925#discussion_r551048418)
The new parameter should errors should have options of either "raise", "warn", or "ignore".
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38936/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38936/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38937 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38937/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38937/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38937/events | https://github.com/pandas-dev/pandas/issues/38937 | 777,803,156 | MDU6SXNzdWU3Nzc4MDMxNTY= | 38,937 | ENH: pd.read_excel with table parameter | {
"avatar_url": "https://avatars.githubusercontent.com/u/25709809?v=4",
"events_url": "https://api.github.com/users/samukweku/events{/privacy}",
"followers_url": "https://api.github.com/users/samukweku/followers",
"following_url": "https://api.github.com/users/samukweku/following{/other_user}",
"gists_url": "... | [
{
"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": "bfe5bf",
"default": false,
"description": "read_exc... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 2 | 2021-01-04T04:22:24Z | 2021-08-14T23:13:35Z | null | NONE | null | #### Is your feature request related to a problem?
Excel has [tables ](https://support.microsoft.com/en-us/office/overview-of-excel-tables-7ab0bb7d-3a9e-4b56-a3c9-6c94334e492c#:~:text=To%20quickly%20create%20a%20table,row%2C%20and%20then%20click%20OK.), that makes data managing within Excel easier and offers some othe... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38937/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38937/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38938 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38938/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38938/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38938/events | https://github.com/pandas-dev/pandas/issues/38938 | 777,808,790 | MDU6SXNzdWU3Nzc4MDg3OTA= | 38,938 | DOC: Update contributing.rst | {
"avatar_url": "https://avatars.githubusercontent.com/u/32351527?v=4",
"events_url": "https://api.github.com/users/BobinMathew/events{/privacy}",
"followers_url": "https://api.github.com/users/BobinMathew/followers",
"following_url": "https://api.github.com/users/BobinMathew/following{/other_user}",
"gists_u... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 7171206... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2021-01-04T04:42:01Z | 2021-01-06T15:02:41Z | 2021-01-06T15:02:41Z | CONTRIBUTOR | null | #### Location of the documentation
doc/source/development/contributing.rst
#### Documentation problem
Need additional information about the command that verifies the linting of code files.
#### Suggested fix for documentation
`pre-commit run --from-ref=upstream/master --to-ref=HEAD --all-files`
The 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/38938/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38938/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38939 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38939/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38939/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38939/events | https://github.com/pandas-dev/pandas/pull/38939 | 777,852,744 | MDExOlB1bGxSZXF1ZXN0NTQ4MDQ0MTM2 | 38,939 | API: honor copy=True when passing dict to DataFrame | {
"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": "Internal Consistency of API/Behavior",
"id": 1741841389,
"name": "API - Consistency",
"node_id": "MDU6TGFiZWwxNzQxODQxMzg5",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20-%20Consistency"
},
{
"color": "... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 18 | 2021-01-04T06:26:44Z | 2021-03-31T01:05:17Z | 2021-03-31T01:03:22Z | MEMBER | null | - [x] closes #32960
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [x] whatsnew entry
xref #34872 cc @TomAugspurger used the test_dict_nocopy you wrote but it ended up pretty m... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38939/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38939/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38939.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38939",
"merged_at": "2021-03-31T01:03:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38939.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38939"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38940 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38940/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38940/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38940/events | https://github.com/pandas-dev/pandas/pull/38940 | 777,891,463 | MDExOlB1bGxSZXF1ZXN0NTQ4MDc3MjM2 | 38,940 | ⬆️ UPGRADE: Autoupdate pre-commit config | {
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/f... | [
{
"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": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2021-01-04T07:40:09Z | 2021-01-05T09:41:33Z | 2021-01-05T09:41:28Z | CONTRIBUTOR | null | <!-- START pr-commits -->
<!-- END pr-commits -->
## Base PullRequest
default branch (https://github.com/pandas-dev/pandas/tree/master)
## Command results
<details>
<summary>Details: </summary>
<details>
<summary><em>add path</em></summary>
```Shell
/home/runner/work/_actions/technote-space/create-pr-action/v2/nod... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38940/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38940/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38940.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38940",
"merged_at": "2021-01-05T09:41:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38940.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38940"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38941 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38941/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38941/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38941/events | https://github.com/pandas-dev/pandas/pull/38941 | 777,928,124 | MDExOlB1bGxSZXF1ZXN0NTQ4MTA4NDY0 | 38,941 | DOC: minor tweaks to formatting on SQL comparison page | {
"avatar_url": "https://avatars.githubusercontent.com/u/86842?v=4",
"events_url": "https://api.github.com/users/afeld/events{/privacy}",
"followers_url": "https://api.github.com/users/afeld/followers",
"following_url": "https://api.github.com/users/afeld/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "5319e7",
"default": false,
"description": "to_sql, read_sql, rea... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-04T08:41:33Z | 2021-01-04T13:33:16Z | 2021-01-04T13:33:13Z | MEMBER | null | Adding code formatting, missing punctuation, etc. No changes of substance.
- [ ] ~~closes #xxxx~~
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [ ] ~~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/38941/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38941/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38941.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38941",
"merged_at": "2021-01-04T13:33:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38941.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38941"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38942 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38942/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38942/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38942/events | https://github.com/pandas-dev/pandas/pull/38942 | 778,038,878 | MDExOlB1bGxSZXF1ZXN0NTQ4MjAwMDUz | 38,942 | Backport PR #38893: doc fix for testing.assert_series_equal check_freq arg | {
"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": "2021-01-20T19:40:18Z",
"closed_issues": 138,
"created_at": "2020-12-13T17:06:11Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.co... | 0 | 2021-01-04T11:47:48Z | 2021-01-04T13:47:10Z | 2021-01-04T13:19:25Z | MEMBER | null | Backport PR #38893 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38942/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38942/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38942.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38942",
"merged_at": "2021-01-04T13:19:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38942.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38942"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38943 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38943/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38943/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38943/events | https://github.com/pandas-dev/pandas/issues/38943 | 778,046,742 | MDU6SXNzdWU3NzgwNDY3NDI= | 38,943 | CI: Travis not running (no credits) | {
"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": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 7 | 2021-01-04T12:02:24Z | 2021-06-01T13:51:18Z | 2021-06-01T13:51:18Z | MEMBER | null | https://travis-ci.com/github/pandas-dev/pandas/requests | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38943/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38943/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38944 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38944/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38944/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38944/events | https://github.com/pandas-dev/pandas/issues/38944 | 778,095,854 | MDU6SXNzdWU3NzgwOTU4NTQ= | 38,944 | REGR: empty CatgoricalIndex constructor by passing no data (but passing categories) no longer working | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-04T13:29:38Z | 2021-05-25T08:14:34Z | 2021-05-25T08:14:34Z | MEMBER | null | See https://github.com/pandas-dev/pandas/pull/38614/files#r551313565
https://github.com/pandas-dev/pandas/pull/38614/ changed the CategoricalIndex constructor to disallow scalar values, but at the same time it also disallowed passing *no* values to create an empty index (which in practice means passing the default o... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38944/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38944/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38945 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38945/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38945/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38945/events | https://github.com/pandas-dev/pandas/pull/38945 | 778,101,678 | MDExOlB1bGxSZXF1ZXN0NTQ4MjUxMzg4 | 38,945 | Backport PR #38909 on branch 1.2.x (BUG: Fixed regression in rolling.skew and rolling.kurt modifying object) | {
"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": "d4c5f9",
"default": false,
"description": "rolling, ewma, expanding",
"id": 1045950827,
"name": "Window",
"node_id": "MDU6TGFiZWwxMDQ1OTUwODI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Window"
}
] | closed | false | null | [] | {
"closed_at": "2021-01-20T19:40:18Z",
"closed_issues": 138,
"created_at": "2020-12-13T17:06:11Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.co... | 0 | 2021-01-04T13:39:05Z | 2021-01-04T15:23:01Z | 2021-01-04T15:23:01Z | NONE | null | Backport PR #38909: BUG: Fixed regression in rolling.skew and rolling.kurt modifying object | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38945/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38945/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38945.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38945",
"merged_at": "2021-01-04T15:23:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38945.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38945"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38946 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38946/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38946/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38946/events | https://github.com/pandas-dev/pandas/issues/38946 | 778,134,212 | MDU6SXNzdWU3NzgxMzQyMTI= | 38,946 | REGR: comparison op with dask data structure fails | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e11d21",
"default": false,
"description": "Functionality that used ... | open | false | null | [] | null | 9 | 2021-01-04T14:29:39Z | 2021-08-14T23:14:12Z | null | MEMBER | null | Using pandas 1.0.5 and latest dask 2020.12.0:
```
In [2]: import dask.dataframe as dd
In [3]: df = pd.DataFrame({"x": ["a", "b", "c"] * 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/38946/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38946/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38947 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38947/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38947/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38947/events | https://github.com/pandas-dev/pandas/issues/38947 | 778,203,349 | MDU6SXNzdWU3NzgyMDMzNDk= | 38,947 | REGR: Barplot broken on Index(dtype='object') | {
"avatar_url": "https://avatars.githubusercontent.com/u/23336875?v=4",
"events_url": "https://api.github.com/users/douglas-raillard-arm/events{/privacy}",
"followers_url": "https://api.github.com/users/douglas-raillard-arm/followers",
"following_url": "https://api.github.com/users/douglas-raillard-arm/followin... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"color": "e11d21",
"default": false,
"description": "Fu... | 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",
... | 9 | 2021-01-04T16:15:25Z | 2021-09-23T21:51:37Z | null | NONE | null | **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) detailing how to provide the necessary information for us to reproduce your bug.
#### Code Sample, a copy-pastable example
```python
df = pd.DataFrame(
{
'a': [1, 2],
},
index=pd.Index(... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38947/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38947/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38948 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38948/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38948/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38948/events | https://github.com/pandas-dev/pandas/issues/38948 | 778,251,146 | MDU6SXNzdWU3NzgyNTExNDY= | 38,948 | ENH: Return type of pandas.DataFrame.dropna is incorrectly None | {
"avatar_url": "https://avatars.githubusercontent.com/u/43184541?v=4",
"events_url": "https://api.github.com/users/rbpatt2019/events{/privacy}",
"followers_url": "https://api.github.com/users/rbpatt2019/followers",
"following_url": "https://api.github.com/users/rbpatt2019/following{/other_user}",
"gists_url"... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | closed | false | null | [] | null | 2 | 2021-01-04T17:39:10Z | 2021-03-14T10:55:05Z | 2021-03-14T10:55:05Z | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [x] (optional) I have confirmed this bug exists on the master branch of pandas.
---
#### Code Sample, a copy-pastable example
```python
import pandas as pd
impor... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38948/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38948/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38949 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38949/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38949/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38949/events | https://github.com/pandas-dev/pandas/issues/38949 | 778,257,659 | MDU6SXNzdWU3NzgyNTc2NTk= | 38,949 | ENH: Explode like feature for spliting column containing iterable values into multiple columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/6646693?v=4",
"events_url": "https://api.github.com/users/minesh1291/events{/privacy}",
"followers_url": "https://api.github.com/users/minesh1291/followers",
"following_url": "https://api.github.com/users/minesh1291/following{/other_user}",
"gists_url":... | [
{
"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": "0052cc",
"default": false,
"description": "Issue th... | closed | false | null | [] | null | 5 | 2021-01-04T17:51:59Z | 2021-08-14T23:18:43Z | 2021-08-14T23:18:43Z | NONE | null | #### Describe the solution you'd like
```py
from collections.abc import Iterable
import pandas as pd
def split_columns(df):
iterable_cols = [c for c in df.columns if isinstance(df[c].iloc[0], Iterable)]
for c in iterable_cols:
n = len(df[c].iloc[0])
if isinstance(df[c].iloc[0], dic... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38949/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38949/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38950 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38950/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38950/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38950/events | https://github.com/pandas-dev/pandas/pull/38950 | 778,272,340 | MDExOlB1bGxSZXF1ZXN0NTQ4Mzg4OTA1 | 38,950 | REF: de-duplicate tslibs.fields | {
"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": "0052cc",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2021-01-04T18:19:52Z | 2021-01-04T19:30:14Z | 2021-01-04T19:20:16Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [ ] 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/38950/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38950/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38950.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38950",
"merged_at": "2021-01-04T19:20:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38950.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38950"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38951 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38951/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38951/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38951/events | https://github.com/pandas-dev/pandas/pull/38951 | 778,284,927 | MDExOlB1bGxSZXF1ZXN0NTQ4Mzk5MDYx | 38,951 | DOC: clarify and spellcheck indexing documentation | {
"avatar_url": "https://avatars.githubusercontent.com/u/55156127?v=4",
"events_url": "https://api.github.com/users/cjbraun/events{/privacy}",
"followers_url": "https://api.github.com/users/cjbraun/followers",
"following_url": "https://api.github.com/users/cjbraun/following{/other_user}",
"gists_url": "https:... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-04T18:42:54Z | 2021-01-05T17:09:34Z | 2021-01-04T22:34:53Z | CONTRIBUTOR | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38951/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38951/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38951.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38951",
"merged_at": "2021-01-04T22:34:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38951.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38951"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/38952 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38952/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38952/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38952/events | https://github.com/pandas-dev/pandas/issues/38952 | 778,286,338 | MDU6SXNzdWU3NzgyODYzMzg= | 38,952 | BUG: DataFrame.iloc.setitem with IntegerArray values | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2021-01-04T18:45:33Z | 2021-01-09T22:26:22Z | 2021-01-09T22:26:22Z | MEMBER | null | ```
arr = pd.array([4, 5, 6])
df = pd.DataFrame(np.arange(3))
>>> df.iloc[:2] = arr[:2]
ValueError: could not broadcast input array from shape (2) into shape (2,1)
>>> df.iloc[:2] = arr[:2].to_numpy() # <-- works fine
```
This bug would not occur with 2D EAs. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38952/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38952/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38953 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38953/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38953/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38953/events | https://github.com/pandas-dev/pandas/issues/38953 | 778,289,152 | MDU6SXNzdWU3NzgyODkxNTI= | 38,953 | DOC: MultiIndex.is_lexsorted not linked | {
"avatar_url": "https://avatars.githubusercontent.com/u/14239619?v=4",
"events_url": "https://api.github.com/users/kylekeppler/events{/privacy}",
"followers_url": "https://api.github.com/users/kylekeppler/followers",
"following_url": "https://api.github.com/users/kylekeppler/following{/other_user}",
"gists_u... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 6 | 2021-01-04T18:50:32Z | 2021-01-06T04:27:04Z | 2021-01-06T04:26:43Z | CONTRIBUTOR | null | #### Location of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.MultiIndex.html?highlight=is_lexsorted
#### Documentation problem
On the API page for `MultiIndex`, `is_lexsorted` does not link to an API page for that method. That method has been deprecated and does not contain a docs... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38953/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38953/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38954 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38954/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38954/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38954/events | https://github.com/pandas-dev/pandas/pull/38954 | 778,296,460 | MDExOlB1bGxSZXF1ZXN0NTQ4NDA4MDIx | 38,954 | CLN: Unify number recognition tests for all parsers | {
"avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4",
"events_url": "https://api.github.com/users/phofl/events{/privacy}",
"followers_url": "https://api.github.com/users/phofl/followers",
"following_url": "https://api.github.com/users/phofl/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"id": 47229171,
"name": "IO CSV",
"node_id": "MDU6TGFiZWw0NzIyOTE3MQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV"
},
{
"color": "207de5",
"default": false,
"descriptio... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-04T19:03:38Z | 2021-01-04T23:23:01Z | 2021-01-04T23:15:17Z | MEMBER | null | - [x] closes #38926
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
Minor regex improvements.
Is a fixture the right thing to do here?
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38954/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38954/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38954.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38954",
"merged_at": "2021-01-04T23:15:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38954.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38954"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38955 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38955/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38955/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38955/events | https://github.com/pandas-dev/pandas/issues/38955 | 778,327,498 | MDU6SXNzdWU3NzgzMjc0OTg= | 38,955 | BUG: read_excel() fails when checking __version__ of older xlrd versions | {
"avatar_url": "https://avatars.githubusercontent.com/u/76969886?v=4",
"events_url": "https://api.github.com/users/kcharlie2/events{/privacy}",
"followers_url": "https://api.github.com/users/kcharlie2/followers",
"following_url": "https://api.github.com/users/kcharlie2/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": "bfe5bf",
"default": false,
"description": "read_excel, to_excel",
... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/47963215?v=4",
"events_url": "https://api.github.com/users/lithomas1/events{/privacy}",
"followers_url": "https://api.github.com/users/lithomas1/followers",
"following_url": "https://api.github.com/users/lithomas1/following{/other_user}",
"gists_url": "... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/47963215?v=4",
"events_url": "https://api.github.com/users/lithomas1/events{/privacy}",
"followers_url": "https://api.github.com/users/lithomas1/followers",
"following_url": "https://api.github.com/users/lithomas1/following{/other_user}",
... | {
"closed_at": "2021-02-09T11:58:00Z",
"closed_issues": 89,
"created_at": "2021-01-16T01:20:17Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 3 | 2021-01-04T20:00:06Z | 2021-02-01T13:45:48Z | 2021-02-01T13:45:48Z | NONE | null | - [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
#### When xlrd is installed but is an "older" version (e.g. 1.1.0):
```python
... | {
"+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/38955/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38955/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38956 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38956/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38956/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38956/events | https://github.com/pandas-dev/pandas/issues/38956 | 778,348,310 | MDU6SXNzdWU3NzgzNDgzMTA= | 38,956 | BUG: read_excel() using openpyxl engine header argument not working as expected | {
"avatar_url": "https://avatars.githubusercontent.com/u/42557206?v=4",
"events_url": "https://api.github.com/users/JuliaWilkinsSonos/events{/privacy}",
"followers_url": "https://api.github.com/users/JuliaWilkinsSonos/followers",
"following_url": "https://api.github.com/users/JuliaWilkinsSonos/following{/other_... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e11d21",
"default": false,
"description": "Functionality that used ... | closed | false | null | [] | {
"closed_at": "2021-02-09T11:58:00Z",
"closed_issues": 89,
"created_at": "2021-01-16T01:20:17Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 13 | 2021-01-04T20:35:24Z | 2021-02-05T03:15:59Z | 2021-02-05T03:15:59Z | NONE | null | - [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest version of pandas.
- [X] (optional) I have confirmed this bug exists on the master branch of pandas.
---
#### Code Sample, a copy-pastable example
I am happy to provide the file I am usi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38956/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38956/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38957 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38957/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38957/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38957/events | https://github.com/pandas-dev/pandas/pull/38957 | 778,352,222 | MDExOlB1bGxSZXF1ZXN0NTQ4NDU0MDcz | 38,957 | DOC: move API breaking "check_freq" section from v1.2.1rst to v1.1.0.rst | {
"avatar_url": "https://avatars.githubusercontent.com/u/14239619?v=4",
"events_url": "https://api.github.com/users/kylekeppler/events{/privacy}",
"followers_url": "https://api.github.com/users/kylekeppler/followers",
"following_url": "https://api.github.com/users/kylekeppler/following{/other_user}",
"gists_u... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2021-01-20T19:40:18Z",
"closed_issues": 138,
"created_at": "2020-12-13T17:06:11Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.co... | 3 | 2021-01-04T20:42:11Z | 2021-01-05T15:37:43Z | 2021-01-04T22:45:12Z | CONTRIBUTOR | null | and add reference to 1.1.0 whats new update in v1.2.1.rst
- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [x] whatsnew entry
This moves the doc notes for `... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38957/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38957/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38957.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38957",
"merged_at": "2021-01-04T22:45:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38957.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38957"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38958 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38958/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38958/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38958/events | https://github.com/pandas-dev/pandas/pull/38958 | 778,425,379 | MDExOlB1bGxSZXF1ZXN0NTQ4NTE1MzIz | 38,958 | Backport PR #38957 on branch 1.2.x (DOC: move API breaking "check_freq" section from v1.2.1rst to v1.1.0.rst) | {
"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": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2021-01-20T19:40:18Z",
"closed_issues": 138,
"created_at": "2020-12-13T17:06:11Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.co... | 0 | 2021-01-04T22:45:26Z | 2021-01-05T00:11:03Z | 2021-01-05T00:11:03Z | NONE | null | Backport PR #38957: DOC: move API breaking "check_freq" section from v1.2.1rst to v1.1.0.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/38958/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38958/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38958.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38958",
"merged_at": "2021-01-05T00:11:03Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38958.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38958"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38959 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38959/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38959/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38959/events | https://github.com/pandas-dev/pandas/pull/38959 | 778,425,594 | MDExOlB1bGxSZXF1ZXN0NTQ4NTE1NTA3 | 38,959 | TYP/CLN: assorted cleanups | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
},
{
"color": "ea91a4",
"default": false,
"description": "type annotat... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2021-01-04T22:45:54Z | 2021-01-05T01:18:03Z | 2021-01-05T00:14:05Z | 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/38959/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38959/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38959.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38959",
"merged_at": "2021-01-05T00:14:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38959.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38959"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/38960 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38960/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38960/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38960/events | https://github.com/pandas-dev/pandas/pull/38960 | 778,450,840 | MDExOlB1bGxSZXF1ZXN0NTQ4NTM2MzYy | 38,960 | TST: strict xfail | {
"avatar_url": "https://avatars.githubusercontent.com/u/45562402?v=4",
"events_url": "https://api.github.com/users/rhshadrach/events{/privacy}",
"followers_url": "https://api.github.com/users/rhshadrach/followers",
"following_url": "https://api.github.com/users/rhshadrach/following{/other_user}",
"gists_url"... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 13 | 2021-01-04T23:37:53Z | 2021-02-03T02:48:45Z | 2021-01-09T21:46:29Z | MEMBER | null | - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
Part of #38902. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38960/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38960/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38960.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38960",
"merged_at": "2021-01-09T21:46:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38960.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38960"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38961 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38961/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38961/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38961/events | https://github.com/pandas-dev/pandas/pull/38961 | 778,456,574 | MDExOlB1bGxSZXF1ZXN0NTQ4NTQwOTAw | 38,961 | REF: move functions out of _testing/__init__ | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2021-01-04T23:52:11Z | 2021-01-05T02:26:32Z | 2021-01-05T02:18:14Z | 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/38961/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38961/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38961.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38961",
"merged_at": "2021-01-05T02:18:14Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38961.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38961"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/38962 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38962/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38962/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38962/events | https://github.com/pandas-dev/pandas/issues/38962 | 778,547,629 | MDU6SXNzdWU3Nzg1NDc2Mjk= | 38,962 | BUG: DataFrame.any() with not returning Boolean series with skipna=False across columns with numeric and string types | {
"avatar_url": "https://avatars.githubusercontent.com/u/32990698?v=4",
"events_url": "https://api.github.com/users/rmwenzel/events{/privacy}",
"followers_url": "https://api.github.com/users/rmwenzel/followers",
"following_url": "https://api.github.com/users/rmwenzel/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull ... | closed | false | null | [] | null | 11 | 2021-01-05T03:33:00Z | 2021-01-10T04:42:03Z | 2021-01-10T04:02:23Z | NONE | null | - [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest version of pandas.
If the dataframe has columns have different numeric types
```python
import pandas as pd
import numpy as np
df = pd.DataFrame([[1, 0], [np.nan, 1]], columns=list('ab'))
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38962/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38962/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38963 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38963/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38963/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38963/events | https://github.com/pandas-dev/pandas/pull/38963 | 778,592,650 | MDExOlB1bGxSZXF1ZXN0NTQ4NjUxNzA4 | 38,963 | DEPR: Rolling.win_type returning freq & is_datetimelike | {
"avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4",
"events_url": "https://api.github.com/users/mroeschke/events{/privacy}",
"followers_url": "https://api.github.com/users/mroeschke/followers",
"following_url": "https://api.github.com/users/mroeschke/following{/other_user}",
"gists_url": "... | [
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
},
{
"color": "d4c5f9",
"default": f... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 7 | 2021-01-05T05:17:07Z | 2021-01-08T17:26:42Z | 2021-01-06T14:27:58Z | MEMBER | null | - [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [x] whatsnew entry
xref: https://github.com/pandas-dev/pandas/pull/38641#issuecomment-754118989
xref: https://github.com/pandas-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/38963/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38963/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38963.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38963",
"merged_at": "2021-01-06T14:27:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38963.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38963"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38964 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38964/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38964/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38964/events | https://github.com/pandas-dev/pandas/issues/38964 | 778,601,697 | MDU6SXNzdWU3Nzg2MDE2OTc= | 38,964 | BUG: Timedelta.min.ceil("us") returns NaT | {
"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": "0052cc",
"default": false,
"description": "Issue that has not been ... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2021-01-05T05:38:31Z | 2021-02-05T03:11:54Z | 2021-02-05T03:11:54Z | MEMBER | null |
```
>>> Timedelta.min.ceil("us")
NaT
>>> pd.Timedelta.max.floor("us")
OverflowError: Python int too large to convert to C 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/38964/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38964/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38965 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38965/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38965/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38965/events | https://github.com/pandas-dev/pandas/pull/38965 | 778,611,306 | MDExOlB1bGxSZXF1ZXN0NTQ4NjY3NDMz | 38,965 | BUG: Timedelta(td64_out_of_bounds) silently overflowing | {
"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": "5319e7",
"default": false,
"description": "Timedelta data type",
... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2021-01-05T05:58:46Z | 2021-01-06T18:42:34Z | 2021-01-06T18:35:30Z | MEMBER | null | - [ ] closes #xxxx
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [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/38965/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38965/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38965.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38965",
"merged_at": "2021-01-06T18:35:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38965.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38965"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38966 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38966/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38966/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38966/events | https://github.com/pandas-dev/pandas/issues/38966 | 778,632,678 | MDU6SXNzdWU3Nzg2MzI2Nzg= | 38,966 | BUG: Fillna doesn't work on large dataframes | {
"avatar_url": "https://avatars.githubusercontent.com/u/38789227?v=4",
"events_url": "https://api.github.com/users/PranayAnchuri/events{/privacy}",
"followers_url": "https://api.github.com/users/PranayAnchuri/followers",
"following_url": "https://api.github.com/users/PranayAnchuri/following{/other_user}",
"g... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, d... | open | false | null | [] | null | 2 | 2021-01-05T06:38:28Z | 2021-08-14T23:19:26Z | null | NONE | null | - [X ] I have checked that this issue has not already been reported.
- [X ] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
I'm using the fillna function as follows
```
ax = data.xtrain.fillna({"A": 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/38966/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38966/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38967 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38967/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38967/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38967/events | https://github.com/pandas-dev/pandas/pull/38967 | 778,769,340 | MDExOlB1bGxSZXF1ZXN0NTQ4ODA5MTA4 | 38,967 | TST: add missing iloc label indexing tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/71941335?v=4",
"events_url": "https://api.github.com/users/vangorade/events{/privacy}",
"followers_url": "https://api.github.com/users/vangorade/followers",
"following_url": "https://api.github.com/users/vangorade/following{/other_user}",
"gists_url": "... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "0b02e1",
"d... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-05T09:00:38Z | 2021-01-10T11:05:52Z | 2021-01-05T14:12:11Z | CONTRIBUTOR | null | - [x] closes #38967
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [ ] 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/38967/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38967/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38967.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38967",
"merged_at": "2021-01-05T14:12:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38967.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38967"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38968 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38968/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38968/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38968/events | https://github.com/pandas-dev/pandas/pull/38968 | 778,829,077 | MDExOlB1bGxSZXF1ZXN0NTQ4ODYxNjY5 | 38,968 | ENH: Add typing for pandas.core.frame.dropna | {
"avatar_url": "https://avatars.githubusercontent.com/u/43184541?v=4",
"events_url": "https://api.github.com/users/rbpatt2019/events{/privacy}",
"followers_url": "https://api.github.com/users/rbpatt2019/followers",
"following_url": "https://api.github.com/users/rbpatt2019/following{/other_user}",
"gists_url"... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
},
{
"color": "7fcce8",
"defa... | closed | false | null | [] | null | 13 | 2021-01-05T10:02:32Z | 2021-04-24T13:31:51Z | 2021-04-24T13:31:51Z | NONE | null | This PR adds type hinting for pandas.core.frame.dropna. Additionally, an explicit `return None` was added to the if/else block for in-place changes to meet mypy standards and make the types explicit.
I haven't yet run the tests, because I didn't modify any source code. Once/if the CI builds pass, I'll check it off t... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38968/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38968/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38968.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38968",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/38968.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38968"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38969 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38969/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38969/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38969/events | https://github.com/pandas-dev/pandas/issues/38969 | 778,908,714 | MDU6SXNzdWU3Nzg5MDg3MTQ= | 38,969 | REGR: Bar plot from Series with IntervalIndex fails in pandas 1.2.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/51399800?v=4",
"events_url": "https://api.github.com/users/venaturum/events{/privacy}",
"followers_url": "https://api.github.com/users/venaturum/followers",
"following_url": "https://api.github.com/users/venaturum/following{/other_user}",
"gists_url": "... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"color": "e11d21",
"default": false,
"description": "Fu... | 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",
... | 7 | 2021-01-05T11:41:55Z | 2021-08-14T23:19:45Z | null | CONTRIBUTOR | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [x] (optional) I have confirmed this bug exists on the master branch of pandas.
---
**Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38969/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38969/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38970 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38970/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38970/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38970/events | https://github.com/pandas-dev/pandas/pull/38970 | 778,993,459 | MDExOlB1bGxSZXF1ZXN0NTQ5MDA3MTY1 | 38,970 | Backport PR #38841 on branch 1.2.x (Update conf.py to execute imports during pdf building) | {
"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": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2021-01-20T19:40:18Z",
"closed_issues": 138,
"created_at": "2020-12-13T17:06:11Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.co... | 0 | 2021-01-05T12:58:45Z | 2021-01-05T14:12:30Z | 2021-01-05T14:12:29Z | NONE | null | Backport PR #38841: Update conf.py to execute imports during pdf building | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38970/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38970/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38970.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38970",
"merged_at": "2021-01-05T14:12:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38970.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38970"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38971 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38971/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38971/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38971/events | https://github.com/pandas-dev/pandas/pull/38971 | 779,001,502 | MDExOlB1bGxSZXF1ZXN0NTQ5MDE0Mzcy | 38,971 | Backport PR #38803 on branch 1.2.x (BUG: avoid attribute error with pyarrow >=0.16.0 and <1.0.0) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "d93f0b",
"default": false,
"description": "Required and optional dependencies",
"id": 527603109,
"name": "Dependencies",
"node_id": "MDU6TGFiZWw1Mjc2MDMxMDk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dependencies"
}
] | closed | false | null | [] | {
"closed_at": "2021-01-20T19:40:18Z",
"closed_issues": 138,
"created_at": "2020-12-13T17:06:11Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.co... | 0 | 2021-01-05T13:05:41Z | 2021-01-05T14:12:45Z | 2021-01-05T14:12:45Z | NONE | null | Backport PR #38803: BUG: avoid attribute error with pyarrow >=0.16.0 and <1.0.0 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38971/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38971/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38971.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38971",
"merged_at": "2021-01-05T14:12:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38971.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38971"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38972 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38972/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38972/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38972/events | https://github.com/pandas-dev/pandas/issues/38972 | 779,067,621 | MDU6SXNzdWU3NzkwNjc2MjE= | 38,972 | pandas.core.groupby.DataFrameGroupBy.rank() dense_rank does not work | {
"avatar_url": "https://avatars.githubusercontent.com/u/14334826?v=4",
"events_url": "https://api.github.com/users/UlionTse/events{/privacy}",
"followers_url": "https://api.github.com/users/UlionTse/followers",
"following_url": "https://api.github.com/users/UlionTse/following{/other_user}",
"gists_url": "htt... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "eb6420",
"default": false,
"description": "Non-arithmetic algos:... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/6472290?v=4",
"events_url": "https://api.github.com/users/debnathshoham/events{/privacy}",
"followers_url": "https://api.github.com/users/debnathshoham/followers",
"following_url": "https://api.github.com/users/debnathshoham/following{/other_user}",
"gi... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/6472290?v=4",
"events_url": "https://api.github.com/users/debnathshoham/events{/privacy}",
"followers_url": "https://api.github.com/users/debnathshoham/followers",
"following_url": "https://api.github.com/users/debnathshoham/following{/other_u... | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 11 | 2021-01-05T14:00:59Z | 2021-07-12T19:30:38Z | 2021-07-12T19:30:38Z | NONE | null | 
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38972/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38972/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38973 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38973/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38973/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38973/events | https://github.com/pandas-dev/pandas/pull/38973 | 779,289,204 | MDExOlB1bGxSZXF1ZXN0NTQ5MjczMzAy | 38,973 | TST: update pre-commit config to only exclude extension from bare pytest.raises check | {
"avatar_url": "https://avatars.githubusercontent.com/u/1084147?v=4",
"events_url": "https://api.github.com/users/moink/events{/privacy}",
"followers_url": "https://api.github.com/users/moink/followers",
"following_url": "https://api.github.com/users/moink/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "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": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-05T16:56:16Z | 2021-01-05T19:10:57Z | 2021-01-05T18:47:08Z | MEMBER | null | With #38920 I eliminated all instances of `pytest.raise` without `match=msg` in pandas/tests/computation and pandas/tests/io. #38799 was happening around the same time and missed that they were fixed. So this closes the loop and now only pandas/tests/extension needs to be excluded from the linting check.
I don't thi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38973/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38973/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38973.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38973",
"merged_at": "2021-01-05T18:47:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38973.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38973"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38974 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38974/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38974/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38974/events | https://github.com/pandas-dev/pandas/issues/38974 | 779,312,013 | MDU6SXNzdWU3NzkzMTIwMTM= | 38,974 | BUG: pd.to_numeric does not copy _mask for ExtensionArrays | {
"avatar_url": "https://avatars.githubusercontent.com/u/48889395?v=4",
"events_url": "https://api.github.com/users/arw2019/events{/privacy}",
"followers_url": "https://api.github.com/users/arw2019/followers",
"following_url": "https://api.github.com/users/arw2019/following{/other_user}",
"gists_url": "https:... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, d... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2021-01-05T17:15:32Z | 2021-01-09T21:22:56Z | 2021-01-09T21:22:56Z | MEMBER | null | In #38746 while implementing `to_numeric` for ExtensionArrays I do not copy the mask of the original input. This means that the (potentially) cast array shares a mask with the input. We should copy the mask.
```python
In [9]: import pandas as pd
...: import pandas._testing as tm
...:
...: arr = pd.arra... | {
"+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/38974/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38974/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38975 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38975/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38975/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38975/events | https://github.com/pandas-dev/pandas/pull/38975 | 779,330,745 | MDExOlB1bGxSZXF1ZXN0NTQ5MzEwODU4 | 38,975 | DOC: remove is_lexsorted from MultiIndex docstring | {
"avatar_url": "https://avatars.githubusercontent.com/u/14239619?v=4",
"events_url": "https://api.github.com/users/kylekeppler/events{/privacy}",
"followers_url": "https://api.github.com/users/kylekeppler/followers",
"following_url": "https://api.github.com/users/kylekeppler/following{/other_user}",
"gists_u... | [
{
"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": "5319e7",
"default": false,
"description": "Fun... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-05T17:31:37Z | 2021-01-06T00:15:31Z | 2021-01-06T00:15:27Z | CONTRIBUTOR | null | `is_lexsorted` has been deprecated (https://github.com/pandas-dev/pandas/pull/38701)
- [x] closes https://github.com/pandas-dev/pandas/issues/38953
- [ ] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38975/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38975/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38975.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38975",
"merged_at": "2021-01-06T00:15:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38975.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38975"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38976 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38976/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38976/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38976/events | https://github.com/pandas-dev/pandas/issues/38976 | 779,386,076 | MDU6SXNzdWU3NzkzODYwNzY= | 38,976 | DOC: Scatter and Hexbin from Series plot documentation | {
"avatar_url": "https://avatars.githubusercontent.com/u/60410592?v=4",
"events_url": "https://api.github.com/users/lucas-hattori-costa/events{/privacy}",
"followers_url": "https://api.github.com/users/lucas-hattori-costa/followers",
"following_url": "https://api.github.com/users/lucas-hattori-costa/following{/... | [
{
"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": "8AE234",
"default": false,
"description": null,
"id": 241332... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/21278205?v=4",
"events_url": "https://api.github.com/users/1nF0rmed/events{/privacy}",
"followers_url": "https://api.github.com/users/1nF0rmed/followers",
"following_url": "https://api.github.com/users/1nF0rmed/following{/other_user}",
"gists_url": "htt... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/21278205?v=4",
"events_url": "https://api.github.com/users/1nF0rmed/events{/privacy}",
"followers_url": "https://api.github.com/users/1nF0rmed/followers",
"following_url": "https://api.github.com/users/1nF0rmed/following{/other_user}",
"gi... | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2021-01-05T18:18:35Z | 2021-01-06T18:36:30Z | 2021-01-06T18:36:16Z | NONE | null | #### Location of the documentation
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.plot.html
#### Documentation problem
As the scatter and hexbin kinds are not supported for Series, it shouldn't appear in the docs for Series, just for DataFrames.
#### Suggested fix for documentation... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38976/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38976/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38977 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38977/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38977/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38977/events | https://github.com/pandas-dev/pandas/pull/38977 | 779,480,563 | MDExOlB1bGxSZXF1ZXN0NTQ5NDQ2Njgw | 38,977 | BUG: MultiIndex.union dropping duplicates from result | {
"avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4",
"events_url": "https://api.github.com/users/phofl/events{/privacy}",
"followers_url": "https://api.github.com/users/phofl/followers",
"following_url": "https://api.github.com/users/phofl/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 71268330,
"name": "MultiIndex",
"node_id": "MDU6TGFiZWw3MTI2ODMzMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/MultiIndex"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 13 | 2021-01-05T19:42:42Z | 2021-05-27T10:26:30Z | 2021-05-26T02:02:27Z | MEMBER | null | - [x] xref #38745
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [x] whatsnew entry
This more or less sits on top of #36299. The current base-_union implementation works only f... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38977/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38977/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38977.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38977",
"merged_at": "2021-05-26T02:02:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38977.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38977"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38978 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38978/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38978/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38978/events | https://github.com/pandas-dev/pandas/pull/38978 | 779,499,422 | MDExOlB1bGxSZXF1ZXN0NTQ5NDYzOTY1 | 38,978 | CLN: Multiindex tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4",
"events_url": "https://api.github.com/users/phofl/events{/privacy}",
"followers_url": "https://api.github.com/users/phofl/followers",
"following_url": "https://api.github.com/users/phofl/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "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": null... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-05T19:59:44Z | 2021-01-06T15:24:58Z | 2021-01-06T14:43:23Z | MEMBER | null | - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
Found a few wrong tests and parametrized the similar ones
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38978/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38978/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38978.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38978",
"merged_at": "2021-01-06T14:43:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38978.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38978"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38979 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38979/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38979/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38979/events | https://github.com/pandas-dev/pandas/issues/38979 | 779,544,403 | MDU6SXNzdWU3Nzk1NDQ0MDM= | 38,979 | BUG: Different results from DataFrame.apply and str accessor | {
"avatar_url": "https://avatars.githubusercontent.com/u/12817527?v=4",
"events_url": "https://api.github.com/users/pLeBlanc93/events{/privacy}",
"followers_url": "https://api.github.com/users/pLeBlanc93/followers",
"following_url": "https://api.github.com/users/pLeBlanc93/following{/other_user}",
"gists_url"... | [
{
"color": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | closed | false | null | [] | {
"closed_at": "2021-01-20T19:40:18Z",
"closed_issues": 138,
"created_at": "2020-12-13T17:06:11Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.co... | 6 | 2021-01-05T20:40:23Z | 2021-01-16T01:12:46Z | 2021-01-16T01:12:46Z | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [x] (optional) I have confirmed this bug exists on the master branch of pandas.
---
**Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38979/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38979/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38980 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38980/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38980/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38980/events | https://github.com/pandas-dev/pandas/issues/38980 | 779,687,296 | MDU6SXNzdWU3Nzk2ODcyOTY= | 38,980 | REGR: ExtensionArray aggregation on non-numeric types fails | {
"avatar_url": "https://avatars.githubusercontent.com/u/4534389?v=4",
"events_url": "https://api.github.com/users/BryanCutler/events{/privacy}",
"followers_url": "https://api.github.com/users/BryanCutler/followers",
"following_url": "https://api.github.com/users/BryanCutler/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": "2021-01-20T19:40:18Z",
"closed_issues": 138,
"created_at": "2020-12-13T17:06:11Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.co... | 5 | 2021-01-05T22:51:01Z | 2021-01-13T13:18:40Z | 2021-01-13T13:18:40Z | CONTRIBUTOR | null | - [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest version of pandas.
- [X] (optional) I have confirmed this bug exists on the master branch of pandas.
---
#### Code Sample, a copy-pastable example
```python
df = pd.DataFrame({'key': ... | {
"+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/38980/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38980/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38981 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38981/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38981/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38981/events | https://github.com/pandas-dev/pandas/issues/38981 | 779,689,697 | MDU6SXNzdWU3Nzk2ODk2OTc= | 38,981 | to_csv - parameter decimal | {
"avatar_url": "https://avatars.githubusercontent.com/u/13497458?v=4",
"events_url": "https://api.github.com/users/dornech/events{/privacy}",
"followers_url": "https://api.github.com/users/dornech/followers",
"following_url": "https://api.github.com/users/dornech/following{/other_user}",
"gists_url": "https:... | [
{
"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 | 6 | 2021-01-05T22:53:23Z | 2021-01-27T12:09:24Z | 2021-01-27T12:09:24Z | NONE | null | I think that pandas.to_csv does not properly process the decimal parameter. It seems it is ignored whenever the dataframe to be exported contains a NaN value. This means it is not possible to export pandas in European CSV format.
I am aware that problems with to_csv have been discussed earlier and from these discuss... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38981/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38981/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38982 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38982/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38982/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38982/events | https://github.com/pandas-dev/pandas/pull/38982 | 779,698,674 | MDExOlB1bGxSZXF1ZXN0NTQ5NjQ2ODk4 | 38,982 | REGR: Bug fix for ExtensionArray groupby aggregation on non-numeric types | {
"avatar_url": "https://avatars.githubusercontent.com/u/4534389?v=4",
"events_url": "https://api.github.com/users/BryanCutler/events{/privacy}",
"followers_url": "https://api.github.com/users/BryanCutler/followers",
"following_url": "https://api.github.com/users/BryanCutler/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": "2021-01-20T19:40:18Z",
"closed_issues": 138,
"created_at": "2020-12-13T17:06:11Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.co... | 9 | 2021-01-05T23:02:23Z | 2021-01-14T19:08:56Z | 2021-01-13T13:18:40Z | CONTRIBUTOR | null | - [X] closes #38980
- [x] tests added / passed
- [X] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [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/38982/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38982/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38982.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38982",
"merged_at": "2021-01-13T13:18:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38982.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38982"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38983 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38983/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38983/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38983/events | https://github.com/pandas-dev/pandas/issues/38983 | 779,755,094 | MDU6SXNzdWU3Nzk3NTUwOTQ= | 38,983 | BUG: IntegerDtype.__eq__(np.dtype(object)) returns True | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [] | closed | false | null | [] | null | 3 | 2021-01-06T00:01:06Z | 2021-01-06T16:31:16Z | 2021-01-06T16:21:47Z | MEMBER | null | Also looks like `IntegerArray.astype(other_nullable_integer_dtype)` is returning an ndarray | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38983/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38983/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38984 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38984/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38984/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38984/events | https://github.com/pandas-dev/pandas/pull/38984 | 779,790,891 | MDExOlB1bGxSZXF1ZXN0NTQ5NzMzMDAx | 38,984 | BUG: MultiIndex.intersection duplicating nans in result | {
"avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4",
"events_url": "https://api.github.com/users/phofl/events{/privacy}",
"followers_url": "https://api.github.com/users/phofl/followers",
"following_url": "https://api.github.com/users/phofl/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate",
"id": 2822342,
"name": "Missing-data",
"node_id": "MDU6TGFiZWwyODIyMzQy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data"
},
{
"color": "207de5"... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-06T00:34:12Z | 2021-01-06T15:24:33Z | 2021-01-06T14:44:46Z | MEMBER | null | - [x] xref #38623
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [x] whatsnew entry
This also aligns the multiindex implementation with the base implementation a bit more. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38984/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38984/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38984.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38984",
"merged_at": "2021-01-06T14:44:46Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38984.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38984"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38985 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38985/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38985/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38985/events | https://github.com/pandas-dev/pandas/pull/38985 | 779,817,082 | MDExOlB1bGxSZXF1ZXN0NTQ5NzU3MzA3 | 38,985 | REF: de-duplication in libperiod | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "eb6420",
"default": false,
"description": "Period data type",
"id": 60635328,
"name": "Period",
"node_id": "MDU6TGFiZWw2MDYzNTMyOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Period"
},
{
"color": "207de5",
"default": false,
"description"... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-06T01:01:31Z | 2021-01-06T18:44:48Z | 2021-01-06T18:34:47Z | 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/38985/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38985/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38985.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38985",
"merged_at": "2021-01-06T18:34:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38985.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38985"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/38986 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38986/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38986/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38986/events | https://github.com/pandas-dev/pandas/pull/38986 | 779,849,331 | MDExOlB1bGxSZXF1ZXN0NTQ5Nzg3MTc0 | 38,986 | BUG: Datetimelike equality comparisons with Categorical | {
"avatar_url": "https://avatars.githubusercontent.com/u/24451137?v=4",
"events_url": "https://api.github.com/users/ftrihardjo/events{/privacy}",
"followers_url": "https://api.github.com/users/ftrihardjo/followers",
"following_url": "https://api.github.com/users/ftrihardjo/following{/other_user}",
"gists_url"... | [
{
"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": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2021-01-06T01:37:23Z | 2021-01-08T14:10:07Z | 2021-01-08T14:10:03Z | CONTRIBUTOR | null | - [ ] closes #30699
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [ ] 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/38986/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38986/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38986.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38986",
"merged_at": "2021-01-08T14:10:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38986.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38986"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38987 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38987/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38987/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38987/events | https://github.com/pandas-dev/pandas/pull/38987 | 779,871,854 | MDExOlB1bGxSZXF1ZXN0NTQ5ODA3OTM4 | 38,987 | Fix bug on master | {
"avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4",
"events_url": "https://api.github.com/users/phofl/events{/privacy}",
"followers_url": "https://api.github.com/users/phofl/followers",
"following_url": "https://api.github.com/users/phofl/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "a2bca7",
"d... | closed | false | null | [] | {
"closed_at": "2021-01-20T19:40:18Z",
"closed_issues": 138,
"created_at": "2020-12-13T17:06:11Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.co... | 2 | 2021-01-06T02:02:54Z | 2021-01-06T02:53:30Z | 2021-01-06T02:52:33Z | MEMBER | null | - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
The banklist file was removed and replaced with banklist.csv. This causes failures on master.
This is just a temporary fix for the user guide.
cc @jreback
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38987/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38987/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38987.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38987",
"merged_at": "2021-01-06T02:52:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38987.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38987"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38988 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38988/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38988/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38988/events | https://github.com/pandas-dev/pandas/issues/38988 | 779,878,874 | MDU6SXNzdWU3Nzk4Nzg4NzQ= | 38,988 | BUG: Banklist.html was removed, failure on master | {
"avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4",
"events_url": "https://api.github.com/users/phofl/events{/privacy}",
"followers_url": "https://api.github.com/users/phofl/followers",
"following_url": "https://api.github.com/users/phofl/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "a2bca7",
"d... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 4 | 2021-01-06T02:10:49Z | 2021-09-01T16:15:36Z | 2021-09-01T16:15:36Z | MEMBER | null | **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) detailing how to provide the necessary information for us to reproduce your bug.
#### Code Sample, a copy-pastable example
The banklist.html file was removed from "https://www.fdic.gov/resources/resolutions/ban... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38988/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38988/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38989 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38989/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38989/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38989/events | https://github.com/pandas-dev/pandas/issues/38989 | 779,891,101 | MDU6SXNzdWU3Nzk4OTExMDE= | 38,989 | BUG: read_csv raising when null bytes are in skipped rows | {
"avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4",
"events_url": "https://api.github.com/users/phofl/events{/privacy}",
"followers_url": "https://api.github.com/users/phofl/followers",
"following_url": "https://api.github.com/users/phofl/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e11d21",
"default": false,
"description": "Functionality that used ... | closed | false | null | [] | {
"closed_at": "2021-01-20T19:40:18Z",
"closed_issues": 138,
"created_at": "2020-12-13T17:06:11Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.co... | 6 | 2021-01-06T02:24:24Z | 2021-01-07T18:48:20Z | 2021-01-07T18:48:20Z | MEMBER | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [x] (optional) I have confirmed this bug exists on the master branch of pandas.
---
**Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38989/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38989/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38990 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38990/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38990/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38990/events | https://github.com/pandas-dev/pandas/issues/38990 | 779,913,428 | MDU6SXNzdWU3Nzk5MTM0Mjg= | 38,990 | DOC: add comparison to spreadsheets | {
"avatar_url": "https://avatars.githubusercontent.com/u/86842?v=4",
"events_url": "https://api.github.com/users/afeld/events{/privacy}",
"followers_url": "https://api.github.com/users/afeld/followers",
"following_url": "https://api.github.com/users/afeld/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "bfe5bf",
"default": false,
"description": "read_excel, to_excel"... | open | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/86842?v=4",
"events_url": "https://api.github.com/users/afeld/events{/privacy}",
"followers_url": "https://api.github.com/users/afeld/followers",
"following_url": "https://api.github.com/users/afeld/following{/other_user}",
"gists_url": "https://api.git... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/86842?v=4",
"events_url": "https://api.github.com/users/afeld/events{/privacy}",
"followers_url": "https://api.github.com/users/afeld/followers",
"following_url": "https://api.github.com/users/afeld/following{/other_user}",
"gists_url": "h... | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 9 | 2021-01-06T02:49:22Z | 2021-10-05T16:30:58Z | null | MEMBER | null | #### Location of the documentation
https://pandas.pydata.org/docs/dev/getting_started/comparison/comparison_with_spreadsheets.html
#### Documentation problem
From https://github.com/pandas-dev/pandas/pull/38554:
> I teach [a class on pandas for public policy students](https://github.com/afeld/python-public-... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38990/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38990/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38991 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38991/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38991/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38991/events | https://github.com/pandas-dev/pandas/pull/38991 | 779,917,011 | MDExOlB1bGxSZXF1ZXN0NTQ5ODQ5NTcw | 38,991 | Backport PR #38987 on branch 1.2.x (Fix bug on master) | {
"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": "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": "a2bca7",
"d... | closed | false | null | [] | {
"closed_at": "2021-01-20T19:40:18Z",
"closed_issues": 138,
"created_at": "2020-12-13T17:06:11Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.co... | 0 | 2021-01-06T02:53:25Z | 2021-01-06T12:53:03Z | 2021-01-06T12:53:02Z | NONE | null | Backport PR #38987: Fix bug 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/38991/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38991/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38991.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38991",
"merged_at": "2021-01-06T12:53:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38991.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38991"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38992 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38992/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38992/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38992/events | https://github.com/pandas-dev/pandas/pull/38992 | 779,919,141 | MDExOlB1bGxSZXF1ZXN0NTQ5ODUxNTM5 | 38,992 | ENH: 2D support for MaskedArray | {
"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": "6138b5",
"default": false,
"description": "Extending pandas with custom dtypes or arrays.",
"id": 849023693,
"name": "ExtensionArray",
"node_id": "MDU6TGFiZWw4NDkwMjM2OTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 22 | 2021-01-06T02:55:49Z | 2021-10-19T11:58:27Z | 2021-10-16T17:58:42Z | MEMBER | null | This doesn't in any way _use_ the 2D support, but opens up the option of incrementally fleshing out the tests. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38992/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38992/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38992.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38992",
"merged_at": "2021-10-16T17:58:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38992.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38992"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38993 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38993/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38993/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38993/events | https://github.com/pandas-dev/pandas/pull/38993 | 779,948,819 | MDExOlB1bGxSZXF1ZXN0NTQ5ODc4OTM0 | 38,993 | DOC: add more sections to spreadsheet comparison | {
"avatar_url": "https://avatars.githubusercontent.com/u/86842?v=4",
"events_url": "https://api.github.com/users/afeld/events{/privacy}",
"followers_url": "https://api.github.com/users/afeld/followers",
"following_url": "https://api.github.com/users/afeld/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-06T03:27:45Z | 2021-01-06T14:53:19Z | 2021-01-06T14:53:11Z | MEMBER | null | [Preview (link to PDF on Google Drive)](https://drive.google.com/file/d/1uUyTQyEAX3F6h4EJqKz7Mz4KehGBnAig/view?usp=sharing)
This pull request gets closer to full parity with [SAS](https://pandas.pydata.org/pandas-docs/stable/getting_started/comparison/comparison_with_sas.html)/[STATA](https://pandas.pydata.org/panda... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38993/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38993/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38993.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38993",
"merged_at": "2021-01-06T14:53:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38993.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38993"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38994 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38994/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38994/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38994/events | https://github.com/pandas-dev/pandas/pull/38994 | 780,048,512 | MDExOlB1bGxSZXF1ZXN0NTQ5OTcxMzk2 | 38,994 | DOC: elaborate on copies vs in place operations in comparison docs | {
"avatar_url": "https://avatars.githubusercontent.com/u/86842?v=4",
"events_url": "https://api.github.com/users/afeld/events{/privacy}",
"followers_url": "https://api.github.com/users/afeld/followers",
"following_url": "https://api.github.com/users/afeld/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2021-01-06T05:20:24Z | 2021-01-10T01:13:26Z | 2021-01-08T14:14:30Z | MEMBER | null | <img width="782" alt="Screen Shot 2021-01-06 at 12 15 05 AM" src="https://user-images.githubusercontent.com/86842/103731907-437e7280-4fb4-11eb-9e6d-e702f117656c.png">
- [ ] ~~closes #xxxx~~
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/developm... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38994/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38994/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38994.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38994",
"merged_at": "2021-01-08T14:14:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38994.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38994"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38995 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38995/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38995/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38995/events | https://github.com/pandas-dev/pandas/pull/38995 | 780,070,848 | MDExOlB1bGxSZXF1ZXN0NTQ5OTkyMTQw | 38,995 | ENH: Add table-wise numba rolling to other agg funcions | {
"avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4",
"events_url": "https://api.github.com/users/mroeschke/events{/privacy}",
"followers_url": "https://api.github.com/users/mroeschke/followers",
"following_url": "https://api.github.com/users/mroeschke/following{/other_user}",
"gists_url": "... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "d4c5f9",
"default": false,
"description": "rolling,... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2021-01-06T05:44:52Z | 2021-05-26T15:54:22Z | 2021-01-07T21:24:06Z | MEMBER | null | - [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [x] whatsnew entry
Timings for a wide table
```
import pandas as pd
import numpy as np
df = pd.DataFrame(np.random.rand(10, ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38995/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38995/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38995.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38995",
"merged_at": "2021-01-07T21:24:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38995.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38995"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38996 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38996/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38996/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38996/events | https://github.com/pandas-dev/pandas/issues/38996 | 780,073,600 | MDU6SXNzdWU3ODAwNzM2MDA= | 38,996 | ENH: branch deployments of documentation | {
"avatar_url": "https://avatars.githubusercontent.com/u/86842?v=4",
"events_url": "https://api.github.com/users/afeld/events{/privacy}",
"followers_url": "https://api.github.com/users/afeld/followers",
"following_url": "https://api.github.com/users/afeld/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "3465A4",
"default": false,
"description": null,
... | open | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/86842?v=4",
"events_url": "https://api.github.com/users/afeld/events{/privacy}",
"followers_url": "https://api.github.com/users/afeld/followers",
"following_url": "https://api.github.com/users/afeld/following{/other_user}",
"gists_url": "https://api.git... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/86842?v=4",
"events_url": "https://api.github.com/users/afeld/events{/privacy}",
"followers_url": "https://api.github.com/users/afeld/followers",
"following_url": "https://api.github.com/users/afeld/following{/other_user}",
"gists_url": "h... | null | 7 | 2021-01-06T05:47:51Z | 2021-09-17T14:06:18Z | null | MEMBER | null | #### Is your feature request related to a problem?
When submitting large/complex pull requests around documentation, I've been (reasonably) asked to submit a screenshot of the change. These are tedious to capture, the links in screenshots aren't clickable, the text isn't searchable, etc.
#### Describe the solutio... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38996/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38996/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/38997 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38997/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38997/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38997/events | https://github.com/pandas-dev/pandas/pull/38997 | 780,087,487 | MDExOlB1bGxSZXF1ZXN0NTUwMDA3NTI1 | 38,997 | REGR: errors='replace' when encoding/errors are not specified | {
"avatar_url": "https://avatars.githubusercontent.com/u/6618166?v=4",
"events_url": "https://api.github.com/users/twoertwein/events{/privacy}",
"followers_url": "https://api.github.com/users/twoertwein/followers",
"following_url": "https://api.github.com/users/twoertwein/following{/other_user}",
"gists_url":... | [
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"id": 47229171,
"name": "IO CSV",
"node_id": "MDU6TGFiZWw0NzIyOTE3MQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV"
}
] | closed | false | null | [] | {
"closed_at": "2021-01-20T19:40:18Z",
"closed_issues": 138,
"created_at": "2020-12-13T17:06:11Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.co... | 10 | 2021-01-06T06:02:23Z | 2021-01-07T19:07:02Z | 2021-01-07T18:48:20Z | CONTRIBUTOR | null | - [x] closes #38989
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [x] whatsnew entry
Should 1.3 use `errors='replace'` when no `encoding/errors` are specified or use `errors=N... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38997/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38997/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38997.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38997",
"merged_at": "2021-01-07T18:48:20Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38997.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38997"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38998 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38998/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38998/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38998/events | https://github.com/pandas-dev/pandas/pull/38998 | 780,463,061 | MDExOlB1bGxSZXF1ZXN0NTUwMzU0ODQ5 | 38,998 | DOC: Update contributing.rst | {
"avatar_url": "https://avatars.githubusercontent.com/u/71941335?v=4",
"events_url": "https://api.github.com/users/vangorade/events{/privacy}",
"followers_url": "https://api.github.com/users/vangorade/followers",
"following_url": "https://api.github.com/users/vangorade/following{/other_user}",
"gists_url": "... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-06T10:52:38Z | 2021-01-10T11:03:10Z | 2021-01-06T15:02:41Z | CONTRIBUTOR | null | - [x] closes #38938
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [ ] 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/38998/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38998/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/38998.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/38998",
"merged_at": "2021-01-06T15:02:41Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/38998.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/38998"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/38999 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/38999/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/38999/comments | https://api.github.com/repos/pandas-dev/pandas/issues/38999/events | https://github.com/pandas-dev/pandas/issues/38999 | 780,466,642 | MDU6SXNzdWU3ODA0NjY2NDI= | 38,999 | BUG: | {
"avatar_url": "https://avatars.githubusercontent.com/u/55675227?v=4",
"events_url": "https://api.github.com/users/bharat-ics/events{/privacy}",
"followers_url": "https://api.github.com/users/bharat-ics/followers",
"following_url": "https://api.github.com/users/bharat-ics/following{/other_user}",
"gists_url"... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "207de5",
"default": false,
"description": "Clarification about beha... | closed | false | null | [] | null | 3 | 2021-01-06T10:58:25Z | 2021-01-26T17:38:09Z | 2021-01-26T17:38:08Z | NONE | null | - [Checked ] I have checked that this issue has not already been reported.
- [ Checked] I have confirmed this bug exists on the latest version of pandas.
- [Not Checked ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
**Note**: Please read [this guide](https://matthewrocklin... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/38999/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/38999/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/39000 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39000/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39000/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39000/events | https://github.com/pandas-dev/pandas/pull/39000 | 780,500,336 | MDExOlB1bGxSZXF1ZXN0NTUwMzg2MDIx | 39,000 | Remove Scatter and Hexbin from Series plot documentation | {
"avatar_url": "https://avatars.githubusercontent.com/u/21278205?v=4",
"events_url": "https://api.github.com/users/1nF0rmed/events{/privacy}",
"followers_url": "https://api.github.com/users/1nF0rmed/followers",
"following_url": "https://api.github.com/users/1nF0rmed/following{/other_user}",
"gists_url": "htt... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 241332... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2021-01-06T11:56:45Z | 2021-01-06T18:36:21Z | 2021-01-06T18:36:17Z | CONTRIBUTOR | null | - [x] closes #38976
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [x] Remove scatter and hexbin entry from https://github.com/pandas-dev/pandas/blob/v1.2.0/pandas/plotting/_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/39000/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39000/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/39000.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/39000",
"merged_at": "2021-01-06T18:36:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/39000.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/39000"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/39001 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39001/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39001/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39001/events | https://github.com/pandas-dev/pandas/issues/39001 | 780,567,809 | MDU6SXNzdWU3ODA1Njc4MDk= | 39,001 | BUG: read_excel with openpyxl results in empty data frame | {
"avatar_url": "https://avatars.githubusercontent.com/u/53634214?v=4",
"events_url": "https://api.github.com/users/luciodaou/events{/privacy}",
"followers_url": "https://api.github.com/users/luciodaou/followers",
"following_url": "https://api.github.com/users/luciodaou/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": "e11d21",
"default": false,
"description": "Functionality that used ... | closed | false | null | [] | {
"closed_at": "2021-02-09T11:58:00Z",
"closed_issues": 89,
"created_at": "2021-01-16T01:20:17Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 24 | 2021-01-06T13:52:26Z | 2021-02-05T03:15:59Z | 2021-02-05T03:15:59Z | NONE | null | - [ X ] I have checked that this issue has not already been reported.
- [ X ] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
-----
#### Old behavior with xlrd 1.2.0 (last version with XLSX support)
```
>... | {
"+1": 6,
"-1": 0,
"confused": 0,
"eyes": 2,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 8,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/39001/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39001/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/39002 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39002/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39002/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39002/events | https://github.com/pandas-dev/pandas/issues/39002 | 780,635,263 | MDU6SXNzdWU3ODA2MzUyNjM= | 39,002 | BUG:to_pickle() raises TypeError when compressing large dataframe | {
"avatar_url": "https://avatars.githubusercontent.com/u/639099?v=4",
"events_url": "https://api.github.com/users/zhuoqiang/events{/privacy}",
"followers_url": "https://api.github.com/users/zhuoqiang/followers",
"following_url": "https://api.github.com/users/zhuoqiang/following{/other_user}",
"gists_url": "ht... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e11d21",
"default": false,
"description": "Functionality that used ... | closed | false | null | [] | {
"closed_at": "2021-02-09T11:58:00Z",
"closed_issues": 89,
"created_at": "2021-01-16T01:20:17Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 15 | 2021-01-06T15:27:36Z | 2021-07-22T03:38:16Z | 2021-01-26T23:31:50Z | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
#### Code Sample
```python
import pandas as pd
df = pd.DataFrame(range(1000... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/39002/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39002/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/39003 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39003/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39003/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39003/events | https://github.com/pandas-dev/pandas/pull/39003 | 780,649,767 | MDExOlB1bGxSZXF1ZXN0NTUwNTEwMDI1 | 39,003 | TST: add note about scope of base extension tests to all files | {
"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": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2021-01-06T15:47:35Z | 2021-01-12T08:05:04Z | 2021-01-06T18:34:18Z | MEMBER | null | We already had this note in about half of the files in this directory, copied it to include in the other files as well. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/39003/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39003/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/39003.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/39003",
"merged_at": "2021-01-06T18:34:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/39003.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/39003"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/39004 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39004/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39004/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39004/events | https://github.com/pandas-dev/pandas/issues/39004 | 780,651,313 | MDU6SXNzdWU3ODA2NTEzMTM= | 39,004 | BUG: IndexError: positional indexers are out-of-bounds iloc boolean indexing | {
"avatar_url": "https://avatars.githubusercontent.com/u/5839268?v=4",
"events_url": "https://api.github.com/users/gooney47/events{/privacy}",
"followers_url": "https://api.github.com/users/gooney47/followers",
"following_url": "https://api.github.com/users/gooney47/following{/other_user}",
"gists_url": "http... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 35 | 2021-01-06T15:49:44Z | 2021-03-02T23:22:00Z | 2021-03-02T23:21:59Z | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
#### Code Sample, a copy-pastable example
```python
import pandas as pd
df = ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/39004/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39004/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/39005 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39005/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39005/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39005/events | https://github.com/pandas-dev/pandas/issues/39005 | 780,725,912 | MDU6SXNzdWU3ODA3MjU5MTI= | 39,005 | BUG: thousands separator in read_html alters data even though converter is set for a specific column | {
"avatar_url": "https://avatars.githubusercontent.com/u/16528957?v=4",
"events_url": "https://api.github.com/users/GGegenhuber/events{/privacy}",
"followers_url": "https://api.github.com/users/GGegenhuber/followers",
"following_url": "https://api.github.com/users/GGegenhuber/following{/other_user}",
"gists_u... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "006b75",
"default": false,
"description": "read_html, to_html, Styl... | 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 | 2021-01-06T17:33:11Z | 2021-01-26T16:49:08Z | null | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
#### Code Sample, a copy-pastable example
```python
import pandas as pd
def... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/39005/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39005/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/39006 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39006/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39006/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39006/events | https://github.com/pandas-dev/pandas/pull/39006 | 780,807,763 | MDExOlB1bGxSZXF1ZXN0NTUwNjQwNDE5 | 39,006 | DOC: Clarify index_col behavior for read_csv | {
"avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4",
"events_url": "https://api.github.com/users/phofl/events{/privacy}",
"followers_url": "https://api.github.com/users/phofl/followers",
"following_url": "https://api.github.com/users/phofl/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "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_csv, to_csv",
... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-06T19:53:22Z | 2021-01-06T23:01:11Z | 2021-01-06T22:56:26Z | MEMBER | null | - [x] closes #38830
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/39006/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39006/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/39006.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/39006",
"merged_at": "2021-01-06T22:56:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/39006.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/39006"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/39007 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39007/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39007/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39007/events | https://github.com/pandas-dev/pandas/issues/39007 | 780,840,365 | MDU6SXNzdWU3ODA4NDAzNjU= | 39,007 | BUG: Inconsistent results of value_counts and mode for different nan-values | {
"avatar_url": "https://avatars.githubusercontent.com/u/17513912?v=4",
"events_url": "https://api.github.com/users/realead/events{/privacy}",
"followers_url": "https://api.github.com/users/realead/followers",
"following_url": "https://api.github.com/users/realead/following{/other_user}",
"gists_url": "https:... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-06T20:54:29Z | 2021-01-27T14:03:52Z | 2021-01-27T14:03:52Z | CONTRIBUTOR | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [x] (optional) I have confirmed this bug exists on the master branch of pandas.
```python
import pandas as pd
import numpy as np
s=pd.Series([True, pd.NA, np.nan])
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/39007/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39007/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/39008 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39008/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39008/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39008/events | https://github.com/pandas-dev/pandas/pull/39008 | 780,846,072 | MDExOlB1bGxSZXF1ZXN0NTUwNjcyMDkz | 39,008 | CLN: inspect_excel_format | {
"avatar_url": "https://avatars.githubusercontent.com/u/47963215?v=4",
"events_url": "https://api.github.com/users/lithomas1/events{/privacy}",
"followers_url": "https://api.github.com/users/lithomas1/followers",
"following_url": "https://api.github.com/users/lithomas1/following{/other_user}",
"gists_url": "... | [
{
"color": "bfe5bf",
"default": false,
"description": "read_excel, to_excel",
"id": 49254273,
"name": "IO Excel",
"node_id": "MDU6TGFiZWw0OTI1NDI3Mw==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Excel"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-06T21:05:55Z | 2021-01-08T22:11:48Z | 2021-01-08T21:39:23Z | MEMBER | null | - [x] closes #38823
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [ ] whatsnew entry
cc @rhshadrach | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/39008/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39008/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/39008.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/39008",
"merged_at": "2021-01-08T21:39:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/39008.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/39008"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/39009 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39009/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39009/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39009/events | https://github.com/pandas-dev/pandas/pull/39009 | 780,846,647 | MDExOlB1bGxSZXF1ZXN0NTUwNjcyNTM4 | 39,009 | ENH: making value_counts stable/keeping original ordering | {
"avatar_url": "https://avatars.githubusercontent.com/u/17513912?v=4",
"events_url": "https://api.github.com/users/realead/events{/privacy}",
"followers_url": "https://api.github.com/users/realead/followers",
"following_url": "https://api.github.com/users/realead/following{/other_user}",
"gists_url": "https:... | [
{
"color": "eb6420",
"default": false,
"description": "Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff",
"id": 57296398,
"name": "Algos",
"node_id": "MDU6TGFiZWw1NzI5NjM5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Algos"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 8 | 2021-01-06T21:07:00Z | 2021-01-27T19:05:04Z | 2021-01-22T21:42:34Z | CONTRIBUTOR | null | closes #12679
closes #11227
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [x] whatsnew entry
The order of the returned keys for `value_counts` aren't arbitrary (i.e. dependin... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/39009/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39009/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/39009.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/39009",
"merged_at": "2021-01-22T21:42:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/39009.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/39009"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/39010 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39010/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39010/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39010/events | https://github.com/pandas-dev/pandas/issues/39010 | 780,868,204 | MDU6SXNzdWU3ODA4NjgyMDQ= | 39,010 | BUG: 1.2. version fails in adding column if number on column name beginning. | {
"avatar_url": "https://avatars.githubusercontent.com/u/39381691?v=4",
"events_url": "https://api.github.com/users/Malachov/events{/privacy}",
"followers_url": "https://api.github.com/users/Malachov/followers",
"following_url": "https://api.github.com/users/Malachov/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2021-01-20T19:40:18Z",
"closed_issues": 138,
"created_at": "2020-12-13T17:06:11Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.co... | 3 | 2021-01-06T21:51:33Z | 2021-01-08T00:19:44Z | 2021-01-08T00:19:44Z | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [x] (optional) I have confirmed this bug exists on the master branch of pandas.
---
Code that raise traceback
```python
import pandas as pd
df = pd.DataFrame([[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/39010/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39010/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/39011 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39011/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39011/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39011/events | https://github.com/pandas-dev/pandas/issues/39011 | 780,906,387 | MDU6SXNzdWU3ODA5MDYzODc= | 39,011 | ENH: enhance query syntax | {
"avatar_url": "https://avatars.githubusercontent.com/u/13950346?v=4",
"events_url": "https://api.github.com/users/DylanDmitri/events{/privacy}",
"followers_url": "https://api.github.com/users/DylanDmitri/followers",
"following_url": "https://api.github.com/users/DylanDmitri/following{/other_user}",
"gists_u... | [
{
"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": "0b02e1",
"default": false,
"description": "Related ... | closed | false | null | [] | null | 2 | 2021-01-06T23:15:54Z | 2021-08-14T23:24:44Z | 2021-08-14T23:24:44Z | CONTRIBUTOR | null | #### Is your feature request related to a problem?
No, it's additional behavior.
#### Describe the solution you'd like
```df.query(key=value)```
Add new query behavior for simple key lookup. Helps improve readability.
#### API breaking implications
Will not break API. Make the query expression optiona... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/39011/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39011/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/39012 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39012/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39012/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39012/events | https://github.com/pandas-dev/pandas/pull/39012 | 780,923,971 | MDExOlB1bGxSZXF1ZXN0NTUwNzM1Nzk5 | 39,012 | BUG: read_csv raising ValueError for tru_values/false_values and boolean dtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4",
"events_url": "https://api.github.com/users/phofl/events{/privacy}",
"followers_url": "https://api.github.com/users/phofl/followers",
"following_url": "https://api.github.com/users/phofl/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"id": 47229171,
"name": "IO CSV",
"node_id": "MDU6TGFiZWw0NzIyOTE3MQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV"
},
{
"color": "6138b5",
"default": false,
"descriptio... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 8 | 2021-01-07T00:06:13Z | 2021-01-09T22:22:25Z | 2021-01-09T22:18:23Z | MEMBER | null | - [x] closes #34655
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [x] whatsnew entry
I am not really experienced with cython, so I would appreciate feedback on the switiching ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/39012/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39012/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/39012.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/39012",
"merged_at": "2021-01-09T22:18:22Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/39012.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/39012"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/39013 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39013/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39013/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39013/events | https://github.com/pandas-dev/pandas/issues/39013 | 781,047,118 | MDU6SXNzdWU3ODEwNDcxMTg= | 39,013 | ENH/SQL: Allow 'dtype' argument in to_sql() to take dictionary including a default datatype | {
"avatar_url": "https://avatars.githubusercontent.com/u/7028403?v=4",
"events_url": "https://api.github.com/users/nabelekt/events{/privacy}",
"followers_url": "https://api.github.com/users/nabelekt/followers",
"following_url": "https://api.github.com/users/nabelekt/following{/other_user}",
"gists_url": "http... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "207de5",
"default": false,
"description": "Requires... | closed | false | null | [] | null | 2 | 2021-01-07T05:45:15Z | 2021-08-14T23:28:18Z | 2021-08-14T23:28:18Z | NONE | null | Related to #11886
Could we modify the dictionary interpretation in `to_sql()` so that the datatype specified by a key like `'default'` would apply to all other columns not already specified in the dictionary? Or, alternatively, we could break this out to two different arguments: a dictionary for specific columns and... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/39013/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39013/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/39014 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39014/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39014/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39014/events | https://github.com/pandas-dev/pandas/pull/39014 | 781,147,185 | MDExOlB1bGxSZXF1ZXN0NTUwOTIwMzg4 | 39,014 | DOC: Add whatsnew | {
"avatar_url": "https://avatars.githubusercontent.com/u/71941335?v=4",
"events_url": "https://api.github.com/users/vangorade/events{/privacy}",
"followers_url": "https://api.github.com/users/vangorade/followers",
"following_url": "https://api.github.com/users/vangorade/following{/other_user}",
"gists_url": "... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2021-01-07T08:58:40Z | 2021-01-10T11:00:28Z | 2021-01-08T14:17:28Z | CONTRIBUTOR | null | - [x] closes #38878
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [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/39014/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39014/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/39014.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/39014",
"merged_at": "2021-01-08T14:17:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/39014.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/39014"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/39015 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39015/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39015/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39015/events | https://github.com/pandas-dev/pandas/issues/39015 | 781,148,156 | MDU6SXNzdWU3ODExNDgxNTY= | 39,015 | BUG: DataFrame.rank() wrong result for inf | {
"avatar_url": "https://avatars.githubusercontent.com/u/48577571?v=4",
"events_url": "https://api.github.com/users/auderson/events{/privacy}",
"followers_url": "https://api.github.com/users/auderson/followers",
"following_url": "https://api.github.com/users/auderson/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 2 | 2021-01-07T09:00:15Z | 2021-01-07T10:32:39Z | 2021-01-07T10:32:19Z | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
**Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/39015/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39015/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/39016 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39016/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39016/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39016/events | https://github.com/pandas-dev/pandas/issues/39016 | 781,179,739 | MDU6SXNzdWU3ODExNzk3Mzk= | 39,016 | BUG: pd.DataFrame.pivot() alters external list (v 1.1.5) | {
"avatar_url": "https://avatars.githubusercontent.com/u/2592140?v=4",
"events_url": "https://api.github.com/users/mattiasthalen/events{/privacy}",
"followers_url": "https://api.github.com/users/mattiasthalen/followers",
"following_url": "https://api.github.com/users/mattiasthalen/following{/other_user}",
"gi... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 3 | 2021-01-07T09:48:12Z | 2021-01-07T11:15:58Z | 2021-01-07T11:15:37Z | NONE | null | I just discovered a strange behavior, pd.DataFrame.pivot() changes an external list by adding an element:
```
import numpy as np
import pandas as pd
size = 10
a = np.random.randint(0, 100, size = size)
b = np.random.randint(0, 100, size = size)
c = np.random.randint(0, 100, size = size)
x = np.random.randin... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/39016/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39016/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/39017 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39017/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39017/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39017/events | https://github.com/pandas-dev/pandas/issues/39017 | 781,262,536 | MDU6SXNzdWU3ODEyNjI1MzY= | 39,017 | ENH: Add encoding errors option in pandas.read_csv | {
"avatar_url": "https://avatars.githubusercontent.com/u/1690072?v=4",
"events_url": "https://api.github.com/users/davidleejy/events{/privacy}",
"followers_url": "https://api.github.com/users/davidleejy/followers",
"following_url": "https://api.github.com/users/davidleejy/following{/other_user}",
"gists_url":... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "5319e7",
"default": false,
"description": "read_csv... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2021-01-07T12:01:20Z | 2021-03-09T22:03:54Z | 2021-03-09T22:03:54Z | NONE | null | #### Related to problem:
```python
df.to_csv('abc.csv', errors='surrogatepass') # saving works fine.
# Try to load:
# Attempt 1:
pd.read_csv('abc.csv')
# Fails. UnicodeEncodeError: 'utf-8' codec can't encode characters in position 30682-30685: surrogates not allowed
# Attempt 2:
pd.read_csv('abc.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/39017/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39017/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/39018 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/39018/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/39018/comments | https://api.github.com/repos/pandas-dev/pandas/issues/39018/events | https://github.com/pandas-dev/pandas/pull/39018 | 781,281,220 | MDExOlB1bGxSZXF1ZXN0NTUxMDMxOTY4 | 39,018 | CLN: add typing to dtype arg in core/common.py (GH38808) | {
"avatar_url": "https://avatars.githubusercontent.com/u/33303747?v=4",
"events_url": "https://api.github.com/users/tushushu/events{/privacy}",
"followers_url": "https://api.github.com/users/tushushu/followers",
"following_url": "https://api.github.com/users/tushushu/following{/other_user}",
"gists_url": "htt... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-01-07T12:33:52Z | 2021-01-07T14:07:44Z | 2021-01-07T14:07:40Z | CONTRIBUTOR | null | Follow the issue - https://github.com/pandas-dev/pandas/issues/38808
- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [ ] 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/39018/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/39018/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/39018.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/39018",
"merged_at": "2021-01-07T14:07:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/39018.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/39018"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.