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/43823
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43823/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43823/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43823/events
https://github.com/pandas-dev/pandas/pull/43823
1,012,624,323
PR_kwDOAA0YD84shxbu
43,823
PERF: tolist
{ "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": 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-09-30T21:04:24Z
2021-09-30T23:01:58Z
2021-09-30T22:57:57Z
MEMBER
null
The parent class implementation is faster. ``` dti = pd.date_range("2016-01-01", periods=10**5, freq="S") %timeit dti.tolist() 286 ms ± 3 ms per loop (mean ± std. dev. of 7 runs, 1 loop each) # <- master 62.8 ms ± 765 µs per loop (mean ± std. dev. of 7 runs, 10 loops each) # <- PR ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43823/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43823/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43823.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43823", "merged_at": "2021-09-30T22:57:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43823.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43823" }
https://api.github.com/repos/pandas-dev/pandas/issues/43824
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43824/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43824/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43824/events
https://github.com/pandas-dev/pandas/pull/43824
1,012,647,289
PR_kwDOAA0YD84sh11R
43,824
CLN: unify some fused types
{ "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": "fbca04", "default": false, "description": "Related to non-user accessible pandas implementation", "id": 49094459, "name": "Internals", "node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals" }, { "color": "207de5...
closed
false
null
[]
{ "closed_at": 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",...
2
2021-09-30T21:36:08Z
2021-10-01T18:25:00Z
2021-10-01T16:36:36Z
MEMBER
null
Change summary: - `numeric` -> `numeric_t` - This replaces usages of `asof_t` - `numeric` + `object` -> `numeric_object_t` - This replaces usages of `algos_t`, `join_t`, `reshape_t` - `i64 + u64 + f32 + f64` -> `iu_64_floating_t` (don't love this name, suggestions welcome) - This replaces `groupby_t` ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43824/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43824/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43824.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43824", "merged_at": "2021-10-01T16:36:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43824.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43824" }
https://api.github.com/repos/pandas-dev/pandas/issues/43825
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43825/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43825/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43825/events
https://github.com/pandas-dev/pandas/pull/43825
1,012,702,335
PR_kwDOAA0YD84siAog
43,825
REF: unnecessary method sharing with PeriodIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "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": "eb6420", "default": false, "de...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
2
2021-09-30T22:59:37Z
2021-10-01T02:06:45Z
2021-10-01T02:04:16Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43825/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43825/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43825.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43825", "merged_at": "2021-10-01T02:04:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43825.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43825" }
https://api.github.com/repos/pandas-dev/pandas/issues/43826
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43826/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43826/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43826/events
https://github.com/pandas-dev/pandas/pull/43826
1,012,786,970
PR_kwDOAA0YD84siQVU
43,826
CLN: Add comment on catch_warnings in agg_list_like
{ "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": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" }, { "color": "fbca04", "default": false, "description": "Apply, Aggre...
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",...
2
2021-10-01T01:43:36Z
2021-10-01T14:14:49Z
2021-10-01T14:10:48Z
MEMBER
null
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them Follow up from #43741
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43826/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43826/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43826.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43826", "merged_at": "2021-10-01T14:10:48Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43826.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43826" }
https://api.github.com/repos/pandas-dev/pandas/issues/43827
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43827/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43827/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43827/events
https://github.com/pandas-dev/pandas/pull/43827
1,012,798,996
PR_kwDOAA0YD84siSjt
43,827
REF: add indices prop to sparse
{ "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": "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": "009800", "default": false, "de...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
1
2021-10-01T02:04:43Z
2021-10-03T22:37:53Z
2021-10-03T22:28:26Z
MEMBER
null
Future prs will use this more too, so figured adding it made sense
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43827/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43827/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43827.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43827", "merged_at": "2021-10-03T22:28:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43827.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43827" }
https://api.github.com/repos/pandas-dev/pandas/issues/43828
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43828/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43828/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43828/events
https://github.com/pandas-dev/pandas/pull/43828
1,012,812,597
PR_kwDOAA0YD84siVDT
43,828
TYP: enable disallow_untyped_decorators
{ "avatar_url": "https://avatars.githubusercontent.com/u/6618166?v=4", "events_url": "https://api.github.com/users/twoertwein/events{/privacy}", "followers_url": "https://api.github.com/users/twoertwein/followers", "following_url": "https://api.github.com/users/twoertwein/following{/other_user}", "gists_url":...
[ { "color": "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": 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",...
23
2021-10-01T02:29:35Z
2021-10-30T15:10:19Z
2021-10-30T15:10:04Z
CONTRIBUTOR
null
- [ ] closes #33455, closes #41588, (closes #43388, closes #43387) - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them - [ ] whatsnew entry Some of the many type errors unveiled...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43828/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43828/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43828.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43828", "merged_at": "2021-10-30T15:10:03Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43828.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43828" }
https://api.github.com/repos/pandas-dev/pandas/issues/43829
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43829/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43829/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43829/events
https://github.com/pandas-dev/pandas/issues/43829
1,012,815,365
I_kwDOAA0YD848XlYF
43,829
BUG: test_equals_various failing locally with incorrect name
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "C4A000", "default": false, "description": "pandas testing functions...
open
false
null
[]
null
0
2021-10-01T02:35:33Z
2021-10-03T17:45:12Z
null
MEMBER
null
### - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [X] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```python pandas/te...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43829/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43829/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43830
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43830/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43830/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43830/events
https://github.com/pandas-dev/pandas/pull/43830
1,012,979,774
PR_kwDOAA0YD84si0O_
43,830
⬆️ 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": 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",...
0
2021-10-01T07:07:30Z
2021-10-01T08:58:24Z
2021-10-01T08:58:21Z
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/43830/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43830/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43830.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43830", "merged_at": "2021-10-01T08:58:21Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43830.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43830" }
https://api.github.com/repos/pandas-dev/pandas/issues/43831
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43831/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43831/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43831/events
https://github.com/pandas-dev/pandas/issues/43831
1,013,177,803
I_kwDOAA0YD848Y93L
43,831
BUG: using 2 character seperator in pd.json_normalize
{ "avatar_url": "https://avatars.githubusercontent.com/u/91728754?v=4", "events_url": "https://api.github.com/users/pustetorte/events{/privacy}", "followers_url": "https://api.github.com/users/pustetorte/followers", "following_url": "https://api.github.com/users/pustetorte/following{/other_user}", "gists_url"...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "207de5", "default": false, "description": "read_json, to_json, json...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/6472290?v=4", "events_url": "https://api.github.com/users/debnathshoham/events{/privacy}", "followers_url": "https://api.github.com/users/debnathshoham/followers", "following_url": "https://api.github.com/users/debnathshoham/following{/other_user}", "gi...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/6472290?v=4", "events_url": "https://api.github.com/users/debnathshoham/events{/privacy}", "followers_url": "https://api.github.com/users/debnathshoham/followers", "following_url": "https://api.github.com/users/debnathshoham/following{/other_u...
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
2
2021-10-01T10:26:39Z
2021-10-03T13:50:22Z
2021-10-03T13:50:22Z
NONE
null
### - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [ ] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```pytho...
{ "+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/43831/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43831/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43832
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43832/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43832/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43832/events
https://github.com/pandas-dev/pandas/issues/43832
1,013,375,587
I_kwDOAA0YD848ZuJj
43,832
QST: About the meaning of `~` used in `dfs = dfs.loc[:, ~dfs.columns.str.contains('^Unnamed', na=False)]`.
{ "avatar_url": "https://avatars.githubusercontent.com/u/11155854?v=4", "events_url": "https://api.github.com/users/hongyi-zhao/events{/privacy}", "followers_url": "https://api.github.com/users/hongyi-zhao/followers", "following_url": "https://api.github.com/users/hongyi-zhao/following{/other_user}", "gists_u...
[ { "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
2
2021-10-01T13:52:22Z
2021-10-04T04:10:05Z
2021-10-01T14:35:53Z
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). ### Link to question on StackOverflow https://stackoverflow.com/a/64335734 ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43832/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43832/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43833
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43833/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43833/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43833/events
https://github.com/pandas-dev/pandas/pull/43833
1,013,412,095
PR_kwDOAA0YD84skH2Z
43,833
update fix ignored sort in api.py and add test
{ "avatar_url": "https://avatars.githubusercontent.com/u/31857876?v=4", "events_url": "https://api.github.com/users/CloseChoice/events{/privacy}", "followers_url": "https://api.github.com/users/CloseChoice/followers", "following_url": "https://api.github.com/users/CloseChoice/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": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
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",...
7
2021-10-01T14:23:14Z
2021-10-10T17:28:34Z
2021-10-10T17:28:31Z
MEMBER
null
- [x] closes #43375 - [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them - [x] whatsnew entry As mentioned in the ticket, the function `api.union_indexes` does not handle the sor...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43833/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43833/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43833.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43833", "merged_at": "2021-10-10T17:28:30Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43833.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43833" }
https://api.github.com/repos/pandas-dev/pandas/issues/43834
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43834/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43834/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43834/events
https://github.com/pandas-dev/pandas/pull/43834
1,013,422,731
PR_kwDOAA0YD84skJ_u
43,834
TYP: Fix typing of frame.explode
{ "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": "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": "ea91a4", "de...
closed
false
null
[]
{ "closed_at": "2021-10-17T11:06:28Z", "closed_issues": 77, "created_at": "2021-09-10T19:48:56Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com...
3
2021-10-01T14:33:12Z
2021-11-13T19:32:46Z
2021-10-01T19:12:31Z
MEMBER
null
cc @simonjayhawkins
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43834/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43834/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43834.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43834", "merged_at": "2021-10-01T19:12:31Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43834.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43834" }
https://api.github.com/repos/pandas-dev/pandas/issues/43835
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43835/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43835/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43835/events
https://github.com/pandas-dev/pandas/issues/43835
1,013,426,105
I_kwDOAA0YD848Z6e5
43,835
ENH: rolling() for discontinuous time series data
{ "avatar_url": "https://avatars.githubusercontent.com/u/54274219?v=4", "events_url": "https://api.github.com/users/bytedynamic/events{/privacy}", "followers_url": "https://api.github.com/users/bytedynamic/followers", "following_url": "https://api.github.com/users/bytedynamic/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": null, ...
closed
false
null
[]
null
5
2021-10-01T14:36:28Z
2021-10-13T17:27:59Z
2021-10-13T17:27:59Z
NONE
null
Here is a discontinued time series data |DATE|VALUE| |----|----| |2020-01-01|1| |2020-01-02|1| |2020-01-05|1| |2020-01-06|1| when I use rolling function ` df.rolling(2, on='A', min_periods=2).sum() ` OUTPUT is |DATE|VALUE| |----|----| |2020-01-01|NaN| |2020-01-02|2| |2020-01-05|2| |2020-01-06|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/43835/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43835/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43836
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43836/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43836/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43836/events
https://github.com/pandas-dev/pandas/issues/43836
1,013,446,442
I_kwDOAA0YD848Z_cq
43,836
ENH: Should `pandas.CategoricalDtype` use `pandas.NA` as the sentinel value instead of `float('nan')` ?
{ "avatar_url": "https://avatars.githubusercontent.com/u/39696536?v=4", "events_url": "https://api.github.com/users/randolf-scholz/events{/privacy}", "followers_url": "https://api.github.com/users/randolf-scholz/followers", "following_url": "https://api.github.com/users/randolf-scholz/following{/other_user}", ...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "207de5", "default": false, "description": "Requires...
open
false
null
[]
null
0
2021-10-01T14:56:09Z
2021-10-02T00:50:02Z
null
NONE
null
Almost all of the the new nullable data types (which are incredibly useful btw.) seem to use `pd.NA` as the null-value. However, I noticed that `pandas.CategoricalDtype` still uses `float('nan')`, which I suppose is for historical reasons. Are there any plans - for the sake of consistency - to switch `CategoricalDt...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43836/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43836/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43837
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43837/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43837/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43837/events
https://github.com/pandas-dev/pandas/issues/43837
1,013,565,724
I_kwDOAA0YD848ackc
43,837
ENH: `DataFrame.astype(dtype: dict)` should work in the presence of superfluous keys.
{ "avatar_url": "https://avatars.githubusercontent.com/u/39696536?v=4", "events_url": "https://api.github.com/users/randolf-scholz/events{/privacy}", "followers_url": "https://api.github.com/users/randolf-scholz/followers", "following_url": "https://api.github.com/users/randolf-scholz/following{/other_user}", ...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "207de5", "default": false, "description": "Requires...
open
false
null
[]
null
7
2021-10-01T16:58:51Z
2021-10-02T20:48:57Z
null
NONE
null
Currently, [`DataFrame.astype(dtype: dict)`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.astype.html) requires that the `dict` keys are a subset of the `DataFrame`'s columns. This feels like an unnecessary restriction, in my opinion it would suffice / be more intuitive if it would rough...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43837/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43837/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43838
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43838/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43838/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43838/events
https://github.com/pandas-dev/pandas/issues/43838
1,013,609,740
I_kwDOAA0YD848anUM
43,838
BUG: Named aggregations do not work together with unnamed ones
{ "avatar_url": "https://avatars.githubusercontent.com/u/31899203?v=4", "events_url": "https://api.github.com/users/haiyangdeperci/events{/privacy}", "followers_url": "https://api.github.com/users/haiyangdeperci/followers", "following_url": "https://api.github.com/users/haiyangdeperci/following{/other_user}", ...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "729FCF", "default": false, "description": null, ...
open
false
null
[]
null
2
2021-10-01T17:42:45Z
2021-10-03T16:38:39Z
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](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [X] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```pytho...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43838/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43838/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43839
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43839/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43839/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43839/events
https://github.com/pandas-dev/pandas/issues/43839
1,013,620,341
I_kwDOAA0YD848ap51
43,839
DOC: DataFrame.groupby() includes no mention of some important functionality
{ "avatar_url": "https://avatars.githubusercontent.com/u/160132?v=4", "events_url": "https://api.github.com/users/tobiasmcnulty/events{/privacy}", "followers_url": "https://api.github.com/users/tobiasmcnulty/followers", "following_url": "https://api.github.com/users/tobiasmcnulty/following{/other_user}", "gis...
[ { "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": "729FCF", "default": false, "description": null, "id": 233160...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
3
2021-10-01T17:56:44Z
2021-10-04T15:55:49Z
null
NONE
null
### - [X] I have checked that the issue still exists on the latest versions of the docs on `master` [here](https://pandas.pydata.org/docs/dev/) ### Location of the documentation https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.groupby.html ### Documentation problem The reference for `DataFrame.g...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43839/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43839/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43840
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43840/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43840/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43840/events
https://github.com/pandas-dev/pandas/issues/43840
1,013,654,118
I_kwDOAA0YD848ayJm
43,840
REF: Series.argsort should dispatch to EA.argsort
{ "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": "6138b5", "default": false, "de...
open
false
null
[]
null
4
2021-10-01T18:39:06Z
2021-11-17T16:28:46Z
null
MEMBER
null
### - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [X] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```pytho...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43840/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43840/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43841
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43841/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43841/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43841/events
https://github.com/pandas-dev/pandas/pull/43841
1,013,681,252
PR_kwDOAA0YD84sk7s6
43,841
Backport PR #43834 on branch 1.3.x (TYP: Fix typing of frame.explode)
{ "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": "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": "ea91a4", "de...
closed
false
null
[]
{ "closed_at": "2021-10-17T11:06:28Z", "closed_issues": 77, "created_at": "2021-09-10T19:48:56Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com...
0
2021-10-01T19:13:37Z
2021-10-01T22:51:22Z
2021-10-01T22:51:21Z
NONE
null
Backport PR #43834: TYP: Fix typing of frame.explode
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43841/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43841/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43841.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43841", "merged_at": "2021-10-01T22:51:21Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43841.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43841" }
https://api.github.com/repos/pandas-dev/pandas/issues/43842
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43842/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43842/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43842/events
https://github.com/pandas-dev/pandas/issues/43842
1,013,686,794
I_kwDOAA0YD848a6IK
43,842
BUG: unhashable type error produced by pandas query
{ "avatar_url": "https://avatars.githubusercontent.com/u/12157034?v=4", "events_url": "https://api.github.com/users/vttrifonov/events{/privacy}", "followers_url": "https://api.github.com/users/vttrifonov/followers", "following_url": "https://api.github.com/users/vttrifonov/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": "f3afff", "default": false, "description": "pd.eval, query", "id...
closed
false
null
[]
null
3
2021-10-01T19:21:07Z
2021-10-02T21:10:48Z
2021-10-02T21:10:48Z
NONE
null
### - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [ ] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```python import pa...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43842/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43842/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43843
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43843/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43843/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43843/events
https://github.com/pandas-dev/pandas/pull/43843
1,013,736,676
PR_kwDOAA0YD84slGS1
43,843
TST: test selection methods after assignment with at
{ "avatar_url": "https://avatars.githubusercontent.com/u/57047354?v=4", "events_url": "https://api.github.com/users/saehuihwang/events{/privacy}", "followers_url": "https://api.github.com/users/saehuihwang/followers", "following_url": "https://api.github.com/users/saehuihwang/following{/other_user}", "gists_u...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "0b02e1", "d...
closed
false
null
[]
{ "closed_at": 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-10-01T20:28:55Z
2021-10-02T00:03:53Z
2021-10-02T00:03:49Z
CONTRIBUTOR
null
- [X] closes #29282 - [X] tests added / passed - [X] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43843/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43843/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43843.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43843", "merged_at": "2021-10-02T00:03:48Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43843.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43843" }
https://api.github.com/repos/pandas-dev/pandas/issues/43844
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43844/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43844/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43844/events
https://github.com/pandas-dev/pandas/pull/43844
1,013,744,354
PR_kwDOAA0YD84slH0o
43,844
TST: Test Series' settitem with Interval and NaN
{ "avatar_url": "https://avatars.githubusercontent.com/u/375307?v=4", "events_url": "https://api.github.com/users/ElDeveloper/events{/privacy}", "followers_url": "https://api.github.com/users/ElDeveloper/followers", "following_url": "https://api.github.com/users/ElDeveloper/following{/other_user}", "gists_url...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "0b02e1", "d...
closed
false
null
[]
{ "closed_at": 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",...
2
2021-10-01T20:41:13Z
2021-10-05T06:26:02Z
2021-10-05T00:32:37Z
CONTRIBUTOR
null
Fixes #27937. As described in that issue, assigning a mixture of NaN and Interval values into a slice of a categorical-typed series would raise an exception. This is no longer the case. - [x] closes #27937 - [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/panda...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43844/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43844/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43844.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43844", "merged_at": "2021-10-05T00:32:37Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43844.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43844" }
https://api.github.com/repos/pandas-dev/pandas/issues/43845
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43845/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43845/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43845/events
https://github.com/pandas-dev/pandas/pull/43845
1,013,793,355
PR_kwDOAA0YD84slRDL
43,845
CLN: assorted
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": 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",...
0
2021-10-01T21:57:18Z
2021-10-03T14:55:03Z
2021-10-03T13:54:16Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43845/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43845/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43845.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43845", "merged_at": "2021-10-03T13:54:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43845.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43845" }
https://api.github.com/repos/pandas-dev/pandas/issues/43846
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43846/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43846/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43846/events
https://github.com/pandas-dev/pandas/pull/43846
1,013,824,761
PR_kwDOAA0YD84slWsA
43,846
REF: use _unary_method for SparseArray.__abs__
{ "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": "006b75", "default": false, "de...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
0
2021-10-01T23:00:54Z
2021-10-02T01:45:41Z
2021-10-01T23:56:54Z
MEMBER
null
Upcoming PR will expand maybe_dispatch_ufunc_to_dunder_op to include unary methods, so this is needed to prevent circularity.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43846/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43846/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43846.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43846", "merged_at": "2021-10-01T23:56:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43846.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43846" }
https://api.github.com/repos/pandas-dev/pandas/issues/43847
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43847/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43847/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43847/events
https://github.com/pandas-dev/pandas/pull/43847
1,013,834,967
PR_kwDOAA0YD84slYoV
43,847
REF: dont use np.abs in NDFrame.__abs__
{ "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": 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",...
0
2021-10-01T23:21:03Z
2021-10-03T18:06:28Z
2021-10-03T17:08:40Z
MEMBER
null
Same as #43846 but for NDFrame Moves `abs` to be adjacent to `__abs__`.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43847/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43847/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43847.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43847", "merged_at": "2021-10-03T17:08:40Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43847.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43847" }
https://api.github.com/repos/pandas-dev/pandas/issues/43848
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43848/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43848/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43848/events
https://github.com/pandas-dev/pandas/pull/43848
1,013,892,901
PR_kwDOAA0YD84slh0K
43,848
REF: BooleanArray/NumericArray share __array_ufunc__
{ "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": 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",...
0
2021-10-02T02:40:56Z
2021-10-03T14:56:00Z
2021-10-03T13:54:46Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43848/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43848/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43848.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43848", "merged_at": "2021-10-03T13:54:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43848.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43848" }
https://api.github.com/repos/pandas-dev/pandas/issues/43849
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43849/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43849/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43849/events
https://github.com/pandas-dev/pandas/pull/43849
1,013,901,471
PR_kwDOAA0YD84sli-7
43,849
CI: Unpin fsspec
{ "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": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" }, { "color": "a2bca7", "...
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-10-02T03:21:00Z
2021-10-03T17:21:48Z
2021-10-03T13:49:10Z
MEMBER
null
- [ ] closes #42026 - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them - [ ] whatsnew entry Testing a change out to see if it fixes it. Not sure if this is a bug on our side our...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43849/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43849/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43849.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43849", "merged_at": "2021-10-03T13:49:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43849.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43849" }
https://api.github.com/repos/pandas-dev/pandas/issues/43850
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43850/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43850/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43850/events
https://github.com/pandas-dev/pandas/pull/43850
1,013,986,492
PR_kwDOAA0YD84slujt
43,850
TST: added test for cut when labels are tuples of Timestamps (#40661)
{ "avatar_url": "https://avatars.githubusercontent.com/u/26993491?v=4", "events_url": "https://api.github.com/users/Svanazar/events{/privacy}", "followers_url": "https://api.github.com/users/Svanazar/followers", "following_url": "https://api.github.com/users/Svanazar/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": "9aace2", "d...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
1
2021-10-02T09:06:18Z
2021-10-03T14:44:12Z
2021-10-03T14:12:55Z
CONTRIBUTOR
null
- [x] closes #40661 - [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them - [ ] whatsnew entry Added a test for the cut method which uses Timestamp tuples as labels. Using cut wit...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43850/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43850/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43850.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43850", "merged_at": "2021-10-03T14:12:55Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43850.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43850" }
https://api.github.com/repos/pandas-dev/pandas/issues/43851
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43851/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43851/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43851/events
https://github.com/pandas-dev/pandas/pull/43851
1,014,001,213
PR_kwDOAA0YD84slwoG
43,851
BUG: json_normalize prefixed multi-char sep to all keys
{ "avatar_url": "https://avatars.githubusercontent.com/u/6472290?v=4", "events_url": "https://api.github.com/users/debnathshoham/events{/privacy}", "followers_url": "https://api.github.com/users/debnathshoham/followers", "following_url": "https://api.github.com/users/debnathshoham/following{/other_user}", "gi...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "207de5", "default": false, "description": "read_json, to_json, json...
closed
false
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-10-02T10:05:15Z
2021-10-03T13:50:24Z
2021-10-03T13:50:22Z
CONTRIBUTOR
null
- [x] closes #43831 - [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43851/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43851/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43851.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43851", "merged_at": "2021-10-03T13:50:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43851.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43851" }
https://api.github.com/repos/pandas-dev/pandas/issues/43852
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43852/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43852/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43852/events
https://github.com/pandas-dev/pandas/pull/43852
1,014,022,485
PR_kwDOAA0YD84slzqh
43,852
[ENH] MultiIndex: astype dict
{ "avatar_url": "https://avatars.githubusercontent.com/u/40593450?v=4", "events_url": "https://api.github.com/users/NickFillot/events{/privacy}", "followers_url": "https://api.github.com/users/NickFillot/followers", "following_url": "https://api.github.com/users/NickFillot/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
null
6
2021-10-02T11:34:40Z
2021-10-03T07:15:07Z
2021-10-03T07:07:09Z
NONE
null
astype multiindex with dict-like of names/int names index with pandas dtype - [ ] closes #xxxx - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43852/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43852/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43852.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43852", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/43852.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43852" }
https://api.github.com/repos/pandas-dev/pandas/issues/43853
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43853/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43853/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43853/events
https://github.com/pandas-dev/pandas/pull/43853
1,014,064,958
PR_kwDOAA0YD84sl51K
43,853
TYP: enable reportPropertyTypeMismatch
{ "avatar_url": "https://avatars.githubusercontent.com/u/6618166?v=4", "events_url": "https://api.github.com/users/twoertwein/events{/privacy}", "followers_url": "https://api.github.com/users/twoertwein/followers", "following_url": "https://api.github.com/users/twoertwein/following{/other_user}", "gists_url":...
[ { "color": "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": 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-10-02T14:21:51Z
2021-10-31T21:41:30Z
2021-10-29T21:19:43Z
CONTRIBUTOR
null
This might be controversial. The setter allows any `Mapping` but the getter returns a `dict`. [reportPropertyTypeMismatch](https://github.com/microsoft/pyright/blob/main/docs/configuration.md): > [...] type of the value passed to the setter is not assignable to the value returned by the getter. Such mismatches vi...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43853/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43853/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43853.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43853", "merged_at": "2021-10-29T21:19:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43853.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43853" }
https://api.github.com/repos/pandas-dev/pandas/issues/43854
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43854/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43854/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43854/events
https://github.com/pandas-dev/pandas/pull/43854
1,014,105,030
PR_kwDOAA0YD84sl_20
43,854
REGR: RollingGroupby.corr producing incorrect results
{ "avatar_url": "https://avatars.githubusercontent.com/u/45562402?v=4", "events_url": "https://api.github.com/users/rhshadrach/events{/privacy}", "followers_url": "https://api.github.com/users/rhshadrach/followers", "following_url": "https://api.github.com/users/rhshadrach/following{/other_user}", "gists_url"...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": "2021-10-17T11:06:28Z", "closed_issues": 77, "created_at": "2021-09-10T19:48:56Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com...
4
2021-10-02T16:46:40Z
2021-10-03T13:53:06Z
2021-10-03T13:52:20Z
MEMBER
null
- [x] closes #43386 - [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them - [x] whatsnew entry The regression is caused by the groupby paths requiring the data to be sorted by grou...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43854/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43854/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43854.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43854", "merged_at": "2021-10-03T13:52:19Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43854.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43854" }
https://api.github.com/repos/pandas-dev/pandas/issues/43855
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43855/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43855/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43855/events
https://github.com/pandas-dev/pandas/pull/43855
1,014,137,763
PR_kwDOAA0YD84smEvj
43,855
TYP: make IOHandles generic
{ "avatar_url": "https://avatars.githubusercontent.com/u/6618166?v=4", "events_url": "https://api.github.com/users/twoertwein/events{/privacy}", "followers_url": "https://api.github.com/users/twoertwein/followers", "following_url": "https://api.github.com/users/twoertwein/following{/other_user}", "gists_url":...
[ { "color": "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": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
6
2021-10-02T18:46:56Z
2021-11-14T16:38:12Z
2021-11-14T16:38:06Z
CONTRIBUTOR
null
Towards #41610 This doesn't help with any ignore statements, as `Buffer` is defined as `Buffer = Union[IO[AnyStr], RawIOBase, BufferedIOBase, TextIOBase, TextIOWrapper, mmap]`: `IO[AnyStr]` will be replaced with `IO[str]` or `IO[bytes]`. btw., `Buffer` is a "bad" union as it contains one generic and many actual t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43855/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43855/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43855.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43855", "merged_at": "2021-11-14T16:38:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43855.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43855" }
https://api.github.com/repos/pandas-dev/pandas/issues/43856
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43856/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43856/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43856/events
https://github.com/pandas-dev/pandas/pull/43856
1,014,261,392
PR_kwDOAA0YD84smU5x
43,856
REF: implement helpers for __array_ufunc__
{ "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": 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",...
2
2021-10-03T04:50:04Z
2021-10-03T19:12:52Z
2021-10-03T18:47:04Z
MEMBER
null
Refactored out of a branch that implements `Index.__array_ufunc__`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43856/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43856/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43856.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43856", "merged_at": "2021-10-03T18:47:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43856.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43856" }
https://api.github.com/repos/pandas-dev/pandas/issues/43857
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43857/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43857/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43857/events
https://github.com/pandas-dev/pandas/issues/43857
1,014,292,662
I_kwDOAA0YD848dOC2
43,857
ENH: Index Pandas Dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/40593450?v=4", "events_url": "https://api.github.com/users/NickFillot/events{/privacy}", "followers_url": "https://api.github.com/users/NickFillot/followers", "following_url": "https://api.github.com/users/NickFillot/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": "009800", "default": false, "description": "Duplicat...
closed
false
null
[]
null
1
2021-10-03T07:14:22Z
2021-10-03T13:57:45Z
2021-10-03T13:57:45Z
NONE
null
Hello, Is it possible to set pandas dtype-like to index.dtype **Pandas Dtypes Examples** ```python pandas.Int64Dtype(), pandas.Int8Dtype() ``` **Expected result** ```python df.index = pd.Series(df['X'].astype('Int64')) Index([1, 2, 3, 4, 5], dtype='Int64', name='X') # instead of Index([1, 2, 3, 4, 5]...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43857/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43857/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43858
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43858/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43858/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43858/events
https://github.com/pandas-dev/pandas/issues/43858
1,014,398,681
I_kwDOAA0YD848dn7Z
43,858
BUG: read_parquet use a lot of memory
{ "avatar_url": "https://avatars.githubusercontent.com/u/31819322?v=4", "events_url": "https://api.github.com/users/Kiollpt/events{/privacy}", "followers_url": "https://api.github.com/users/Kiollpt/followers", "following_url": "https://api.github.com/users/Kiollpt/following{/other_user}", "gists_url": "https:...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "5319e7", "default"...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
4
2021-10-03T13:41:23Z
2021-10-07T03:00:49Z
2021-10-07T03:00:05Z
NONE
null
### - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [ ] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```python for seria...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43858/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43858/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43859
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43859/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43859/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43859/events
https://github.com/pandas-dev/pandas/pull/43859
1,014,402,048
PR_kwDOAA0YD84smouV
43,859
Backport PR #43854 on branch 1.3.x (REGR: RollingGroupby.corr producing incorrect results)
{ "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": "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-10-17T11:06:28Z", "closed_issues": 77, "created_at": "2021-09-10T19:48:56Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com...
0
2021-10-03T13:52:48Z
2021-10-03T15:41:50Z
2021-10-03T15:41:50Z
NONE
null
Backport PR #43854: REGR: RollingGroupby.corr producing incorrect results
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43859/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43859/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43859.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43859", "merged_at": "2021-10-03T15:41:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43859.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43859" }
https://api.github.com/repos/pandas-dev/pandas/issues/43860
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43860/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43860/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43860/events
https://github.com/pandas-dev/pandas/pull/43860
1,014,412,394
PR_kwDOAA0YD84smqUj
43,860
[ENH] to_orc
{ "avatar_url": "https://avatars.githubusercontent.com/u/40593450?v=4", "events_url": "https://api.github.com/users/NickFillot/events{/privacy}", "followers_url": "https://api.github.com/users/NickFillot/followers", "following_url": "https://api.github.com/users/NickFillot/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": "parquet,...
closed
false
null
[]
null
9
2021-10-03T14:24:53Z
2021-11-21T09:57:33Z
2021-11-12T10:44:41Z
NONE
null
Add pandas.io.orc.to_orc method definition
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 1, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43860/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43860/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43860.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43860", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/43860.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43860" }
https://api.github.com/repos/pandas-dev/pandas/issues/43861
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43861/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43861/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43861/events
https://github.com/pandas-dev/pandas/pull/43861
1,014,417,499
PR_kwDOAA0YD84smrF8
43,861
Update README.md
{ "avatar_url": "https://avatars.githubusercontent.com/u/46123408?v=4", "events_url": "https://api.github.com/users/akanksha-anand99/events{/privacy}", "followers_url": "https://api.github.com/users/akanksha-anand99/followers", "following_url": "https://api.github.com/users/akanksha-anand99/following{/other_use...
[]
closed
false
null
[]
null
1
2021-10-03T14:41:03Z
2021-10-03T17:02:23Z
2021-10-03T17:02:23Z
NONE
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43861/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43861/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43861.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43861", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/43861.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43861" }
https://api.github.com/repos/pandas-dev/pandas/issues/43862
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43862/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43862/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43862/events
https://github.com/pandas-dev/pandas/pull/43862
1,014,430,557
PR_kwDOAA0YD84smtJQ
43,862
PERF: get_loc
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "a1...
closed
false
null
[]
{ "closed_at": 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",...
0
2021-10-03T15:22:19Z
2021-10-03T18:07:15Z
2021-10-03T16:53:46Z
MEMBER
null
Fixes a perf regression from 1.2.x ``` from asv_bench.benchmarks.indexing import * setup() self = NumericSeriesIndexing() self.setup(UInt64Index, "unique_monotonic_inc") %timeit self.time_getitem_scalar(UInt64Index, "unique_monotonic_inc") 6.34 µs ± 257 ns per loop (mean ± std. dev. of 7 runs, 100000 loops e...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43862/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43862/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43862.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43862", "merged_at": "2021-10-03T16:53:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43862.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43862" }
https://api.github.com/repos/pandas-dev/pandas/issues/43863
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43863/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43863/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43863/events
https://github.com/pandas-dev/pandas/pull/43863
1,014,447,737
PR_kwDOAA0YD84smvx6
43,863
BUG/ERR: sparse array cmp methods mismatched len
{ "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": "ffa0ff", "default": false, "description": "Incorrect or improved er...
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-10-03T16:19:06Z
2021-10-04T00:16:03Z
2021-10-04T00:09:53Z
MEMBER
null
- [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43863/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43863/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43863.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43863", "merged_at": "2021-10-04T00:09:53Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43863.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43863" }
https://api.github.com/repos/pandas-dev/pandas/issues/43864
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43864/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43864/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43864/events
https://github.com/pandas-dev/pandas/issues/43864
1,014,478,416
I_kwDOAA0YD848d7ZQ
43,864
ENH: to_orc
{ "avatar_url": "https://avatars.githubusercontent.com/u/40593450?v=4", "events_url": "https://api.github.com/users/NickFillot/events{/privacy}", "followers_url": "https://api.github.com/users/NickFillot/followers", "following_url": "https://api.github.com/users/NickFillot/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": "06909A", "default": false, "description": "IO issue...
open
false
null
[]
null
1
2021-10-03T18:03:46Z
2021-10-17T23:40:25Z
null
NONE
null
Hello, Is it possible to add to_orc method to pandas.DataFrame, from pyarrow 4.0.0 ? Br Nicolas
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 1, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43864/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43864/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43865
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43865/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43865/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43865/events
https://github.com/pandas-dev/pandas/pull/43865
1,014,541,330
PR_kwDOAA0YD84sm-0s
43,865
TYP: type insert and nsmallest/largest
{ "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": "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": 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",...
0
2021-10-03T21:09:35Z
2021-10-20T19:49:17Z
2021-10-19T22:05:49Z
MEMBER
null
cc @simonjayhawkins Could you have a look and give some feedback if this is ok so?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43865/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43865/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43865.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43865", "merged_at": "2021-10-19T22:05:49Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43865.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43865" }
https://api.github.com/repos/pandas-dev/pandas/issues/43866
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43866/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43866/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43866/events
https://github.com/pandas-dev/pandas/pull/43866
1,014,544,263
PR_kwDOAA0YD84sm_Pr
43,866
Add clarifications to the docs regarding `to_feather`
{ "avatar_url": "https://avatars.githubusercontent.com/u/2602122?v=4", "events_url": "https://api.github.com/users/jmakov/events{/privacy}", "followers_url": "https://api.github.com/users/jmakov/followers", "following_url": "https://api.github.com/users/jmakov/following{/other_user}", "gists_url": "https://ap...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 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",...
2
2021-10-03T21:20:53Z
2021-10-07T12:58:29Z
2021-10-07T12:58:25Z
CONTRIBUTOR
null
- [X] closes https://github.com/pandas-dev/pandas/issues/28208 - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them - [ ] whatsnew entry As discussed in https://github.com/pandas-...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43866/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43866/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43866.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43866", "merged_at": "2021-10-07T12:58:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43866.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43866" }
https://api.github.com/repos/pandas-dev/pandas/issues/43867
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43867/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43867/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43867/events
https://github.com/pandas-dev/pandas/issues/43867
1,014,572,680
I_kwDOAA0YD848eSaI
43,867
BUG: `DataFrame.equals` returns `True` when compared elements differ in being `np.array`s
{ "avatar_url": "https://avatars.githubusercontent.com/u/6076111?v=4", "events_url": "https://api.github.com/users/MaxGhenis/events{/privacy}", "followers_url": "https://api.github.com/users/MaxGhenis/followers", "following_url": "https://api.github.com/users/MaxGhenis/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": "f2f989", "default": false, "description": "Data where the values ar...
open
false
null
[]
null
1
2021-10-03T22:46:44Z
2021-10-13T03:10:26Z
null
NONE
null
### - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [ ] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```python import pa...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43867/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43867/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43868
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43868/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43868/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43868/events
https://github.com/pandas-dev/pandas/pull/43868
1,014,615,689
PR_kwDOAA0YD84snM_G
43,868
BUG: Series[object].__setitem__(ndarray[M8ns]_with_matching_size)
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": 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-10-04T00:50:17Z
2021-10-12T22:46:29Z
2021-10-12T22:20:08Z
MEMBER
null
- [ ] closes #xxxx - [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43868/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43868/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43868.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43868", "merged_at": "2021-10-12T22:20:08Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43868.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43868" }
https://api.github.com/repos/pandas-dev/pandas/issues/43869
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43869/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43869/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43869/events
https://github.com/pandas-dev/pandas/issues/43869
1,014,657,194
I_kwDOAA0YD848enCq
43,869
BUG: get_indexer_non_unique does not handle np.datetime64("NaT") and np.timedelta64("NaT")
{ "avatar_url": "https://avatars.githubusercontent.com/u/24970830?v=4", "events_url": "https://api.github.com/users/alexhlim/events{/privacy}", "followers_url": "https://api.github.com/users/alexhlim/followers", "following_url": "https://api.github.com/users/alexhlim/following{/other_user}", "gists_url": "htt...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/24970830?v=4", "events_url": "https://api.github.com/users/alexhlim/events{/privacy}", "followers_url": "https://api.github.com/users/alexhlim/followers", "following_url": "https://api.github.com/users/alexhlim/following{/other_user}", "gists_url": "htt...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/24970830?v=4", "events_url": "https://api.github.com/users/alexhlim/events{/privacy}", "followers_url": "https://api.github.com/users/alexhlim/followers", "following_url": "https://api.github.com/users/alexhlim/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",...
1
2021-10-04T02:20:16Z
2021-10-18T19:41:21Z
2021-10-18T19:41:21Z
MEMBER
null
### - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [X] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```python import 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/43869/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43869/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43870
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43870/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43870/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43870/events
https://github.com/pandas-dev/pandas/pull/43870
1,014,663,232
PR_kwDOAA0YD84snWQ8
43,870
BUG: get_indexer_non_unique with np.datetime64("NaT") and np.timedelta64("NaT")
{ "avatar_url": "https://avatars.githubusercontent.com/u/24970830?v=4", "events_url": "https://api.github.com/users/alexhlim/events{/privacy}", "followers_url": "https://api.github.com/users/alexhlim/followers", "following_url": "https://api.github.com/users/alexhlim/following{/other_user}", "gists_url": "htt...
[ { "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": "d7...
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",...
12
2021-10-04T02:35:02Z
2021-10-18T19:54:59Z
2021-10-18T19:41:22Z
MEMBER
null
- [x] closes #43869 - [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43870/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43870/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43870.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43870", "merged_at": "2021-10-18T19:41:21Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43870.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43870" }
https://api.github.com/repos/pandas-dev/pandas/issues/43871
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43871/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43871/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43871/events
https://github.com/pandas-dev/pandas/pull/43871
1,014,678,115
PR_kwDOAA0YD84snZJx
43,871
ENH: ExponentialMovingWindow.sum
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "d4c5f9", "default": false, "description": "rolling,...
closed
false
null
[]
{ "closed_at": 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-10-04T03:10:50Z
2021-10-06T16:49:20Z
2021-10-06T12:57:43Z
MEMBER
null
- [x] closes #13297 - [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43871/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43871/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43871.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43871", "merged_at": "2021-10-06T12:57:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43871.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43871" }
https://api.github.com/repos/pandas-dev/pandas/issues/43872
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43872/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43872/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43872/events
https://github.com/pandas-dev/pandas/pull/43872
1,014,696,088
PR_kwDOAA0YD84snc0J
43,872
PERF: tighter cython declarations, faster __iter__
{ "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": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
4
2021-10-04T03:48:30Z
2021-10-05T01:39:20Z
2021-10-05T00:33:02Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43872/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43872/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43872.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43872", "merged_at": "2021-10-05T00:33:02Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43872.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43872" }
https://api.github.com/repos/pandas-dev/pandas/issues/43873
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43873/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43873/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43873/events
https://github.com/pandas-dev/pandas/pull/43873
1,014,720,631
PR_kwDOAA0YD84snh5d
43,873
Add deprecation tag for passing a string for ewm(times=...)
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 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",...
0
2021-10-04T04:32:34Z
2021-10-04T17:49:00Z
2021-10-04T12:07:41Z
MEMBER
null
Missed as part of https://github.com/pandas-dev/pandas/pull/43265
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43873/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43873/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43873.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43873", "merged_at": "2021-10-04T12:07:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43873.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43873" }
https://api.github.com/repos/pandas-dev/pandas/issues/43874
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43874/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43874/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43874/events
https://github.com/pandas-dev/pandas/issues/43874
1,014,759,997
I_kwDOAA0YD848fAI9
43,874
ENH: Deprecate DataFrame.iterrows
{ "avatar_url": "https://avatars.githubusercontent.com/u/824507?v=4", "events_url": "https://api.github.com/users/dclong/events{/privacy}", "followers_url": "https://api.github.com/users/dclong/followers", "following_url": "https://api.github.com/users/dclong/following{/other_user}", "gists_url": "https://api...
[ { "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": "207de5", "default": f...
open
false
null
[]
null
3
2021-10-04T05:51:10Z
2021-10-06T01:39:36Z
null
NONE
null
#### Is your feature request related to a problem? 1. `DataFrame.iterrows` does not preserve types. There are lots of users reporting issues related to this. Even though the behavior is documented, why do we want to have a method that get used a lot but keep surprising users? I bet most users won't read the doc thor...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43874/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43874/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43875
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43875/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43875/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43875/events
https://github.com/pandas-dev/pandas/issues/43875
1,014,907,949
I_kwDOAA0YD848fkQt
43,875
ENH: Add option to display dtypes below column headers
{ "avatar_url": "https://avatars.githubusercontent.com/u/40238878?v=4", "events_url": "https://api.github.com/users/joaomacalos/events{/privacy}", "followers_url": "https://api.github.com/users/joaomacalos/followers", "following_url": "https://api.github.com/users/joaomacalos/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": "06909A", "default": false, "description": "IO issue...
open
false
null
[]
null
0
2021-10-04T08:54:47Z
2021-10-04T20:52:59Z
null
NONE
null
#### Is your feature request related to a problem? My feature request is not related to a problem per se, but it can help users to spot type bugs and is not visually noisy. I wish there could be a way to change the Pandas `str` and `html` representation to show the dtypes of columns below the headers (like R's `t...
{ "+1": 2, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43875/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43875/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43876
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43876/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43876/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43876/events
https://github.com/pandas-dev/pandas/issues/43876
1,014,965,421
I_kwDOAA0YD848fySt
43,876
BUILD: conda unable to solve for a dev env using environment.yml in finite time
{ "avatar_url": "https://avatars.githubusercontent.com/u/4407787?v=4", "events_url": "https://api.github.com/users/rs2/events{/privacy}", "followers_url": "https://api.github.com/users/rs2/followers", "following_url": "https://api.github.com/users/rs2/following{/other_user}", "gists_url": "https://api.github....
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" }, { "color": "fbca04", "default": false, ...
closed
false
null
[]
null
9
2021-10-04T09:52:41Z
2021-10-23T09:51:50Z
2021-10-13T03:17:05Z
CONTRIBUTOR
null
### - [X] I have read the [installation guide](https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html#installing-pandas). ### Platform win-64 ### Installation Method conda install ### pandas Version latest master ### Python Version n/a ### Installation Logs <detail...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43876/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43876/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43877
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43877/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43877/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43877/events
https://github.com/pandas-dev/pandas/issues/43877
1,015,035,983
I_kwDOAA0YD848gDhP
43,877
BUG: to_json memory leak (introduced in 1.1.0)
{ "avatar_url": "https://avatars.githubusercontent.com/u/52132110?v=4", "events_url": "https://api.github.com/users/vernetya/events{/privacy}", "followers_url": "https://api.github.com/users/vernetya/followers", "following_url": "https://api.github.com/users/vernetya/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": "a10c02", "default": false, "description": "Memory or execution spee...
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", ...
10
2021-10-04T11:05:41Z
2021-10-27T15:44:54Z
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](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [X] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```pytho...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43877/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43877/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43878
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43878/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43878/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43878/events
https://github.com/pandas-dev/pandas/issues/43878
1,015,213,625
I_kwDOAA0YD848gu45
43,878
BUG: Pandas converts int to float while reading from database if column has Null in it
{ "avatar_url": "https://avatars.githubusercontent.com/u/28758144?v=4", "events_url": "https://api.github.com/users/AltafHussain4748/events{/privacy}", "followers_url": "https://api.github.com/users/AltafHussain4748/followers", "following_url": "https://api.github.com/users/AltafHussain4748/following{/other_use...
[ { "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": "5319e7", "default": false, "descript...
closed
false
null
[]
null
1
2021-10-04T13:54:10Z
2021-10-09T15:33:01Z
2021-10-09T15:33:01Z
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](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [X] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```python import pa...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43878/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43878/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43879
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43879/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43879/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43879/events
https://github.com/pandas-dev/pandas/pull/43879
1,015,279,569
PR_kwDOAA0YD84spR9U
43,879
TST: changed behavior of df.loc on multiindex
{ "avatar_url": "https://avatars.githubusercontent.com/u/72939103?v=4", "events_url": "https://api.github.com/users/gamenerd457/events{/privacy}", "followers_url": "https://api.github.com/users/gamenerd457/followers", "following_url": "https://api.github.com/users/gamenerd457/following{/other_user}", "gists_u...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "0b02e1", "d...
open
false
null
[]
null
3
2021-10-04T14:49:54Z
2021-11-14T03:19:35Z
null
NONE
null
-added unittest for issue #43599 -error occurs due to different versions of pandas
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43879/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43879/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43879.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43879", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/43879.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43879" }
https://api.github.com/repos/pandas-dev/pandas/issues/43880
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43880/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43880/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43880/events
https://github.com/pandas-dev/pandas/pull/43880
1,015,406,048
PR_kwDOAA0YD84sprey
43,880
DOC: Include a small preview of the groupby() user guide in its API reference
{ "avatar_url": "https://avatars.githubusercontent.com/u/160132?v=4", "events_url": "https://api.github.com/users/tobiasmcnulty/events{/privacy}", "followers_url": "https://api.github.com/users/tobiasmcnulty/followers", "following_url": "https://api.github.com/users/tobiasmcnulty/following{/other_user}", "gis...
[ { "color": "7fcce8", "default": false, "description": "", "id": 2347992045, "name": "Stale", "node_id": "MDU6TGFiZWwyMzQ3OTkyMDQ1", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Stale" } ]
open
false
null
[]
null
1
2021-10-04T16:52:12Z
2021-11-04T00:03:15Z
null
NONE
null
- [x] closes #43839 - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43880/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43880/timeline
null
1
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43880.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43880", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/43880.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43880" }
https://api.github.com/repos/pandas-dev/pandas/issues/43881
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43881/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43881/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43881/events
https://github.com/pandas-dev/pandas/issues/43881
1,015,444,905
I_kwDOAA0YD848hnWp
43,881
ENH: Add support for multi-column quantiles of DataFrame
{ "avatar_url": "https://avatars.githubusercontent.com/u/20627856?v=4", "events_url": "https://api.github.com/users/charlesbluca/events{/privacy}", "followers_url": "https://api.github.com/users/charlesbluca/followers", "following_url": "https://api.github.com/users/charlesbluca/following{/other_user}", "gist...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "006b75", "default": false, "description": "Arithmet...
open
false
null
[]
null
4
2021-10-04T17:34:47Z
2021-10-07T06:25:43Z
null
NONE
null
#### Is your feature request related to a problem? For dataframes, Pandas currently only supports per-column quantiles; that is, given `df[['c', 'a']].quantile(...)`, Pandas will compute the individual quantiles for columns `c` and `a`: ```python >>> df = pd.DataFrame({'a': [1, 0, 11, 12, 2], 'b': [1, 2, 3, 4, ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43881/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43881/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43882
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43882/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43882/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43882/events
https://github.com/pandas-dev/pandas/pull/43882
1,015,452,533
PR_kwDOAA0YD84sp0z4
43,882
Don't suppress exception chaining for optional dependencies
{ "avatar_url": "https://avatars.githubusercontent.com/u/327925?v=4", "events_url": "https://api.github.com/users/takluyver/events{/privacy}", "followers_url": "https://api.github.com/users/takluyver/followers", "following_url": "https://api.github.com/users/takluyver/following{/other_user}", "gists_url": "ht...
[ { "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": "d93f...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
4
2021-10-04T17:43:40Z
2021-10-06T08:20:23Z
2021-10-06T01:07:57Z
CONTRIBUTOR
null
I've just been [helping someone](https://stackoverflow.com/questions/69352179/package-streamlit-app-and-run-executable-on-windows) for whom the helpful error message appears to have obscured the real cause of the problem. Specifically, Jinja2 is present, but one of *its* dependencies is not. So the error message saying...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43882/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43882/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43882.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43882", "merged_at": "2021-10-06T01:07:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43882.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43882" }
https://api.github.com/repos/pandas-dev/pandas/issues/43883
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43883/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43883/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43883/events
https://github.com/pandas-dev/pandas/pull/43883
1,015,540,070
PR_kwDOAA0YD84sqGFe
43,883
BUG: retain EA dtypes in DataFrame __pos__, __neg__
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "6138b5", "default": false, "description": "Extending pandas with cu...
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",...
0
2021-10-04T19:16:57Z
2021-10-05T01:40:00Z
2021-10-05T00:32:09Z
MEMBER
null
- [ ] closes #xxxx - [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43883/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43883/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43883.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43883", "merged_at": "2021-10-05T00:32:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43883.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43883" }
https://api.github.com/repos/pandas-dev/pandas/issues/43884
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43884/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43884/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43884/events
https://github.com/pandas-dev/pandas/issues/43884
1,015,540,136
I_kwDOAA0YD848h-mo
43,884
BUG: sort_index method ignores ascending parameter of type tuple
{ "avatar_url": "https://avatars.githubusercontent.com/u/37907135?v=4", "events_url": "https://api.github.com/users/vezeli/events{/privacy}", "followers_url": "https://api.github.com/users/vezeli/followers", "following_url": "https://api.github.com/users/vezeli/following{/other_user}", "gists_url": "https://a...
[ { "color": "207de5", "default": false, "description": null, "id": 71268330, "name": "MultiIndex", "node_id": "MDU6TGFiZWw3MTI2ODMzMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/MultiIndex" }, { "color": "0e8a16", "default": true, "description": null,...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
5
2021-10-04T19:17:03Z
2021-10-16T14:35:19Z
2021-10-16T14:35:19Z
NONE
null
### - [X] I have checked that this issue has not already been reported. - [ ] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [ ] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```python import pa...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43884/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43884/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43885
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43885/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43885/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43885/events
https://github.com/pandas-dev/pandas/issues/43885
1,015,558,105
I_kwDOAA0YD848iC_Z
43,885
PERF: `Index.union` is materializing even when it is not needed when `sort=False`
{ "avatar_url": "https://avatars.githubusercontent.com/u/11664259?v=4", "events_url": "https://api.github.com/users/galipremsagar/events{/privacy}", "followers_url": "https://api.github.com/users/galipremsagar/followers", "following_url": "https://api.github.com/users/galipremsagar/following{/other_user}", "g...
[ { "color": "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": "e99695", "default"...
open
false
null
[]
null
0
2021-10-04T19:37:55Z
2021-10-13T02:24:47Z
null
NONE
null
### - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this issue exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [ ] I have confirmed this issue exists on the master branch of pandas. ### Reproducible Example We are currentl...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43885/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43885/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43886
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43886/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43886/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43886/events
https://github.com/pandas-dev/pandas/issues/43886
1,015,844,393
I_kwDOAA0YD848jI4p
43,886
API/DISC: engine="numba" (computational API) location in reductions functions or constructors
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "207de5", "default": false, "description": "R...
open
false
null
[]
null
6
2021-10-05T03:28:38Z
2021-10-08T12:18:23Z
null
MEMBER
null
Currently, `engine="numba"` is enabled for `rolling` reduction functions (e.g. mean). I am making efforts to enable numba execution for `groupby` and regular `DataFrame/Series` reduction functions as well. For `rolling`, the `engine` keyword is currently defined on the reduction functions e.g. ``` df.rolling(2)...
{ "+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/43886/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43886/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43887
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43887/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43887/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43887/events
https://github.com/pandas-dev/pandas/pull/43887
1,015,861,548
PR_kwDOAA0YD84srE5h
43,887
BUG: pd.array preserve PandasArray
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "6138b5", "default": false, "description": "Extending pandas with custom dtypes or arrays.", "id": 849023693, "name": "ExtensionArray", "node_id": "MDU6TGFiZWw4NDkwMjM2OTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
1
2021-10-05T04:07:46Z
2021-10-10T21:50:06Z
2021-10-10T21:39:08Z
MEMBER
null
- [ ] closes #xxxx - [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43887/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43887/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43887.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43887", "merged_at": "2021-10-10T21:39:08Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43887.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43887" }
https://api.github.com/repos/pandas-dev/pandas/issues/43888
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43888/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43888/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43888/events
https://github.com/pandas-dev/pandas/issues/43888
1,016,236,284
I_kwDOAA0YD848koj8
43,888
PERF: Slow import-time expression slowing down test collection
{ "avatar_url": "https://avatars.githubusercontent.com/u/1223550?v=4", "events_url": "https://api.github.com/users/bluetech/events{/privacy}", "followers_url": "https://api.github.com/users/bluetech/followers", "following_url": "https://api.github.com/users/bluetech/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": "a10c02", "d...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
3
2021-10-05T11:58:00Z
2021-10-06T13:29:09Z
2021-10-06T13:29:09Z
NONE
null
### - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this issue exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [X] I have confirmed this issue exists on the master branch of pandas. ### Reproducible Example I'm a pytest de...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43888/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43888/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43889
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43889/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43889/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43889/events
https://github.com/pandas-dev/pandas/issues/43889
1,016,363,586
I_kwDOAA0YD848lHpC
43,889
ENH: `axis=None` option for statistical methods: `.min`, `.max`, `.median`, and so on
{ "avatar_url": "https://avatars.githubusercontent.com/u/4146799?v=4", "events_url": "https://api.github.com/users/brynhayder/events{/privacy}", "followers_url": "https://api.github.com/users/brynhayder/followers", "following_url": "https://api.github.com/users/brynhayder/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": "AD7FA8", "default": false, "description": null, ...
open
false
null
[]
null
1
2021-10-05T13:56:20Z
2021-10-21T21:30:05Z
null
NONE
null
I am a long time user of pandas, thank you for all your hard work. #### Is your feature request related to a problem? It would be useful to be able to do `df.min(axis=None)` rather than `df.values.min(axis=None)` to get the mimum over the whole DataFrame. The same goes for `max` and so on. I expected this to work ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43889/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43889/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43890
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43890/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43890/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43890/events
https://github.com/pandas-dev/pandas/issues/43890
1,016,391,995
I_kwDOAA0YD848lOk7
43,890
CI: Move Python 3.10 workflows to Posix Matrix File
{ "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": "fef2c0", "default": false, "description": ...
open
false
null
[]
null
0
2021-10-05T14:21:12Z
2021-10-05T14:23:44Z
null
MEMBER
null
Python 3.10 just released yesterday and Github Actions has added python 3.10 to their env. We should try to move Python 3.10 there ASAP after we fix #41935 We should also make a .yml file as soon as conda-forge supports python 3.10.( I expect that to probably happen sometime in the next week).
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43890/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43890/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43891
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43891/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43891/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43891/events
https://github.com/pandas-dev/pandas/issues/43891
1,016,515,628
I_kwDOAA0YD848lsws
43,891
BUG: Groupby with categorical multiIndex and timedelta returns incorrect type.
{ "avatar_url": "https://avatars.githubusercontent.com/u/1049925?v=4", "events_url": "https://api.github.com/users/jamieforth/events{/privacy}", "followers_url": "https://api.github.com/users/jamieforth/followers", "following_url": "https://api.github.com/users/jamieforth/following{/other_user}", "gists_url":...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
open
false
null
[]
null
0
2021-10-05T16:12:36Z
2021-10-13T03:24:16Z
null
NONE
null
Groupby (`observed=False`) with a categorical multiIndex and integer data values returns zero for categories that do no appear in the data, as seen in the first example (there are no wild parrots). ``` python import pandas as pd animals = ['Falcon', 'Parrot'] types = ['Captive', 'Wild'] df = pd.DataFrame({ ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43891/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43891/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43892
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43892/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43892/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43892/events
https://github.com/pandas-dev/pandas/issues/43892
1,016,545,326
I_kwDOAA0YD848l0Au
43,892
BUG: DateOffset with nanoseconds does not apply to Timestamp
{ "avatar_url": "https://avatars.githubusercontent.com/u/17869838?v=4", "events_url": "https://api.github.com/users/emkornfield/events{/privacy}", "followers_url": "https://api.github.com/users/emkornfield/followers", "following_url": "https://api.github.com/users/emkornfield/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": "0052cc", "default": false, "description": "DateOffsets", "id": ...
open
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/33303747?v=4", "events_url": "https://api.github.com/users/tushushu/events{/privacy}", "followers_url": "https://api.github.com/users/tushushu/followers", "following_url": "https://api.github.com/users/tushushu/following{/other_user}", "gists_url": "htt...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/33303747?v=4", "events_url": "https://api.github.com/users/tushushu/events{/privacy}", "followers_url": "https://api.github.com/users/tushushu/followers", "following_url": "https://api.github.com/users/tushushu/following{/other_user}", "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",...
2
2021-10-05T16:44:01Z
2021-10-16T14:43:22Z
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](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [ ] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```python from pand...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43892/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43892/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43893
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43893/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43893/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43893/events
https://github.com/pandas-dev/pandas/pull/43893
1,016,883,901
PR_kwDOAA0YD84suV7U
43,893
Annotates `indexers/utils.py` functions that don't return anything with `None`
{ "avatar_url": "https://avatars.githubusercontent.com/u/4660275?v=4", "events_url": "https://api.github.com/users/sobolevn/events{/privacy}", "followers_url": "https://api.github.com/users/sobolevn/followers", "following_url": "https://api.github.com/users/sobolevn/following{/other_user}", "gists_url": "http...
[ { "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": 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-10-05T21:27:43Z
2021-10-06T01:10:07Z
2021-10-06T01:10:03Z
CONTRIBUTOR
null
- [ ] does not close any issue, change is too trivial - [ ] tests are not required for this - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them - [ ] nothing new Related https://github.com/python/mypy/pull...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43893/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43893/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43893.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43893", "merged_at": "2021-10-06T01:10:03Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43893.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43893" }
https://api.github.com/repos/pandas-dev/pandas/issues/43894
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43894/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43894/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43894/events
https://github.com/pandas-dev/pandas/pull/43894
1,016,904,508
PR_kwDOAA0YD84suakV
43,894
ENH: Add custom descriptors (such as dtype, nunique, etc.) to Styler output
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "006b75", "default": false, "description": "conditio...
open
false
null
[]
null
4
2021-10-05T21:44:02Z
2021-11-16T17:27:05Z
null
CONTRIBUTOR
null
- [x] closes: #43875 ![Screen Shot 2021-10-24 at 08 52 28](https://user-images.githubusercontent.com/24256554/138583994-6a8debd6-6b8a-4fbb-a697-536b5a6b3590.png) <details> <summary>Former example...</summary> ![Screen Shot 2021-10-05 at 23 37 31](https://user-images.githubusercontent.com/24256554/1361064...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43894/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43894/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43894.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43894", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/43894.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43894" }
https://api.github.com/repos/pandas-dev/pandas/issues/43895
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43895/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43895/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43895/events
https://github.com/pandas-dev/pandas/pull/43895
1,017,021,225
PR_kwDOAA0YD84su0y9
43,895
REF: remove _get_attributes_dict
{ "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": "e99695", "default": false, "description": "Related to t...
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",...
2
2021-10-05T23:08:39Z
2021-10-08T08:59:45Z
2021-10-06T01:09:29Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43895/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43895/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43895.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43895", "merged_at": "2021-10-06T01:09:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43895.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43895" }
https://api.github.com/repos/pandas-dev/pandas/issues/43896
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43896/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43896/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43896/events
https://github.com/pandas-dev/pandas/issues/43896
1,017,038,969
I_kwDOAA0YD848nsh5
43,896
BUG: bug in DataFrame.groupby(Grouper) triggers a ValueError exception in cython generate_bins_dt64() code
{ "avatar_url": "https://avatars.githubusercontent.com/u/42553321?v=4", "events_url": "https://api.github.com/users/sgkdev/events{/privacy}", "followers_url": "https://api.github.com/users/sgkdev/followers", "following_url": "https://api.github.com/users/sgkdev/following{/other_user}", "gists_url": "https://a...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
open
false
null
[]
null
0
2021-10-05T23:22:11Z
2021-10-13T03:25:44Z
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](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [x] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```python import pa...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43896/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43896/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43897
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43897/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43897/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43897/events
https://github.com/pandas-dev/pandas/pull/43897
1,017,067,671
PR_kwDOAA0YD84su_Jp
43,897
BUG: DataFrame arithmetic with subclass where constructor is not the subclass itself
{ "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": "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": 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-10-05T23:44:38Z
2021-10-06T01:56:21Z
2021-10-06T01:08:43Z
MEMBER
null
- [x] closes #43201 - [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43897/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43897/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43897.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43897", "merged_at": "2021-10-06T01:08:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43897.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43897" }
https://api.github.com/repos/pandas-dev/pandas/issues/43898
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43898/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43898/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43898/events
https://github.com/pandas-dev/pandas/pull/43898
1,017,144,853
PR_kwDOAA0YD84svQdn
43,898
TST: slow collection in test_algos.py
{ "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": "eb6420", "d...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
2
2021-10-06T00:45:09Z
2021-10-06T13:48:32Z
2021-10-06T13:29:09Z
MEMBER
null
- [x] closes #43888
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43898/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43898/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43898.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43898", "merged_at": "2021-10-06T13:29:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43898.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43898" }
https://api.github.com/repos/pandas-dev/pandas/issues/43899
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43899/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43899/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43899/events
https://github.com/pandas-dev/pandas/pull/43899
1,017,269,667
PR_kwDOAA0YD84svsf6
43,899
ENH: implement ExtensionArray.__array_ufunc__
{ "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": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" }, { "color": "6138b...
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-10-06T02:25:43Z
2021-10-06T18:36:02Z
2021-10-06T18:32:42Z
MEMBER
null
This implements `ExtensionArray.__array_ufunc__` with minimal behavior changes (xref https://github.com/numpy/numpy/issues/20044 cc @shoyer). The only real behavior change is that np.abs, np.positive, np.negative wrap TimedeltaArray instead of returning ndarray[td64] After this comes `Index.__array_ufunc__`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43899/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43899/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43899.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43899", "merged_at": "2021-10-06T18:32:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43899.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43899" }
https://api.github.com/repos/pandas-dev/pandas/issues/43900
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43900/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43900/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43900/events
https://github.com/pandas-dev/pandas/pull/43900
1,017,603,845
PR_kwDOAA0YD84sw3i7
43,900
ENH: Add support for more placeholders in `guess_datetime_format`
{ "avatar_url": "https://avatars.githubusercontent.com/u/791437?v=4", "events_url": "https://api.github.com/users/davesque/events{/privacy}", "followers_url": "https://api.github.com/users/davesque/followers", "following_url": "https://api.github.com/users/davesque/following{/other_user}", "gists_url": "https...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
4
2021-10-06T06:41:39Z
2021-10-25T19:43:58Z
2021-10-17T23:03:16Z
CONTRIBUTOR
null
Add support for day of week and meridiem placeholders and any combination of placeholders supported by `strftime` that do not correspond to a datetime attribute. - [x] closes #43901 - [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/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/43900/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43900/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43900.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43900", "merged_at": "2021-10-17T23:03:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43900.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43900" }
https://api.github.com/repos/pandas-dev/pandas/issues/43901
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43901/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43901/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43901/events
https://github.com/pandas-dev/pandas/issues/43901
1,018,612,966
I_kwDOAA0YD848tszm
43,901
ENH: Add support for more placeholders in `guess_datetime_format`
{ "avatar_url": "https://avatars.githubusercontent.com/u/791437?v=4", "events_url": "https://api.github.com/users/davesque/events{/privacy}", "followers_url": "https://api.github.com/users/davesque/followers", "following_url": "https://api.github.com/users/davesque/following{/other_user}", "gists_url": "https...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, ...
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",...
0
2021-10-06T15:45:19Z
2021-10-17T23:03:16Z
2021-10-17T23:03:16Z
CONTRIBUTOR
null
#### Is your feature request related to a problem? We recently realized that `pandas.core.tools.datetimes.guess_datetime_format` outputs an incorrect format string `"Tue %d %b %Y %H:%M:%S AM"` for the datetime `"Tue 24 Aug 2021 01:30:48 AM"`, which otherwise is parseable by `dateutil.parser.parse`. #### Describe ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43901/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43901/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43902
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43902/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43902/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43902/events
https://github.com/pandas-dev/pandas/issues/43902
1,018,924,975
I_kwDOAA0YD848u4-v
43,902
ENH: Feature Request for Ungroup Method for Grouped Data Frames
{ "avatar_url": "https://avatars.githubusercontent.com/u/13734662?v=4", "events_url": "https://api.github.com/users/mdancho84/events{/privacy}", "followers_url": "https://api.github.com/users/mdancho84/followers", "following_url": "https://api.github.com/users/mdancho84/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": "729FCF", "default": false, "description": null, ...
open
false
null
[]
null
3
2021-10-06T18:23:46Z
2021-10-13T04:01:08Z
null
NONE
null
Hi, thanks for your work developing `pandas`. I'd like to request a feature to add an ungroup() method for grouped data frames. It's related to this [StackOverflow](https://stackoverflow.com/questions/20122521/is-there-an-ungroup-by-operation-opposite-to-groupby-in-pandas/66879388#66879388) where I've developed a hack ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43902/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43902/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43903
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43903/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43903/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43903/events
https://github.com/pandas-dev/pandas/issues/43903
1,019,235,313
I_kwDOAA0YD848wEvx
43,903
BUG: cannot write xml with nullable dtypes
{ "avatar_url": "https://avatars.githubusercontent.com/u/3979879?v=4", "events_url": "https://api.github.com/users/dmyersturnbull/events{/privacy}", "followers_url": "https://api.github.com/users/dmyersturnbull/followers", "following_url": "https://api.github.com/users/dmyersturnbull/following{/other_user}", ...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "8cc645", "default": false, "description": "Related ...
open
false
null
[]
null
1
2021-10-06T21:09:13Z
2021-11-20T17:20:38Z
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](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [X] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```python import lo...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43903/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43903/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43904
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43904/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43904/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43904/events
https://github.com/pandas-dev/pandas/pull/43904
1,019,441,515
PR_kwDOAA0YD84s3RH0
43,904
ENH: implement Index.__array_ufunc__
{ "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": "e99695", "default": false, "description": "Related to the Index class or subclasses", "id": 1218227310, "name": "Index", "node_id": "MDU6TGFiZWwxMjE4MjI3MzEw", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Index" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 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",...
2
2021-10-06T23:12:24Z
2021-10-07T16:09:04Z
2021-10-07T12:55:37Z
MEMBER
null
Very little user-facing here, AFAICT just the iadd/isub bug in DTA/TDA
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43904/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43904/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43904.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43904", "merged_at": "2021-10-07T12:55:37Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43904.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43904" }
https://api.github.com/repos/pandas-dev/pandas/issues/43905
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43905/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43905/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43905/events
https://github.com/pandas-dev/pandas/pull/43905
1,019,573,048
PR_kwDOAA0YD84s3rfs
43,905
TST/REF: share/split index tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" }, { "color": "C4A000", "default": false, "de...
closed
false
null
[]
{ "closed_at": 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",...
0
2021-10-07T03:40:31Z
2021-10-07T16:10:37Z
2021-10-07T12:57:06Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43905/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43905/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43905.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43905", "merged_at": "2021-10-07T12:57:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43905.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43905" }
https://api.github.com/repos/pandas-dev/pandas/issues/43906
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43906/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43906/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43906/events
https://github.com/pandas-dev/pandas/pull/43906
1,019,585,923
PR_kwDOAA0YD84s3uOI
43,906
TST/REF: misplaced Index.putmask tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": 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",...
0
2021-10-07T03:59:27Z
2021-10-07T16:10:08Z
2021-10-07T12:57:46Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43906/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43906/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43906.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43906", "merged_at": "2021-10-07T12:57:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43906.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43906" }
https://api.github.com/repos/pandas-dev/pandas/issues/43907
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43907/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43907/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43907/events
https://github.com/pandas-dev/pandas/issues/43907
1,019,665,108
I_kwDOAA0YD848xtrU
43,907
ENH: Implement `searchsorted` for DataFrames
{ "avatar_url": "https://avatars.githubusercontent.com/u/20627856?v=4", "events_url": "https://api.github.com/users/charlesbluca/events{/privacy}", "followers_url": "https://api.github.com/users/charlesbluca/followers", "following_url": "https://api.github.com/users/charlesbluca/following{/other_user}", "gist...
[ { "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
2
2021-10-07T06:27:18Z
2021-10-10T14:23:46Z
2021-10-10T14:23:46Z
NONE
null
#### Is your feature request related to a problem? Pandas currently only supports `searchsorted` for series: ```python >>> ser = pd.Series([1, 2, 3]) >>> ser.searchsorted([0, 4]) array([0, 3]) ``` It would be nice if it were also supported for dataframes, returning indices to maintain order in a lexicograp...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43907/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43907/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43908
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43908/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43908/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43908/events
https://github.com/pandas-dev/pandas/issues/43908
1,019,665,498
I_kwDOAA0YD848xtxa
43,908
BUG: `.loc[]` on Series with MultiIndex raises "ValueError: Too many indices" if one level is a tuple
{ "avatar_url": "https://avatars.githubusercontent.com/u/5351947?v=4", "events_url": "https://api.github.com/users/andreareina/events{/privacy}", "followers_url": "https://api.github.com/users/andreareina/followers", "following_url": "https://api.github.com/users/andreareina/following{/other_user}", "gists_ur...
[ { "color": "0e8a16", "default": true, "description": null, "id": 717120670, "name": "good first issue", "node_id": "MDU6TGFiZWw3MTcxMjA2NzA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue" }, { "color": "cdea3c", "default": false, "de...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/47657222?v=4", "events_url": "https://api.github.com/users/KoenSR/events{/privacy}", "followers_url": "https://api.github.com/users/KoenSR/followers", "following_url": "https://api.github.com/users/KoenSR/following{/other_user}", "gists_url": "https://a...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/47657222?v=4", "events_url": "https://api.github.com/users/KoenSR/events{/privacy}", "followers_url": "https://api.github.com/users/KoenSR/followers", "following_url": "https://api.github.com/users/KoenSR/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",...
2
2021-10-07T06:27:37Z
2021-10-15T18:15:44Z
2021-10-15T18:15:20Z
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](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [ ] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```python import pa...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43908/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43908/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43909
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43909/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43909/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43909/events
https://github.com/pandas-dev/pandas/issues/43909
1,019,804,975
I_kwDOAA0YD848yP0v
43,909
BUG: Using `df.groupby(..).rolling(..)` on non-monotonic timestamp column does not raise an exception
{ "avatar_url": "https://avatars.githubusercontent.com/u/3247179?v=4", "events_url": "https://api.github.com/users/drecker/events{/privacy}", "followers_url": "https://api.github.com/users/drecker/followers", "following_url": "https://api.github.com/users/drecker/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
open
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/78622696?v=4", "events_url": "https://api.github.com/users/jamesholcombe/events{/privacy}", "followers_url": "https://api.github.com/users/jamesholcombe/followers", "following_url": "https://api.github.com/users/jamesholcombe/following{/other_user}", "g...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/78622696?v=4", "events_url": "https://api.github.com/users/jamesholcombe/events{/privacy}", "followers_url": "https://api.github.com/users/jamesholcombe/followers", "following_url": "https://api.github.com/users/jamesholcombe/following{/other_...
{ "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-10-07T09:11:53Z
2021-10-17T22:35:35Z
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](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [ ] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```python import pa...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43909/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43909/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43910
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43910/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43910/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43910/events
https://github.com/pandas-dev/pandas/pull/43910
1,020,082,988
PR_kwDOAA0YD84s5TSs
43,910
TST: Skip leaky test on Python 3.10
{ "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": "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": "fef2c0", "d...
closed
false
null
[]
{ "closed_at": "2021-10-17T11:06:28Z", "closed_issues": 77, "created_at": "2021-09-10T19:48:56Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com...
10
2021-10-07T14:02:11Z
2021-11-11T01:38:23Z
2021-10-09T00:18:23Z
MEMBER
null
- [ ] xref #41935 (we should close after updating MacPython) - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them - [ ] whatsnew entry This test seems to be leaking on Python 3.10...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43910/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43910/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43910.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43910", "merged_at": "2021-10-09T00:18:23Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43910.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43910" }
https://api.github.com/repos/pandas-dev/pandas/issues/43911
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43911/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43911/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43911/events
https://github.com/pandas-dev/pandas/issues/43911
1,020,133,475
I_kwDOAA0YD848zgBj
43,911
BUG: groupby().fillna does not return groupby key with the output
{ "avatar_url": "https://avatars.githubusercontent.com/u/57410150?v=4", "events_url": "https://api.github.com/users/mdziel/events{/privacy}", "followers_url": "https://api.github.com/users/mdziel/followers", "following_url": "https://api.github.com/users/mdziel/following{/other_user}", "gists_url": "https://a...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
null
2
2021-10-07T14:47:35Z
2021-10-31T00:13:52Z
2021-10-31T00:13:52Z
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](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [ ] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```python import 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/43911/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43911/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43912
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43912/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43912/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43912/events
https://github.com/pandas-dev/pandas/issues/43912
1,020,209,411
I_kwDOAA0YD848zykD
43,912
BUG: typing.get_type_hints fails on DataFrame
{ "avatar_url": "https://avatars.githubusercontent.com/u/52926819?v=4", "events_url": "https://api.github.com/users/benfogelson/events{/privacy}", "followers_url": "https://api.github.com/users/benfogelson/followers", "following_url": "https://api.github.com/users/benfogelson/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": "0052cc", "default": false, "description": "Issue that has not been ...
closed
false
null
[]
null
4
2021-10-07T15:59:07Z
2021-10-07T20:40:40Z
2021-10-07T19:49:02Z
NONE
null
### - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [x] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```python from typi...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43912/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43912/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43913
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43913/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43913/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43913/events
https://github.com/pandas-dev/pandas/issues/43913
1,020,254,203
I_kwDOAA0YD848z9f7
43,913
BUG: `pd.testing.assert_frame_equal` does not propagate precision to interval dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/3238780?v=4", "events_url": "https://api.github.com/users/stephanegaiffas/events{/privacy}", "followers_url": "https://api.github.com/users/stephanegaiffas/followers", "following_url": "https://api.github.com/users/stephanegaiffas/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": "C4A000", "default": false, "description": "pandas testing functions...
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-10-07T16:46:10Z
2021-10-09T15:10:08Z
null
NONE
null
### - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [X] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```python df1 = pd....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43913/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43913/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43914
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43914/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43914/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43914/events
https://github.com/pandas-dev/pandas/pull/43914
1,020,297,915
PR_kwDOAA0YD84s5_QK
43,914
TST/REF: collect/de-dup index tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": 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",...
2
2021-10-07T17:39:35Z
2021-10-07T23:28:06Z
2021-10-07T22:02:09Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43914/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43914/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43914.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43914", "merged_at": "2021-10-07T22:02:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43914.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43914" }
https://api.github.com/repos/pandas-dev/pandas/issues/43915
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43915/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43915/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43915/events
https://github.com/pandas-dev/pandas/pull/43915
1,020,444,432
PR_kwDOAA0YD84s6cuV
43,915
TST : add test for groupby aggregation dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/10152806?v=4", "events_url": "https://api.github.com/users/OlivierCavadenti/events{/privacy}", "followers_url": "https://api.github.com/users/OlivierCavadenti/followers", "following_url": "https://api.github.com/users/OlivierCavadenti/following{/other_use...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "729FCF", "d...
closed
false
null
[]
{ "closed_at": 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",...
2
2021-10-07T20:44:32Z
2021-10-29T21:59:00Z
2021-10-29T21:58:56Z
CONTRIBUTOR
null
- [ ] closes #32793 - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43915/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43915/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43915.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43915", "merged_at": "2021-10-29T21:58:56Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43915.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43915" }
https://api.github.com/repos/pandas-dev/pandas/issues/43916
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43916/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43916/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43916/events
https://github.com/pandas-dev/pandas/pull/43916
1,020,453,868
PR_kwDOAA0YD84s6evg
43,916
BENCH: indexing_engines
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "ae68cc", "default": false, "description": "Performance (ASV) benchmarks", "id": 732775912, "name": "Benchmark", "node_id": "MDU6TGFiZWw3MzI3NzU5MTI=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Benchmark" }, { "color": "e99695", "default": false...
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",...
0
2021-10-07T20:54:24Z
2021-10-08T00:52:36Z
2021-10-07T23:54:28Z
MEMBER
null
With this I think we cover all the main paths through IndexEngine.get_loc
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43916/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43916/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43916.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43916", "merged_at": "2021-10-07T23:54:28Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43916.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43916" }
https://api.github.com/repos/pandas-dev/pandas/issues/43917
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43917/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43917/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43917/events
https://github.com/pandas-dev/pandas/pull/43917
1,020,472,548
PR_kwDOAA0YD84s6ik7
43,917
BUG: np.isinf, np.isfinite, np.isnan with DTI[dt64tz]
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
4
2021-10-07T21:19:58Z
2021-10-10T18:06:18Z
2021-10-10T17:48:48Z
MEMBER
null
- [ ] closes #xxxx - [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43917/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43917/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43917.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43917", "merged_at": "2021-10-10T17:48:48Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43917.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43917" }
https://api.github.com/repos/pandas-dev/pandas/issues/43918
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43918/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43918/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43918/events
https://github.com/pandas-dev/pandas/pull/43918
1,020,480,411
PR_kwDOAA0YD84s6kKb
43,918
TST/REF: fixturize
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": 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",...
0
2021-10-07T21:31:33Z
2021-10-08T12:32:57Z
2021-10-08T12:32:57Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43918/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43918/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43918.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43918", "merged_at": "2021-10-08T12:32:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43918.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43918" }
https://api.github.com/repos/pandas-dev/pandas/issues/43919
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43919/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43919/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43919/events
https://github.com/pandas-dev/pandas/pull/43919
1,020,486,101
PR_kwDOAA0YD84s6lR-
43,919
CLN: unnecessary warning-catching
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": 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-10-07T21:40:48Z
2021-10-08T16:35:04Z
2021-10-08T12:32:04Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) 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/43919/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43919/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43919.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43919", "merged_at": "2021-10-08T12:32:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43919.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43919" }
https://api.github.com/repos/pandas-dev/pandas/issues/43920
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43920/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43920/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43920/events
https://github.com/pandas-dev/pandas/pull/43920
1,020,540,027
PR_kwDOAA0YD84s6v_X
43,920
ENH: EA.tolist
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "6138b5", "default": false, "description": "Extending pandas with custom dtypes or arrays.", "id": 849023693, "name": "ExtensionArray", "node_id": "MDU6TGFiZWw4NDkwMjM2OTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray" }, { "color": "b...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
0
2021-10-07T23:23:39Z
2021-10-09T01:04:20Z
2021-10-09T00:19:13Z
MEMBER
null
Prelim for EA-backed 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/43920/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43920/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43920.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43920", "merged_at": "2021-10-09T00:19:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43920.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43920" }
https://api.github.com/repos/pandas-dev/pandas/issues/43921
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43921/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43921/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43921/events
https://github.com/pandas-dev/pandas/issues/43921
1,020,637,687
I_kwDOAA0YD8481bH3
43,921
BUG: NumericIndex.insert does not preserve dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
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",...
0
2021-10-08T03:11:15Z
2021-10-09T00:17:40Z
2021-10-09T00:17:40Z
MEMBER
null
### - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [X] I have confirmed this bug exists on the master branch of pandas. ### Reproducible Example ```python import pa...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43921/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43921/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/43922
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/43922/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/43922/comments
https://api.github.com/repos/pandas-dev/pandas/issues/43922/events
https://github.com/pandas-dev/pandas/pull/43922
1,020,641,322
PR_kwDOAA0YD84s7CW-
43,922
TST: avoid re-running tests 14 times
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "e99695", "d...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
0
2021-10-08T03:14:41Z
2021-10-08T16:36:18Z
2021-10-08T12:31:13Z
MEMBER
null
Test is unchanged, just moved to a class that isn't itself subclassed
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/43922/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/43922/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/43922.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/43922", "merged_at": "2021-10-08T12:31:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/43922.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43922" }