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/37219
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37219/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37219/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37219/events
https://github.com/pandas-dev/pandas/pull/37219
724,003,754
MDExOlB1bGxSZXF1ZXN0NTA1NDY5OTA3
37,219
DOC: Updated resample.py and groupby.py to fix SA04 Errors
{ "avatar_url": "https://avatars.githubusercontent.com/u/65619177?v=4", "events_url": "https://api.github.com/users/nagesh-chowdaiah/events{/privacy}", "followers_url": "https://api.github.com/users/nagesh-chowdaiah/followers", "following_url": "https://api.github.com/users/nagesh-chowdaiah/following{/other_use...
[ { "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...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
9
2020-10-18T13:09:21Z
2020-10-29T16:07:25Z
2020-10-29T11:14:22Z
CONTRIBUTOR
null
- [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry: Fixed Partial SA04 Errors
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37219/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37219/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37219.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37219", "merged_at": "2020-10-29T11:14:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37219.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37219" }
https://api.github.com/repos/pandas-dev/pandas/issues/37220
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37220/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37220/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37220/events
https://github.com/pandas-dev/pandas/issues/37220
724,011,850
MDU6SXNzdWU3MjQwMTE4NTA=
37,220
BUG: MultiIndex.is_montonic erronoes when nan in at least one level
{ "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": "e11d21", "default": false, "description": "Functionality that used to work in a prior pandas version", "id": 32815646, "name": "Regression", "node_id": "MDU6TGFiZWwzMjgxNTY0Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression" }, { "color": ...
closed
false
{ "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....
[ { "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":...
{ "closed_at": "2020-10-31T15:14:04Z", "closed_issues": 94, "created_at": "2020-09-26T01:36:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jre...
0
2020-10-18T13:52:48Z
2020-10-27T12:51:13Z
2020-10-27T12:51:13Z
MEMBER
null
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas. - [x] (optional) I have confirmed this bug exists on the master branch of pandas. --- **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37220/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37220/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37221
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37221/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37221/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37221/events
https://github.com/pandas-dev/pandas/pull/37221
724,014,216
MDExOlB1bGxSZXF1ZXN0NTA1NDc3NzQ0
37,221
Fix regression for is_monotonic_increasing with nan in MultiIndex
{ "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": "e11d21", "default": false, "description": "Functionality that used to work in a prior pandas version", "id": 32815646, "name": "Regression", "node_id": "MDU6TGFiZWwzMjgxNTY0Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression" }, { "color": ...
closed
false
null
[]
{ "closed_at": "2020-10-31T15:14:04Z", "closed_issues": 94, "created_at": "2020-09-26T01:36:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jre...
6
2020-10-18T14:03:54Z
2020-10-27T13:12:34Z
2020-10-27T12:51:14Z
MEMBER
null
- [x] closes #37220 - [x] closes #27498 (closes that one too probably, because we need this case) - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Found this while debugging a different issue.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37221/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37221/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37221.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37221", "merged_at": "2020-10-27T12:51:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37221.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37221" }
https://api.github.com/repos/pandas-dev/pandas/issues/37222
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37222/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37222/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37222/events
https://github.com/pandas-dev/pandas/issues/37222
724,050,258
MDU6SXNzdWU3MjQwNTAyNTg=
37,222
BUG: get_indexer for MultiIndex with nans returns wrong indexer
{ "avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4", "events_url": "https://api.github.com/users/phofl/events{/privacy}", "followers_url": "https://api.github.com/users/phofl/followers", "following_url": "https://api.github.com/users/phofl/following{/other_user}", "gists_url": "https://api....
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
open
false
null
[]
null
0
2020-10-18T16:56:56Z
2021-08-13T04:59:24Z
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 of pandas. - [x] (optional) I have confirmed this bug exists on the master branch of pandas. --- **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37222/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37222/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37223
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37223/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37223/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37223/events
https://github.com/pandas-dev/pandas/pull/37223
724,051,311
MDExOlB1bGxSZXF1ZXN0NTA1NTA1MTQz
37,223
Backport PR #37149 on branch 1.1.x (BUG: GroupBy().fillna() performance regression)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT,...
closed
false
null
[]
{ "closed_at": "2020-10-31T15:14:04Z", "closed_issues": 94, "created_at": "2020-09-26T01:36:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jre...
0
2020-10-18T17:01:58Z
2020-10-19T11:03:09Z
2020-10-19T11:03:09Z
NONE
null
Backport PR #37149: BUG: GroupBy().fillna() performance regression
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37223/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37223/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37223.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37223", "merged_at": "2020-10-19T11:03:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37223.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37223" }
https://api.github.com/repos/pandas-dev/pandas/issues/37224
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37224/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37224/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37224/events
https://github.com/pandas-dev/pandas/pull/37224
724,065,608
MDExOlB1bGxSZXF1ZXN0NTA1NTE1ODg0
37,224
TYP: indexes
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-10-18T18:15:48Z
2020-10-29T15:55:27Z
2020-10-29T15:51:24Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37224/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37224/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37224.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37224", "merged_at": "2020-10-29T15:51:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37224.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37224" }
https://api.github.com/repos/pandas-dev/pandas/issues/37225
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37225/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37225/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37225/events
https://github.com/pandas-dev/pandas/pull/37225
724,071,449
MDExOlB1bGxSZXF1ZXN0NTA1NTIwMTY1
37,225
CLN: remove unused arguments in _get_string_slice
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-10-18T18:45:20Z
2020-10-19T22:45:41Z
2020-10-19T22:40:07Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37225/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37225/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37225.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37225", "merged_at": "2020-10-19T22:40:07Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37225.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37225" }
https://api.github.com/repos/pandas-dev/pandas/issues/37226
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37226/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37226/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37226/events
https://github.com/pandas-dev/pandas/pull/37226
724,083,306
MDExOlB1bGxSZXF1ZXN0NTA1NTI5MjA1
37,226
DOC: Fix typos and broken formatting
{ "avatar_url": "https://avatars.githubusercontent.com/u/56120643?v=4", "events_url": "https://api.github.com/users/sahidvelji/events{/privacy}", "followers_url": "https://api.github.com/users/sahidvelji/followers", "following_url": "https://api.github.com/users/sahidvelji/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": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-10-18T19:45:07Z
2020-10-22T21:02:51Z
2020-10-22T19:37:39Z
CONTRIBUTOR
null
- [ ] closes #xxxx - [ ] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry This PR fixes minor typos in the getting started tutorial [How to manipulate textual data?](https://pandas.pydata.org/pandas-docs/stable/getting_star...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37226/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37226/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37226.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37226", "merged_at": "2020-10-22T19:37:39Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37226.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37226" }
https://api.github.com/repos/pandas-dev/pandas/issues/37227
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37227/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37227/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37227/events
https://github.com/pandas-dev/pandas/pull/37227
724,122,166
MDExOlB1bGxSZXF1ZXN0NTA1NTYzNjE4
37,227
CLN: Simplify gathering of results in aggregate
{ "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": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" }, { "color": "02d7e1", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-10-18T21:14:48Z
2020-10-22T23:54:28Z
2020-10-22T23:49:42Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry Reduces the number of paths when collecting results in `aggregation.aggregate`; one where we are gathering NDFrames using `concat` and the other wher...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37227/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37227/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37227.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37227", "merged_at": "2020-10-22T23:49:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37227.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37227" }
https://api.github.com/repos/pandas-dev/pandas/issues/37228
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37228/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37228/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37228/events
https://github.com/pandas-dev/pandas/pull/37228
724,132,866
MDExOlB1bGxSZXF1ZXN0NTA1NTcxMzkw
37,228
TST: indexing tests for #21168, #27420, #15928, #30053
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "0b02e1", "d...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-10-18T22:14:44Z
2020-10-20T02:08:43Z
2020-10-20T02:08:30Z
MEMBER
null
- [x] closes #21168 - [x] closes #27420 - [x] closes #15928 - [x] closes #30053 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37228/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37228/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37228.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37228", "merged_at": "2020-10-20T02:08:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37228.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37228" }
https://api.github.com/repos/pandas-dev/pandas/issues/37229
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37229/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37229/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37229/events
https://github.com/pandas-dev/pandas/pull/37229
724,133,775
MDExOlB1bGxSZXF1ZXN0NTA1NTcyMTEx
37,229
CLN: consolidate exception messages in datetimelike validate_listlike
{ "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": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-10-18T22:19:27Z
2020-10-20T17:31:51Z
2020-10-20T16:57:10Z
MEMBER
null
The next step is to consolidate the messages in _validate_scalar, then we should be able to get rid of some duplicate _validate_foo methods
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37229/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37229/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37229.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37229", "merged_at": "2020-10-20T16:57:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37229.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37229" }
https://api.github.com/repos/pandas-dev/pandas/issues/37230
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37230/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37230/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37230/events
https://github.com/pandas-dev/pandas/pull/37230
724,135,591
MDExOlB1bGxSZXF1ZXN0NTA1NTczNTYw
37,230
TST: collect unary tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-10-18T22:29:49Z
2020-10-19T16:31:48Z
2020-10-19T12:57:55Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37230/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37230/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37230.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37230", "merged_at": "2020-10-19T12:57:55Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37230.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37230" }
https://api.github.com/repos/pandas-dev/pandas/issues/37231
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37231/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37231/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37231/events
https://github.com/pandas-dev/pandas/pull/37231
724,140,264
MDExOlB1bGxSZXF1ZXN0NTA1NTc3Mzk1
37,231
REF: move get_op_result_name out of ops.__init__
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "006b75", "default": false, "description": "Arithmetic, Comparison, and Logical operations", "id": 47223669, "name": "Numeric Operations", "node_id": "MDU6TGFiZWw0NzIyMzY2OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations" }, { "c...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-10-18T22:53:01Z
2020-10-19T23:43:56Z
2020-10-19T23:42:29Z
MEMBER
null
Slowly chipping away at the long-time goal of not having a bunch of code in `ops.__init__`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37231/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37231/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37231.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37231", "merged_at": "2020-10-19T23:42:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37231.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37231" }
https://api.github.com/repos/pandas-dev/pandas/issues/37232
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37232/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37232/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37232/events
https://github.com/pandas-dev/pandas/pull/37232
724,157,467
MDExOlB1bGxSZXF1ZXN0NTA1NTkzODIy
37,232
REF: move misplaced pd.concat tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "02d7e1", "d...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-10-18T23:14:25Z
2020-10-19T16:32:24Z
2020-10-19T12:58:44Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37232/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37232/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37232.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37232", "merged_at": "2020-10-19T12:58:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37232.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37232" }
https://api.github.com/repos/pandas-dev/pandas/issues/37233
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37233/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37233/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37233/events
https://github.com/pandas-dev/pandas/pull/37233
724,172,449
MDExOlB1bGxSZXF1ZXN0NTA1NjA2OTM1
37,233
REF: collect tests by method
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-10-19T00:02:37Z
2020-10-19T16:31:22Z
2020-10-19T13:01:17Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37233/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37233/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37233.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37233", "merged_at": "2020-10-19T13:01:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37233.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37233" }
https://api.github.com/repos/pandas-dev/pandas/issues/37234
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37234/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37234/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37234/events
https://github.com/pandas-dev/pandas/pull/37234
724,203,652
MDExOlB1bGxSZXF1ZXN0NTA1NjMxMzQx
37,234
TST/CLN: Split out some to_string tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4", "events_url": "https://api.github.com/users/dsaxton/events{/privacy}", "followers_url": "https://api.github.com/users/dsaxton/followers", "following_url": "https://api.github.com/users/dsaxton/following{/other_user}", "gists_url": "https:/...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-10-19T02:06:46Z
2020-10-20T23:05:39Z
2020-10-20T23:02:57Z
MEMBER
null
test_format.py is over 3000 lines long so breaking some (but not all) to_string-specific tests into a separate test_to_string.py file (we already have test_to_html.py, test_to_latex.py, and test_to_markdown.py)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37234/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37234/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37234.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37234", "merged_at": "2020-10-20T23:02:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37234.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37234" }
https://api.github.com/repos/pandas-dev/pandas/issues/37235
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37235/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37235/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37235/events
https://github.com/pandas-dev/pandas/issues/37235
724,209,302
MDU6SXNzdWU3MjQyMDkzMDI=
37,235
BUG: HDFStore.get_storer.shape returns (1, #) when the table has 0 row
{ "avatar_url": "https://avatars.githubusercontent.com/u/26168300?v=4", "events_url": "https://api.github.com/users/chris0411/events{/privacy}", "followers_url": "https://api.github.com/users/chris0411/followers", "following_url": "https://api.github.com/users/chris0411/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": "5319e7", "default": false, "description": "read_hdf, HDFStore", ...
open
false
null
[]
null
0
2020-10-19T02:25:21Z
2021-08-13T05:01:06Z
null
NONE
null
```python import pandas as pd h5file = r'D:\test.h5' df = pd.DataFrame(range(10)).iloc[0:0] # 0 row, 1 column df.to_hdf(h5file, key='abc', format='f') h5 = pd.HDFStore(h5file) print(h5.get_storer('abc').shape) # get [1, 1] instead of [0, 1] ``` #### Problem description I expect HDFStore.get_storer.sh...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37235/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37235/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37236
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37236/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37236/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37236/events
https://github.com/pandas-dev/pandas/pull/37236
724,229,390
MDExOlB1bGxSZXF1ZXN0NTA1NjUxMzIx
37,236
CLN: core/dtypes/cast.py::maybe_infer_to_datetimelike
{ "avatar_url": "https://avatars.githubusercontent.com/u/48889395?v=4", "events_url": "https://api.github.com/users/arw2019/events{/privacy}", "followers_url": "https://api.github.com/users/arw2019/followers", "following_url": "https://api.github.com/users/arw2019/following{/other_user}", "gists_url": "https:...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" }, { "color": "78bced", "default": false, "description": "Waiting for ...
closed
false
null
[]
null
14
2020-10-19T03:29:23Z
2021-01-05T01:17:46Z
2021-01-05T01:17:36Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37236/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37236/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37236.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37236", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/37236.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37236" }
https://api.github.com/repos/pandas-dev/pandas/issues/37237
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37237/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37237/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37237/events
https://github.com/pandas-dev/pandas/issues/37237
724,241,898
MDU6SXNzdWU3MjQyNDE4OTg=
37,237
DOC: update PeriodArray docstring
{ "avatar_url": "https://avatars.githubusercontent.com/u/48889395?v=4", "events_url": "https://api.github.com/users/arw2019/events{/privacy}", "followers_url": "https://api.github.com/users/arw2019/followers", "following_url": "https://api.github.com/users/arw2019/following{/other_user}", "gists_url": "https:...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "eb6420", "default": false, "description": "Period data type", ...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-10-19T04:08:42Z
2020-10-21T18:28:34Z
2020-10-21T18:28:26Z
MEMBER
null
AFAICT we currently don't have dedicated pages for these methods in the API reference. When we add them we also want add links on the `pd.PeriodArray` [page](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.arrays.PeriodArray.html) (and possibly in other places)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37237/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37237/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37238
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37238/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37238/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37238/events
https://github.com/pandas-dev/pandas/pull/37238
724,382,252
MDExOlB1bGxSZXF1ZXN0NTA1NzgwMzQz
37,238
CLN: clean-up test on addition of series/frames
{ "avatar_url": "https://avatars.githubusercontent.com/u/41443370?v=4", "events_url": "https://api.github.com/users/ivanovmg/events{/privacy}", "followers_url": "https://api.github.com/users/ivanovmg/followers", "following_url": "https://api.github.com/users/ivanovmg/following{/other_user}", "gists_url": "htt...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "006b75", "d...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-10-19T08:09:30Z
2020-10-20T05:47:31Z
2020-10-20T01:22:23Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry Cleanup in ``pandas/tests/arithmetic/test_numeric.py``. - Split ``test_arith_ops_df_compat`` into ``test_add_series`` and ``test_add_frames``. - 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/37238/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37238/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37238.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37238", "merged_at": "2020-10-20T01:22:23Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37238.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37238" }
https://api.github.com/repos/pandas-dev/pandas/issues/37239
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37239/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37239/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37239/events
https://github.com/pandas-dev/pandas/issues/37239
724,422,347
MDU6SXNzdWU3MjQ0MjIzNDc=
37,239
DOC: documentation rendering issue for functions using typing overloads
{ "avatar_url": "https://avatars.githubusercontent.com/u/1130029?v=4", "events_url": "https://api.github.com/users/shaido987/events{/privacy}", "followers_url": "https://api.github.com/users/shaido987/followers", "following_url": "https://api.github.com/users/shaido987/following{/other_user}", "gists_url": "h...
[ { "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": "d8439a", "default": false, "description": "Issue related to pand...
closed
false
null
[]
null
3
2020-10-19T09:04:18Z
2020-12-23T11:58:26Z
2020-12-23T11:58:25Z
CONTRIBUTOR
null
#### Location of the documentation https://pandas.pydata.org/docs/dev/reference/api/pandas.concat.html #### Documentation problem This is how the method header looks for concat: ```python pandas.concat(objs: Union[Iterable[‘DataFrame’], Mapping[Label, ‘DataFrame’]], axis='0', join: str = "'outer'", ignor...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37239/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37239/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37240
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37240/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37240/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37240/events
https://github.com/pandas-dev/pandas/pull/37240
724,434,890
MDExOlB1bGxSZXF1ZXN0NTA1ODIyNTc0
37,240
CI move non-standard-import checks over to pre-commit
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[ { "color": "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": "eb6420", "default": false, "description": ...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2020-10-19T09:20:36Z
2020-10-23T07:17:22Z
2020-10-22T23:51:37Z
MEMBER
null
Like this they're cross-platform, provide faster feedback to devs, and can use pre-commit `pygrep` instead of the custom `invgrep`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37240/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37240/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37240.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37240", "merged_at": "2020-10-22T23:51:37Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37240.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37240" }
https://api.github.com/repos/pandas-dev/pandas/issues/37241
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37241/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37241/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37241/events
https://github.com/pandas-dev/pandas/pull/37241
724,475,394
MDExOlB1bGxSZXF1ZXN0NTA1ODU0NzU1
37,241
CI move code directives to pre-commit, remove some outdated checks
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[ { "color": "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": "eb6420", "default": false, "description": ...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-10-19T10:15:32Z
2020-10-20T07:39:53Z
2020-10-20T01:08:38Z
MEMBER
null
Moving checks for incorrect code block or IPython directives to pre-commit so they're cross-platform and give faster feedback to devs. Also removing some no-longer-necessary code checks: - "Check that no file in the repo contains trailing whitespaces" is taken care of by the `trailing-whitespace` hook - "Check f...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37241/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37241/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37241.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37241", "merged_at": "2020-10-20T01:08:38Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37241.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37241" }
https://api.github.com/repos/pandas-dev/pandas/issues/37242
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37242/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37242/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37242/events
https://github.com/pandas-dev/pandas/issues/37242
724,539,527
MDU6SXNzdWU3MjQ1Mzk1Mjc=
37,242
CI: Split .github\workflows\ci.yml into separate workflows
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
open
false
null
[]
null
0
2020-10-19T11:51:49Z
2021-08-13T04:59:46Z
null
MEMBER
null
CI / Checks (push) — Checks and CI / Web and docs (push) — Web and docs are part of the same workflow. If we want to restart one of the jobs (quiet infrequent - a few instances of connection issues on web and docs IIRC), both are re-run. It may make sense to split these. An alternative could be to combine with...
{ "+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/37242/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37242/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37243
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37243/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37243/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37243/events
https://github.com/pandas-dev/pandas/issues/37243
724,587,559
MDU6SXNzdWU3MjQ1ODc1NTk=
37,243
TST: split up test_concat.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "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": "0e8a16", "d...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/66844934?v=4", "events_url": "https://api.github.com/users/kamilt5/events{/privacy}", "followers_url": "https://api.github.com/users/kamilt5/followers", "following_url": "https://api.github.com/users/kamilt5/following{/other_user}", "gists_url": "https:...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/66844934?v=4", "events_url": "https://api.github.com/users/kamilt5/events{/privacy}", "followers_url": "https://api.github.com/users/kamilt5/followers", "following_url": "https://api.github.com/users/kamilt5/following{/other_user}", "gists...
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-10-19T13:00:21Z
2020-10-28T12:04:16Z
2020-10-28T12:04:16Z
CONTRIBUTOR
null
we should split this to a sub-module (concat) and then split logically (similar to merge) https://github.com/pandas-dev/pandas/blob/master/pandas/tests/reshape/test_concat.py
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37243/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37243/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37244
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37244/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37244/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37244/events
https://github.com/pandas-dev/pandas/issues/37244
724,603,123
MDU6SXNzdWU3MjQ2MDMxMjM=
37,244
QST: Rolling mean triggers exception : Cannot cast array data from dtype('float64') to dtype('int32') [Works on macOS (64 bits?) not on Linux 32 bits])
{ "avatar_url": "https://avatars.githubusercontent.com/u/61522212?v=4", "events_url": "https://api.github.com/users/aamalikcmu/events{/privacy}", "followers_url": "https://api.github.com/users/aamalikcmu/followers", "following_url": "https://api.github.com/users/aamalikcmu/following{/other_user}", "gists_url"...
[ { "color": "207de5", "default": false, "description": "Clarification about behavior needed to assess issue", "id": 307649777, "name": "Needs Info", "node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info" }, { "color": "d4...
closed
false
null
[]
null
4
2020-10-19T13:19:31Z
2020-12-27T23:54:12Z
2020-12-27T23:54:12Z
NONE
null
- [ Check] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions. - [ Check] I have asked my usage related question on [StackOverflow](https://stackoverflow.com/questions/64373351/pandas-rolling-window-cannot-cast-array-data-from-dtypeint64-to-dt...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37244/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37244/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37245
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37245/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37245/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37245/events
https://github.com/pandas-dev/pandas/issues/37245
724,610,582
MDU6SXNzdWU3MjQ2MTA1ODI=
37,245
BUG: with integer column labels, .info() throws KeyError after column subsetting with .loc[]
{ "avatar_url": "https://avatars.githubusercontent.com/u/4275885?v=4", "events_url": "https://api.github.com/users/stefan-jansen/events{/privacy}", "followers_url": "https://api.github.com/users/stefan-jansen/followers", "following_url": "https://api.github.com/users/stefan-jansen/following{/other_user}", "gi...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "e1...
closed
false
null
[]
{ "closed_at": "2020-10-31T15:14:04Z", "closed_issues": 94, "created_at": "2020-09-26T01:36:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jre...
3
2020-10-19T13:28:55Z
2020-10-20T00:51:57Z
2020-10-20T00:51:57Z
NONE
null
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37245/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37245/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37246
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37246/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37246/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37246/events
https://github.com/pandas-dev/pandas/issues/37246
724,632,649
MDU6SXNzdWU3MjQ2MzI2NDk=
37,246
BUG: ValueError: The name None occurs multiple times, use a level number
{ "avatar_url": "https://avatars.githubusercontent.com/u/17337794?v=4", "events_url": "https://api.github.com/users/jcunhafonte/events{/privacy}", "followers_url": "https://api.github.com/users/jcunhafonte/followers", "following_url": "https://api.github.com/users/jcunhafonte/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...
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
2020-10-19T13:55:05Z
2021-09-20T14:28:42Z
null
NONE
null
- [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest version of pandas. - [x] (optional) I have confirmed this bug exists on the master branch of pandas. --- #### Code Sample, a copy-pastable example ```python import pandas as pd impo...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37246/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37246/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37247
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37247/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37247/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37247/events
https://github.com/pandas-dev/pandas/issues/37247
724,656,882
MDU6SXNzdWU3MjQ2NTY4ODI=
37,247
DOC: Replace pandas on Ray in ecosystem.rst with Modin
{ "avatar_url": "https://avatars.githubusercontent.com/u/10732128?v=4", "events_url": "https://api.github.com/users/devin-petersohn/events{/privacy}", "followers_url": "https://api.github.com/users/devin-petersohn/followers", "following_url": "https://api.github.com/users/devin-petersohn/following{/other_user}"...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-10-19T14:09:52Z
2020-10-20T00:35:16Z
2020-10-20T00:35:16Z
CONTRIBUTOR
null
#### Location of the documentation https://pandas.pydata.org/docs/ecosystem.html#ray #### Documentation problem Pandas on Ray does not exist anymore. #### Suggested fix for documentation Update references to Modin. I will do this.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37247/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37247/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37248
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37248/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37248/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37248/events
https://github.com/pandas-dev/pandas/issues/37248
724,661,041
MDU6SXNzdWU3MjQ2NjEwNDE=
37,248
DOC: update development documentation for link to built docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "0e8a16", "default": true, "description": null, "id": 7171206...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/7524704?v=4", "events_url": "https://api.github.com/users/ukarroum/events{/privacy}", "followers_url": "https://api.github.com/users/ukarroum/followers", "following_url": "https://api.github.com/users/ukarroum/following{/other_user}", "gists_url": "http...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/7524704?v=4", "events_url": "https://api.github.com/users/ukarroum/events{/privacy}", "followers_url": "https://api.github.com/users/ukarroum/followers", "following_url": "https://api.github.com/users/ukarroum/following{/other_user}", "gis...
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-10-19T14:13:03Z
2020-10-24T07:27:52Z
2020-10-24T07:27:52Z
CONTRIBUTOR
null
this has the built docs: https://pandas.pydata.org/pandas-docs/dev/ rather than https://dev.pandas.io/, so need to update the contributing docs.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37248/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37248/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37249
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37249/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37249/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37249/events
https://github.com/pandas-dev/pandas/pull/37249
724,664,988
MDExOlB1bGxSZXF1ZXN0NTA2MDE1NDE2
37,249
DOC: Replace pandas on Ray in ecosystem.rst with Modin
{ "avatar_url": "https://avatars.githubusercontent.com/u/10732128?v=4", "events_url": "https://api.github.com/users/devin-petersohn/events{/privacy}", "followers_url": "https://api.github.com/users/devin-petersohn/followers", "following_url": "https://api.github.com/users/devin-petersohn/following{/other_user}"...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
10
2020-10-19T14:16:46Z
2020-11-17T17:17:49Z
2020-10-20T00:35:17Z
CONTRIBUTOR
null
* Resolves #37247 Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com> - [x] closes #37247 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37249/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37249/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37249.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37249", "merged_at": "2020-10-20T00:35:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37249.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37249" }
https://api.github.com/repos/pandas-dev/pandas/issues/37250
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37250/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37250/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37250/events
https://github.com/pandas-dev/pandas/issues/37250
724,671,971
MDU6SXNzdWU3MjQ2NzE5NzE=
37,250
BUG: Rolling by day
{ "avatar_url": "https://avatars.githubusercontent.com/u/12829326?v=4", "events_url": "https://api.github.com/users/paris0120/events{/privacy}", "followers_url": "https://api.github.com/users/paris0120/followers", "following_url": "https://api.github.com/users/paris0120/following{/other_user}", "gists_url": "...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0052cc", "default": false, "description": "Issue that has not been ...
closed
false
null
[]
null
0
2020-10-19T14:23:38Z
2020-10-19T15:09:33Z
2020-10-19T15:09:33Z
NONE
null
- [ X] I have checked that this issue has not already been reported. - [ X] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37250/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37250/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37251
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37251/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37251/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37251/events
https://github.com/pandas-dev/pandas/pull/37251
724,680,485
MDExOlB1bGxSZXF1ZXN0NTA2MDI5MzAx
37,251
DOC: update PeriodArray docstring
{ "avatar_url": "https://avatars.githubusercontent.com/u/48889395?v=4", "events_url": "https://api.github.com/users/arw2019/events{/privacy}", "followers_url": "https://api.github.com/users/arw2019/followers", "following_url": "https://api.github.com/users/arw2019/following{/other_user}", "gists_url": "https:...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2020-10-19T14:27:37Z
2020-10-21T18:30:32Z
2020-10-21T18:28:26Z
MEMBER
null
- [x] closes #37237 - [ ] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37251/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37251/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37251.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37251", "merged_at": "2020-10-21T18:28:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37251.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37251" }
https://api.github.com/repos/pandas-dev/pandas/issues/37252
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37252/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37252/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37252/events
https://github.com/pandas-dev/pandas/issues/37252
724,735,555
MDU6SXNzdWU3MjQ3MzU1NTU=
37,252
DOC Fix some typos in the docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "0e8a16", "default": true, "description": null, "id": 7171206...
closed
false
null
[]
null
4
2020-10-19T15:31:03Z
2020-10-19T18:36:39Z
2020-10-19T18:36:39Z
MEMBER
null
Here's a few typos I found via `codespell`, first-timers are welcome to open a pull request to fix them ``` doc/source/ecosystem.rst:233: copyed ==> copied doc/source/whatsnew/v0.24.1.rst:3: Whats ==> What's doc/source/whatsnew/v0.16.2.rst:150: arithmetics ==> arithmetic doc/source/whatsnew/v0.24.2.rst:3: Whats ==...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37252/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37252/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37253
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37253/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37253/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37253/events
https://github.com/pandas-dev/pandas/pull/37253
724,754,442
MDExOlB1bGxSZXF1ZXN0NTA2MDkwNDUx
37,253
fixed spelling errors in whatsnew, userguide, and ecosystem
{ "avatar_url": "https://avatars.githubusercontent.com/u/28710772?v=4", "events_url": "https://api.github.com/users/asharma13524/events{/privacy}", "followers_url": "https://api.github.com/users/asharma13524/followers", "following_url": "https://api.github.com/users/asharma13524/following{/other_user}", "gist...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-10-19T15:54:27Z
2020-10-19T18:07:35Z
2020-10-19T18:07:27Z
CONTRIBUTOR
null
Hi there, I fixed the spelling errors mentioned here. https://github.com/pandas-dev/pandas/issues/37252 The 2 "wit" spelling errors were confusing, and I could not understand the sentences. This is my first pull request, so please excuse my ignorance if I did something incorrectly. Thanks.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37253/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37253/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37253.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37253", "merged_at": "2020-10-19T18:07:27Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37253.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37253" }
https://api.github.com/repos/pandas-dev/pandas/issues/37254
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37254/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37254/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37254/events
https://github.com/pandas-dev/pandas/pull/37254
724,763,495
MDExOlB1bGxSZXF1ZXN0NTA2MDk3ODMx
37,254
[Doc] fix spelling errors
{ "avatar_url": "https://avatars.githubusercontent.com/u/19372617?v=4", "events_url": "https://api.github.com/users/lacrosse91/events{/privacy}", "followers_url": "https://api.github.com/users/lacrosse91/followers", "following_url": "https://api.github.com/users/lacrosse91/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
null
1
2020-10-19T16:06:01Z
2020-10-19T18:06:50Z
2020-10-19T18:06:50Z
CONTRIBUTOR
null
I fixed the spelling errors. #37252
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37254/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37254/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37254.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37254", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/37254.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37254" }
https://api.github.com/repos/pandas-dev/pandas/issues/37255
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37255/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37255/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37255/events
https://github.com/pandas-dev/pandas/pull/37255
724,794,066
MDExOlB1bGxSZXF1ZXN0NTA2MTIzMDc5
37,255
TST: use equivalent fixtures in test_multilevel
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "207de5", "d...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-10-19T16:49:34Z
2020-10-20T02:09:23Z
2020-10-20T02:09:11Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37255/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37255/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37255.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37255", "merged_at": "2020-10-20T02:09:11Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37255.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37255" }
https://api.github.com/repos/pandas-dev/pandas/issues/37256
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37256/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37256/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37256/events
https://github.com/pandas-dev/pandas/pull/37256
724,797,111
MDExOlB1bGxSZXF1ZXN0NTA2MTI1NTUy
37,256
BUG: with integer column labels, .info() throws KeyError
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "e1...
closed
false
null
[]
{ "closed_at": "2020-10-31T15:14:04Z", "closed_issues": 94, "created_at": "2020-09-26T01:36:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jre...
2
2020-10-19T16:54:17Z
2020-10-20T19:47:54Z
2020-10-20T00:51:57Z
MEMBER
null
- [ ] closes #37245 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37256/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37256/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37256.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37256", "merged_at": "2020-10-20T00:51:56Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37256.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37256" }
https://api.github.com/repos/pandas-dev/pandas/issues/37257
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37257/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37257/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37257/events
https://github.com/pandas-dev/pandas/issues/37257
724,814,079
MDU6SXNzdWU3MjQ4MTQwNzk=
37,257
BUG: to_parquet corrupting temporary files
{ "avatar_url": "https://avatars.githubusercontent.com/u/63794314?v=4", "events_url": "https://api.github.com/users/deschman/events{/privacy}", "followers_url": "https://api.github.com/users/deschman/followers", "following_url": "https://api.github.com/users/deschman/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": "5319e7", "default": false, "description": "parquet, feather", "...
open
false
null
[]
null
3
2020-10-19T17:20:23Z
2021-06-06T20:57:30Z
null
NONE
null
#### Code Sample, a copy-pastable example I get an OSError from the following code: ```python from tempfile import NamedTemporaryFile import pandas as pd with NamedTemporaryFile(suffix='.gz') as file: df = pd.DataFrame({'A': [1, 2, 3]}) df.to_parquet(file) df['A'] = list('abc') df.to_parq...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37257/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37257/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37258
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37258/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37258/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37258/events
https://github.com/pandas-dev/pandas/issues/37258
724,820,259
MDU6SXNzdWU3MjQ4MjAyNTk=
37,258
REF: NumericIndex.union determine casting dtype using concat logic
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" }, { "color": "e102d8", "default": false, "de...
open
false
null
[]
null
8
2020-10-19T17:29:06Z
2021-09-03T15:56:07Z
null
MEMBER
null
ATM NumericIndex._union has special casting rules for what dtype it casts to when unioning with another NumericIndex of a different dtype. ``` # Right now, we treat union(int, float) a bit special. # See https://github.com/pandas-dev/pandas/issues/26778 for discussion # We may change uni...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37258/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37258/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37259
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37259/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37259/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37259/events
https://github.com/pandas-dev/pandas/pull/37259
724,857,940
MDExOlB1bGxSZXF1ZXN0NTA2MTc5Mjgy
37,259
TST: split up test_concat.py #37243
{ "avatar_url": "https://avatars.githubusercontent.com/u/66844934?v=4", "events_url": "https://api.github.com/users/kamilt5/events{/privacy}", "followers_url": "https://api.github.com/users/kamilt5/followers", "following_url": "https://api.github.com/users/kamilt5/following{/other_user}", "gists_url": "https:...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "02d7e1", "d...
closed
false
null
[]
null
7
2020-10-19T18:00:26Z
2020-10-28T19:36:48Z
2020-10-28T19:36:48Z
CONTRIBUTOR
null
- [ ] closes #37243 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37259/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37259/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37259.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37259", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/37259.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37259" }
https://api.github.com/repos/pandas-dev/pandas/issues/37260
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37260/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37260/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37260/events
https://github.com/pandas-dev/pandas/issues/37260
724,864,969
MDU6SXNzdWU3MjQ4NjQ5Njk=
37,260
BUG: astype(float) raises TypeError for StringDtype series (float() does not accept NAType)
{ "avatar_url": "https://avatars.githubusercontent.com/u/5933118?v=4", "events_url": "https://api.github.com/users/RauliRuohonen/events{/privacy}", "followers_url": "https://api.github.com/users/RauliRuohonen/followers", "following_url": "https://api.github.com/users/RauliRuohonen/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": "8cc645", "default": false, "description": "Related to pd.NA and nul...
closed
false
null
[]
null
5
2020-10-19T18:11:22Z
2021-08-13T07:23:06Z
2021-08-13T07:23:06Z
NONE
null
- [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest version of pandas. - [X] (optional) I have confirmed this bug exists on the master branch of pandas. --- **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37260/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37260/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37261
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37261/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37261/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37261/events
https://github.com/pandas-dev/pandas/issues/37261
724,867,196
MDU6SXNzdWU3MjQ4NjcxOTY=
37,261
ENH: match warning messages
{ "avatar_url": "https://avatars.githubusercontent.com/u/41443370?v=4", "events_url": "https://api.github.com/users/ivanovmg/events{/privacy}", "followers_url": "https://api.github.com/users/ivanovmg/followers", "following_url": "https://api.github.com/users/ivanovmg/following{/other_user}", "gists_url": "htt...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "C4A000", "default": false, "description": "pandas t...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/41443370?v=4", "events_url": "https://api.github.com/users/ivanovmg/events{/privacy}", "followers_url": "https://api.github.com/users/ivanovmg/followers", "following_url": "https://api.github.com/users/ivanovmg/following{/other_user}", "gists_url": "htt...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/41443370?v=4", "events_url": "https://api.github.com/users/ivanovmg/events{/privacy}", "followers_url": "https://api.github.com/users/ivanovmg/followers", "following_url": "https://api.github.com/users/ivanovmg/following{/other_user}", "gi...
null
0
2020-10-19T18:14:58Z
2020-10-20T16:51:01Z
2020-10-20T16:51:01Z
MEMBER
null
#### Is your feature request related to a problem? I wish we could match warning messages using ``pandas._testing.assert_produces_warning``. Currently it catches the warning category, but does not match the message. Recently (https://github.com/pandas-dev/pandas/pull/36982) I stumbled upon the need for this featur...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37261/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37261/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37262
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37262/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37262/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37262/events
https://github.com/pandas-dev/pandas/issues/37262
724,870,533
MDU6SXNzdWU3MjQ4NzA1MzM=
37,262
BUG: to_numeric() raises TypeError for StringDtype series
{ "avatar_url": "https://avatars.githubusercontent.com/u/5933118?v=4", "events_url": "https://api.github.com/users/RauliRuohonen/events{/privacy}", "followers_url": "https://api.github.com/users/RauliRuohonen/followers", "following_url": "https://api.github.com/users/RauliRuohonen/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": "5319e7", "default": false, "description": "String extension data ty...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2020-10-19T18:20:34Z
2020-10-21T07:11:18Z
2020-10-20T23:10:11Z
NONE
null
- [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest version of pandas. - [X] (optional) I have confirmed this bug exists on the master branch of pandas. --- #### Code Sample, a copy-pastable example ```python import pandas as pd pd.to...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37262/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37262/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37263
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37263/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37263/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37263/events
https://github.com/pandas-dev/pandas/pull/37263
724,893,682
MDExOlB1bGxSZXF1ZXN0NTA2MjA4OTg4
37,263
ENH: implement matching warning message
{ "avatar_url": "https://avatars.githubusercontent.com/u/41443370?v=4", "events_url": "https://api.github.com/users/ivanovmg/events{/privacy}", "followers_url": "https://api.github.com/users/ivanovmg/followers", "following_url": "https://api.github.com/users/ivanovmg/following{/other_user}", "gists_url": "htt...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-10-19T18:54:36Z
2020-11-06T15:38:58Z
2020-10-20T16:51:01Z
MEMBER
null
- [ ] closes #37261 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry Implement matching warning message. New kwarg ``match`` in ``assert_produces_warning``.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37263/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37263/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37263.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37263", "merged_at": "2020-10-20T16:51:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37263.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37263" }
https://api.github.com/repos/pandas-dev/pandas/issues/37264
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37264/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37264/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37264/events
https://github.com/pandas-dev/pandas/issues/37264
724,949,034
MDU6SXNzdWU3MjQ5NDkwMzQ=
37,264
BUG: another ValueError: buffer source array is read-only
{ "avatar_url": "https://avatars.githubusercontent.com/u/41548538?v=4", "events_url": "https://api.github.com/users/dmitra79/events{/privacy}", "followers_url": "https://api.github.com/users/dmitra79/followers", "following_url": "https://api.github.com/users/dmitra79/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": "0052cc", "default": false, "description": "Issue that has not been ...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
8
2020-10-19T20:24:12Z
2020-11-04T13:43:47Z
2020-11-04T13:43:47Z
NONE
null
- [ ] I have checked that this issue has not already been reported. - [X ] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- This seems related to: https://github.com/pandas-dev/pandas/issues/37174 howeve...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37264/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37264/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37265
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37265/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37265/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37265/events
https://github.com/pandas-dev/pandas/issues/37265
724,965,774
MDU6SXNzdWU3MjQ5NjU3NzQ=
37,265
BUG: PeriodIndex.dtype comparison with string exhibits contradiction
{ "avatar_url": "https://avatars.githubusercontent.com/u/39277069?v=4", "events_url": "https://api.github.com/users/hickmanw/events{/privacy}", "followers_url": "https://api.github.com/users/hickmanw/followers", "following_url": "https://api.github.com/users/hickmanw/following{/other_user}", "gists_url": "htt...
[ { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" }, { "color": "e11...
closed
false
null
[]
{ "closed_at": "2020-10-31T15:14:04Z", "closed_issues": 94, "created_at": "2020-09-26T01:36:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jre...
1
2020-10-19T20:51:13Z
2020-10-20T16:50:01Z
2020-10-20T16:50: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 of pandas. - [x] (optional) I have confirmed this bug exists on the master branch of pandas. --- #### Code Sample ```python index = pd.period_range(start='01Jan2019', end='01D...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37265/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37265/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37266
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37266/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37266/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37266/events
https://github.com/pandas-dev/pandas/pull/37266
725,007,935
MDExOlB1bGxSZXF1ZXN0NTA2MzA1MjA4
37,266
REF: nargsort incorrectly calling _values_for_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" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-10-19T22:01:31Z
2020-10-20T00:38:13Z
2020-10-20T00:25:52Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry cc @jorisvandenbossche
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37266/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37266/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37266.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37266", "merged_at": "2020-10-20T00:25:52Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37266.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37266" }
https://api.github.com/repos/pandas-dev/pandas/issues/37267
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37267/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37267/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37267/events
https://github.com/pandas-dev/pandas/issues/37267
725,027,134
MDU6SXNzdWU3MjUwMjcxMzQ=
37,267
BUG: offsets are now unhashable
{ "avatar_url": "https://avatars.githubusercontent.com/u/881019?v=4", "events_url": "https://api.github.com/users/dhirschfeld/events{/privacy}", "followers_url": "https://api.github.com/users/dhirschfeld/followers", "following_url": "https://api.github.com/users/dhirschfeld/following{/other_user}", "gists_url...
[ { "color": "e11d21", "default": false, "description": "Functionality that used to work in a prior pandas version", "id": 32815646, "name": "Regression", "node_id": "MDU6TGFiZWwzMjgxNTY0Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression" }, { "color": ...
closed
false
null
[]
{ "closed_at": "2020-10-31T15:14:04Z", "closed_issues": 94, "created_at": "2020-09-26T01:36:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jre...
0
2020-10-19T22:39:36Z
2020-10-22T00:08:33Z
2020-10-22T00:08:33Z
CONTRIBUTOR
null
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- As discussed on gitter, this was apparently an unindended consequence of https://git...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37267/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37267/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37268
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37268/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37268/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37268/events
https://github.com/pandas-dev/pandas/pull/37268
725,079,079
MDExOlB1bGxSZXF1ZXN0NTA2MzY2Nzg3
37,268
BUG: Don't raise TypeError when converting NA from string to numeric
{ "avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4", "events_url": "https://api.github.com/users/dsaxton/events{/privacy}", "followers_url": "https://api.github.com/users/dsaxton/followers", "following_url": "https://api.github.com/users/dsaxton/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "String extension data ty...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2020-10-20T00:26:02Z
2020-10-20T23:12:42Z
2020-10-20T23:10:11Z
MEMBER
null
- [x] closes #37262 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37268/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37268/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37268.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37268", "merged_at": "2020-10-20T23:10:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37268.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37268" }
https://api.github.com/repos/pandas-dev/pandas/issues/37269
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37269/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37269/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37269/events
https://github.com/pandas-dev/pandas/pull/37269
725,080,602
MDExOlB1bGxSZXF1ZXN0NTA2MzY4MTQ2
37,269
DOC: troubleshoot docbuild
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[]
closed
false
null
[]
null
2
2020-10-20T00:29:23Z
2020-10-20T00:38:41Z
2020-10-20T00:38:35Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37269/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37269/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37269.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37269", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/37269.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37269" }
https://api.github.com/repos/pandas-dev/pandas/issues/37270
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37270/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37270/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37270/events
https://github.com/pandas-dev/pandas/pull/37270
725,117,892
MDExOlB1bGxSZXF1ZXN0NTA2Mzk5NTAy
37,270
REGR: Make comparisons consistent for PeriodDtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4", "events_url": "https://api.github.com/users/dsaxton/events{/privacy}", "followers_url": "https://api.github.com/users/dsaxton/followers", "following_url": "https://api.github.com/users/dsaxton/following{/other_user}", "gists_url": "https:/...
[ { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" }, { "color": "e11...
closed
false
null
[]
{ "closed_at": "2020-10-31T15:14:04Z", "closed_issues": 94, "created_at": "2020-09-26T01:36:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jre...
5
2020-10-20T01:59:04Z
2020-10-21T11:38:18Z
2020-10-20T16:50:02Z
MEMBER
null
- [x] closes #37265 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37270/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37270/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37270.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37270", "merged_at": "2020-10-20T16:50:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37270.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37270" }
https://api.github.com/repos/pandas-dev/pandas/issues/37271
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37271/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37271/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37271/events
https://github.com/pandas-dev/pandas/pull/37271
725,163,468
MDExOlB1bGxSZXF1ZXN0NTA2NDM4NTQw
37,271
REF: collect tests by method
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-10-20T03:39:12Z
2020-10-20T17:31:13Z
2020-10-20T16:51:55Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37271/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37271/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37271.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37271", "merged_at": "2020-10-20T16:51:55Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37271.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37271" }
https://api.github.com/repos/pandas-dev/pandas/issues/37272
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37272/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37272/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37272/events
https://github.com/pandas-dev/pandas/issues/37272
725,371,127
MDU6SXNzdWU3MjUzNzExMjc=
37,272
DOC: list all options for encoding and quoting in read_csv
{ "avatar_url": "https://avatars.githubusercontent.com/u/22752322?v=4", "events_url": "https://api.github.com/users/YuriyTigiev/events{/privacy}", "followers_url": "https://api.github.com/users/YuriyTigiev/followers", "following_url": "https://api.github.com/users/YuriyTigiev/following{/other_user}", "gists_u...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "0052cc", "default": false, "description": "Issue that has not be...
closed
false
null
[]
null
3
2020-10-20T09:06:23Z
2020-10-25T17:52:58Z
2020-10-25T17:47:53Z
NONE
null
#### Location of the documentation [pandas.to_csv](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_csv.html) **Note**: You can check the latest versions of the docs on `master` [here](https://pandas.pydata.org/docs/dev/). #### Documentation problem "encoding" and "quoting" descr...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37272/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37272/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37273
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37273/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37273/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37273/events
https://github.com/pandas-dev/pandas/issues/37273
725,427,596
MDU6SXNzdWU3MjU0Mjc1OTY=
37,273
BUG: to_offset has inconsistent behaviour for "W"
{ "avatar_url": "https://avatars.githubusercontent.com/u/22575361?v=4", "events_url": "https://api.github.com/users/larsrinn/events{/privacy}", "followers_url": "https://api.github.com/users/larsrinn/followers", "following_url": "https://api.github.com/users/larsrinn/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": "0052cc", "default": false, "description": "Issue that has not been ...
closed
false
null
[]
null
2
2020-10-20T10:11:33Z
2021-08-13T05:09:01Z
2021-08-13T05:09:01Z
NONE
null
- [x] I have checked that this issue has not already been reported. It might be related to https://github.com/pandas-dev/pandas/issues/34101 - I'm not sure, though - [x] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of p...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37273/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37273/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37274
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37274/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37274/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37274/events
https://github.com/pandas-dev/pandas/pull/37274
725,522,565
MDExOlB1bGxSZXF1ZXN0NTA2NzQzODYw
37,274
TST: fix warnings on multiple subplots
{ "avatar_url": "https://avatars.githubusercontent.com/u/41443370?v=4", "events_url": "https://api.github.com/users/ivanovmg/events{/privacy}", "followers_url": "https://api.github.com/users/ivanovmg/followers", "following_url": "https://api.github.com/users/ivanovmg/following{/other_user}", "gists_url": "htt...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
15
2020-10-20T12:16:02Z
2020-11-10T04:45:40Z
2020-11-09T18:55:08Z
MEMBER
null
- [ ] xref #37178 partially - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry This PR suggests a (partial) fix for such warnings, which take place when running test suite on ``pandas/tests/plotting``. ``` UserWarning...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37274/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37274/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37274.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37274", "merged_at": "2020-11-09T18:55:08Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37274.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37274" }
https://api.github.com/repos/pandas-dev/pandas/issues/37275
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37275/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37275/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37275/events
https://github.com/pandas-dev/pandas/issues/37275
725,556,001
MDU6SXNzdWU3MjU1NTYwMDE=
37,275
BUG: Groupby aggregate functions (e.g. min/max) fail to preserve categorical dtype on single categorical column
{ "avatar_url": "https://avatars.githubusercontent.com/u/45699730?v=4", "events_url": "https://api.github.com/users/btw08/events{/privacy}", "followers_url": "https://api.github.com/users/btw08/followers", "following_url": "https://api.github.com/users/btw08/following{/other_user}", "gists_url": "https://api....
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "e11d21", "default": false, "description": "Categorical Dat...
open
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/35455325?v=4", "events_url": "https://api.github.com/users/sonalprabhu/events{/privacy}", "followers_url": "https://api.github.com/users/sonalprabhu/followers", "following_url": "https://api.github.com/users/sonalprabhu/following{/other_user}", "gists_u...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/35455325?v=4", "events_url": "https://api.github.com/users/sonalprabhu/events{/privacy}", "followers_url": "https://api.github.com/users/sonalprabhu/followers", "following_url": "https://api.github.com/users/sonalprabhu/following{/other_user}"...
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
4
2020-10-20T12:53:40Z
2021-10-24T22:09:13Z
null
NONE
null
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- #### Set-up Code ```python import pandas as pd dtype = pd.CategoricalDtype(...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37275/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37275/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37276
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37276/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37276/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37276/events
https://github.com/pandas-dev/pandas/issues/37276
725,557,061
MDU6SXNzdWU3MjU1NTcwNjE=
37,276
QST: Does SciPy dependency license still apply / if so, for what version?
{ "avatar_url": "https://avatars.githubusercontent.com/u/13902458?v=4", "events_url": "https://api.github.com/users/r-i-v-a/events{/privacy}", "followers_url": "https://api.github.com/users/r-i-v-a/followers", "following_url": "https://api.github.com/users/r-i-v-a/following{/other_user}", "gists_url": "https:...
[ { "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
2020-10-20T12:54:52Z
2021-03-17T19:13:26Z
2021-03-17T19:13:26Z
NONE
null
- [x] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions. - [x] I have asked my usage related question on [StackOverflow](https://stackoverflow.com). --- #### Question about pandas I noticed that a SciPy license was added to the licen...
{ "+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/37276/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37276/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37277
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37277/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37277/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37277/events
https://github.com/pandas-dev/pandas/issues/37277
725,734,748
MDU6SXNzdWU3MjU3MzQ3NDg=
37,277
BUG/API: index.array for RangeIndex, MultiIndex
{ "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": "207de5", "default": false, "description": null, "id": 71268330,...
open
false
null
[]
null
3
2020-10-20T15:58:00Z
2021-08-13T05:11:32Z
null
MEMBER
null
ATM MultiIndex.array raises ValueError, since there is no single array actually backing MI. RangeIndex creates and returns a PandasArray. I think RangeIndex should also raise (at least until/unless we implement a RangeArray). This also has implications for extract_array, which currently raises on MultiIndex, which...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37277/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37277/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37278
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37278/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37278/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37278/events
https://github.com/pandas-dev/pandas/issues/37278
725,754,456
MDU6SXNzdWU3MjU3NTQ0NTY=
37,278
BUG: Undocumented, Inconsistent matplotlib figure usage (Series.hist vs Series.plot.hist)
{ "avatar_url": "https://avatars.githubusercontent.com/u/1515637?v=4", "events_url": "https://api.github.com/users/EmperorArthur/events{/privacy}", "followers_url": "https://api.github.com/users/EmperorArthur/followers", "following_url": "https://api.github.com/users/EmperorArthur/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": "8AE234", "default": false, "description": null, "id": 2413328, ...
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
2020-10-20T16:23:31Z
2020-10-28T15:44:00Z
null
NONE
null
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37278/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37278/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37279
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37279/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37279/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37279/events
https://github.com/pandas-dev/pandas/pull/37279
725,769,627
MDExOlB1bGxSZXF1ZXN0NTA2OTUyMjg0
37,279
ENH: Add is_sparse method to check for sparse columns in a DataFrame (GH26706)
{ "avatar_url": "https://avatars.githubusercontent.com/u/44933366?v=4", "events_url": "https://api.github.com/users/avinashpancham/events{/privacy}", "followers_url": "https://api.github.com/users/avinashpancham/followers", "following_url": "https://api.github.com/users/avinashpancham/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": "009800", "default": false, "description": "Sparse D...
closed
false
null
[]
null
9
2020-10-20T16:44:53Z
2021-07-10T02:28:15Z
2021-07-10T02:28:14Z
CONTRIBUTOR
null
- [x] closes #26706 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37279/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37279/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37279.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37279", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/37279.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37279" }
https://api.github.com/repos/pandas-dev/pandas/issues/37280
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37280/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37280/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37280/events
https://github.com/pandas-dev/pandas/issues/37280
725,819,917
MDU6SXNzdWU3MjU4MTk5MTc=
37,280
BUG: regression: pandas.read_stata(filename, iterator=True) raises ValueError
{ "avatar_url": "https://avatars.githubusercontent.com/u/426784?v=4", "events_url": "https://api.github.com/users/remram44/events{/privacy}", "followers_url": "https://api.github.com/users/remram44/followers", "following_url": "https://api.github.com/users/remram44/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": "e11d21", "default": false, "description": "Functionality that used ...
closed
false
null
[]
{ "closed_at": "2020-10-31T15:14:04Z", "closed_issues": 94, "created_at": "2020-09-26T01:36:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jre...
5
2020-10-20T18:00:15Z
2020-10-23T12:15:12Z
2020-10-23T12:15:12Z
NONE
null
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- #### Code Sample, a copy-pastable example ```python >>> import pandas >>> # f...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37280/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37280/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37281
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37281/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37281/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37281/events
https://github.com/pandas-dev/pandas/pull/37281
725,834,476
MDExOlB1bGxSZXF1ZXN0NTA3MDA1Mjcy
37,281
REF/TST: collect fillna tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "d7e102", "d...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-10-20T18:22:17Z
2020-10-21T15:20:53Z
2020-10-21T12:55:59Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37281/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37281/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37281.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37281", "merged_at": "2020-10-21T12:55:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37281.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37281" }
https://api.github.com/repos/pandas-dev/pandas/issues/37282
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37282/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37282/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37282/events
https://github.com/pandas-dev/pandas/pull/37282
725,835,112
MDExOlB1bGxSZXF1ZXN0NTA3MDA1ODQy
37,282
REF/TST: collect astype tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "e102d8", "d...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2020-10-20T18:22:43Z
2020-10-21T16:02:09Z
2020-10-21T15:58:53Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37282/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37282/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37282.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37282", "merged_at": "2020-10-21T15:58:53Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37282.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37282" }
https://api.github.com/repos/pandas-dev/pandas/issues/37283
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37283/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37283/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37283/events
https://github.com/pandas-dev/pandas/pull/37283
725,867,002
MDExOlB1bGxSZXF1ZXN0NTA3MDMyMzE4
37,283
REF/TST: collect reindex tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "0b02e1", "d...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2020-10-20T19:04:59Z
2020-10-21T00:45:32Z
2020-10-21T00:45:24Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37283/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37283/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37283.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37283", "merged_at": "2020-10-21T00:45:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37283.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37283" }
https://api.github.com/repos/pandas-dev/pandas/issues/37284
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37284/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37284/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37284/events
https://github.com/pandas-dev/pandas/pull/37284
725,874,970
MDExOlB1bGxSZXF1ZXN0NTA3MDM4OTM3
37,284
DOC: update the URL for the "Mailing List"
{ "avatar_url": "https://avatars.githubusercontent.com/u/23830955?v=4", "events_url": "https://api.github.com/users/partev/events{/privacy}", "followers_url": "https://api.github.com/users/partev/followers", "following_url": "https://api.github.com/users/partev/following{/other_user}", "gists_url": "https://a...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-10-20T19:17:26Z
2020-10-20T23:02:19Z
2020-10-20T23:02:15Z
CONTRIBUTOR
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37284/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37284/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37284.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37284", "merged_at": "2020-10-20T23:02:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37284.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37284" }
https://api.github.com/repos/pandas-dev/pandas/issues/37285
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37285/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37285/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37285/events
https://github.com/pandas-dev/pandas/pull/37285
725,894,271
MDExOlB1bGxSZXF1ZXN0NTA3MDU0OTMy
37,285
Backport PR #37256 on branch 1.1.x (BUG: with integer column labels, .info() throws KeyError )
{ "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": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" } ]
closed
false
null
[]
{ "closed_at": "2020-10-31T15:14:04Z", "closed_issues": 94, "created_at": "2020-09-26T01:36:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jre...
3
2020-10-20T19:48:53Z
2020-10-21T10:51:54Z
2020-10-21T10:51:54Z
NONE
null
Backport PR #37256: BUG: with integer column labels, .info() throws KeyError
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37285/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37285/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37285.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37285", "merged_at": "2020-10-21T10:51:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37285.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37285" }
https://api.github.com/repos/pandas-dev/pandas/issues/37286
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37286/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37286/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37286/events
https://github.com/pandas-dev/pandas/issues/37286
725,931,534
MDU6SXNzdWU3MjU5MzE1MzQ=
37,286
BUG: Pyarrow 2.0.0 broke test_timezone_aware_index 6/7 tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4", "events_url": "https://api.github.com/users/phofl/events{/privacy}", "followers_url": "https://api.github.com/users/phofl/followers", "following_url": "https://api.github.com/users/phofl/following{/other_user}", "gists_url": "https://api....
[ { "color": "d93f0b", "default": false, "description": "Required and optional dependencies", "id": 527603109, "name": "Dependencies", "node_id": "MDU6TGFiZWw1Mjc2MDMxMDk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dependencies" }, { "color": "5319e7", "def...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
7
2020-10-20T20:46:03Z
2020-11-28T17:54:10Z
null
MEMBER
null
Pyarrow 2.0.0 was released yesterday and broke the test `` test_timezone_aware_index`` in 6 of 7 cases. Can be seen through our CI. Location of test is ``pandas/tests/io/test_parquet.py`` Link to ci: https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=45611&view=logs&j=b1c7b65e-b3ce-541a-7fd5-29b4ba56ce1...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37286/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37286/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37287
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37287/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37287/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37287/events
https://github.com/pandas-dev/pandas/issues/37287
725,942,348
MDU6SXNzdWU3MjU5NDIzNDg=
37,287
BUG:TypeError: Cannot interpret 'CategoricalDtype(categories=['no', 'yes'], ordered=False)' as a data type
{ "avatar_url": "https://avatars.githubusercontent.com/u/4946163?v=4", "events_url": "https://api.github.com/users/sureshchepuri/events{/privacy}", "followers_url": "https://api.github.com/users/sureshchepuri/followers", "following_url": "https://api.github.com/users/sureshchepuri/following{/other_user}", "gi...
[ { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" }, { "color": "005...
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...
1
2020-10-20T21:03:42Z
2020-10-21T10:25:06Z
2020-10-21T10:25:06Z
NONE
null
I just upgraded all my python libraries, and now my previous code is started to fail. I'm using blaze with pandas. Here is my method code ``` blaze.data(res) ``` res contains below data ``` col1 age ... col31 year 0 yes 55-64 ... ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37287/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37287/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37288
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37288/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37288/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37288/events
https://github.com/pandas-dev/pandas/pull/37288
725,955,407
MDExOlB1bGxSZXF1ZXN0NTA3MTA1NzY5
37,288
Regression in offsets caused offsets to be no longer hashable
{ "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": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "e11d21", "default": false, "description": "Functiona...
closed
false
null
[]
{ "closed_at": "2020-10-31T15:14:04Z", "closed_issues": 94, "created_at": "2020-09-26T01:36:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jre...
3
2020-10-20T21:25:29Z
2020-10-22T21:42:02Z
2020-10-22T00:08:34Z
MEMBER
null
- [x] closes #37267 - [x] tests added / passed Not quite sure, if these test is sufficient, if yes, I would tests for other functions. - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 1, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37288/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37288/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37288.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37288", "merged_at": "2020-10-22T00:08:33Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37288.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37288" }
https://api.github.com/repos/pandas-dev/pandas/issues/37289
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37289/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37289/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37289/events
https://github.com/pandas-dev/pandas/pull/37289
725,967,069
MDExOlB1bGxSZXF1ZXN0NTA3MTE1Mzkx
37,289
CLN: make PeriodArray signature match DTA/TDA
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "eb6420", "default": false, "description": "Period data type", "id": 60635328, "name": "Period", "node_id": "MDU6TGFiZWw2MDYzNTMyOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Period" }, { "color": "b60205", "default": false, "description"...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-10-20T21:46:25Z
2020-10-21T15:19:09Z
2020-10-21T12:55:26Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37289/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37289/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37289.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37289", "merged_at": "2020-10-21T12:55:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37289.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37289" }
https://api.github.com/repos/pandas-dev/pandas/issues/37290
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37290/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37290/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37290/events
https://github.com/pandas-dev/pandas/issues/37290
725,969,683
MDU6SXNzdWU3MjU5Njk2ODM=
37,290
BUG: rank raises error with read-only data
{ "avatar_url": "https://avatars.githubusercontent.com/u/6988170?v=4", "events_url": "https://api.github.com/users/zeromh/events{/privacy}", "followers_url": "https://api.github.com/users/zeromh/followers", "following_url": "https://api.github.com/users/zeromh/following{/other_user}", "gists_url": "https://ap...
[ { "color": "e11d21", "default": false, "description": "Functionality that used to work in a prior pandas version", "id": 32815646, "name": "Regression", "node_id": "MDU6TGFiZWwzMjgxNTY0Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression" }, { "color": ...
closed
false
null
[]
{ "closed_at": "2020-10-31T15:14:04Z", "closed_issues": 94, "created_at": "2020-09-26T01:36:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jre...
2
2020-10-20T21:51:36Z
2020-10-27T22:09:06Z
2020-10-27T22:09:06Z
NONE
null
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- #### Code Sample, a copy-pastable example ```python import pandas as pd impor...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37290/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37290/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37291
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37291/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37291/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37291/events
https://github.com/pandas-dev/pandas/pull/37291
725,987,308
MDExOlB1bGxSZXF1ZXN0NTA3MTMxODY3
37,291
DOC: fix a small typo
{ "avatar_url": "https://avatars.githubusercontent.com/u/23830955?v=4", "events_url": "https://api.github.com/users/partev/events{/privacy}", "followers_url": "https://api.github.com/users/partev/followers", "following_url": "https://api.github.com/users/partev/following{/other_user}", "gists_url": "https://a...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2020-10-20T22:26:42Z
2020-10-20T22:42:33Z
2020-10-20T22:42:30Z
CONTRIBUTOR
null
an alternative fix would be "pandas provides a wide range of functions for cleaning textual data and extracting useful information from it." - [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37291/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37291/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37291.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37291", "merged_at": "2020-10-20T22:42:30Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37291.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37291" }
https://api.github.com/repos/pandas-dev/pandas/issues/37292
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37292/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37292/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37292/events
https://github.com/pandas-dev/pandas/issues/37292
725,991,198
MDU6SXNzdWU3MjU5OTExOTg=
37,292
BUG: Problem using to_csv with BytesIO
{ "avatar_url": "https://avatars.githubusercontent.com/u/453543?v=4", "events_url": "https://api.github.com/users/amotl/events{/privacy}", "followers_url": "https://api.github.com/users/amotl/followers", "following_url": "https://api.github.com/users/amotl/following{/other_user}", "gists_url": "https://api.gi...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "5319e7", "default": false, "descript...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
7
2020-10-20T22:35:26Z
2020-10-21T15:52:12Z
2020-10-20T23:48:50Z
NONE
null
Dear people of Pandas, first things first: Thanks for all of your excellent work conceiving and maintaining Pandas. You know who you are. With kind regards, Andreas. --- - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of 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/37292/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37292/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37293
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37293/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37293/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37293/events
https://github.com/pandas-dev/pandas/pull/37293
726,010,643
MDExOlB1bGxSZXF1ZXN0NTA3MTUwOTIy
37,293
REF: de-duplicate DTA/TDA validators by standardizing exception messages
{ "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": "ffa0ff", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-10-20T23:21:40Z
2020-10-22T01:19:21Z
2020-10-22T00:07:52Z
MEMBER
null
After this, _validate_setitem_value is the same as _validate_where_value, and we are close to having _validate_insert_value and _validate_searchsorted_value math too.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37293/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37293/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37293.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37293", "merged_at": "2020-10-22T00:07:52Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37293.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37293" }
https://api.github.com/repos/pandas-dev/pandas/issues/37294
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37294/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37294/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37294/events
https://github.com/pandas-dev/pandas/issues/37294
726,011,680
MDU6SXNzdWU3MjYwMTE2ODA=
37,294
ENH: Cast string dtype to nullable numeric types in to_numeric
{ "avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4", "events_url": "https://api.github.com/users/dsaxton/events{/privacy}", "followers_url": "https://api.github.com/users/dsaxton/followers", "following_url": "https://api.github.com/users/dsaxton/following{/other_user}", "gists_url": "https:/...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "5319e7", "default": false, "description": "String e...
open
false
null
[]
null
1
2020-10-20T23:24:16Z
2020-10-21T07:15:06Z
null
MEMBER
null
https://github.com/pandas-dev/pandas/pull/37268 fixed a bug so that nullable string dtype can now be cast to numeric from "number-like" strings and NA, however the output dtype is currently float64. Better would be for this to cast to either nullable Int64 or Float64 depending on the values. Below is master: ```pyth...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37294/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37294/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37295
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37295/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37295/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37295/events
https://github.com/pandas-dev/pandas/issues/37295
726,024,770
MDU6SXNzdWU3MjYwMjQ3NzA=
37,295
BUG: Regression adding Timedelta to DatetimeIndex, get ValueError: Inferred frequency None from passed values does not conform to passed frequency
{ "avatar_url": "https://avatars.githubusercontent.com/u/3137319?v=4", "events_url": "https://api.github.com/users/nathanielatom/events{/privacy}", "followers_url": "https://api.github.com/users/nathanielatom/followers", "following_url": "https://api.github.com/users/nathanielatom/following{/other_user}", "gi...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "e11d21", "default": false, "description": "Functiona...
closed
false
null
[]
{ "closed_at": "2020-12-08T12:11:38Z", "closed_issues": 81, "created_at": "2020-10-29T13:43:23Z", "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...
7
2020-10-21T00:01:32Z
2020-11-13T04:40:04Z
2020-11-13T04:40:04Z
NONE
null
- [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest version of pandas. - [X] (optional) I have confirmed this bug exists on the master branch of pandas. --- #### Code Sample, a copy-pastable example ```python import pandas as pd pd.da...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37295/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37295/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37296
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37296/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37296/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37296/events
https://github.com/pandas-dev/pandas/pull/37296
726,043,444
MDExOlB1bGxSZXF1ZXN0NTA3MTc3NTE5
37,296
CI: tz dtype mismatch in test_parquet following pyarrow upgrade
{ "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": "5319e7", "d...
closed
false
null
[]
{ "closed_at": "2020-10-31T15:14:04Z", "closed_issues": 94, "created_at": "2020-09-26T01:36:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jre...
4
2020-10-21T00:51:44Z
2020-10-21T14:52:18Z
2020-10-21T14:52:11Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37296/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37296/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37296.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37296", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/37296.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37296" }
https://api.github.com/repos/pandas-dev/pandas/issues/37297
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37297/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37297/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37297/events
https://github.com/pandas-dev/pandas/pull/37297
726,053,914
MDExOlB1bGxSZXF1ZXN0NTA3MTg1ODY4
37,297
CLN: _almost_ always rebox_native following _unbox
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-10-21T01:21:34Z
2020-10-21T15:07:35Z
2020-10-21T12:56:53Z
MEMBER
null
A couple more special cases to handle, after which we will always _rebox_native and it can be rolled into _unbox so we can get rid of the method altogether
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37297/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37297/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37297.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37297", "merged_at": "2020-10-21T12:56:53Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37297.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37297" }
https://api.github.com/repos/pandas-dev/pandas/issues/37298
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37298/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37298/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37298/events
https://github.com/pandas-dev/pandas/pull/37298
726,054,700
MDExOlB1bGxSZXF1ZXN0NTA3MTg2NTA0
37,298
CI: Add unwanted pattern check
{ "avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4", "events_url": "https://api.github.com/users/dsaxton/events{/privacy}", "followers_url": "https://api.github.com/users/dsaxton/followers", "following_url": "https://api.github.com/users/dsaxton/following{/other_user}", "gists_url": "https:/...
[ { "color": "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": "eb6420", "default": false, "description": ...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
7
2020-10-21T01:23:52Z
2020-10-22T08:19:42Z
2020-10-21T12:31:09Z
MEMBER
null
Follow up to https://github.com/pandas-dev/pandas/pull/37188
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37298/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37298/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37298.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37298", "merged_at": "2020-10-21T12:31:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37298.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37298" }
https://api.github.com/repos/pandas-dev/pandas/issues/37299
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37299/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37299/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37299/events
https://github.com/pandas-dev/pandas/pull/37299
726,062,129
MDExOlB1bGxSZXF1ZXN0NTA3MTkyMzYx
37,299
API: require timezone match in DatetimeArray.shift
{ "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": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" }, { "color": "5319...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
8
2020-10-21T01:46:18Z
2020-10-31T20:52:33Z
2020-10-31T19:18:11Z
MEMBER
null
- [ ] closes #xxxx - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37299/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37299/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37299.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37299", "merged_at": "2020-10-31T19:18:11Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37299.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37299" }
https://api.github.com/repos/pandas-dev/pandas/issues/37300
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37300/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37300/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37300/events
https://github.com/pandas-dev/pandas/pull/37300
726,105,276
MDExOlB1bGxSZXF1ZXN0NTA3MjI2NjIw
37,300
TST: collect tests by method
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-10-21T03:42:01Z
2020-10-21T14:49:20Z
2020-10-21T12:08:57Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37300/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37300/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37300.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37300", "merged_at": "2020-10-21T12:08:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37300.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37300" }
https://api.github.com/repos/pandas-dev/pandas/issues/37301
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37301/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37301/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37301/events
https://github.com/pandas-dev/pandas/issues/37301
726,169,343
MDU6SXNzdWU3MjYxNjkzNDM=
37,301
ENH: Add support for more units in pandas.Timedelta
{ "avatar_url": "https://avatars.githubusercontent.com/u/2353212?v=4", "events_url": "https://api.github.com/users/rohan-gt/events{/privacy}", "followers_url": "https://api.github.com/users/rohan-gt/followers", "following_url": "https://api.github.com/users/rohan-gt/following{/other_user}", "gists_url": "http...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "5319e7", "default": false, "description": "Timedelt...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
2
2020-10-21T06:12:24Z
2020-10-21T10:27:59Z
2020-10-21T10:27:59Z
NONE
null
Currently pandas.Timedelta only support units upto weeks. Can it be extended to months, quarters, years etc.?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37301/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37301/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37302
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37302/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37302/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37302/events
https://github.com/pandas-dev/pandas/pull/37302
726,249,342
MDExOlB1bGxSZXF1ZXN0NTA3MzQ1ODk5
37,302
BUG: Allow empty chunksize in stata reader when using iterator
{ "avatar_url": "https://avatars.githubusercontent.com/u/5585221?v=4", "events_url": "https://api.github.com/users/bashtage/events{/privacy}", "followers_url": "https://api.github.com/users/bashtage/followers", "following_url": "https://api.github.com/users/bashtage/following{/other_user}", "gists_url": "http...
[ { "color": "e11d21", "default": false, "description": "Functionality that used to work in a prior pandas version", "id": 32815646, "name": "Regression", "node_id": "MDU6TGFiZWwzMjgxNTY0Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression" }, { "color": ...
closed
false
null
[]
{ "closed_at": "2020-10-31T15:14:04Z", "closed_issues": 94, "created_at": "2020-09-26T01:36:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jre...
7
2020-10-21T08:15:17Z
2020-10-23T12:35:48Z
2020-10-23T12:15:12Z
CONTRIBUTOR
null
- [X] closes #37280 - [X] tests added / passed - [X] passes `black pandas` - [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 1, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37302/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37302/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37302.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37302", "merged_at": "2020-10-23T12:15:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37302.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37302" }
https://api.github.com/repos/pandas-dev/pandas/issues/37303
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37303/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37303/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37303/events
https://github.com/pandas-dev/pandas/pull/37303
726,278,744
MDExOlB1bGxSZXF1ZXN0NTA3MzY5ODU4
37,303
CI: temporary skip parquet tz test for pyarrow>=2.0.0
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "5319e7", "d...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
10
2020-10-21T08:55:05Z
2020-10-21T12:07:28Z
2020-10-21T10:49:56Z
MEMBER
null
See https://github.com/pandas-dev/pandas/issues/37286, this PR is not the actual fix, but at least ensures we don't have failing CI in other PRs (I prefer to skip the test instead of pinning pyarrow to <= 1.0, since all other tests are passing on 2.0, which is good to still run)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37303/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37303/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37303.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37303", "merged_at": "2020-10-21T10:49:56Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37303.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37303" }
https://api.github.com/repos/pandas-dev/pandas/issues/37304
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37304/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37304/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37304/events
https://github.com/pandas-dev/pandas/pull/37304
726,336,498
MDExOlB1bGxSZXF1ZXN0NTA3NDE2NjU4
37,304
TST: correct parquet test expected partition column dtype for pyarrow 2.0
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "5319e7", "d...
closed
false
null
[]
{ "closed_at": "2020-10-31T15:14:04Z", "closed_issues": 94, "created_at": "2020-09-26T01:36:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jre...
5
2020-10-21T10:10:07Z
2020-10-21T12:25:05Z
2020-10-21T12:06:58Z
MEMBER
null
Follow-up on https://github.com/pandas-dev/pandas/pull/35814, but now incorporating the changes in pyarrow 2.0 cc @alimcmaster1 Also related to https://github.com/pandas-dev/pandas/issues/37286 and https://github.com/pandas-dev/pandas/pull/37296/ (timezone related failures), but doing this fix separate as it's n...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37304/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37304/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37304.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37304", "merged_at": "2020-10-21T12:06:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37304.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37304" }
https://api.github.com/repos/pandas-dev/pandas/issues/37305
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37305/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37305/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37305/events
https://github.com/pandas-dev/pandas/pull/37305
726,362,617
MDExOlB1bGxSZXF1ZXN0NTA3NDM4NjAy
37,305
Backport PR #37198 on branch 1.1.x (BUG: Regression in Resample.apply raised error when apply affected only a Series)
{ "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": "207de5", "default": false, "description": "resample method", "id": 74975453, "name": "Resample", "node_id": "MDU6TGFiZWw3NDk3NTQ1Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Resample" }, { "color": "fbca04", "default": false, "descripti...
closed
false
null
[]
{ "closed_at": "2020-10-31T15:14:04Z", "closed_issues": 94, "created_at": "2020-09-26T01:36:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jre...
6
2020-10-21T10:46:47Z
2020-10-26T18:21:27Z
2020-10-26T18:21:27Z
NONE
null
Backport PR #37198: BUG: Regression in Resample.apply raised error when apply affected only a Series
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37305/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37305/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37305.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37305", "merged_at": "2020-10-26T18:21:27Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37305.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37305" }
https://api.github.com/repos/pandas-dev/pandas/issues/37306
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37306/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37306/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37306/events
https://github.com/pandas-dev/pandas/issues/37306
726,367,987
MDU6SXNzdWU3MjYzNjc5ODc=
37,306
CI: pin some builds to use pyarrow==1.0
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2020-10-21T10:54:21Z
2020-11-14T02:22:23Z
2020-11-14T02:22:23Z
MEMBER
null
Now that pyarrow 2.0 is released, it will get picked by the CI builds that don't pin the pyarrow version. It would be good to pin some builds to use pyarrow 1.0. See this overview table of @simonjayhawkins at https://github.com/pandas-dev/pandas/pull/35259#issuecomment-712966527
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37306/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37306/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37307
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37307/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37307/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37307/events
https://github.com/pandas-dev/pandas/pull/37307
726,397,066
MDExOlB1bGxSZXF1ZXN0NTA3NDY3MzM4
37,307
Backport PR #37270 on branch 1.1.x: REGR: Make comparisons consistent for PeriodDtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[ { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" } ]
closed
false
null
[]
{ "closed_at": "2020-10-31T15:14:04Z", "closed_issues": 94, "created_at": "2020-09-26T01:36:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jre...
0
2020-10-21T11:35:52Z
2020-10-21T12:47:08Z
2020-10-21T12:47:01Z
MEMBER
null
Backport PR #37270 on branch 1.1.x
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37307/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37307/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37307.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37307", "merged_at": "2020-10-21T12:47:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37307.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37307" }
https://api.github.com/repos/pandas-dev/pandas/issues/37308
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37308/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37308/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37308/events
https://github.com/pandas-dev/pandas/pull/37308
726,423,038
MDExOlB1bGxSZXF1ZXN0NTA3NDg5MDgx
37,308
Backport PR #37304 on branch 1.1.x (TST: correct parquet test expected partition column dtype for pyarrow 2.0)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "5319e7", "d...
closed
false
null
[]
{ "closed_at": "2020-10-31T15:14:04Z", "closed_issues": 94, "created_at": "2020-09-26T01:36:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jre...
0
2020-10-21T12:13:53Z
2020-10-21T13:20:26Z
2020-10-21T13:20:26Z
NONE
null
Backport PR #37304: TST: correct parquet test expected partition column dtype for pyarrow 2.0
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37308/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37308/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37308.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37308", "merged_at": "2020-10-21T13:20:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37308.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37308" }
https://api.github.com/repos/pandas-dev/pandas/issues/37309
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37309/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37309/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37309/events
https://github.com/pandas-dev/pandas/issues/37309
726,434,816
MDU6SXNzdWU3MjY0MzQ4MTY=
37,309
CI: travis-36-cov builds regularly fails to build with The build has been terminated on 1.1.x
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
closed
false
null
[]
{ "closed_at": "2020-12-08T12:11:38Z", "closed_issues": 81, "created_at": "2020-10-29T13:43:23Z", "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
2020-10-21T12:29:53Z
2020-11-26T14:00:37Z
2020-11-26T14:00:37Z
MEMBER
null
The last good build can be seen at https://travis-ci.org/github/pandas-dev/pandas/builds/736681105 There are some failures that have started to appear since this started timing out that also need to be resolved. ``` =========================== short test summary info ============================ FAILED pandas/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/37309/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37309/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37310
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37310/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37310/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37310/events
https://github.com/pandas-dev/pandas/pull/37310
726,452,321
MDExOlB1bGxSZXF1ZXN0NTA3NTEzMzQ0
37,310
BUG: stabilize sort_values algorithms for Series and time-like Indices
{ "avatar_url": "https://avatars.githubusercontent.com/u/23253999?v=4", "events_url": "https://api.github.com/users/AlexKirko/events{/privacy}", "followers_url": "https://api.github.com/users/AlexKirko/followers", "following_url": "https://api.github.com/users/AlexKirko/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": "eb6420", "default": false, "description": "Non-arithmetic algos: va...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
12
2020-10-21T12:52:49Z
2020-12-23T17:48:20Z
2020-10-31T14:49:14Z
MEMBER
null
- [X] closes #35922 - [X] 18 tests changed / 18 passed - [X] passes `black pandas` - [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [X] whatsnew entry ## Problem Our `sort_values` functions currently behave differently for different objects: for most `Index` subclasses they are stable wh...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37310/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37310/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37310.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37310", "merged_at": "2020-10-31T14:49:14Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37310.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37310" }
https://api.github.com/repos/pandas-dev/pandas/issues/37311
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37311/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37311/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37311/events
https://github.com/pandas-dev/pandas/pull/37311
726,497,920
MDExOlB1bGxSZXF1ZXN0NTA3NTUzMTY3
37,311
CI: troubleshoot travis-36-cov on 1.1.x
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
closed
false
null
[]
{ "closed_at": "2020-12-08T12:11:38Z", "closed_issues": 81, "created_at": "2020-10-29T13:43:23Z", "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...
7
2020-10-21T13:37:23Z
2020-11-26T13:59:20Z
2020-11-26T13:59:15Z
MEMBER
null
closes #37309
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37311/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37311/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37311.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37311", "merged_at": "2020-11-26T13:59:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37311.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37311" }
https://api.github.com/repos/pandas-dev/pandas/issues/37312
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37312/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37312/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37312/events
https://github.com/pandas-dev/pandas/issues/37312
726,558,492
MDU6SXNzdWU3MjY1NTg0OTI=
37,312
BUG: comparison/indexing causes ValueError: buffer source array is read-only
{ "avatar_url": "https://avatars.githubusercontent.com/u/41548538?v=4", "events_url": "https://api.github.com/users/dmitra79/events{/privacy}", "followers_url": "https://api.github.com/users/dmitra79/followers", "following_url": "https://api.github.com/users/dmitra79/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" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2020-10-21T14:41:31Z
2020-11-04T13:43:47Z
2020-11-04T13:43:47Z
NONE
null
- [X ] I have checked that this issue has not already been reported. - [ X] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- #### Code Sample, a copy-pastable example ```python di=np.array(['2016-12-...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37312/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37312/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37313
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37313/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37313/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37313/events
https://github.com/pandas-dev/pandas/pull/37313
726,604,308
MDExOlB1bGxSZXF1ZXN0NTA3NjQwODQz
37,313
CLN: always rebox_native in DatetimeLikeArray
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "207de5", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
6
2020-10-21T15:34:22Z
2020-12-02T18:59:59Z
2020-10-22T00:05:19Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37313/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37313/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37313.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37313", "merged_at": "2020-10-22T00:05:19Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37313.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37313" }
https://api.github.com/repos/pandas-dev/pandas/issues/37314
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37314/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37314/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37314/events
https://github.com/pandas-dev/pandas/pull/37314
726,620,526
MDExOlB1bGxSZXF1ZXN0NTA3NjU1MTU3
37,314
TST/REF: collect stack/unstack tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "02d7e1", "d...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-10-21T15:47:36Z
2020-10-22T01:13:12Z
2020-10-22T00:18:10Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37314/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37314/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37314.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37314", "merged_at": "2020-10-22T00:18:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37314.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37314" }
https://api.github.com/repos/pandas-dev/pandas/issues/37315
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37315/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37315/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37315/events
https://github.com/pandas-dev/pandas/pull/37315
726,648,319
MDExOlB1bGxSZXF1ZXN0NTA3NjgwMjI1
37,315
TST/REF: collect tests by method
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-10-21T16:06:01Z
2020-10-22T23:49:49Z
2020-10-22T23:31:51Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37315/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37315/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37315.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37315", "merged_at": "2020-10-22T23:31:51Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37315.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37315" }
https://api.github.com/repos/pandas-dev/pandas/issues/37316
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37316/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37316/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37316/events
https://github.com/pandas-dev/pandas/issues/37316
726,700,357
MDU6SXNzdWU3MjY3MDAzNTc=
37,316
DOC: `to_pickle` function takes pickle v5 but doc says only 1-4 supported
{ "avatar_url": "https://avatars.githubusercontent.com/u/273210?v=4", "events_url": "https://api.github.com/users/ianozsvald/events{/privacy}", "followers_url": "https://api.github.com/users/ianozsvald/followers", "following_url": "https://api.github.com/users/ianozsvald/following{/other_user}", "gists_url": ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "0e8a16", "default": true, "description": null, "id": 7171206...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/5007013?v=4", "events_url": "https://api.github.com/users/botplex/events{/privacy}", "followers_url": "https://api.github.com/users/botplex/followers", "following_url": "https://api.github.com/users/botplex/following{/other_user}", "gists_url": "https:/...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/5007013?v=4", "events_url": "https://api.github.com/users/botplex/events{/privacy}", "followers_url": "https://api.github.com/users/botplex/followers", "following_url": "https://api.github.com/users/botplex/following{/other_user}", "gists_...
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2020-10-21T17:16:06Z
2020-10-22T00:11:03Z
2020-10-22T00:11:03Z
CONTRIBUTOR
null
#### Location of the documentation * https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_pickle.html * https://pandas.pydata.org/pandas-docs/dev/reference/api/pandas.DataFrame.to_pickle.html (same as stable) #### Documentation problem The docstring states ` DataFrame.to_pickle(path,...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37316/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37316/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/37317
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37317/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37317/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37317/events
https://github.com/pandas-dev/pandas/pull/37317
726,718,504
MDExOlB1bGxSZXF1ZXN0NTA3NzM5NjI0
37,317
TST/REF: rename test files
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2020-10-21T17:41:45Z
2020-10-22T01:18:51Z
2020-10-22T00:03:32Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37317/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37317/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/37317.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/37317", "merged_at": "2020-10-22T00:03:32Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/37317.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/37317" }
https://api.github.com/repos/pandas-dev/pandas/issues/37318
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/37318/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/37318/comments
https://api.github.com/repos/pandas-dev/pandas/issues/37318/events
https://github.com/pandas-dev/pandas/issues/37318
726,718,856
MDU6SXNzdWU3MjY3MTg4NTY=
37,318
Adding the filename as a Dataframe property
{ "avatar_url": "https://avatars.githubusercontent.com/u/34785792?v=4", "events_url": "https://api.github.com/users/agcala/events{/privacy}", "followers_url": "https://api.github.com/users/agcala/followers", "following_url": "https://api.github.com/users/agcala/following{/other_user}", "gists_url": "https://a...
[ { "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": "56efc9", "default": false, "descript...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
3
2020-10-21T17:42:21Z
2020-10-21T19:58:55Z
2020-10-21T19:58:55Z
NONE
null
I some complicated programming environments involving Pandas dataframes it would be very useful to be able to recover the dataframe filename from the dataframe object. I am particularly thinking about production environment where the data source would be evolving with time. In such environments being able to recover th...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/37318/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/37318/timeline
null
null
null