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/40819 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40819/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40819/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40819/events | https://github.com/pandas-dev/pandas/pull/40819 | 851,882,057 | MDExOlB1bGxSZXF1ZXN0NjEwMjI5MzI2 | 40,819 | ENH/BUG: Use Kleene logic for groupby any/all | {
"avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4",
"events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}",
"followers_url": "https://api.github.com/users/mzeitlin11/followers",
"following_url": "https://api.github.com/users/mzeitlin11/following{/other_user}",
"gists_url"... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2021-04-06T23:34:18Z | 2021-04-15T07:21:18Z | 2021-04-13T17:12:17Z | MEMBER | null | - [x] closes #37506
- [x] closes #40585
- [x] closes #33449
- [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
Built on #40811
ASV's don't look affected:
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40819/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40819/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40819.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40819",
"merged_at": "2021-04-13T17:12:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40819.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40819"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40820 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40820/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40820/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40820/events | https://github.com/pandas-dev/pandas/issues/40820 | 851,982,895 | MDU6SXNzdWU4NTE5ODI4OTU= | 40,820 | ENH: Make concat succeed on empty list. | {
"avatar_url": "https://avatars.githubusercontent.com/u/2243447?v=4",
"events_url": "https://api.github.com/users/frobnitzem/events{/privacy}",
"followers_url": "https://api.github.com/users/frobnitzem/followers",
"following_url": "https://api.github.com/users/frobnitzem/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": "207de5",
"default": false,
"description": "Requires... | closed | false | null | [] | null | 7 | 2021-04-07T04:05:18Z | 2021-08-19T04:04:59Z | 2021-08-19T04:04:58Z | NONE | null | #### Is your feature request related to a problem?
Yes, `pd.concat([])` currently raises the exception, ValueError("No objects to concatenate").
#### Describe the solution you'd like
To be correct on all input sizes, it should return an empty DataFrame.
#### API breaking implications
Obviously, concat wi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40820/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40820/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40821 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40821/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40821/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40821/events | https://github.com/pandas-dev/pandas/pull/40821 | 852,043,993 | MDExOlB1bGxSZXF1ZXN0NjEwMzYxMTUy | 40,821 | DEPR: `Styler.where` possible deprecation | {
"avatar_url": "https://avatars.githubusercontent.com/u/24256554?v=4",
"events_url": "https://api.github.com/users/attack68/events{/privacy}",
"followers_url": "https://api.github.com/users/attack68/followers",
"following_url": "https://api.github.com/users/attack68/following{/other_user}",
"gists_url": "htt... | [
{
"color": "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": "eb6420",
"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... | 6 | 2021-04-07T06:08:20Z | 2021-04-26T12:34:15Z | 2021-04-26T12:16:07Z | CONTRIBUTOR | null | closes #40124
Proposal to deprecate the method: `Styler.where`, since `Styler.applymap` and `Styler.where` are so similar in function, and return signatures, that it is almost confusing to have 2 methods for the same thing.
Note that `Styler.where` offers no advantage over `applymap` since internally it just res... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40821/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40821/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40821.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40821",
"merged_at": "2021-04-26T12:16:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40821.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40821"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40822 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40822/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40822/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40822/events | https://github.com/pandas-dev/pandas/pull/40822 | 852,153,510 | MDExOlB1bGxSZXF1ZXN0NjEwNDUzOTgw | 40,822 | TST: add test on checking objects to concatenate | {
"avatar_url": "https://avatars.githubusercontent.com/u/41443370?v=4",
"events_url": "https://api.github.com/users/ivanovmg/events{/privacy}",
"followers_url": "https://api.github.com/users/ivanovmg/followers",
"following_url": "https://api.github.com/users/ivanovmg/following{/other_user}",
"gists_url": "htt... | [
{
"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": "02d7e1",
"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-04-07T08:22:34Z | 2021-04-08T14:36:35Z | 2021-04-08T14:36:30Z | 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
When looking through the enhancement xref #40820,
I noticed that there was no test checkin... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40822/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40822/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40822.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40822",
"merged_at": "2021-04-08T14:36:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40822.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40822"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40823 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40823/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40823/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40823/events | https://github.com/pandas-dev/pandas/issues/40823 | 852,214,013 | MDU6SXNzdWU4NTIyMTQwMTM= | 40,823 | BUG: Pandas map function does not work properly with StringDtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/49187354?v=4",
"events_url": "https://api.github.com/users/jaspersival/events{/privacy}",
"followers_url": "https://api.github.com/users/jaspersival/followers",
"following_url": "https://api.github.com/users/jaspersival/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": "0e8a16",
"default": true,
"description": null,
"id": 717120670,... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/52055110?v=4",
"events_url": "https://api.github.com/users/mdhsieh/events{/privacy}",
"followers_url": "https://api.github.com/users/mdhsieh/followers",
"following_url": "https://api.github.com/users/mdhsieh/following{/other_user}",
"gists_url": "https:... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/52055110?v=4",
"events_url": "https://api.github.com/users/mdhsieh/events{/privacy}",
"followers_url": "https://api.github.com/users/mdhsieh/followers",
"following_url": "https://api.github.com/users/mdhsieh/following{/other_user}",
"gists... | {
"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-04-07T09:29:37Z | 2021-06-02T13:24:14Z | 2021-06-02T13:24:14Z | 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/40823/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40823/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40824 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40824/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40824/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40824/events | https://github.com/pandas-dev/pandas/issues/40824 | 852,376,391 | MDU6SXNzdWU4NTIzNzYzOTE= | 40,824 | BUG: Dataframe mask method does not work properly with pd.StringDtype() | {
"avatar_url": "https://avatars.githubusercontent.com/u/49187354?v=4",
"events_url": "https://api.github.com/users/jaspersival/events{/privacy}",
"followers_url": "https://api.github.com/users/jaspersival/followers",
"following_url": "https://api.github.com/users/jaspersival/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": "8cc645",
"default": false,
"description": "Related to pd.NA and nul... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/5946712?v=4",
"events_url": "https://api.github.com/users/DriesSchaumont/events{/privacy}",
"followers_url": "https://api.github.com/users/DriesSchaumont/followers",
"following_url": "https://api.github.com/users/DriesSchaumont/following{/other_user}",
... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/5946712?v=4",
"events_url": "https://api.github.com/users/DriesSchaumont/events{/privacy}",
"followers_url": "https://api.github.com/users/DriesSchaumont/followers",
"following_url": "https://api.github.com/users/DriesSchaumont/following{/othe... | {
"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-04-07T12:50:34Z | 2021-04-16T16:14:42Z | 2021-04-16T16:14:42Z | NONE | null | - [x] I have checked that this issue has not already been reported.
- [ ] I have confirmed this bug exists on the latest version of pandas.
- [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/40824/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40824/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40825 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40825/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40825/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40825/events | https://github.com/pandas-dev/pandas/issues/40825 | 852,509,043 | MDU6SXNzdWU4NTI1MDkwNDM= | 40,825 | Deprecation Warning: The Connection.run_callable() method is deprecated | {
"avatar_url": "https://avatars.githubusercontent.com/u/9419125?v=4",
"events_url": "https://api.github.com/users/tommyjcarpenter/events{/privacy}",
"followers_url": "https://api.github.com/users/tommyjcarpenter/followers",
"following_url": "https://api.github.com/users/tommyjcarpenter/following{/other_user}",... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "to_sql, read_sql, read_s... | closed | false | null | [] | null | 8 | 2021-04-07T15:07:48Z | 2021-04-07T16:09:32Z | 2021-04-07T16:09:32Z | NONE | null | - [x] I have checked that this issue has not already been reported.
(I tried searching all issues for SADeprecationWarning but didn't find this particular issue)
- [x] I have confirmed this bug exists on the latest version of pandas.
We pin to: `"pandas>=1.2.0, <2.0.0"`
- [x] (optional) I have confirmed this bu... | {
"+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/40825/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40825/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40826 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40826/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40826/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40826/events | https://github.com/pandas-dev/pandas/issues/40826 | 852,650,379 | MDU6SXNzdWU4NTI2NTAzNzk= | 40,826 | STYLE pandas-dev flake8 plugin | {
"avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4",
"events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}",
"followers_url": "https://api.github.com/users/MarcoGorelli/followers",
"following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}",
"gist... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
},
{
"color": "207de5",
"default... | closed | false | null | [] | {
"closed_at": "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... | 11 | 2021-04-07T17:49:01Z | 2021-04-16T01:06:48Z | 2021-04-16T01:06:48Z | MEMBER | null | Currently, there are a lot of style checks which are specific to this repo, the result of which is a ton of CI checks and occasionally quite a bit of extra code.
The main repo is already huge, so I'd like to suggest making a `pandas-dev/pandas-style-guide` repo, which would be a `flake8` plugin, with all the custom ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40826/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40826/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40827 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40827/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40827/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40827/events | https://github.com/pandas-dev/pandas/issues/40827 | 852,668,628 | MDU6SXNzdWU4NTI2Njg2Mjg= | 40,827 | BUG: Unexpected behavior when assigning multi-dimensional array to DataFrame column | {
"avatar_url": "https://avatars.githubusercontent.com/u/1915511?v=4",
"events_url": "https://api.github.com/users/Socob/events{/privacy}",
"followers_url": "https://api.github.com/users/Socob/followers",
"following_url": "https://api.github.com/users/Socob/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | open | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/34886045?v=4",
"events_url": "https://api.github.com/users/Mxchaeltrxn/events{/privacy}",
"followers_url": "https://api.github.com/users/Mxchaeltrxn/followers",
"following_url": "https://api.github.com/users/Mxchaeltrxn/following{/other_user}",
"gists_u... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/34886045?v=4",
"events_url": "https://api.github.com/users/Mxchaeltrxn/events{/privacy}",
"followers_url": "https://api.github.com/users/Mxchaeltrxn/followers",
"following_url": "https://api.github.com/users/Mxchaeltrxn/following{/other_user}"... | {
"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-04-07T18:08:17Z | 2021-08-19T04:07:03Z | null | NONE | null | - [x] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions.
- [x] I have asked my usage related question on [StackOverflow](https://stackoverflow.com).
---
#### Question about pandas
My question is essentially the same as the StackOverf... | {
"+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/40827/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40827/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40828 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40828/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40828/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40828/events | https://github.com/pandas-dev/pandas/issues/40828 | 852,709,997 | MDU6SXNzdWU4NTI3MDk5OTc= | 40,828 | DOC: Wrong URL in web/README.md | {
"avatar_url": "https://avatars.githubusercontent.com/u/23437545?v=4",
"events_url": "https://api.github.com/users/hasan-yaman/events{/privacy}",
"followers_url": "https://api.github.com/users/hasan-yaman/followers",
"following_url": "https://api.github.com/users/hasan-yaman/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 | {
"avatar_url": "https://avatars.githubusercontent.com/u/23437545?v=4",
"events_url": "https://api.github.com/users/hasan-yaman/events{/privacy}",
"followers_url": "https://api.github.com/users/hasan-yaman/followers",
"following_url": "https://api.github.com/users/hasan-yaman/following{/other_user}",
"gists_u... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/23437545?v=4",
"events_url": "https://api.github.com/users/hasan-yaman/events{/privacy}",
"followers_url": "https://api.github.com/users/hasan-yaman/followers",
"following_url": "https://api.github.com/users/hasan-yaman/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-04-07T18:49:18Z | 2021-04-09T01:40:51Z | 2021-04-09T01:40:51Z | CONTRIBUTOR | null | #### Location of the documentation
**Note**: You can check the latest versions of the docs on `master` [here](https://pandas.pydata.org/docs/dev/).
#### Documentation problem
`web/README.md` states
`Directory containing the pandas website (hosted at https://pandas.io).
`
However, [pandas.io](https://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/40828/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40828/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40829 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40829/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40829/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40829/events | https://github.com/pandas-dev/pandas/issues/40829 | 852,772,517 | MDU6SXNzdWU4NTI3NzI1MTc= | 40,829 | TYP return type of DataFrame.clip not correct | {
"avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4",
"events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}",
"followers_url": "https://api.github.com/users/MarcoGorelli/followers",
"following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}",
"gist... | [
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "ea91a4",
"default": false,
"de... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/5946712?v=4",
"events_url": "https://api.github.com/users/DriesSchaumont/events{/privacy}",
"followers_url": "https://api.github.com/users/DriesSchaumont/followers",
"following_url": "https://api.github.com/users/DriesSchaumont/following{/other_user}",
... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/5946712?v=4",
"events_url": "https://api.github.com/users/DriesSchaumont/events{/privacy}",
"followers_url": "https://api.github.com/users/DriesSchaumont/followers",
"following_url": "https://api.github.com/users/DriesSchaumont/following{/othe... | null | 7 | 2021-04-07T20:10:54Z | 2021-04-11T11:13:40Z | 2021-04-11T11:13:40Z | MEMBER | null | https://github.com/pandas-dev/pandas/blob/094f630cd84365b1902b4ee8d3de6a72d1bcbca3/pandas/core/generic.py#L7449-L7458
Return type should be `Optional[FrameOrSeriesUnion]`
It could also do with being overloaded according to the value of `inplace` - see `set_axis` and `DataFrame.reset_index` for examples | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40829/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40829/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40830 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40830/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40830/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40830/events | https://github.com/pandas-dev/pandas/issues/40830 | 852,879,423 | MDU6SXNzdWU4NTI4Nzk0MjM= | 40,830 | BUG: pandas.read_fwf does not throw warning or error when column spec and name list lengths differ | {
"avatar_url": "https://avatars.githubusercontent.com/u/82121412?v=4",
"events_url": "https://api.github.com/users/wleodinh/events{/privacy}",
"followers_url": "https://api.github.com/users/wleodinh/followers",
"following_url": "https://api.github.com/users/wleodinh/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved er... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/69006751?v=4",
"events_url": "https://api.github.com/users/adam-weinberger/events{/privacy}",
"followers_url": "https://api.github.com/users/adam-weinberger/followers",
"following_url": "https://api.github.com/users/adam-weinberger/following{/other_user}"... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/37603435?v=4",
"events_url": "https://api.github.com/users/parkyo/events{/privacy}",
"followers_url": "https://api.github.com/users/parkyo/followers",
"following_url": "https://api.github.com/users/parkyo/following{/other_user}",
"gists_ur... | {
"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",... | 3 | 2021-04-07T22:33:44Z | 2021-08-31T23:43:10Z | 2021-08-31T23:43:10Z | NONE | null | - [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest version of pandas.
---
#### Code Sample, a copy-pastable example
```python
import os
import pandas as pd
import numpy as np
file_contents = ("914793802660000000001000AAAAAAAAA0 ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40830/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40830/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40831 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40831/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40831/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40831/events | https://github.com/pandas-dev/pandas/pull/40831 | 852,903,414 | MDExOlB1bGxSZXF1ZXN0NjExMDg3NjY3 | 40,831 | TYP: join.pyi | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | closed | false | null | [] | {
"closed_at": "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-04-07T23:02:05Z | 2021-04-08T14:29:09Z | 2021-04-08T12:26:46Z | 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/40831/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40831/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40831.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40831",
"merged_at": "2021-04-08T12:26:46Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40831.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40831"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40832 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40832/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40832/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40832/events | https://github.com/pandas-dev/pandas/pull/40832 | 852,903,951 | MDExOlB1bGxSZXF1ZXN0NjExMDg4MTQ0 | 40,832 | TYP: writers.pyi | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | closed | false | null | [] | {
"closed_at": "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-04-07T23:03:01Z | 2021-04-08T14:30:49Z | 2021-04-08T12:26:06Z | 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/40832/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40832/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40832.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40832",
"merged_at": "2021-04-08T12:26:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40832.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40832"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40833 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40833/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40833/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40833/events | https://github.com/pandas-dev/pandas/issues/40833 | 852,948,226 | MDU6SXNzdWU4NTI5NDgyMjY= | 40,833 | BUG: Pandas + gcsfs regression | {
"avatar_url": "https://avatars.githubusercontent.com/u/7879555?v=4",
"events_url": "https://api.github.com/users/gfelot/events{/privacy}",
"followers_url": "https://api.github.com/users/gfelot/followers",
"following_url": "https://api.github.com/users/gfelot/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "d8439a",
"default": false,
"description": "Issue related to pandas ... | 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-04-08T00:36:27Z | 2021-04-08T08:18:35Z | 2021-04-08T08:18:35Z | NONE | null |
#### Problem description
I'm use to fix pandas lib up to the minor number (i.e pandas=1.1).
All my work is on Google Cloud Storage so I use a lot
`df = pd.read_csv(gcs+path)`
My old script use a mix of `pandas=1.1` and `gcsfs=0.7`
On a previous version of a script I work with pandas 1.1.5 and gcsfs 0.7.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/40833/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40833/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40834 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40834/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40834/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40834/events | https://github.com/pandas-dev/pandas/pull/40834 | 853,031,396 | MDExOlB1bGxSZXF1ZXN0NjExMTg2MTA1 | 40,834 | CLN: tighten cython declarations | {
"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... | 2 | 2021-04-08T03:52:11Z | 2021-04-13T14:22:55Z | 2021-04-13T11:36:23Z | 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/40834/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40834/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40834.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40834",
"merged_at": "2021-04-13T11:36:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40834.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40834"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40835 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40835/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40835/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40835/events | https://github.com/pandas-dev/pandas/pull/40835 | 853,508,218 | MDExOlB1bGxSZXF1ZXN0NjExNTg2NTMw | 40,835 | BUG: Incorrect index shape when using a user-defined function for aggregating a grouped series with object-typed index. | {
"avatar_url": "https://avatars.githubusercontent.com/u/5946712?v=4",
"events_url": "https://api.github.com/users/DriesSchaumont/events{/privacy}",
"followers_url": "https://api.github.com/users/DriesSchaumont/followers",
"following_url": "https://api.github.com/users/DriesSchaumont/following{/other_user}",
... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 6 | 2021-04-08T14:02:33Z | 2021-04-15T04:17:10Z | 2021-04-15T04:16:50Z | MEMBER | null | - [x] closes #40014
- [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/40835/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40835/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40835.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40835",
"merged_at": "2021-04-15T04:16:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40835.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40835"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40836 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40836/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40836/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40836/events | https://github.com/pandas-dev/pandas/pull/40836 | 853,596,052 | MDExOlB1bGxSZXF1ZXN0NjExNjU5OTgw | 40,836 | Dark background | {
"avatar_url": "https://avatars.githubusercontent.com/u/9417467?v=4",
"events_url": "https://api.github.com/users/yeshsurya/events{/privacy}",
"followers_url": "https://api.github.com/users/yeshsurya/followers",
"following_url": "https://api.github.com/users/yeshsurya/following{/other_user}",
"gists_url": "h... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | 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... | 11 | 2021-04-08T15:31:29Z | 2021-05-06T10:45:02Z | 2021-05-06T10:45:02Z | CONTRIBUTOR | null |
- [*] 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
- [*] Color in boxplot.py should be a hex value. Letter based color will be at matplotlib level. Using same color as that of boxes fo... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40836/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40836/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40836.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40836",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/40836.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40836"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40837 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40837/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40837/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40837/events | https://github.com/pandas-dev/pandas/pull/40837 | 853,720,557 | MDExOlB1bGxSZXF1ZXN0NjExNzY0OTkx | 40,837 | TST: make flaky zip check less strict | {
"avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4",
"events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}",
"followers_url": "https://api.github.com/users/mzeitlin11/followers",
"following_url": "https://api.github.com/users/mzeitlin11/following{/other_user}",
"gists_url"... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "5319e7",
"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-04-08T18:08:44Z | 2021-04-13T16:53:51Z | 2021-04-13T15:50:21Z | MEMBER | null | Saw this failure the other day:
```
pandas/tests/io/test_gcs.py:137:
71
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
72
73
result = b'PK\x03\x04\x14\x00\x00\x00\x08\x00\xe0\xa1\x87R3ET~\x18\x06\x00\x00\x8c\n\x00\x00\x03\x00\x00\x00zip-\x96]WT;\x0c\x8...x00\x00\x00\x00\x80\x... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40837/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40837/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40837.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40837",
"merged_at": "2021-04-13T15:50:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40837.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40837"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40838 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40838/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40838/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40838/events | https://github.com/pandas-dev/pandas/pull/40838 | 853,955,316 | MDExOlB1bGxSZXF1ZXN0NjExOTc2NzEx | 40,838 | DOC: Fix wrong URL in web/README.md | {
"avatar_url": "https://avatars.githubusercontent.com/u/23437545?v=4",
"events_url": "https://api.github.com/users/hasan-yaman/events{/privacy}",
"followers_url": "https://api.github.com/users/hasan-yaman/followers",
"following_url": "https://api.github.com/users/hasan-yaman/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... | 2 | 2021-04-08T21:44:57Z | 2021-04-09T07:28:42Z | 2021-04-09T01:40:51Z | CONTRIBUTOR | null |
- [x] closes #40828
- [ ] 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/40838/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40838/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40838.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40838",
"merged_at": "2021-04-09T01:40:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40838.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40838"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40839 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40839/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40839/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40839/events | https://github.com/pandas-dev/pandas/issues/40839 | 853,966,338 | MDU6SXNzdWU4NTM5NjYzMzg= | 40,839 | API/ENH: Accept nan-likes in StringArray constructor | {
"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": "5319e7",
"default": false,
"description": "String e... | open | false | null | [] | null | 1 | 2021-04-08T21:54:42Z | 2021-08-19T04:08:24Z | null | MEMBER | null | #### Is your feature request related to a problem?
Currently, StringArray can only be instantiated directly with a ndarray with strings or NA values represented by pd.NA. The only way to instantiate a StringArray with other missing value indicators(like ``np.nan`` and ``None``) is to use pandas.array, which has a si... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40839/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40839/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40840 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40840/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40840/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40840/events | https://github.com/pandas-dev/pandas/pull/40840 | 853,988,370 | MDExOlB1bGxSZXF1ZXN0NjEyMDA2NDc2 | 40,840 | PERF: NDArrayBackedExtensionArray in cython | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "fbca04",
"default"... | 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-04-08T22:27:24Z | 2021-04-14T14:10:05Z | 2021-04-14T13:04:21Z | MEMBER | null | This is a reboot of #40054, implements NDArrayBacked in a new arrays.pyx rather than in lib.pyx. The perf benefits have improved since #40054, as there is now the prospect of implementing a NDArrayBackedExtensionBlock in cython which will appreciably improve constructor and slicing performance. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40840/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40840/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40840.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40840",
"merged_at": "2021-04-14T13:04:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40840.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40840"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40841 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40841/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40841/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40841/events | https://github.com/pandas-dev/pandas/issues/40841 | 854,012,016 | MDU6SXNzdWU4NTQwMTIwMTY= | 40,841 | BUG: AssertionError: <class 'pandas.core.arrays.datetimes.DatetimeArray'> on concat | {
"avatar_url": "https://avatars.githubusercontent.com/u/3137319?v=4",
"events_url": "https://api.github.com/users/nathanielatom/events{/privacy}",
"followers_url": "https://api.github.com/users/nathanielatom/followers",
"following_url": "https://api.github.com/users/nathanielatom/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"
},
{
"color": "e11d21",
"de... | closed | false | null | [] | {
"closed_at": "2021-06-22T09:35:40Z",
"closed_issues": 50,
"created_at": "2021-04-12T08:10:59Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 9 | 2021-04-08T23:20:20Z | 2021-04-14T12:53:21Z | 2021-04-14T12:53:21Z | 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
In [1]: import numpy as np... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40841/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40841/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40842 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40842/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40842/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40842/events | https://github.com/pandas-dev/pandas/pull/40842 | 854,059,744 | MDExOlB1bGxSZXF1ZXN0NjEyMDY2NTk4 | 40,842 | PERF: put BlockManager constructor in cython | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
}
] | closed | false | null | [] | {
"closed_at": "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-04-09T01:08:38Z | 2021-04-20T08:57:48Z | 2021-04-19T16:23:24Z | MEMBER | null | No idea why mypy started complaining about the io.parsers stuff | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40842/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40842/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40842.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40842",
"merged_at": "2021-04-19T16:23:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40842.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40842"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40843 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40843/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40843/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40843/events | https://github.com/pandas-dev/pandas/pull/40843 | 854,137,803 | MDExOlB1bGxSZXF1ZXN0NjEyMTMwNjE4 | 40,843 | REF: move 2D-only methods to BlockManager | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "fbca04",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2021-04-09T04:06:34Z | 2021-04-14T14:05:09Z | 2021-04-14T12:58:59Z | 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/40843/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40843/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40843.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40843",
"merged_at": "2021-04-14T12:58:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40843.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40843"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/40844 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40844/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40844/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40844/events | https://github.com/pandas-dev/pandas/pull/40844 | 854,142,625 | MDExOlB1bGxSZXF1ZXN0NjEyMTM0NTEx | 40,844 | REF: share ArrayManager/BlockManager methods | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [] | closed | false | null | [] | null | 3 | 2021-04-09T04:18:33Z | 2021-04-13T21:24:10Z | 2021-04-13T21:24:07Z | 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/40844/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40844/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40844.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40844",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/40844.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40844"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40845 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40845/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40845/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40845/events | https://github.com/pandas-dev/pandas/pull/40845 | 854,254,137 | MDExOlB1bGxSZXF1ZXN0NjEyMjI2NTM5 | 40,845 | BUG: fix kwargs in `Styler.where` | {
"avatar_url": "https://avatars.githubusercontent.com/u/24256554?v=4",
"events_url": "https://api.github.com/users/attack68/events{/privacy}",
"followers_url": "https://api.github.com/users/attack68/followers",
"following_url": "https://api.github.com/users/attack68/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "006b75",
"default": false,
"description": "conditional formatting u... | closed | false | null | [] | {
"closed_at": "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-04-09T07:31:48Z | 2021-04-12T18:45:03Z | 2021-04-09T16:29:18Z | CONTRIBUTOR | null | Simple bug fix. `kwargs` not passed in correct place.
partially closes #40124 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40845/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40845/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40845.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40845",
"merged_at": "2021-04-09T16:29:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40845.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40845"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40846 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40846/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40846/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40846/events | https://github.com/pandas-dev/pandas/issues/40846 | 854,388,227 | MDU6SXNzdWU4NTQzODgyMjc= | 40,846 | QST: Is differenence in frame __setitem__() and __getitem__() intended? | {
"avatar_url": "https://avatars.githubusercontent.com/u/73533504?v=4",
"events_url": "https://api.github.com/users/NicMan30/events{/privacy}",
"followers_url": "https://api.github.com/users/NicMan30/followers",
"following_url": "https://api.github.com/users/NicMan30/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... | open | false | null | [] | null | 3 | 2021-04-09T10:19:36Z | 2021-04-09T21:56:41Z | null | NONE | null | - [X] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions.
- [X] I have discussed my usage related question on [StackOverflow](https://stackoverflow.com).
---
@kristiancanler came across different behavior between assignment and look-ups wh... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40846/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40846/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40847 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40847/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40847/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40847/events | https://github.com/pandas-dev/pandas/issues/40847 | 854,473,016 | MDU6SXNzdWU4NTQ0NzMwMTY= | 40,847 | ENH: Memory usage of read_sql could be significantly reduced to ~25% of current memory usage | {
"avatar_url": "https://avatars.githubusercontent.com/u/3266662?v=4",
"events_url": "https://api.github.com/users/itamarst/events{/privacy}",
"followers_url": "https://api.github.com/users/itamarst/followers",
"following_url": "https://api.github.com/users/itamarst/following{/other_user}",
"gists_url": "http... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "5319e7",
"default": false,
"description": "to_sql, ... | 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-04-09T12:19:27Z | 2021-04-10T21:18:44Z | null | NONE | null | #### Is your feature request related to a problem?
Right now when you do `pandas.read_sql` without chunking, memory usage appears to be `O(4N)` where N is number of rows. For example, if the rows can be represented in ~1GB of RAM, approximately 4GB of RAM will be used.
By using chunking + server-side cursors (htt... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40847/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40847/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40848 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40848/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40848/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40848/events | https://github.com/pandas-dev/pandas/issues/40848 | 854,556,609 | MDU6SXNzdWU4NTQ1NTY2MDk= | 40,848 | PERF: conversion of long python objects to string when using numexpr | {
"avatar_url": "https://avatars.githubusercontent.com/u/5022661?v=4",
"events_url": "https://api.github.com/users/gabiteodoru/events{/privacy}",
"followers_url": "https://api.github.com/users/gabiteodoru/followers",
"following_url": "https://api.github.com/users/gabiteodoru/following{/other_user}",
"gists_ur... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "ffa0ff",
"default"... | open | false | null | [] | null | 25 | 2021-04-09T14:04:01Z | 2021-04-11T15:44:20Z | null | NONE | null | - [ ] I have checked that this issue has not already been reported.
- [ X ] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
**Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40848/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40848/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40849 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40849/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40849/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40849/events | https://github.com/pandas-dev/pandas/issues/40849 | 854,618,812 | MDU6SXNzdWU4NTQ2MTg4MTI= | 40,849 | pandas concat does not match index names when concatenating two dataframes with a multiindex | {
"avatar_url": "https://avatars.githubusercontent.com/u/25511217?v=4",
"events_url": "https://api.github.com/users/ikfdarba/events{/privacy}",
"followers_url": "https://api.github.com/users/ikfdarba/followers",
"following_url": "https://api.github.com/users/ikfdarba/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... | open | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/10372220?v=4",
"events_url": "https://api.github.com/users/taytzehao/events{/privacy}",
"followers_url": "https://api.github.com/users/taytzehao/followers",
"following_url": "https://api.github.com/users/taytzehao/following{/other_user}",
"gists_url": "... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/10372220?v=4",
"events_url": "https://api.github.com/users/taytzehao/events{/privacy}",
"followers_url": "https://api.github.com/users/taytzehao/followers",
"following_url": "https://api.github.com/users/taytzehao/following{/other_user}",
... | {
"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-04-09T15:17:09Z | 2021-05-26T02:10:39Z | null | NONE | null | python 3.7
pd.__version__ '1.1.4' and '1.2.3'
running the following code:
```
df_top=pd.DataFrame([["i1_top","i2_top",1,2]], columns=["index1","index2","value1","value2"])
df_top.set_index(["index1","index2"],inplace=True)
df_bottom=pd.DataFrame([["i1_bottom","i2_bottom",2,1]], columns=["index1","index2","value... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40849/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40849/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40850 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40850/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40850/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40850/events | https://github.com/pandas-dev/pandas/pull/40850 | 854,629,129 | MDExOlB1bGxSZXF1ZXN0NjEyNTQ0MDk1 | 40,850 | REGR: object column repr not respecting float format | {
"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": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
},
{
"color": "e11d2... | closed | false | null | [] | {
"closed_at": "2021-04-13T15:44:36Z",
"closed_issues": 46,
"created_at": "2021-03-01T08:32:08Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 2 | 2021-04-09T15:29:40Z | 2021-04-11T12:49:42Z | 2021-04-11T12:39:10Z | MEMBER | null | - [x] closes #40024
- [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 is a regression caused by #38759 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40850/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40850/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40850.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40850",
"merged_at": "2021-04-11T12:39:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40850.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40850"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40851 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40851/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40851/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40851/events | https://github.com/pandas-dev/pandas/pull/40851 | 854,663,340 | MDExOlB1bGxSZXF1ZXN0NjEyNTcyODg0 | 40,851 | DEPS: drop numpy 1.16 #40814 | {
"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": "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-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-04-09T16:09:49Z | 2021-04-13T23:09:09Z | 2021-04-13T23:09:02Z | MEMBER | null | - [x] closes #40814
| {
"+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/40851/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40851/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40851.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40851",
"merged_at": "2021-04-13T23:09:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40851.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40851"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40852 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40852/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40852/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40852/events | https://github.com/pandas-dev/pandas/pull/40852 | 854,666,274 | MDExOlB1bGxSZXF1ZXN0NjEyNTc1MTg4 | 40,852 | PERF: use ndarray.take instead of algos.take | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
}
] | closed | false | null | [] | {
"closed_at": "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-04-09T16:13:45Z | 2021-04-17T10:17:04Z | 2021-04-13T15:24:37Z | MEMBER | null | Un-revert part of #40510 in the hopes of tracking down where the perf impact was. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40852/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40852/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40852.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40852",
"merged_at": "2021-04-13T15:24:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40852.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40852"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40853 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40853/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40853/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40853/events | https://github.com/pandas-dev/pandas/pull/40853 | 854,685,147 | MDExOlB1bGxSZXF1ZXN0NjEyNTkwNzcy | 40,853 | TYP: implement typing.Manager2D | {
"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": "ea91a4",
"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... | 2 | 2021-04-09T16:41:52Z | 2021-04-13T14:17:08Z | 2021-04-13T13:21:10Z | MEMBER | null | Makes it feasible to annotate a Manager as specifically-2D, which I find makes it easier to reason about some of the groupby code.
@jorisvandenbossche any objection to a refactor of ArrayManager to make SingleArrayManager share a parent class with ArrayManager, but not subclass it? See https://github.com/pandas-dev... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40853/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40853/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40853.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40853",
"merged_at": "2021-04-13T13:21:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40853.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40853"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40854 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40854/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40854/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40854/events | https://github.com/pandas-dev/pandas/issues/40854 | 854,750,265 | MDU6SXNzdWU4NTQ3NTAyNjU= | 40,854 | ENH: Return a frame with a MultiIndex when doing math on inner indices | {
"avatar_url": "https://avatars.githubusercontent.com/u/10226392?v=4",
"events_url": "https://api.github.com/users/tmcclintock/events{/privacy}",
"followers_url": "https://api.github.com/users/tmcclintock/followers",
"following_url": "https://api.github.com/users/tmcclintock/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": "0052cc",
"default": false,
"description": "Issue th... | closed | false | null | [] | null | 3 | 2021-04-09T18:12:27Z | 2021-04-11T01:43:18Z | 2021-04-11T01:43:18Z | NONE | null | #### Is your feature request related to a problem?
Given a datafame with a `MultiIndex` axis, it would be nice to be able to perform a mathematical operation based on the outer axis (or axes) and obtain a result that maintained the number of dimensions in the index. For example:
```python
cols = [(x, y) for p in... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40854/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40854/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40855 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40855/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40855/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40855/events | https://github.com/pandas-dev/pandas/issues/40855 | 854,750,922 | MDU6SXNzdWU4NTQ3NTA5MjI= | 40,855 | ENH: Add support for nullable integer columns to StataWriter | {
"avatar_url": "https://avatars.githubusercontent.com/u/20301346?v=4",
"events_url": "https://api.github.com/users/kkwaiser/events{/privacy}",
"followers_url": "https://api.github.com/users/kkwaiser/followers",
"following_url": "https://api.github.com/users/kkwaiser/following{/other_user}",
"gists_url": "htt... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "5319e7",
"default": false,
"description": "read_sta... | 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",... | 1 | 2021-04-09T18:13:39Z | 2021-09-14T16:35:21Z | 2021-09-14T16:35:21Z | NONE | null |
When attempting to export a dataframe to a Stata data file, I hit the following error due to my dataframe including variables of the Int64 dtype.
```python
import pandas as pd
# CREATE DATAFRAME
s1 = pd.Series(2**33, dtype='Int64')
s2 = pd.Series("ABC", dtype=object)
df = pd.DataFrame({'col1': s1, 'col2'... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40855/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40855/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40856 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40856/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40856/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40856/events | https://github.com/pandas-dev/pandas/pull/40856 | 854,780,696 | MDExOlB1bGxSZXF1ZXN0NjEyNjY5NDU5 | 40,856 | CI: doc failure | {
"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": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integratio... | 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-04-09T19:03:33Z | 2021-04-09T21:55:25Z | 2021-04-09T21:20:00Z | MEMBER | null | Attempt to fix doc failure | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40856/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40856/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40856.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40856",
"merged_at": "2021-04-09T21:20:00Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40856.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40856"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40857 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40857/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40857/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40857/events | https://github.com/pandas-dev/pandas/pull/40857 | 854,799,949 | MDExOlB1bGxSZXF1ZXN0NjEyNjg0NjAw | 40,857 | REF: NDFrame dont mixin SelectionMixin | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-04-09T19:29:24Z | 2021-04-10T01:31:24Z | 2021-04-10T01:25:32Z | 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/40857/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40857/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40857.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40857",
"merged_at": "2021-04-10T01:25:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40857.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40857"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40858 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40858/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40858/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40858/events | https://github.com/pandas-dev/pandas/issues/40858 | 854,814,443 | MDU6SXNzdWU4NTQ4MTQ0NDM= | 40,858 | QST: hi guys i have an question on creating a series in pandas diamonds['Quality–color'] = diamonds.cut + ', ' + diamonds.color after running this code why iam getting two columns as 'Quality–color' | {
"avatar_url": "https://avatars.githubusercontent.com/u/56156134?v=4",
"events_url": "https://api.github.com/users/sbrsankar/events{/privacy}",
"followers_url": "https://api.github.com/users/sbrsankar/followers",
"following_url": "https://api.github.com/users/sbrsankar/following{/other_user}",
"gists_url": "... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "0052cc",
"default": false,
"descript... | closed | false | null | [] | null | 1 | 2021-04-09T19:55:02Z | 2021-04-09T20:00:21Z | 2021-04-09T20:00:21Z | NONE | null | - [ ] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions.
- [ ] I have asked my usage related question on [StackOverflow](https://stackoverflow.com).
---
#### Question about pandas
**Note**: If you'd still like to submit a question, p... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40858/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40858/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40859 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40859/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40859/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40859/events | https://github.com/pandas-dev/pandas/issues/40859 | 854,826,234 | MDU6SXNzdWU4NTQ4MjYyMzQ= | 40,859 | QST: hi guys i have an doubt in pandas i created series as ['Quality–color'] in my data frame by adding Cut & Color variable into that series as "diam['Quality-color']=diam.cut + ', ' + diam.color" my query was why im getting two colums as 'Quality-color' for your reference i have attached the image | {
"avatar_url": "https://avatars.githubusercontent.com/u/56156134?v=4",
"events_url": "https://api.github.com/users/sbrsankar/events{/privacy}",
"followers_url": "https://api.github.com/users/sbrsankar/followers",
"following_url": "https://api.github.com/users/sbrsankar/following{/other_user}",
"gists_url": "... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "207de5",
"default": false,
"descript... | 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... | 7 | 2021-04-09T20:15:16Z | 2021-04-12T09:51:23Z | 2021-04-09T20:52:57Z | NONE | null | - [ ] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions.
- [ ] I have asked my usage related question on [StackOverflow](https://stackoverflow.com).
---
#### Question about pandas
**Note**: If you'd still like to submit a question, p... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40859/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40859/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40860 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40860/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40860/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40860/events | https://github.com/pandas-dev/pandas/pull/40860 | 854,826,781 | MDExOlB1bGxSZXF1ZXN0NjEyNzA2NDgw | 40,860 | TYP: Improve clip() return and argument typing. | {
"avatar_url": "https://avatars.githubusercontent.com/u/5946712?v=4",
"events_url": "https://api.github.com/users/DriesSchaumont/events{/privacy}",
"followers_url": "https://api.github.com/users/DriesSchaumont/followers",
"following_url": "https://api.github.com/users/DriesSchaumont/following{/other_user}",
... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | closed | false | null | [] | {
"closed_at": "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-04-09T20:16:04Z | 2021-04-14T14:56:45Z | 2021-04-11T11:13:41Z | MEMBER | null | - [x] closes #40829
- [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/40860/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40860/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40860.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40860",
"merged_at": "2021-04-11T11:13:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40860.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40860"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40861 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40861/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40861/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40861/events | https://github.com/pandas-dev/pandas/pull/40861 | 854,885,664 | MDExOlB1bGxSZXF1ZXN0NjEyNzU1Mjky | 40,861 | Fix fillna accepting downcast as dict | {
"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": "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... | 8 | 2021-04-09T22:15:49Z | 2021-04-16T20:37:01Z | 2021-04-13T23:22:59Z | MEMBER | null | - [x] closes #40809
- [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 fix makes sense in this case I think, but this does not fix the case for non-list lik... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40861/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40861/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40861.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40861",
"merged_at": "2021-04-13T23:22:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40861.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40861"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40862 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40862/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40862/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40862/events | https://github.com/pandas-dev/pandas/pull/40862 | 854,908,716 | MDExOlB1bGxSZXF1ZXN0NjEyNzc1MTEx | 40,862 | Fix bug in index.union with duplicates and not a subset of each other | {
"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": "e99695",
"default": false,
"description": "Related to the Index cla... | 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-04-09T22:57:33Z | 2021-04-14T20:14:45Z | 2021-04-14T14:12:43Z | 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
The previous fix missed one case where other has dups which are unique in self
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40862/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40862/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40862.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40862",
"merged_at": "2021-04-14T14:12:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40862.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40862"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40863 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40863/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40863/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40863/events | https://github.com/pandas-dev/pandas/pull/40863 | 854,916,271 | MDExOlB1bGxSZXF1ZXN0NjEyNzgxMjM4 | 40,863 | REF: separate 2D only methods from ArrayManager | {
"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": "fbca04",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2021-04-09T23:18:32Z | 2021-04-14T14:06:40Z | 2021-04-14T13:05:49Z | 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
ArrayManager analogue to #40843, discussed briefly in #40853 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40863/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40863/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40863.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40863",
"merged_at": "2021-04-14T13:05:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40863.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40863"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40864 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40864/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40864/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40864/events | https://github.com/pandas-dev/pandas/pull/40864 | 855,056,536 | MDExOlB1bGxSZXF1ZXN0NjEyODkwNDA2 | 40,864 | BUG: Fix dtypes change using replace with nullable dtypes (#40732) | {
"avatar_url": "https://avatars.githubusercontent.com/u/23437545?v=4",
"events_url": "https://api.github.com/users/hasan-yaman/events{/privacy}",
"followers_url": "https://api.github.com/users/hasan-yaman/followers",
"following_url": "https://api.github.com/users/hasan-yaman/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": "01a886",
"default": false,
"description": "replace method",
"id... | closed | false | null | [] | null | 4 | 2021-04-10T12:26:50Z | 2021-06-08T18:19:50Z | 2021-06-08T18:19:50Z | CONTRIBUTOR | null | - [x] closes #40732
- [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/40864/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40864/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40864.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40864",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/40864.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40864"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40865 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40865/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40865/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40865/events | https://github.com/pandas-dev/pandas/issues/40865 | 855,062,506 | MDU6SXNzdWU4NTUwNjI1MDY= | 40,865 | PERF: Series.nunique can compute unique, then remove na | {
"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": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "0e8a16",
"default"... | 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-04-10T12:59:10Z | 2021-05-03T15:12:33Z | 2021-05-03T15:12:33Z | MEMBER | null | Currently we first remove nans, then use `len` on the result of `Series.unique`. Except for Series that are mostly null values, it is more performant to switch the order of these operations:
```
n = 100_000
part_nan = 10
ser = pd.Series(n * (part_nan * [np.nan] + list(range(100)))).astype(float)
%timeit ser.nu... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40865/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40865/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40866 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40866/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40866/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40866/events | https://github.com/pandas-dev/pandas/pull/40866 | 855,088,482 | MDExOlB1bGxSZXF1ZXN0NjEyOTEzNzA3 | 40,866 | TST Add test for iloc on interval index | {
"avatar_url": "https://avatars.githubusercontent.com/u/9433920?v=4",
"events_url": "https://api.github.com/users/EricLeer/events{/privacy}",
"followers_url": "https://api.github.com/users/EricLeer/followers",
"following_url": "https://api.github.com/users/EricLeer/following{/other_user}",
"gists_url": "http... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "00... | 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-04-10T15:11:13Z | 2021-04-12T13:35:28Z | 2021-04-12T13:31:43Z | CONTRIBUTOR | null | - [ ] closes #17130
- [ ] 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
Adds tests for using iloc on an interval as 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/40866/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40866/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40866.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40866",
"merged_at": "2021-04-12T13:31:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40866.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40866"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40867 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40867/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40867/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40867/events | https://github.com/pandas-dev/pandas/pull/40867 | 855,137,193 | MDExOlB1bGxSZXF1ZXN0NjEyOTQ5OTcx | 40,867 | TYP: Overload series/drop_dupicates | {
"avatar_url": "https://avatars.githubusercontent.com/u/9518805?v=4",
"events_url": "https://api.github.com/users/olgarithms/events{/privacy}",
"followers_url": "https://api.github.com/users/olgarithms/followers",
"following_url": "https://api.github.com/users/olgarithms/following{/other_user}",
"gists_url":... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 6 | 2021-04-10T19:15:52Z | 2021-05-11T08:27:12Z | 2021-04-12T08:11:23Z | CONTRIBUTOR | null | - [ ] closes part of https://github.com/MarcoGorelli/pyladies-sprint-April-2021/issues/29
- [ ] 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/40867/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40867/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40867.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40867",
"merged_at": "2021-04-12T08:11:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40867.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40867"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40868 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40868/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40868/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40868/events | https://github.com/pandas-dev/pandas/pull/40868 | 855,147,664 | MDExOlB1bGxSZXF1ZXN0NjEyOTU3NzU0 | 40,868 | ARM64 parallel builds | {
"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": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
},
{
"color": "c2e0c6",
"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... | 4 | 2021-04-10T20:16:59Z | 2021-04-15T07:33:45Z | 2021-04-13T15:55:37Z | MEMBER | null | - [x] closes #36719
- [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
Seems to have gotten build from > 1 hr to ~ 38 min. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40868/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40868/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40868.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40868",
"merged_at": "2021-04-13T15:55:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40868.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40868"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40869 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40869/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40869/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40869/events | https://github.com/pandas-dev/pandas/pull/40869 | 855,157,495 | MDExOlB1bGxSZXF1ZXN0NjEyOTY1MTkz | 40,869 | Deprecate level keyword for dataframe and series aggregations | {
"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... | 3 | 2021-04-10T21:16:50Z | 2021-04-13T11:59:08Z | 2021-04-13T11:53:28Z | MEMBER | null | - [x] closes #39983
- [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 would deprecate the level keyword if we want to move forward with this | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40869/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40869/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40869.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40869",
"merged_at": "2021-04-13T11:53:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40869.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40869"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40870 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40870/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40870/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40870/events | https://github.com/pandas-dev/pandas/pull/40870 | 855,163,683 | MDExOlB1bGxSZXF1ZXN0NjEyOTY5NTIy | 40,870 | BUG: DataFrame.from_records doesn't raise proper error message when Series passed | {
"avatar_url": "https://avatars.githubusercontent.com/u/23437545?v=4",
"events_url": "https://api.github.com/users/hasan-yaman/events{/privacy}",
"followers_url": "https://api.github.com/users/hasan-yaman/followers",
"following_url": "https://api.github.com/users/hasan-yaman/following{/other_user}",
"gists_u... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
},
{
"color": "d4c5... | closed | false | null | [] | null | 8 | 2021-04-10T21:54:20Z | 2021-08-17T00:33:34Z | 2021-08-17T00:33:33Z | CONTRIBUTOR | null | - [x] closes #40429
- [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/40870/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40870/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40870.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40870",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/40870.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40870"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40871 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40871/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40871/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40871/events | https://github.com/pandas-dev/pandas/pull/40871 | 855,186,617 | MDExOlB1bGxSZXF1ZXN0NjEyOTg1MDAw | 40,871 | Two missing spaces in argmax, argmin docs | {
"avatar_url": "https://avatars.githubusercontent.com/u/16674643?v=4",
"events_url": "https://api.github.com/users/maciejkos/events{/privacy}",
"followers_url": "https://api.github.com/users/maciejkos/followers",
"following_url": "https://api.github.com/users/maciejkos/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-04-11T00:30:41Z | 2021-04-11T06:02:44Z | 2021-04-11T06:02:43Z | CONTRIBUTOR | null | I fixed the missing space that made the documentation render "isthe" instead of "is the".
Before the change:
- This **isthe** equivalent of the numpy.ndarray method argmax.
- This **isthe** equivalent of the numpy.ndarray method argmin.
After the change:
- This **is the** equivalent of the numpy.ndarray method... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40871/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40871/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40871.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40871",
"merged_at": "2021-04-11T06:02:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40871.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40871"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40872 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40872/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40872/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40872/events | https://github.com/pandas-dev/pandas/pull/40872 | 855,287,707 | MDExOlB1bGxSZXF1ZXN0NjEzMDYwNDYx | 40,872 | Add test to check check_like with different indexes | {
"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"
}
] | 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-04-11T11:54:11Z | 2021-04-11T13:01:55Z | 2021-04-11T13:01:50Z | MEMBER | null | - [x] closes #39739
- [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
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40872/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40872/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40872.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40872",
"merged_at": "2021-04-11T13:01:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40872.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40872"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40873 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40873/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40873/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40873/events | https://github.com/pandas-dev/pandas/issues/40873 | 855,288,347 | MDU6SXNzdWU4NTUyODgzNDc= | 40,873 | STYLE "wrongplaced whitespace" rule doesn't error on its example of a bad string | {
"avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4",
"events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}",
"followers_url": "https://api.github.com/users/MarcoGorelli/followers",
"following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}",
"gist... | [
{
"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... | 5 | 2021-04-11T11:57:32Z | 2021-04-16T01:06:48Z | 2021-04-16T01:06:48Z | MEMBER | null | The docstring reads
https://github.com/pandas-dev/pandas/blob/9ab55b4aed9018b070c939ffbdf232f99bf50f1a/scripts/validate_unwanted_patterns.py#L355-L361
yet this file doesn't error if the script is run on it:
```console
$ cat t.py
rule = (
"We want the space at the begging of "
"the line if the previous... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40873/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40873/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40874 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40874/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40874/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40874/events | https://github.com/pandas-dev/pandas/issues/40874 | 855,289,396 | MDU6SXNzdWU4NTUyODkzOTY= | 40,874 | BUG: New numpy dev caused ci to fail | {
"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": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
},
{
"color": "d93f0b",
"default": false,
"description": ... | closed | false | null | [] | {
"closed_at": "2021-06-22T09:35:40Z",
"closed_issues": 50,
"created_at": "2021-04-12T08:10:59Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 5 | 2021-04-11T12:02:54Z | 2021-04-18T15:55:39Z | 2021-04-18T15:55:39Z | MEMBER | null | - [x] I have checked that this issue has not already been reported.
---
The weekly wheel of numpy changed and caused our ci to fail
Worked:
https://github.com/pandas-dev/pandas/runs/2314968903
First failure:
https://github.com/pandas-dev/pandas/runs/2315938439
Numpy wheels:
First:
https://pypi.anac... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40874/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40874/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40875 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40875/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40875/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40875/events | https://github.com/pandas-dev/pandas/pull/40875 | 855,297,322 | MDExOlB1bGxSZXF1ZXN0NjEzMDY3MzQx | 40,875 | Backport PR #40850 on branch 1.2.x (REGR: object column repr not respecting float format) | {
"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": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
}
] | closed | false | null | [] | {
"closed_at": "2021-04-13T15:44:36Z",
"closed_issues": 46,
"created_at": "2021-03-01T08:32:08Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 0 | 2021-04-11T12:41:00Z | 2021-04-11T14:05:59Z | 2021-04-11T14:05:59Z | NONE | null | Backport PR #40850: REGR: object column repr not respecting float format | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40875/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40875/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40875.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40875",
"merged_at": "2021-04-11T14:05:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40875.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40875"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40876 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40876/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40876/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40876/events | https://github.com/pandas-dev/pandas/issues/40876 | 855,297,671 | MDU6SXNzdWU4NTUyOTc2NzE= | 40,876 | STYLE, TYP frame-or-series-union check no longer relevant | {
"avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4",
"events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}",
"followers_url": "https://api.github.com/users/MarcoGorelli/followers",
"following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}",
"gist... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
},
{
"color": "0e8a16",
"default... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/55714355?v=4",
"events_url": "https://api.github.com/users/joonlim9/events{/privacy}",
"followers_url": "https://api.github.com/users/joonlim9/followers",
"following_url": "https://api.github.com/users/joonlim9/following{/other_user}",
"gists_url": "htt... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/55714355?v=4",
"events_url": "https://api.github.com/users/joonlim9/events{/privacy}",
"followers_url": "https://api.github.com/users/joonlim9/followers",
"following_url": "https://api.github.com/users/joonlim9/following{/other_user}",
"gi... | {
"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",... | 12 | 2021-04-11T12:42:50Z | 2021-07-04T10:06:53Z | 2021-07-04T10:06:53Z | MEMBER | null | This check is no longer relevant:
https://github.com/pandas-dev/pandas/blob/9ab55b4aed9018b070c939ffbdf232f99bf50f1a/.pre-commit-config.yaml#L83-L88
Since using PEP604 rewrites, this would be written as
```
x: Series | DataFrame
```
anyway.
```
x: FrameOrSeriesUnion
```
is actually just as long as the abo... | {
"+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/40876/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40876/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40877 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40877/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40877/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40877/events | https://github.com/pandas-dev/pandas/pull/40877 | 855,300,762 | MDExOlB1bGxSZXF1ZXN0NjEzMDY5ODQ1 | 40,877 | Skipt failing tests for numpy dev | {
"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": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
},
{
"color": "d93f0b",
"default": false,
"description": ... | closed | false | null | [] | {
"closed_at": "2021-04-13T15:44:36Z",
"closed_issues": 46,
"created_at": "2021-03-01T08:32:08Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 9 | 2021-04-11T12:57:21Z | 2021-04-11T18:34:13Z | 2021-04-11T16:32:10Z | MEMBER | null | - [x] xref #40874
- [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
Skipping for now.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40877/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40877/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40877.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40877",
"merged_at": "2021-04-11T16:32:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40877.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40877"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40878 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40878/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40878/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40878/events | https://github.com/pandas-dev/pandas/pull/40878 | 855,309,167 | MDExOlB1bGxSZXF1ZXN0NjEzMDc2MDgx | 40,878 | REGR: ufunc with DataFrame input not passing all kwargs | {
"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": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
}
] | closed | false | null | [] | {
"closed_at": "2021-04-13T15:44:36Z",
"closed_issues": 46,
"created_at": "2021-03-01T08:32:08Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 3 | 2021-04-11T13:36:47Z | 2021-04-12T15:07:58Z | 2021-04-12T14:27:29Z | MEMBER | null | - [x] closes #40662
- [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
Credit to @attack68 for the fix, just figured we should try to get this is in for 1.2.4 if... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40878/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40878/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40878.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40878",
"merged_at": "2021-04-12T14:27:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40878.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40878"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40879 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40879/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40879/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40879/events | https://github.com/pandas-dev/pandas/pull/40879 | 855,309,401 | MDExOlB1bGxSZXF1ZXN0NjEzMDc2MjQ4 | 40,879 | DOC: Updates Index.reindex docstrings (#40328) | {
"avatar_url": "https://avatars.githubusercontent.com/u/38786534?v=4",
"events_url": "https://api.github.com/users/lnros/events{/privacy}",
"followers_url": "https://api.github.com/users/lnros/followers",
"following_url": "https://api.github.com/users/lnros/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": "e99695",
"default": false,
"description": "Related to the Index ... | closed | false | null | [] | null | 6 | 2021-04-11T13:37:50Z | 2021-09-01T00:09:04Z | 2021-09-01T00:09:04Z | NONE | null | - [x] closes #40328: explains function parameters and gives basic example
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see here 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/40879/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40879/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40879.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40879",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/40879.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40879"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40880 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40880/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40880/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40880/events | https://github.com/pandas-dev/pandas/pull/40880 | 855,317,144 | MDExOlB1bGxSZXF1ZXN0NjEzMDgxODg3 | 40,880 | DOC: 1.2.4 release date | {
"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-04-13T15:44:36Z",
"closed_issues": 46,
"created_at": "2021-03-01T08:32:08Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 2 | 2021-04-11T14:12:34Z | 2021-04-12T12:18:08Z | 2021-04-12T12:17:07Z | MEMBER | null | draft till #40878 is merged as may cause conflicts. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40880/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40880/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40880.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40880",
"merged_at": "2021-04-12T12:17:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40880.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40880"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40881 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40881/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40881/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40881/events | https://github.com/pandas-dev/pandas/pull/40881 | 855,349,158 | MDExOlB1bGxSZXF1ZXN0NjEzMTA1MzMz | 40,881 | Backport PR #40877 on branch 1.2.x (Skipt failing tests for numpy dev) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [] | closed | false | null | [] | {
"closed_at": "2021-04-13T15:44:36Z",
"closed_issues": 46,
"created_at": "2021-03-01T08:32:08Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 1 | 2021-04-11T16:32:24Z | 2021-04-11T16:39:09Z | 2021-04-11T16:39:09Z | NONE | null | Backport PR #40877: Skipt failing tests for numpy dev | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40881/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40881/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40881.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40881",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/40881.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40881"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40882 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40882/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40882/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40882/events | https://github.com/pandas-dev/pandas/pull/40882 | 855,351,603 | MDExOlB1bGxSZXF1ZXN0NjEzMTA3MjM3 | 40,882 | Backport PR #40877 on branch 1.2.x (Skipt failing tests for numpy dev) | {
"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": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
},
{
"color": "d93f0b",
"default": false,
"description": ... | closed | false | null | [] | {
"closed_at": "2021-04-13T15:44:36Z",
"closed_issues": 46,
"created_at": "2021-03-01T08:32:08Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 3 | 2021-04-11T16:43:29Z | 2021-04-18T16:00:29Z | 2021-04-12T07:57:16Z | MEMBER | null | Backport PR #40877
Had to add the is_numpy_dev import, we could otherwise import from other directory if this would be preferrable | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40882/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40882/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40882.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40882",
"merged_at": "2021-04-12T07:57:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40882.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40882"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40883 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40883/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40883/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40883/events | https://github.com/pandas-dev/pandas/pull/40883 | 855,376,488 | MDExOlB1bGxSZXF1ZXN0NjEzMTI0OTc3 | 40,883 | Backport PR #40877 on branch 1.2.x (Skipt failing tests for numpy dev) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [] | closed | false | null | [] | {
"closed_at": "2021-04-13T15:44:36Z",
"closed_issues": 46,
"created_at": "2021-03-01T08:32:08Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 4 | 2021-04-11T18:33:45Z | 2021-04-11T18:38:05Z | 2021-04-11T18:38:05Z | NONE | null | Backport PR #40877: Skipt failing tests for numpy dev | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40883/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40883/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40883.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40883",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/40883.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40883"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40884 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40884/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40884/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40884/events | https://github.com/pandas-dev/pandas/pull/40884 | 855,391,051 | MDExOlB1bGxSZXF1ZXN0NjEzMTM1OTc4 | 40,884 | ENH: IO support for R data files with `pandas.read_rdata` and `DataFrame.to_rdata` | {
"avatar_url": "https://avatars.githubusercontent.com/u/13602663?v=4",
"events_url": "https://api.github.com/users/ParfaitG/events{/privacy}",
"followers_url": "https://api.github.com/users/ParfaitG/followers",
"following_url": "https://api.github.com/users/ParfaitG/following{/other_user}",
"gists_url": "htt... | [
{
"color": "06909A",
"default": false,
"description": "IO issues that don't fit into a more specific label",
"id": 2301354,
"name": "IO Data",
"node_id": "MDU6TGFiZWwyMzAxMzU0",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data"
}
] | 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... | 13 | 2021-04-11T19:42:33Z | 2021-05-05T18:38:43Z | 2021-04-22T22:35:21Z | CONTRIBUTOR | null | - [X] closes #40287
- [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
- [X] install.rst entry
- [X] io.rst entry
---
Note: This PR relies on a new dependen... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40884/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40884/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40884.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40884",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/40884.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40884"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40885 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40885/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40885/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40885/events | https://github.com/pandas-dev/pandas/issues/40885 | 855,393,354 | MDU6SXNzdWU4NTUzOTMzNTQ= | 40,885 | BUG: Regression in loc __setitem__ with split_path True and all false indexr | {
"avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4",
"events_url": "https://api.github.com/users/phofl/events{/privacy}",
"followers_url": "https://api.github.com/users/phofl/followers",
"following_url": "https://api.github.com/users/phofl/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "e1... | closed | false | null | [] | {
"closed_at": "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-04-11T19:54:18Z | 2021-04-19T14:02:52Z | 2021-04-19T14:02:52Z | MEMBER | null | We have an ugly regression on master
#### Code Sample, a copy-pastable example
```python
df = DataFrame({"a": [1, 2], "b": [3, 4], "c": "a"})
indexer = Series([False, False], name="c")
rhs = DataFrame({"b": [5, 6]}, index=[0, 1])
df.loc[indexer, ["b"]] = rhs
```
We need more than one block to reproduc... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40885/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40885/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40886 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40886/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40886/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40886/events | https://github.com/pandas-dev/pandas/pull/40886 | 855,419,972 | MDExOlB1bGxSZXF1ZXN0NjEzMTU3ODgy | 40,886 | Addressing #40781 to raise ValueError as per discussion when a list with xlim or ylim is supplied, that contains elements in other format than integer or float type. | {
"avatar_url": "https://avatars.githubusercontent.com/u/23026528?v=4",
"events_url": "https://api.github.com/users/regmibijay/events{/privacy}",
"followers_url": "https://api.github.com/users/regmibijay/followers",
"following_url": "https://api.github.com/users/regmibijay/following{/other_user}",
"gists_url"... | [] | closed | false | null | [] | null | 2 | 2021-04-11T22:11:41Z | 2021-04-11T23:26:21Z | 2021-04-11T23:26:21Z | CONTRIBUTOR | null | - [x] closes #40781
- [x] 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/40886/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40886/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40886.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40886",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/40886.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40886"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40887 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40887/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40887/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40887/events | https://github.com/pandas-dev/pandas/pull/40887 | 855,431,872 | MDExOlB1bGxSZXF1ZXN0NjEzMTY3MDU0 | 40,887 | TYP overload fillna #40737 | {
"avatar_url": "https://avatars.githubusercontent.com/u/33496254?v=4",
"events_url": "https://api.github.com/users/LarWong/events{/privacy}",
"followers_url": "https://api.github.com/users/LarWong/followers",
"following_url": "https://api.github.com/users/LarWong/following{/other_user}",
"gists_url": "https:... | [
{
"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": "ea91a4"... | 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-04-11T23:15:42Z | 2021-04-15T21:21:57Z | 2021-04-15T21:21:57Z | CONTRIBUTOR | null | - [x] closes #40737
- [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 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40887/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40887/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40887.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40887",
"merged_at": "2021-04-15T21:21:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40887.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40887"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40888 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40888/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40888/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40888/events | https://github.com/pandas-dev/pandas/pull/40888 | 855,434,256 | MDExOlB1bGxSZXF1ZXN0NjEzMTY4OTA4 | 40,888 | TST: add test for Index.where when needing to cast to object dtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/5862228?v=4",
"events_url": "https://api.github.com/users/cgarciae/events{/privacy}",
"followers_url": "https://api.github.com/users/cgarciae/followers",
"following_url": "https://api.github.com/users/cgarciae/following{/other_user}",
"gists_url": "http... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | null | 6 | 2021-04-11T23:28:14Z | 2021-09-01T00:08:29Z | 2021-09-01T00:08:28Z | NONE | null | - [x] closes #32413
- [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: Adds a basic test for #32413.
Hey! This is my first PR with actual code: added a very bas... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40888/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40888/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40888.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40888",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/40888.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40888"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40889 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40889/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40889/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40889/events | https://github.com/pandas-dev/pandas/pull/40889 | 855,439,235 | MDExOlB1bGxSZXF1ZXN0NjEzMTcyNzM3 | 40,889 | Raising ValueError when xlim and ylim contain non-int and non-float dtype elements | {
"avatar_url": "https://avatars.githubusercontent.com/u/23026528?v=4",
"events_url": "https://api.github.com/users/regmibijay/events{/privacy}",
"followers_url": "https://api.github.com/users/regmibijay/followers",
"following_url": "https://api.github.com/users/regmibijay/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": "ffa0ff",
"default": false,
"description": "In... | closed | false | null | [] | null | 11 | 2021-04-11T23:55:09Z | 2021-10-08T18:25:23Z | 2021-10-08T18:24:10Z | CONTRIBUTOR | null | - [x] closes #40781
- [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/40889/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40889/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40889.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40889",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/40889.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40889"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40890 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40890/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40890/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40890/events | https://github.com/pandas-dev/pandas/pull/40890 | 855,641,605 | MDExOlB1bGxSZXF1ZXN0NjEzMzQzMDM2 | 40,890 | ⬆️ 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... | 0 | 2021-04-12T07:20:11Z | 2021-04-12T08:25:50Z | 2021-04-12T08:25:46Z | 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/40890/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40890/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40890.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40890",
"merged_at": "2021-04-12T08:25:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40890.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40890"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40891 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40891/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40891/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40891/events | https://github.com/pandas-dev/pandas/issues/40891 | 855,742,143 | MDU6SXNzdWU4NTU3NDIxNDM= | 40,891 | BUG: for pd.Series with tz-aware index resample shifts time-labels after DST time transition | {
"avatar_url": "https://avatars.githubusercontent.com/u/18488560?v=4",
"events_url": "https://api.github.com/users/alexveden/events{/privacy}",
"followers_url": "https://api.github.com/users/alexveden/followers",
"following_url": "https://api.github.com/users/alexveden/following{/other_user}",
"gists_url": "... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0052cc",
"default": false,
"description": "Issue that has not been ... | closed | false | null | [] | null | 2 | 2021-04-12T09:06:29Z | 2021-08-19T04:36:55Z | 2021-08-19T04:36:55Z | 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/40891/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40891/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40892 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40892/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40892/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40892/events | https://github.com/pandas-dev/pandas/issues/40892 | 855,826,712 | MDU6SXNzdWU4NTU4MjY3MTI= | 40,892 | BUG: map nested dict on categorical Series prints a TypeError and ignores it | {
"avatar_url": "https://avatars.githubusercontent.com/u/11536226?v=4",
"events_url": "https://api.github.com/users/adrien-berchet/events{/privacy}",
"followers_url": "https://api.github.com/users/adrien-berchet/followers",
"following_url": "https://api.github.com/users/adrien-berchet/following{/other_user}",
... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e11d21",
"default": false,
"description": "Categorical Data Type",
... | open | false | null | [] | null | 2 | 2021-04-12T10:30:53Z | 2021-08-19T04:39:40Z | null | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
**Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40892/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40892/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40893 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40893/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40893/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40893/events | https://github.com/pandas-dev/pandas/issues/40893 | 855,844,042 | MDU6SXNzdWU4NTU4NDQwNDI= | 40,893 | API: value-dependent behaviour in concat with all-NA data | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "e102d8",
"de... | open | false | null | [] | null | 0 | 2021-04-12T10:50:11Z | 2021-08-19T04:50:42Z | null | MEMBER | null | In general, we want to get rid of value-dependent behaviour in concat-operations: the resulting dtype of a concat-operation only depends on the input *dtypes*, and not on the exact content (the exact values) of the inputs.
This has been discussed in the past on general occasions, eg in https://github.com/pandas-dev... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40893/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40893/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40894 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40894/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40894/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40894/events | https://github.com/pandas-dev/pandas/pull/40894 | 855,915,362 | MDExOlB1bGxSZXF1ZXN0NjEzNTc4MDMw | 40,894 | Backport PR #40880 on branch 1.2.x (DOC: 1.2.4 release date) | {
"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-04-13T15:44:36Z",
"closed_issues": 46,
"created_at": "2021-03-01T08:32:08Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 0 | 2021-04-12T12:17:57Z | 2021-04-12T13:30:57Z | 2021-04-12T13:30:57Z | NONE | null | Backport PR #40880: DOC: 1.2.4 release date | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40894/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40894/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40894.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40894",
"merged_at": "2021-04-12T13:30:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40894.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40894"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40895 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40895/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40895/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40895/events | https://github.com/pandas-dev/pandas/pull/40895 | 856,037,778 | MDExOlB1bGxSZXF1ZXN0NjEzNjgxMjYw | 40,895 | Backport PR #40878 on branch 1.2.x (REGR: ufunc with DataFrame input not passing all kwargs) | {
"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": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
}
] | closed | false | null | [] | {
"closed_at": "2021-04-13T15:44:36Z",
"closed_issues": 46,
"created_at": "2021-03-01T08:32:08Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 0 | 2021-04-12T14:29:47Z | 2021-04-12T15:46:14Z | 2021-04-12T15:46:14Z | NONE | null | Backport PR #40878: REGR: ufunc with DataFrame input not passing all kwargs | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40895/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40895/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40895.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40895",
"merged_at": "2021-04-12T15:46:14Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40895.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40895"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40896 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40896/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40896/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40896/events | https://github.com/pandas-dev/pandas/issues/40896 | 856,095,392 | MDU6SXNzdWU4NTYwOTUzOTI= | 40,896 | BUG: the __from_arrow__ conversion for numeric arrays broken if buffer size doesn't match | {
"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": "5319e7",
"default": false,
"description": "parquet, feather",
"... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/78585625?v=4",
"events_url": "https://api.github.com/users/ThomasBlauthQC/events{/privacy}",
"followers_url": "https://api.github.com/users/ThomasBlauthQC/followers",
"following_url": "https://api.github.com/users/ThomasBlauthQC/following{/other_user}",
... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/78585625?v=4",
"events_url": "https://api.github.com/users/ThomasBlauthQC/events{/privacy}",
"followers_url": "https://api.github.com/users/ThomasBlauthQC/followers",
"following_url": "https://api.github.com/users/ThomasBlauthQC/following{/oth... | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2021-04-12T15:29:52Z | 2021-04-28T13:07:33Z | 2021-04-28T13:07:33Z | MEMBER | null | Report from https://issues.apache.org/jira/browse/ARROW-12336
The original reproducer is (but it would be good to see if we can find a simpler case for a test):
```
df = pd.DataFrame({"Int_col": [1, 2, 10], "str_col": ["A", "B", "Z"]})
df = df.astype({"Int_col": "Int64"})
table = pa.table(df)
path_1 = "./test... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40896/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40896/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40897 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40897/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40897/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40897/events | https://github.com/pandas-dev/pandas/issues/40897 | 856,111,108 | MDU6SXNzdWU4NTYxMTExMDg= | 40,897 | DOC: move *most* of Other Bug Fix section | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | 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-04-12T15:47:25Z | 2021-04-13T14:09:32Z | 2021-04-13T14:09:32Z | CONTRIBUTOR | null | https://pandas.pydata.org/pandas-docs/dev/whatsnew/v1.3.0.html#other
should create a new Styler section & move things to the relevant categories. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40897/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40897/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40898 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40898/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40898/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40898/events | https://github.com/pandas-dev/pandas/pull/40898 | 856,130,563 | MDExOlB1bGxSZXF1ZXN0NjEzNzU5MDI0 | 40,898 | CLN: refactor `Styler._translate` into composite translate functions | {
"avatar_url": "https://avatars.githubusercontent.com/u/24256554?v=4",
"events_url": "https://api.github.com/users/attack68/events{/privacy}",
"followers_url": "https://api.github.com/users/attack68/followers",
"following_url": "https://api.github.com/users/attack68/following{/other_user}",
"gists_url": "htt... | [
{
"color": "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": "006b75",
"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... | 3 | 2021-04-12T16:08:10Z | 2021-04-13T15:26:25Z | 2021-04-13T15:26:21Z | CONTRIBUTOR | null | This composites `Styler._translate()` into:
```
def _translate():
...
self._translate_header()
...
self._translate_body()
...
```
where the `_translate_header()` and `_translate_body()` methods are given some documentation explaining what they are building. The code is not fundamentally... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40898/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40898/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40898.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40898",
"merged_at": "2021-04-13T15:26:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40898.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40898"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40899 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40899/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40899/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40899/events | https://github.com/pandas-dev/pandas/pull/40899 | 856,132,723 | MDExOlB1bGxSZXF1ZXN0NjEzNzYwODIy | 40,899 | t | {
"avatar_url": "https://avatars.githubusercontent.com/u/10372220?v=4",
"events_url": "https://api.github.com/users/taytzehao/events{/privacy}",
"followers_url": "https://api.github.com/users/taytzehao/followers",
"following_url": "https://api.github.com/users/taytzehao/following{/other_user}",
"gists_url": "... | [] | closed | false | null | [] | null | 0 | 2021-04-12T16:10:51Z | 2021-04-12T16:13:04Z | 2021-04-12T16:13:04Z | CONTRIBUTOR | 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/40899/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40899/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40899.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40899",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/40899.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40899"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40900 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40900/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40900/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40900/events | https://github.com/pandas-dev/pandas/pull/40900 | 856,143,248 | MDExOlB1bGxSZXF1ZXN0NjEzNzY5NjQ0 | 40,900 | DOC: whats new `other` section reduced | {
"avatar_url": "https://avatars.githubusercontent.com/u/24256554?v=4",
"events_url": "https://api.github.com/users/attack68/events{/privacy}",
"followers_url": "https://api.github.com/users/attack68/followers",
"following_url": "https://api.github.com/users/attack68/following{/other_user}",
"gists_url": "htt... | [
{
"color": "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-04-12T16:23:37Z | 2021-04-13T14:21:50Z | 2021-04-13T14:09:32Z | CONTRIBUTOR | null | - [x] closes #40897
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40900/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40900/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40900.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40900",
"merged_at": "2021-04-13T14:09:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40900.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40900"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40901 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40901/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40901/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40901/events | https://github.com/pandas-dev/pandas/pull/40901 | 856,179,777 | MDExOlB1bGxSZXF1ZXN0NjEzODAwMjY4 | 40,901 | CLN: change jinja2 template name to `template_html` | {
"avatar_url": "https://avatars.githubusercontent.com/u/24256554?v=4",
"events_url": "https://api.github.com/users/attack68/events{/privacy}",
"followers_url": "https://api.github.com/users/attack68/followers",
"following_url": "https://api.github.com/users/attack68/following{/other_user}",
"gists_url": "htt... | [
{
"color": "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": "006b75",
"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-04-12T17:12:06Z | 2021-04-13T19:00:12Z | 2021-04-13T14:15:41Z | CONTRIBUTOR | null | prior to adding `template_latex` this changes the name of the html template to `template_html` including:
- updating docs on the new name for subclassing
- updating the custom method for subclassing
- updating tests which refer to it
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40901/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40901/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40901.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40901",
"merged_at": "2021-04-13T14:15:41Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40901.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40901"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40902 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40902/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40902/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40902/events | https://github.com/pandas-dev/pandas/pull/40902 | 856,192,994 | MDExOlB1bGxSZXF1ZXN0NjEzODExMzIx | 40,902 | DOC: Start v1.2.5 release notes | {
"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-06-22T09:35:40Z",
"closed_issues": 50,
"created_at": "2021-04-12T08:10:59Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 0 | 2021-04-12T17:30:14Z | 2021-04-12T19:29:04Z | 2021-04-12T19:29:00Z | MEMBER | null | ~~do not merge yet. will merge to master after github release to trigger website update~~
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40902/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40902/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40902.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40902",
"merged_at": "2021-04-12T19:29:00Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40902.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40902"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40903 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40903/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40903/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40903/events | https://github.com/pandas-dev/pandas/pull/40903 | 856,213,745 | MDExOlB1bGxSZXF1ZXN0NjEzODI4NDU1 | 40,903 | DOC: Fixed documentation for few files | {
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_u... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "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-04-12T17:59:27Z | 2021-04-28T13:01:44Z | 2021-04-26T21:21:37Z | 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
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40903/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40903/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40903.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40903",
"merged_at": "2021-04-26T21:21:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40903.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40903"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40904 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40904/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40904/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40904/events | https://github.com/pandas-dev/pandas/issues/40904 | 856,284,652 | MDU6SXNzdWU4NTYyODQ2NTI= | 40,904 | BUG: to_string with index=False incorrectly shifts truncation (ellipsis) column | {
"avatar_url": "https://avatars.githubusercontent.com/u/26069306?v=4",
"events_url": "https://api.github.com/users/mikeronayne/events{/privacy}",
"followers_url": "https://api.github.com/users/mikeronayne/followers",
"following_url": "https://api.github.com/users/mikeronayne/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": "ededed",
"default": false,
"description": "__repr__ of pandas objec... | 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-04-12T19:28:38Z | 2021-05-04T21:46:38Z | 2021-04-16T01:11:25Z | 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/40904/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40904/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40905 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40905/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40905/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40905/events | https://github.com/pandas-dev/pandas/pull/40905 | 856,285,175 | MDExOlB1bGxSZXF1ZXN0NjEzODg4NzU2 | 40,905 | Backport PR #40902 on branch 1.2.x (DOC: Start v1.2.5 release notes) | {
"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-06-22T09:35:40Z",
"closed_issues": 50,
"created_at": "2021-04-12T08:10:59Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 0 | 2021-04-12T19:29:22Z | 2021-04-12T20:36:13Z | 2021-04-12T20:36:13Z | NONE | null | Backport PR #40902: DOC: Start v1.2.5 release notes | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40905/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40905/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40905.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40905",
"merged_at": "2021-04-12T20:36:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40905.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40905"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40906 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40906/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40906/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40906/events | https://github.com/pandas-dev/pandas/pull/40906 | 856,344,088 | MDExOlB1bGxSZXF1ZXN0NjEzOTM2NDEx | 40,906 | STYLE use pandas-dev-flaker | {
"avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4",
"events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}",
"followers_url": "https://api.github.com/users/MarcoGorelli/followers",
"following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}",
"gist... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] | 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... | 10 | 2021-04-12T20:40:51Z | 2021-04-16T07:17:01Z | 2021-04-16T01:06:48Z | MEMBER | null | - [ ] closes #40826
- [ ] closes #40873
- [ ] 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
----
This means that, just by running `flake8`, you'll be able to ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40906/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40906/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40906.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40906",
"merged_at": "2021-04-16T01:06:48Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40906.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40906"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40907 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40907/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40907/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40907/events | https://github.com/pandas-dev/pandas/pull/40907 | 856,358,173 | MDExOlB1bGxSZXF1ZXN0NjEzOTQ4MTg0 | 40,907 | BUG: to_string truncation column with index=False | {
"avatar_url": "https://avatars.githubusercontent.com/u/26069306?v=4",
"events_url": "https://api.github.com/users/mikeronayne/events{/privacy}",
"followers_url": "https://api.github.com/users/mikeronayne/followers",
"following_url": "https://api.github.com/users/mikeronayne/following{/other_user}",
"gists_u... | [
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
}
] | 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-04-12T21:02:05Z | 2021-04-16T01:11:32Z | 2021-04-16T01:11:25Z | CONTRIBUTOR | null | - [x] closes #40904
- [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/40907/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40907/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40907.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40907",
"merged_at": "2021-04-16T01:11:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40907.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40907"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40908 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40908/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40908/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40908/events | https://github.com/pandas-dev/pandas/pull/40908 | 856,402,375 | MDExOlB1bGxSZXF1ZXN0NjEzOTg1MzU4 | 40,908 | ENH: Make maybe_convert_object respect dtype itemsize | {
"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": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpect... | 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... | 10 | 2021-04-12T22:18:39Z | 2021-04-21T15:37:42Z | 2021-04-21T12:53:28Z | 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
Precursor to #40790
This adds support for e.g. `float32` NumPy dtypes to maybe_convert_object. If any non-NumPy scalar is hit, the behavior is the same as mas... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40908/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40908/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40908.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40908",
"merged_at": "2021-04-21T12:53:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40908.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40908"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40909 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40909/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40909/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40909/events | https://github.com/pandas-dev/pandas/pull/40909 | 856,404,901 | MDExOlB1bGxSZXF1ZXN0NjEzOTg3NTIw | 40,909 | REF: re-use maybe_cast_result in Series.combine | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "e102d8",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2021-04-12T22:23:22Z | 2021-04-13T16:54:33Z | 2021-04-13T15:25:30Z | 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/40909/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40909/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40909.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40909",
"merged_at": "2021-04-13T15:25:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40909.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40909"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40910 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40910/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40910/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40910/events | https://github.com/pandas-dev/pandas/pull/40910 | 856,425,275 | MDExOlB1bGxSZXF1ZXN0NjE0MDA0Njc1 | 40,910 | Add type to arg of series/drop-duplicates | {
"avatar_url": "https://avatars.githubusercontent.com/u/9518805?v=4",
"events_url": "https://api.github.com/users/olgarithms/events{/privacy}",
"followers_url": "https://api.github.com/users/olgarithms/followers",
"following_url": "https://api.github.com/users/olgarithms/following{/other_user}",
"gists_url":... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2021-04-12T23:08:28Z | 2021-05-22T16:04:59Z | 2021-05-22T16:04:59Z | CONTRIBUTOR | 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
I noticed in https://github.com/pandas-dev/pandas/pull/40867 that keep didn't specify a typ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40910/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40910/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40910.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40910",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/40910.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40910"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40911 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40911/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40911/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40911/events | https://github.com/pandas-dev/pandas/issues/40911 | 856,435,149 | MDU6SXNzdWU4NTY0MzUxNDk= | 40,911 | pct_change and negative values | {
"avatar_url": "https://avatars.githubusercontent.com/u/5804732?v=4",
"events_url": "https://api.github.com/users/botant/events{/privacy}",
"followers_url": "https://api.github.com/users/botant/followers",
"following_url": "https://api.github.com/users/botant/following{/other_user}",
"gists_url": "https://ap... | [
{
"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 | 1 | 2021-04-12T23:31:45Z | 2021-10-20T10:05:00Z | 2021-10-20T10:05:00Z | NONE | null | ### Problem description
The behaviour of `pct_change` when there are negative numbers could be improved.
```{python}
In [3]: df = pd.DataFrame([10, -10, 10])
In [4]: df.pct_change()
Out[4]:
0
0 NaN
1 -2.0
2 -2.0
```
There are basically two ways of calculating %change with negative numbers, dep... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40911/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40911/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40912 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40912/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40912/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40912/events | https://github.com/pandas-dev/pandas/pull/40912 | 856,486,334 | MDExOlB1bGxSZXF1ZXN0NjE0MDU2Njkz | 40,912 | TST: Add test to verify DataFrame's constructor doesn't convert Nones to strings on string columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/5862228?v=4",
"events_url": "https://api.github.com/users/cgarciae/events{/privacy}",
"followers_url": "https://api.github.com/users/cgarciae/followers",
"following_url": "https://api.github.com/users/cgarciae/following{/other_user}",
"gists_url": "http... | [
{
"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": "d7e102",
"d... | closed | false | null | [] | null | 3 | 2021-04-13T01:31:14Z | 2021-09-01T00:10:51Z | 2021-09-01T00:10:51Z | NONE | null | - [x] closes #32218
- [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
Adds a very simple test to verify that `None`s are not casted to strings as `"None"` inside the Da... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40912/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40912/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40912.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40912",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/40912.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40912"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40913 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40913/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40913/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40913/events | https://github.com/pandas-dev/pandas/issues/40913 | 856,490,372 | MDU6SXNzdWU4NTY0OTAzNzI= | 40,913 | BUG: pandas styling doesn't display for all rows in large dataframes | {
"avatar_url": "https://avatars.githubusercontent.com/u/12875240?v=4",
"events_url": "https://api.github.com/users/trenton3983/events{/privacy}",
"followers_url": "https://api.github.com/users/trenton3983/followers",
"following_url": "https://api.github.com/users/trenton3983/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 | [] | null | 6 | 2021-04-13T01:42:24Z | 2021-08-19T04:52:32Z | null | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
**Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40913/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40913/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40914 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40914/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40914/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40914/events | https://github.com/pandas-dev/pandas/pull/40914 | 856,520,677 | MDExOlB1bGxSZXF1ZXN0NjE0MDg0NDA4 | 40,914 | ENH: Nullable integer/boolean/floating support in lib inferencing functions | {
"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": "e102d8",
"default": false,
"description": "Unexpect... | 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-04-13T03:00:36Z | 2021-05-29T17:55:11Z | 2021-05-05T12:46:39Z | MEMBER | null | Precursor for #40687
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40914/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40914/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/40914.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/40914",
"merged_at": "2021-05-05T12:46:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/40914.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/40914"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/40915 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40915/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40915/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40915/events | https://github.com/pandas-dev/pandas/issues/40915 | 856,521,097 | MDU6SXNzdWU4NTY1MjEwOTc= | 40,915 | BUG: tz_localize gives incorrect shift_forward value in some European timezones | {
"avatar_url": "https://avatars.githubusercontent.com/u/546210?v=4",
"events_url": "https://api.github.com/users/Liam3851/events{/privacy}",
"followers_url": "https://api.github.com/users/Liam3851/followers",
"following_url": "https://api.github.com/users/Liam3851/following{/other_user}",
"gists_url": "https... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "Timezone data dtype",
... | open | false | null | [] | null | 2 | 2021-04-13T03:01:39Z | 2021-04-13T05:57:52Z | 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.
---
#### Code Sample, a copy-pastable example
```python
In [11]: pd.to_datetime('2... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40915/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40915/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40916 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40916/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40916/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40916/events | https://github.com/pandas-dev/pandas/issues/40916 | 856,530,454 | MDU6SXNzdWU4NTY1MzA0NTQ= | 40,916 | DOC: How to split a PR | {
"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": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | 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",
... | 1 | 2021-04-13T03:24:52Z | 2021-07-10T20:41:37Z | null | MEMBER | null | #### Location of the documentation
https://pandas.pydata.org/docs/dev/development/contributing.html#updating-your-pull-request
#### Documentation problem
It is somewhat common to send in a large pull request for review and have a maintainer ask to split a large pull request up into several precursor pull reque... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40916/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40916/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40917 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40917/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40917/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40917/events | https://github.com/pandas-dev/pandas/issues/40917 | 856,701,994 | MDU6SXNzdWU4NTY3MDE5OTQ= | 40,917 | RLS: 1.2.5 | {
"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": "006b75",
"default": false,
"description": null,
"id": 131473665,
"name": "Release",
"node_id": "MDU6TGFiZWwxMzE0NzM2NjU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Release"
}
] | closed | false | null | [] | {
"closed_at": "2021-06-22T09:35:40Z",
"closed_issues": 50,
"created_at": "2021-04-12T08:10:59Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 20 | 2021-04-13T08:08:09Z | 2021-06-23T08:13:15Z | 2021-06-23T08:13:15Z | MEMBER | null | Tracking issue for the 1.2.5 release.
https://github.com/pandas-dev/pandas/milestone/85
Currently scheduled for May 10, 2021
List of open regressions: https://github.com/pandas-dev/pandas/issues?q=is%3Aopen+is%3Aissue+label%3ARegression | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/40917/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40917/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/40918 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/40918/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/40918/comments | https://api.github.com/repos/pandas-dev/pandas/issues/40918/events | https://github.com/pandas-dev/pandas/issues/40918 | 856,743,459 | MDU6SXNzdWU4NTY3NDM0NTk= | 40,918 | BUG: Load ORC-format data failed when pandas version>1.2.0.dev0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/16681550?v=4",
"events_url": "https://api.github.com/users/amznero/events{/privacy}",
"followers_url": "https://api.github.com/users/amznero/followers",
"following_url": "https://api.github.com/users/amznero/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": "06909A",
"default": false,
"description": "IO issues that don't fit... | 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-04-13T08:54:22Z | 2021-04-21T12:41:02Z | 2021-04-21T12:41:02Z | CONTRIBUTOR | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [x] (optional) I have confirmed this bug exists on the master branch of pandas.
https://github.com/pandas-dev/pandas/blob/master/pandas/io/orc.py#L15-L54
---
#### 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/40918/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/40918/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.