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/34317 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34317/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34317/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34317/events | https://github.com/pandas-dev/pandas/pull/34317 | 623,292,601 | MDExOlB1bGxSZXF1ZXN0NDIxOTg4NTkw | 34,317 | BUG: GH29461 strftime() with nanoseconds for Timestamp | {
"avatar_url": "https://avatars.githubusercontent.com/u/13473688?v=4",
"events_url": "https://api.github.com/users/matteosantama/events{/privacy}",
"followers_url": "https://api.github.com/users/matteosantama/followers",
"following_url": "https://api.github.com/users/matteosantama/following{/other_user}",
"g... | [
{
"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": "ededed",
"default": false,
"description": "__repr__ ... | closed | false | null | [] | null | 5 | 2020-05-22T15:32:58Z | 2020-06-09T14:41:34Z | 2020-06-09T14:41:34Z | CONTRIBUTOR | null | - [x] closes #29461
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
The new method displays %f to the full precision, including trailing zeroes. I could add a check that only displays nanoseconds if they are non-zer... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34317/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34317/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34317.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34317",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/34317.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34317"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34318 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34318/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34318/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34318/events | https://github.com/pandas-dev/pandas/issues/34318 | 623,329,370 | MDU6SXNzdWU2MjMzMjkzNzA= | 34,318 | BUG: "IndexingError: Too many indexers" when accessing a None value using .loc through a MultiIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/866859?v=4",
"events_url": "https://api.github.com/users/dechamps/events{/privacy}",
"followers_url": "https://api.github.com/users/dechamps/followers",
"following_url": "https://api.github.com/users/dechamps/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": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 7 | 2020-05-22T16:26:51Z | 2020-06-03T18:02:23Z | 2020-06-03T18:02:23Z | NONE | null | #### Steps to reproduce
```python
print(pd.Series(
[None],
pd.MultiIndex.from_arrays([['Level1'], ['Level2']]))
.loc[('Level1', 'Level2')])
```
#### Expected output
```
None
```
#### Actual output
```
/usr/local/lib/python3.6/dist-packages/pandas/core/indexing.py in __getitem__(self, ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34318/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34318/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34319 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34319/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34319/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34319/events | https://github.com/pandas-dev/pandas/issues/34319 | 623,378,523 | MDU6SXNzdWU2MjMzNzg1MjM= | 34,319 | BUG: Fillna with timedelta min/max overflow | {
"avatar_url": "https://avatars.githubusercontent.com/u/16714174?v=4",
"events_url": "https://api.github.com/users/asundt/events{/privacy}",
"followers_url": "https://api.github.com/users/asundt/followers",
"following_url": "https://api.github.com/users/asundt/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "Timedelta data type",
... | closed | false | null | [] | null | 1 | 2020-05-22T17:35:32Z | 2020-05-23T21:31:20Z | 2020-05-23T21:31:20Z | NONE | null | - [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest version 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/34319/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34319/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34320 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34320/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34320/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34320/events | https://github.com/pandas-dev/pandas/issues/34320 | 623,395,066 | MDU6SXNzdWU2MjMzOTUwNjY= | 34,320 | ENH: `name` attribute for pd.Interval | {
"avatar_url": "https://avatars.githubusercontent.com/u/9061708?v=4",
"events_url": "https://api.github.com/users/jolespin/events{/privacy}",
"followers_url": "https://api.github.com/users/jolespin/followers",
"following_url": "https://api.github.com/users/jolespin/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": "009800",
"default": false,
"description": "Interval... | closed | false | null | [] | null | 6 | 2020-05-22T18:10:56Z | 2020-05-23T06:29:33Z | 2020-05-23T06:29:33Z | NONE | null | #### Is your feature request related to a problem?
No
#### Describe the solution you'd like
`pd.Interval(x, y, name="Feature")`
#### API breaking implications
Not that I know of.
#### Describe alternatives you've considered
Tried `setattr`
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34320/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34320/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34321 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34321/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34321/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34321/events | https://github.com/pandas-dev/pandas/pull/34321 | 623,473,421 | MDExOlB1bGxSZXF1ZXN0NDIyMTM2NTQz | 34,321 | CI: Numpy compat | {
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gist... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2020-05-22T21:01:36Z | 2020-05-22T23:39:58Z | 2020-05-22T23:39:58Z | CONTRIBUTOR | null | - [x] closes #34306
Likely related to: https://github.com/pandas-dev/pandas/pull/32510.
Seems doc builds have started using:
numpy 1.17.5 py38h95a1406_0 conda-forge
https://github.com/pandas-dev/pandas/pull/34317/checks?check_run_id=700337761
(Previous pipelines where using ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34321/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34321/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34321.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34321",
"merged_at": "2020-05-22T23:39:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34321.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34321"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34322 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34322/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34322/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34322/events | https://github.com/pandas-dev/pandas/pull/34322 | 623,487,703 | MDExOlB1bGxSZXF1ZXN0NDIyMTQ3NTcz | 34,322 | REF: make FY523Mixin a cdef class | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-05-22T21:37:31Z | 2020-05-23T02:19:35Z | 2020-05-23T02:16:24Z | MEMBER | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34322/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34322/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34322.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34322",
"merged_at": "2020-05-23T02:16:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34322.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34322"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/34323 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34323/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34323/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34323/events | https://github.com/pandas-dev/pandas/pull/34323 | 623,488,413 | MDExOlB1bGxSZXF1ZXN0NDIyMTQ4MTE0 | 34,323 | REF: make SingleConstructorOffset a cdef class | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2020-05-22T21:39:36Z | 2020-05-23T01:11:15Z | 2020-05-22T23:44:11Z | MEMBER | null | Bite the bullet on importing cache_readonly into liboffsets | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34323/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34323/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34323.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34323",
"merged_at": "2020-05-22T23:44:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34323.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34323"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34324 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34324/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34324/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34324/events | https://github.com/pandas-dev/pandas/pull/34324 | 623,489,298 | MDExOlB1bGxSZXF1ZXN0NDIyMTQ4ODY2 | 34,324 | REF: make MonthOffset a cdef class | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2020-05-22T21:41:33Z | 2020-05-23T01:10:41Z | 2020-05-22T23:43:39Z | 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/34324/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34324/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34324.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34324",
"merged_at": "2020-05-22T23:43:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34324.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34324"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/34325 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34325/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34325/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34325/events | https://github.com/pandas-dev/pandas/pull/34325 | 623,501,645 | MDExOlB1bGxSZXF1ZXN0NDIyMTU4MDk3 | 34,325 | REF: get str_rep in numexpr code | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "006b75",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-05-22T22:16:23Z | 2020-05-23T00:48:33Z | 2020-05-22T23:42:50Z | 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/34325/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34325/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34325.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34325",
"merged_at": "2020-05-22T23:42:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34325.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34325"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/34326 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34326/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34326/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34326/events | https://github.com/pandas-dev/pandas/issues/34326 | 623,537,274 | MDU6SXNzdWU2MjM1MzcyNzQ= | 34,326 | ENH: pd.DataFrame.plot.hist() does not use sharex argument | {
"avatar_url": "https://avatars.githubusercontent.com/u/3391614?v=4",
"events_url": "https://api.github.com/users/sorenwacker/events{/privacy}",
"followers_url": "https://api.github.com/users/sorenwacker/followers",
"following_url": "https://api.github.com/users/sorenwacker/following{/other_user}",
"gists_ur... | [
{
"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": "8AE234",
"default": false,
"description": null,
... | open | false | null | [] | null | 1 | 2020-05-23T00:54:40Z | 2020-05-28T11:27:14Z | null | CONTRIBUTOR | null |
The command
df.plot.hist(subplots=True, layout=(4, 4), figsize=(15,10), sharex=False, sharey=False)
produces a grid of histograms. Unfortunately, sharex and y arguments are not taken into account and the plots all share the same axis. This only makes sense if all columns have the similar scales. But in gen... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34326/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34326/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34327 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34327/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34327/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34327/events | https://github.com/pandas-dev/pandas/issues/34327 | 623,539,263 | MDU6SXNzdWU2MjM1MzkyNjM= | 34,327 | ENH: Add hue functionality to df.hist() | {
"avatar_url": "https://avatars.githubusercontent.com/u/3391614?v=4",
"events_url": "https://api.github.com/users/sorenwacker/events{/privacy}",
"followers_url": "https://api.github.com/users/sorenwacker/followers",
"following_url": "https://api.github.com/users/sorenwacker/following{/other_user}",
"gists_ur... | [
{
"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": "8AE234",
"default": false,
"description": null,
... | open | false | null | [] | null | 1 | 2020-05-23T01:05:39Z | 2020-05-26T02:59:03Z | null | CONTRIBUTOR | null | The following command:
df.hist(layout=(4, 4), figsize=(15,10), bins=30)
produces a grid of histograms. I would like to group the data by a column value and plot the corresponding histograms in the same plot with different colors. Unfortunately, the `by=` argument generates subplots. And plots all the data reg... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34327/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34327/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34328 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34328/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34328/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34328/events | https://github.com/pandas-dev/pandas/issues/34328 | 623,541,655 | MDU6SXNzdWU2MjM1NDE2NTU= | 34,328 | ENH: Don't omit columns with categorical data in df.hist() | {
"avatar_url": "https://avatars.githubusercontent.com/u/3391614?v=4",
"events_url": "https://api.github.com/users/sorenwacker/events{/privacy}",
"followers_url": "https://api.github.com/users/sorenwacker/followers",
"following_url": "https://api.github.com/users/sorenwacker/following{/other_user}",
"gists_ur... | [
{
"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": "8AE234",
"default": false,
"description": null,
... | open | false | null | [] | null | 3 | 2020-05-23T01:19:42Z | 2021-06-23T14:42:21Z | null | CONTRIBUTOR | null | For some strange reason `df.hist` can plot categorical features where features are given as string values.
df.cat.hist()
If the dataframe in column "cat" contains string type values the histogram is generated correctly.
But when called like this `df.hist()` the corresponding plot is left out. Along 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/34328/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34328/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34329 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34329/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34329/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34329/events | https://github.com/pandas-dev/pandas/pull/34329 | 623,541,847 | MDExOlB1bGxSZXF1ZXN0NDIyMTg5MDQ5 | 34,329 | Fix MultiIndex melt when col_level is used | {
"avatar_url": "https://avatars.githubusercontent.com/u/29808128?v=4",
"events_url": "https://api.github.com/users/ashtou/events{/privacy}",
"followers_url": "https://api.github.com/users/ashtou/followers",
"following_url": "https://api.github.com/users/ashtou/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-05-23T01:20:51Z | 2020-05-26T23:17:26Z | 2020-05-26T23:17:17Z | CONTRIBUTOR | null | - [x] closes #34129
- [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/34329/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34329/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34329.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34329",
"merged_at": "2020-05-26T23:17:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34329.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34329"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34330 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34330/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34330/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34330/events | https://github.com/pandas-dev/pandas/pull/34330 | 623,545,862 | MDExOlB1bGxSZXF1ZXN0NDIyMTkyMTU4 | 34,330 | BUG: Fix using dtype with parse_dates in read_csv | {
"avatar_url": "https://avatars.githubusercontent.com/u/38814059?v=4",
"events_url": "https://api.github.com/users/mproszewska/events{/privacy}",
"followers_url": "https://api.github.com/users/mproszewska/followers",
"following_url": "https://api.github.com/users/mproszewska/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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | null | 7 | 2020-05-23T01:45:15Z | 2020-12-29T20:42:50Z | 2020-12-29T20:42:50Z | CONTRIBUTOR | null | - [x] closes #34066
- [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/34330/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34330/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34330.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34330",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/34330.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34330"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34331 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34331/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34331/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34331/events | https://github.com/pandas-dev/pandas/issues/34331 | 623,590,210 | MDU6SXNzdWU2MjM1OTAyMTA= | 34,331 | BUG: writing dataframe to excel if one of the rows has name "render" fails | {
"avatar_url": "https://avatars.githubusercontent.com/u/9555281?v=4",
"events_url": "https://api.github.com/users/dwintergruen/events{/privacy}",
"followers_url": "https://api.github.com/users/dwintergruen/followers",
"following_url": "https://api.github.com/users/dwintergruen/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": "bfe5bf",
"default": false,
"description": "read_excel, to_excel",
... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-05-23T06:02:33Z | 2020-05-26T22:21:44Z | 2020-05-26T22:21:44Z | NONE | null | I try to write an dataframe to excel with excel. It fails if a row is called "render".
Pandas version 1.0.3
Reproduce with:
s1 = pandas.Series(("1","2"),index=["a","b"])
s2 = pandas.Series(("3","4"),index=["b","b"])
df = pandas.DataFrame({"render":s1,"huhu":s2})
df.to_excel("/tmp/out.xlsx")
gives:
At... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34331/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34331/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34332 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34332/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34332/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34332/events | https://github.com/pandas-dev/pandas/issues/34332 | 623,591,559 | MDU6SXNzdWU2MjM1OTE1NTk= | 34,332 | ENH: A keep_fields type argument for merge operation | {
"avatar_url": "https://avatars.githubusercontent.com/u/31745366?v=4",
"events_url": "https://api.github.com/users/MuditJ/events{/privacy}",
"followers_url": "https://api.github.com/users/MuditJ/followers",
"following_url": "https://api.github.com/users/MuditJ/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
}
] | closed | false | null | [] | null | 0 | 2020-05-23T06:12:49Z | 2020-08-21T17:05:41Z | 2020-05-23T06:18:42Z | NONE | null | #### Is your feature request related to a problem?
It would increase user convenience if there were an argument where the user could specify the fields from the two data frames to be be merged which should be kept(or alternatively, a discard_fields column to specify which ones should be discarded)
This would make... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34332/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34332/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34333 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34333/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34333/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34333/events | https://github.com/pandas-dev/pandas/pull/34333 | 623,625,634 | MDExOlB1bGxSZXF1ZXN0NDIyMjUyMDI3 | 34,333 | DOC: fix deprecated groupby squeeze example in v0.12.0 whatsnew | {
"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": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integratio... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-05-23T10:06:22Z | 2020-05-23T11:52:01Z | 2020-05-23T11:51:56Z | MEMBER | null | This should fix failing CI, due to https://github.com/pandas-dev/pandas/pull/33218 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34333/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34333/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34333.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34333",
"merged_at": "2020-05-23T11:51:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34333.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34333"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34334 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34334/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34334/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34334/events | https://github.com/pandas-dev/pandas/pull/34334 | 623,632,623 | MDExOlB1bGxSZXF1ZXN0NDIyMjU2NDYx | 34,334 | BUG: xticks unnecessarily rotated | {
"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": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | 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-05-23T10:48:10Z | 2020-09-14T07:25:10Z | 2020-09-13T20:46:09Z | MEMBER | null | - [x] closes #29460
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
On `master`, xticklabels are rotated if
```python
not self._use_dynamic_x()
and data.index.is_all_dates
and ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34334/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34334/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34334.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34334",
"merged_at": "2020-09-13T20:46:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34334.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34334"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34335 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34335/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34335/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34335/events | https://github.com/pandas-dev/pandas/pull/34335 | 623,641,900 | MDExOlB1bGxSZXF1ZXN0NDIyMjYyMjM1 | 34,335 | BUG: Fix render as column name in to_excel | {
"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": "bfe5bf",
"default": false,
"description": "read_excel, to_excel",
"id": 49254273,
"name": "IO Excel",
"node_id": "MDU6TGFiZWw0OTI1NDI3Mw==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Excel"
},
{
"color": "006b75",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2020-05-23T11:44:13Z | 2020-05-27T16:30:02Z | 2020-05-26T22:21:44Z | MEMBER | null | - [x] closes #34331
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
Should I add a whats new enty? Under which section?
https://github.com/phofl/pandas/blob/34331_render_column_name_raises_error_in_to_excel/pandas... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34335/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34335/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34335.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34335",
"merged_at": "2020-05-26T22:21:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34335.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34335"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34336 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34336/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34336/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34336/events | https://github.com/pandas-dev/pandas/issues/34336 | 623,644,938 | MDU6SXNzdWU2MjM2NDQ5Mzg= | 34,336 | REGR: concat of Sparse with incompatible dtype now gives Sparse[object] instead of object | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "009800",
"de... | closed | false | {
"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... | [
{
"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/fol... | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-05-23T12:00:32Z | 2020-05-29T16:03:30Z | 2020-05-29T16:03:30Z | MEMBER | null | Regression on master related to the `common_dtype` mechanism, I suppose:
```
In [5]: pd.__version__
Out[5]: '1.0.3'
In [6]: s1 = pd.Series([1, 0, 2], dtype=pd.SparseDtype("int64", 0))
In [7]: s2 = pd.Series(["a", "b", "c"], dtype="category")
In [8]: pd.concat([s1, s2])
Out[8]:
0 1
1 0
2 ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34336/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34336/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34337 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34337/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34337/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34337/events | https://github.com/pandas-dev/pandas/pull/34337 | 623,645,384 | MDExOlB1bGxSZXF1ZXN0NDIyMjY0NTM4 | 34,337 | don't need len around shape | {
"avatar_url": "https://avatars.githubusercontent.com/u/7523034?v=4",
"events_url": "https://api.github.com/users/SilasK/events{/privacy}",
"followers_url": "https://api.github.com/users/SilasK/followers",
"following_url": "https://api.github.com/users/SilasK/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "5319e7",
"default": false,
"description": "read_hdf, HDFStore",
"id": 47229190,
"name": "IO HDF5",
"node_id": "MDU6TGFiZWw0NzIyOTE5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HDF5"
},
{
"color": "207de5",
"default": false,
"descri... | closed | false | null | [] | null | 7 | 2020-05-23T12:02:59Z | 2020-07-24T12:15:42Z | 2020-07-24T12:15:42Z | NONE | null | #Fix #34274
- [x] closes #34274
- [ ] 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/34337/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34337/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34337.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34337",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/34337.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34337"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34338 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34338/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34338/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34338/events | https://github.com/pandas-dev/pandas/pull/34338 | 623,656,516 | MDExOlB1bGxSZXF1ZXN0NDIyMjcxODkx | 34,338 | BUG: fix concat of Sparse with non-sparse dtypes | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-05-23T13:02:59Z | 2020-06-07T09:37:06Z | 2020-05-29T16:03:31Z | MEMBER | null | Closes #34336
This adds tests with the behaviour as it was on 0.25.3 / 1.0.3, and some changes to get back to that behaviour.
(but whether this behaviour is fully "sane", I am not sure ..) | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34338/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34338/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34338.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34338",
"merged_at": "2020-05-29T16:03:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34338.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34338"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34339 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34339/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34339/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34339/events | https://github.com/pandas-dev/pandas/pull/34339 | 623,657,882 | MDExOlB1bGxSZXF1ZXN0NDIyMjcyNzQ5 | 34,339 | BUG: Fix concat of frames with extension types (no reindexed columns) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 9 | 2020-05-23T13:11:22Z | 2020-09-07T10:52:48Z | 2020-06-19T09:16:11Z | MEMBER | null | This PR tries to fix the case of concatting dataframes with extension dtypes and non-extension dtypes, like this example (giving object dtype on master, instead of preserving Int64 dtype):
```
In [15]: df1 = pd.DataFrame({"a": pd.array([1, 2, 3], dtype="Int64")})
...: df2 = pd.DataFrame({"a": np.array([4, 5, ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34339/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34339/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34339.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34339",
"merged_at": "2020-06-19T09:16:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34339.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34339"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34340 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34340/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34340/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34340/events | https://github.com/pandas-dev/pandas/pull/34340 | 623,658,216 | MDExOlB1bGxSZXF1ZXN0NDIyMjcyOTQ0 | 34,340 | DOC: Fix reference, old file was separated last year | {
"avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4",
"events_url": "https://api.github.com/users/phofl/events{/privacy}",
"followers_url": "https://api.github.com/users/phofl/followers",
"following_url": "https://api.github.com/users/phofl/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "207de5",
"d... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-05-23T13:13:23Z | 2020-05-27T16:30:04Z | 2020-05-26T23:03:19Z | MEMBER | null | - [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
The comment referenced a file deleted last year after separating the tests into a few files. I referenced the correct folder again | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34340/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34340/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34340.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34340",
"merged_at": "2020-05-26T23:03:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34340.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34340"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34341 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34341/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34341/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34341/events | https://github.com/pandas-dev/pandas/issues/34341 | 623,682,576 | MDU6SXNzdWU2MjM2ODI1NzY= | 34,341 | BUG: Failing clipboard tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/13473688?v=4",
"events_url": "https://api.github.com/users/matteosantama/events{/privacy}",
"followers_url": "https://api.github.com/users/matteosantama/followers",
"following_url": "https://api.github.com/users/matteosantama/following{/other_user}",
"g... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
}
] | closed | false | null | [] | null | 0 | 2020-05-23T15:25:42Z | 2020-08-21T17:05:41Z | 2020-05-23T20:17:21Z | CONTRIBUTOR | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [x] (optional) I have confirmed this bug exists on the master branch of pandas.
---
#### Code Sample, a copy-pastable example
```python
# Your code here
>>> pd._... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34341/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34341/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34342 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34342/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34342/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34342/events | https://github.com/pandas-dev/pandas/pull/34342 | 623,686,100 | MDExOlB1bGxSZXF1ZXN0NDIyMjkwODQ4 | 34,342 | REF: cdef BusinessHourMixin | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2020-05-23T15:44:15Z | 2020-05-25T17:38:34Z | 2020-05-25T16:18:52Z | 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/34342/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34342/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34342.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34342",
"merged_at": "2020-05-25T16:18:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34342.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34342"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/34343 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34343/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34343/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34343/events | https://github.com/pandas-dev/pandas/pull/34343 | 623,690,131 | MDExOlB1bGxSZXF1ZXN0NDIyMjkzNDMz | 34,343 | Added missing import in boxplot_frame_groupby example | {
"avatar_url": "https://avatars.githubusercontent.com/u/65821810?v=4",
"events_url": "https://api.github.com/users/gsyqax/events{/privacy}",
"followers_url": "https://api.github.com/users/gsyqax/followers",
"following_url": "https://api.github.com/users/gsyqax/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"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 241332... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 15 | 2020-05-23T16:05:51Z | 2020-07-07T11:09:15Z | 2020-07-07T11:09:11Z | CONTRIBUTOR | null | - [X] closes #28903
- [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/34343/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34343/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34343.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34343",
"merged_at": "2020-07-07T11:09:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34343.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34343"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34344 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34344/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34344/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34344/events | https://github.com/pandas-dev/pandas/pull/34344 | 623,701,754 | MDExOlB1bGxSZXF1ZXN0NDIyMzAxMDg3 | 34,344 | BUG: don't plot colorbar if c is column containing colors | {
"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": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-05-23T17:09:49Z | 2020-06-14T16:31:23Z | 2020-06-14T14:46:35Z | MEMBER | null | - [x] closes #34316
- [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/34344/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34344/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34344.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34344",
"merged_at": "2020-06-14T14:46:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34344.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34344"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34345 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34345/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34345/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34345/events | https://github.com/pandas-dev/pandas/pull/34345 | 623,716,585 | MDExOlB1bGxSZXF1ZXN0NDIyMzEwNjY3 | 34,345 | REF: make CustomMixin a cdef class | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 21 | 2020-05-23T18:31:29Z | 2020-05-28T15:53:12Z | 2020-05-27T23:10:39Z | 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/34345/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34345/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34345.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34345",
"merged_at": "2020-05-27T23:10:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34345.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34345"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/34346 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34346/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34346/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34346/events | https://github.com/pandas-dev/pandas/pull/34346 | 623,733,365 | MDExOlB1bGxSZXF1ZXN0NDIyMzIxMjQ2 | 34,346 | REF: move Year/Month/Quarter offsets to liboffsets | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2020-05-23T20:09:57Z | 2020-05-25T17:39:07Z | 2020-05-25T16:15:35Z | 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/34346/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34346/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34346.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34346",
"merged_at": "2020-05-25T16:15:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34346.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34346"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/34347 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34347/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34347/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34347/events | https://github.com/pandas-dev/pandas/pull/34347 | 623,733,746 | MDExOlB1bGxSZXF1ZXN0NDIyMzIxNDY0 | 34,347 | CLN: always pass op to combine_series_frame | {
"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-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-05-23T20:12:25Z | 2020-05-25T17:40:59Z | 2020-05-25T07:38:51Z | 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/34347/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34347/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34347.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34347",
"merged_at": "2020-05-25T07:38:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34347.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34347"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/34348 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34348/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34348/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34348/events | https://github.com/pandas-dev/pandas/issues/34348 | 623,750,538 | MDU6SXNzdWU2MjM3NTA1Mzg= | 34,348 | BUG: Clipboard tests failing in Dockerfile | {
"avatar_url": "https://avatars.githubusercontent.com/u/13473688?v=4",
"events_url": "https://api.github.com/users/matteosantama/events{/privacy}",
"followers_url": "https://api.github.com/users/matteosantama/followers",
"following_url": "https://api.github.com/users/matteosantama/following{/other_user}",
"g... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "06909A",
"d... | closed | false | null | [] | null | 8 | 2020-05-23T22:04:09Z | 2020-05-27T19:26:09Z | 2020-05-27T19:26:09Z | CONTRIBUTOR | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [x] (optional) I have confirmed this bug exists on the master branch of pandas.
---
#### Code Sample, a copy-pastable example
```python
pytest pandas/tests/io/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/34348/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34348/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34349 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34349/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34349/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34349/events | https://github.com/pandas-dev/pandas/pull/34349 | 623,823,549 | MDExOlB1bGxSZXF1ZXN0NDIyMzgzODUy | 34,349 | DOC: Fix error in pandas.Index.to_series | {
"avatar_url": "https://avatars.githubusercontent.com/u/8732795?v=4",
"events_url": "https://api.github.com/users/farhanreynaldo/events{/privacy}",
"followers_url": "https://api.github.com/users/farhanreynaldo/followers",
"following_url": "https://api.github.com/users/farhanreynaldo/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"
},
{
"color": "e99695",
"default": false,
"description": "Related to the Index ... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 7 | 2020-05-24T08:56:13Z | 2020-05-25T16:25:46Z | 2020-05-25T16:13:44Z | CONTRIBUTOR | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Related to #27977.
output of `python scripts/validate_docstrings.py pandas.Index.to_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/34349/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34349/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34349.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34349",
"merged_at": "2020-05-25T16:13:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34349.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34349"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34350 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34350/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34350/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34350/events | https://github.com/pandas-dev/pandas/issues/34350 | 623,829,962 | MDU6SXNzdWU2MjM4Mjk5NjI= | 34,350 | retrieve unwanted things later | {
"avatar_url": "https://avatars.githubusercontent.com/u/25504213?v=4",
"events_url": "https://api.github.com/users/ramimohammad/events{/privacy}",
"followers_url": "https://api.github.com/users/ramimohammad/followers",
"following_url": "https://api.github.com/users/ramimohammad/following{/other_user}",
"gist... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 6 | 2020-05-24T09:40:51Z | 2020-08-21T17:05:41Z | 2020-05-24T13:22:09Z | NONE | null | If I'm trying to make some data processing and I want to hide unwanted symbols or html codes during processing stage and I want to popup those unwanted things again on their origin place within the text after finishing.
My question is : is that doable ? if yes .. how to do that ?
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/34350/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34350/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34351 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34351/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34351/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34351/events | https://github.com/pandas-dev/pandas/issues/34351 | 623,838,508 | MDU6SXNzdWU2MjM4Mzg1MDg= | 34,351 | BUG: set Index parameter to False in Index.to_series doesn't work as expected | {
"avatar_url": "https://avatars.githubusercontent.com/u/8732795?v=4",
"events_url": "https://api.github.com/users/farhanreynaldo/events{/privacy}",
"followers_url": "https://api.github.com/users/farhanreynaldo/followers",
"following_url": "https://api.github.com/users/farhanreynaldo/following{/other_user}",
... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "207de5",
"default": false,
"description": "Requires... | open | false | null | [] | null | 3 | 2020-05-24T10:40:34Z | 2021-08-07T22:17:33Z | null | CONTRIBUTOR | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [ ] (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/34351/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34351/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34352 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34352/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34352/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34352/events | https://github.com/pandas-dev/pandas/pull/34352 | 623,840,147 | MDExOlB1bGxSZXF1ZXN0NDIyMzk1NDUz | 34,352 | Use repr of fill_value in SparseDtype repr | {
"avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4",
"events_url": "https://api.github.com/users/topper-123/events{/privacy}",
"followers_url": "https://api.github.com/users/topper-123/followers",
"following_url": "https://api.github.com/users/topper-123/following{/other_user}",
"gists_url"... | [
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
},
{
"color": "00980... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 7 | 2020-05-24T10:51:24Z | 2020-05-26T06:36:09Z | 2020-05-25T19:47:13Z | CONTRIBUTOR | null | This proposes changing the StringDtype repr to show the fill_value's repr rather than its string representation:
```python
>>> arr = pd.arrays.SparseArray([0, 1])
>>> arr.dtype
Sparse[int64, 0] # master & this PR, unchanged
>>> arr.astype(str).dtype
Sparse[object, 0] # master
Sparse[object, '0'] # this PR, ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34352/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34352/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34352.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34352",
"merged_at": "2020-05-25T19:47:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34352.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34352"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34353 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34353/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34353/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34353/events | https://github.com/pandas-dev/pandas/issues/34353 | 623,854,530 | MDU6SXNzdWU2MjM4NTQ1MzA= | 34,353 | ENH: should users be able to adjust subplot parameters? | {
"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": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "8AE234",
"default": false,
"description": null,
... | closed | false | null | [] | null | 2 | 2020-05-24T12:26:22Z | 2020-05-28T15:38:20Z | 2020-05-28T15:38:20Z | MEMBER | null | Noticed this while reviewing #34343
Currently, the example in the doc would look like this:

IMO there's insufficient separation between the subplots. If we change [this line](https://github.com/pandas-d... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34353/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34353/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34354 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34354/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34354/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34354/events | https://github.com/pandas-dev/pandas/pull/34354 | 623,872,084 | MDExOlB1bGxSZXF1ZXN0NDIyNDE4NTgy | 34,354 | 34297 sub slow in first call | {
"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": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "006b75",
"default"... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-05-24T14:09:46Z | 2020-05-27T16:30:00Z | 2020-05-26T22:52:51Z | MEMBER | null | - [x] closes #34297
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
@jbrockmendel
I added a lenght check as suggested by you. I could not find another method to check the indices (nlevels for example does not work). I'm open to recomm... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34354/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34354/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34354.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34354",
"merged_at": "2020-05-26T22:52:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34354.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34354"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34355 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34355/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34355/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34355/events | https://github.com/pandas-dev/pandas/pull/34355 | 623,901,480 | MDExOlB1bGxSZXF1ZXN0NDIyNDM5NDUy | 34,355 | TST: sparse and dense concat test GH30667 | {
"avatar_url": "https://avatars.githubusercontent.com/u/3820751?v=4",
"events_url": "https://api.github.com/users/ricalanis/events{/privacy}",
"followers_url": "https://api.github.com/users/ricalanis/followers",
"following_url": "https://api.github.com/users/ricalanis/following{/other_user}",
"gists_url": "h... | [
{
"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-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-05-24T16:49:09Z | 2020-05-25T12:41:33Z | 2020-05-25T12:41:13Z | CONTRIBUTOR | null | - [x] closes #30668
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] Adds testing to ensure concat between dense and sparse
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34355/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34355/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34355.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34355",
"merged_at": "2020-05-25T12:41:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34355.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34355"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34356 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34356/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34356/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34356/events | https://github.com/pandas-dev/pandas/issues/34356 | 623,953,358 | MDU6SXNzdWU2MjM5NTMzNTg= | 34,356 | BUG: int64 and uint64 values converted to float64 when concatenated | {
"avatar_url": "https://avatars.githubusercontent.com/u/410028?v=4",
"events_url": "https://api.github.com/users/bergkvist/events{/privacy}",
"followers_url": "https://api.github.com/users/bergkvist/followers",
"following_url": "https://api.github.com/users/bergkvist/following{/other_user}",
"gists_url": "ht... | [] | 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... | 14 | 2020-05-24T21:51:51Z | 2020-05-26T06:27:40Z | 2020-05-26T06:27: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.
---
#### Code Sample
```python
import pandas as pd
pd.concat([
pd.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/34356/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34356/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34357 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34357/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34357/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34357/events | https://github.com/pandas-dev/pandas/issues/34357 | 623,955,659 | MDU6SXNzdWU2MjM5NTU2NTk= | 34,357 | BUG: merge drops index components sometimes, when join is empty | {
"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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | open | false | null | [] | null | 4 | 2020-05-24T22:06:32Z | 2020-09-05T20:42:22Z | 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/34357/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34357/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34358 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34358/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34358/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34358/events | https://github.com/pandas-dev/pandas/issues/34358 | 623,958,246 | MDU6SXNzdWU2MjM5NTgyNDY= | 34,358 | BUG: reset_index() and set_index() expands uint32 to uint64 | {
"avatar_url": "https://avatars.githubusercontent.com/u/410028?v=4",
"events_url": "https://api.github.com/users/bergkvist/events{/privacy}",
"followers_url": "https://api.github.com/users/bergkvist/followers",
"following_url": "https://api.github.com/users/bergkvist/following{/other_user}",
"gists_url": "ht... | [
{
"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": "009... | closed | false | null | [] | null | 3 | 2020-05-24T22:23:19Z | 2020-05-26T00:26:14Z | 2020-05-24T22:36:00Z | 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
xy = pd.Series(
index... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34358/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34358/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34359 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34359/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34359/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34359/events | https://github.com/pandas-dev/pandas/issues/34359 | 624,003,701 | MDU6SXNzdWU2MjQwMDM3MDE= | 34,359 | BUG: inplace parameter will not perform the operation in place on multi column-sliced DataFrame | {
"avatar_url": "https://avatars.githubusercontent.com/u/23043207?v=4",
"events_url": "https://api.github.com/users/fluid-gun/events{/privacy}",
"followers_url": "https://api.github.com/users/fluid-gun/followers",
"following_url": "https://api.github.com/users/fluid-gun/following{/other_user}",
"gists_url": "... | [
{
"color": "70e5ca",
"default": false,
"description": "",
"id": 2085877452,
"name": "Copy / view semantics",
"node_id": "MDU6TGFiZWwyMDg1ODc3NDUy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Copy%20/%20view%20semantics"
}
] | closed | false | null | [] | null | 5 | 2020-05-25T02:21:31Z | 2020-05-25T07:43:01Z | 2020-05-25T07:43:01Z | NONE | null | Environment: Python 3.7.7 / NumPy 1.18.4 / Pandas 1.0.3
I have been testing the `inplace=True` parameters for a couple of functions, including `DataFrame.fillna()` and `DataFrame.clip()`.
When I use the inplace parameter on a multi-column slicing of a DataFrame, it will not alter the original DataFrame.
For inst... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34359/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34359/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34360 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34360/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34360/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34360/events | https://github.com/pandas-dev/pandas/issues/34360 | 624,006,014 | MDU6SXNzdWU2MjQwMDYwMTQ= | 34,360 | ENH: Correct use of `longtable`, `label`, and `caption` with LaTeX | {
"avatar_url": "https://avatars.githubusercontent.com/u/11929622?v=4",
"events_url": "https://api.github.com/users/jdossgollin/events{/privacy}",
"followers_url": "https://api.github.com/users/jdossgollin/followers",
"following_url": "https://api.github.com/users/jdossgollin/following{/other_user}",
"gists_u... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "006b75",
"default": false,
"description": "to_latex",
"id": 251... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/36767735?v=4",
"events_url": "https://api.github.com/users/jeschwar/events{/privacy}",
"followers_url": "https://api.github.com/users/jeschwar/followers",
"following_url": "https://api.github.com/users/jeschwar/following{/other_user}",
"gists_url": "htt... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/36767735?v=4",
"events_url": "https://api.github.com/users/jeschwar/events{/privacy}",
"followers_url": "https://api.github.com/users/jeschwar/followers",
"following_url": "https://api.github.com/users/jeschwar/following{/other_user}",
"gi... | {
"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-05-25T02:31:13Z | 2020-09-19T22:05:12Z | 2020-09-19T22:05:12Z | NONE | null | #### Is your feature request related to a problem?
Currently `DataFrame.to_latex()` has a `longtable` argument, which writes the DataFrame to latex using the syntax of the longtable package. When used with the `label` and `caption` arguments, it writes a latex table with all of these features.
However, the captio... | {
"+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/34360/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34360/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34361 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34361/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34361/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34361/events | https://github.com/pandas-dev/pandas/issues/34361 | 624,047,332 | MDU6SXNzdWU2MjQwNDczMzI= | 34,361 | BUG: Series.value_counts(normalize=True) fails with Int64Dtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/3865159?v=4",
"events_url": "https://api.github.com/users/elnikkis/events{/privacy}",
"followers_url": "https://api.github.com/users/elnikkis/followers",
"following_url": "https://api.github.com/users/elnikkis/following{/other_user}",
"gists_url": "http... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull ... | 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-05-25T05:05:43Z | 2020-06-03T08:14:21Z | 2020-05-25T06:10:23Z | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [ ] (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.Se... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34361/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34361/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34362 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34362/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34362/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34362/events | https://github.com/pandas-dev/pandas/pull/34362 | 624,122,619 | MDExOlB1bGxSZXF1ZXN0NDIyNjA3MTYw | 34,362 | DOC: Fix EX02 and SA01 in DataFrame.select_dtypes | {
"avatar_url": "https://avatars.githubusercontent.com/u/8732795?v=4",
"events_url": "https://api.github.com/users/farhanreynaldo/events{/privacy}",
"followers_url": "https://api.github.com/users/farhanreynaldo/followers",
"following_url": "https://api.github.com/users/farhanreynaldo/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-05-25T08:04:59Z | 2020-05-27T04:37:08Z | 2020-05-27T04:37:02Z | CONTRIBUTOR | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Related to #27977.
output of `python scripts/validate_docstrings.py pandas.DataFrame.select_dtypes`:
```
######################################... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34362/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34362/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34362.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34362",
"merged_at": "2020-05-27T04:37:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34362.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34362"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34363 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34363/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34363/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34363/events | https://github.com/pandas-dev/pandas/pull/34363 | 624,143,218 | MDExOlB1bGxSZXF1ZXN0NDIyNjIzMzc5 | 34,363 | TST: category isin on frame | {
"avatar_url": "https://avatars.githubusercontent.com/u/30647909?v=4",
"events_url": "https://api.github.com/users/vampypandya/events{/privacy}",
"followers_url": "https://api.github.com/users/vampypandya/followers",
"following_url": "https://api.github.com/users/vampypandya/following{/other_user}",
"gists_u... | [
{
"color": "eb6420",
"default": false,
"description": "Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff",
"id": 57296398,
"name": "Algos",
"node_id": "MDU6TGFiZWw1NzI5NjM5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Algos"
},
{
... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-05-25T08:42:07Z | 2020-07-10T00:08:31Z | 2020-07-10T00:08:27Z | CONTRIBUTOR | null | - [x] closes #34256
- [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/34363/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34363/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34363.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34363",
"merged_at": "2020-07-10T00:08:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34363.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34363"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34364 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34364/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34364/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34364/events | https://github.com/pandas-dev/pandas/issues/34364 | 624,254,494 | MDU6SXNzdWU2MjQyNTQ0OTQ= | 34,364 | Unexpected behaviour | {
"avatar_url": "https://avatars.githubusercontent.com/u/7630415?v=4",
"events_url": "https://api.github.com/users/rangeonnicolas/events{/privacy}",
"followers_url": "https://api.github.com/users/rangeonnicolas/followers",
"following_url": "https://api.github.com/users/rangeonnicolas/following{/other_user}",
... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | open | false | null | [] | null | 6 | 2020-05-25T11:58:18Z | 2021-08-07T22:20:01Z | null | NONE | null | Hello !
I discovered an unexpected behaviour while using pandas
## Code Sample
```
import pandas as pd
def process(df):
df.index = df["A"]
df.loc['first', 'A'] = 'first'
print("Before")
print(df)
print()
df.loc['first', 'B'] = 99
print("After")
print(df)
print("First processing : wit... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34364/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34364/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34365 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34365/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34365/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34365/events | https://github.com/pandas-dev/pandas/issues/34365 | 624,324,004 | MDU6SXNzdWU2MjQzMjQwMDQ= | 34,365 | ENH: Make DataFrame.insert more flexible | {
"avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4",
"events_url": "https://api.github.com/users/topper-123/events{/privacy}",
"followers_url": "https://api.github.com/users/topper-123/followers",
"following_url": "https://api.github.com/users/topper-123/following{/other_user}",
"gists_url"... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "207de5",
"default": false,
"description": "Requires... | open | false | null | [] | null | 4 | 2020-05-25T14:09:51Z | 2020-05-25T23:34:25Z | null | CONTRIBUTOR | null | ``DataFrame.insert`` is very inflexible today and can not really be used in pipes. I'd like to do several changes to the method:
* Add a inplace parameter, so the result from the op can be returned.
* allow a callable for ``value``, so the new values can be computed from existing column values.
* allow a dict for ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34365/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34365/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34366 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34366/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34366/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34366/events | https://github.com/pandas-dev/pandas/pull/34366 | 624,400,336 | MDExOlB1bGxSZXF1ZXN0NDIyODMxMTEy | 34,366 | DOC - Moving Tips and Trick from wiki to Style Guide - added Reading … | {
"avatar_url": "https://avatars.githubusercontent.com/u/7084628?v=4",
"events_url": "https://api.github.com/users/vijaysaimutyala/events{/privacy}",
"followers_url": "https://api.github.com/users/vijaysaimutyala/followers",
"following_url": "https://api.github.com/users/vijaysaimutyala/following{/other_user}",... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 17 | 2020-05-25T16:50:26Z | 2020-07-08T16:05:44Z | 2020-07-08T15:36:29Z | CONTRIBUTOR | null | This changes referring to https://github.com/pandas-dev/pandas/issues/30964 is for removing tips and tricks section page from the [wiki](https://github.com/pandas-dev/pandas/wiki/Tips-&-Tricks-for-pandas-dev) to the [Code Style guide](https://pandas.io/docs/development/code_style.html).
Since this is my first contr... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34366/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34366/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34366.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34366",
"merged_at": "2020-07-08T15:36:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34366.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34366"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34367 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34367/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34367/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34367/events | https://github.com/pandas-dev/pandas/issues/34367 | 624,427,084 | MDU6SXNzdWU2MjQ0MjcwODQ= | 34,367 | REGR: frame/frame op with unaligned blocks + non-slice-like placement failing with assertion error | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-05-25T18:06:00Z | 2020-05-28T17:19:47Z | 2020-05-28T17:19:47Z | MEMBER | null | ```
In [7]: arr = np.random.randint(0, 1000, (100, 10))
In [8]: df1 = pd.DataFrame(arr)
In [9]: df2 = df1.copy()
...: df2.iloc[0, [1, 3, 7]] = np.nan
In [10]: df1 + df2
---------------------------------------------------------------------------
AssertionError Trace... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34367/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34367/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34368 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34368/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34368/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34368/events | https://github.com/pandas-dev/pandas/pull/34368 | 624,451,213 | MDExOlB1bGxSZXF1ZXN0NDIyODcwMzU2 | 34,368 | BUG: new method for join with multiindex and single index (#34292) | {
"avatar_url": "https://avatars.githubusercontent.com/u/13030185?v=4",
"events_url": "https://api.github.com/users/CuylenE/events{/privacy}",
"followers_url": "https://api.github.com/users/CuylenE/followers",
"following_url": "https://api.github.com/users/CuylenE/following{/other_user}",
"gists_url": "https:... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 71268330,
"name": "MultiIndex",
"node_id": "MDU6TGFiZWw3MTI2ODMzMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/MultiIndex"
},
{
"color": "78bced",
"default": false,
"description": "Wai... | closed | false | null | [] | null | 3 | 2020-05-25T19:19:58Z | 2020-11-29T04:47:14Z | 2020-11-29T04:47:14Z | CONTRIBUTOR | null | - [x] closes #34292
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
Tests still to be added.
I replaced the method to join a multiindex & a single index because outer joins didn't include data from the single index.... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34368/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34368/timeline | null | 1 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34368.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34368",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/34368.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34368"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34369 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34369/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34369/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34369/events | https://github.com/pandas-dev/pandas/pull/34369 | 624,454,283 | MDExOlB1bGxSZXF1ZXN0NDIyODcyNjQ5 | 34,369 | Backport PR #32479 on branch 1.0.x (BUG: Fix issue with datetime[ns, tz] input in Block.setitem) | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [] | closed | false | null | [] | {
"closed_at": "2020-05-30T15:21:05Z",
"closed_issues": 94,
"created_at": "2020-03-19T21:32:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.c... | 0 | 2020-05-25T19:29:07Z | 2020-05-26T07:41:02Z | 2020-05-26T07:40:42Z | MEMBER | null | xref #32479, #32395
regression in 1.0.0 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34369/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34369/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34369.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34369",
"merged_at": "2020-05-26T07:40:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34369.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34369"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34370 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34370/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34370/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34370/events | https://github.com/pandas-dev/pandas/pull/34370 | 624,474,164 | MDExOlB1bGxSZXF1ZXN0NDIyODg4MjAz | 34,370 | CLN Replace old string formatting syntax with f-strings #29547: 2 files w… | {
"avatar_url": "https://avatars.githubusercontent.com/u/59281854?v=4",
"events_url": "https://api.github.com/users/OlivierLuG/events{/privacy}",
"followers_url": "https://api.github.com/users/OlivierLuG/followers",
"following_url": "https://api.github.com/users/OlivierLuG/following{/other_user}",
"gists_url"... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-05-25T20:32:04Z | 2020-05-28T21:44:46Z | 2020-05-26T13:00:16Z | CONTRIBUTOR | null | Hello, i'm new to github / opensource. Let me know if I'm doing things correctly
pandas/_libs/tslibs/timedeltas.pyx
pandas/_libs/tslibs/timestamps.pyx
Replace old string formatting syntax with f-strings #29547
- [ x ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --dif... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34370/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34370/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34370.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34370",
"merged_at": "2020-05-26T13:00:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34370.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34370"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34371 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34371/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34371/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34371/events | https://github.com/pandas-dev/pandas/pull/34371 | 624,483,331 | MDExOlB1bGxSZXF1ZXN0NDIyODk1NDE4 | 34,371 | DOC: GH4607 added clarification to business DateOffset | {
"avatar_url": "https://avatars.githubusercontent.com/u/60854603?v=4",
"events_url": "https://api.github.com/users/dhuettenmoser/events{/privacy}",
"followers_url": "https://api.github.com/users/dhuettenmoser/followers",
"following_url": "https://api.github.com/users/dhuettenmoser/following{/other_user}",
"g... | [
{
"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": "DateOffsets",
"id... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-05-25T21:01:34Z | 2020-05-27T01:00:57Z | 2020-05-26T13:07:03Z | CONTRIBUTOR | null | - [x] closes #4607
Added clarifying details to Business Year, Quarter, and Month, End and Begin 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/34371/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34371/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34371.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34371",
"merged_at": "2020-05-26T13:07:03Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34371.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34371"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34372 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34372/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34372/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34372/events | https://github.com/pandas-dev/pandas/pull/34372 | 624,502,748 | MDExOlB1bGxSZXF1ZXN0NDIyOTEwNDEx | 34,372 | CLN: Unify signatures in _libs.groupby | {
"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": "729FCF",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 10 | 2020-05-25T22:11:25Z | 2020-07-11T16:01:52Z | 2020-06-18T22:59:07Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
xref https://github.com/pandas-dev/pandas/pull/33630#discussion_r428737327
The main goal is to allow _get_cythonized_result to be used with the cy... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34372/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34372/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34372.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34372",
"merged_at": "2020-06-18T22:59:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34372.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34372"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34373 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34373/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34373/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34373/events | https://github.com/pandas-dev/pandas/issues/34373 | 624,508,314 | MDU6SXNzdWU2MjQ1MDgzMTQ= | 34,373 | BUG: test_finalize.py tests failing on master with pytest-randomly | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions... | open | false | null | [] | null | 10 | 2020-05-25T22:35:08Z | 2021-08-07T22:21:10Z | null | MEMBER | null | On Ubuntu18 im seeing a variable number of tests in test_binops failing with empty `.attrs`
cc @TomAugspurger | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34373/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34373/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34374 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34374/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34374/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34374/events | https://github.com/pandas-dev/pandas/pull/34374 | 624,511,532 | MDExOlB1bGxSZXF1ZXN0NDIyOTE3MjIy | 34,374 | CLN: remove _combine_series_frame | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-05-25T22:50:33Z | 2020-05-26T01:21:43Z | 2020-05-26T01:17:04Z | MEMBER | null | Following this we can consolidate some dispatch_to_series calls, saving that for a separate step for clarity of exposition. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34374/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34374/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34374.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34374",
"merged_at": "2020-05-26T01:17:04Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34374.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34374"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34375 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34375/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34375/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34375/events | https://github.com/pandas-dev/pandas/pull/34375 | 624,518,357 | MDExOlB1bGxSZXF1ZXN0NDIyOTIyNTc5 | 34,375 | BUG:#29928 Fix to_json output 'table' orient for single level MultiIndex. | {
"avatar_url": "https://avatars.githubusercontent.com/u/44552904?v=4",
"events_url": "https://api.github.com/users/LucasG0/events{/privacy}",
"followers_url": "https://api.github.com/users/LucasG0/followers",
"following_url": "https://api.github.com/users/LucasG0/following{/other_user}",
"gists_url": "https:... | [
{
"color": "207de5",
"default": false,
"description": "read_json, to_json, json_normalize",
"id": 49379259,
"name": "IO JSON",
"node_id": "MDU6TGFiZWw0OTM3OTI1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON"
},
{
"color": "207de5",
"default": fa... | closed | false | null | [] | null | 10 | 2020-05-25T23:23:16Z | 2021-02-11T01:41:37Z | 2021-02-11T01:41:36Z | NONE | null | `dataframe.to_json()` was writing incorrect index field name, so applying read_json resulted in NaN index values.
`dataframe.to_json()` now converts single level MultiIndex into single Index before encoding.
- [x] closes #29928
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff ups... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34375/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34375/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34375.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34375",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/34375.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34375"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34376 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34376/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34376/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34376/events | https://github.com/pandas-dev/pandas/issues/34376 | 624,545,582 | MDU6SXNzdWU2MjQ1NDU1ODI= | 34,376 | DOC: Add D-Tale to Visualizations section of Pandas Ecosystem | {
"avatar_url": "https://avatars.githubusercontent.com/u/11547371?v=4",
"events_url": "https://api.github.com/users/aschonfeld/events{/privacy}",
"followers_url": "https://api.github.com/users/aschonfeld/followers",
"following_url": "https://api.github.com/users/aschonfeld/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": "8AE234",
"default": false,
"description": null,
"id": 241332... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-05-26T01:31:32Z | 2020-05-27T18:28:32Z | 2020-05-27T18:28:32Z | CONTRIBUTOR | null | #### Location of the documentation
[Pandas Ecosystem - Visualization](https://pandas.pydata.org/docs/ecosystem.html#visualization)
#### Documentation problem
This isn't a problem, just a suggestion for improving the current ecosystem listing.
#### Suggested fix for documentation
[D-Tale](https://github... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34376/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34376/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34377 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34377/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34377/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34377/events | https://github.com/pandas-dev/pandas/pull/34377 | 624,553,285 | MDExOlB1bGxSZXF1ZXN0NDIyOTQ5MDQw | 34,377 | BUG: pd.DataFrame.transform recursively loops in some cases #34224 | {
"avatar_url": "https://avatars.githubusercontent.com/u/26471690?v=4",
"events_url": "https://api.github.com/users/pedrooa/events{/privacy}",
"followers_url": "https://api.github.com/users/pedrooa/followers",
"following_url": "https://api.github.com/users/pedrooa/following{/other_user}",
"gists_url": "https:... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2020-05-26T02:02:16Z | 2020-06-03T18:05:44Z | 2020-06-03T18:05:38Z | CONTRIBUTOR | null | - [x] closes #34224
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
Error handling within try/except in aggregate function of frame.py file
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34377/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34377/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34377.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34377",
"merged_at": "2020-06-03T18:05:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34377.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34377"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34378 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34378/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34378/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34378/events | https://github.com/pandas-dev/pandas/pull/34378 | 624,575,153 | MDExOlB1bGxSZXF1ZXN0NDIyOTY1NzQz | 34,378 | REF: Week, Semi-Month, FY5253 offsets to liboffsets | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-05-26T03:22:19Z | 2020-05-26T22:20:00Z | 2020-05-26T22:17:47Z | MEMBER | null | Bigger chunk than usual. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34378/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34378/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34378.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34378",
"merged_at": "2020-05-26T22:17:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34378.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34378"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34379 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34379/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34379/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34379/events | https://github.com/pandas-dev/pandas/pull/34379 | 624,589,609 | MDExOlB1bGxSZXF1ZXN0NDIyOTc2NzQz | 34,379 | BUG/API: to_timedelta unit-argument ignored for string input | {
"avatar_url": "https://avatars.githubusercontent.com/u/12197385?v=4",
"events_url": "https://api.github.com/users/pdnm/events{/privacy}",
"followers_url": "https://api.github.com/users/pdnm/followers",
"following_url": "https://api.github.com/users/pdnm/following{/other_user}",
"gists_url": "https://api.git... | [
{
"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 | [] | null | 2 | 2020-05-26T04:15:42Z | 2020-06-08T01:56:49Z | 2020-06-08T01:56:49Z | CONTRIBUTOR | null | Supersedes #23025
- [x] closes #12136
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
- [x] merge master
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34379/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34379/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34379.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34379",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/34379.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34379"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34380 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34380/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34380/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34380/events | https://github.com/pandas-dev/pandas/issues/34380 | 624,626,306 | MDU6SXNzdWU2MjQ2MjYzMDY= | 34,380 | BUG: | {
"avatar_url": "https://avatars.githubusercontent.com/u/10682573?v=4",
"events_url": "https://api.github.com/users/jesrael/events{/privacy}",
"followers_url": "https://api.github.com/users/jesrael/followers",
"following_url": "https://api.github.com/users/jesrael/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"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 15 | 2020-05-26T06:14:40Z | 2020-08-21T17:05:42Z | 2020-06-10T15:58:18Z | NONE | null | From [SO](https://stackoverflow.com/q/62015410/2901002):
---
After specified column after groupby output is incorrect.
df = pd.DataFrame({'token': [12345.0, 12345.0, 12345.0, 12345.0, 12345.0, 12345.0, 6789.0, 6789.0, 6789.0, 6789.0, 6789.0, 6789.0], 'name': ['abc', 'abc', 'abc', 'abc', 'abc', 'abc', 'xyz'... | {
"+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/34380/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34380/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34381 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34381/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34381/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34381/events | https://github.com/pandas-dev/pandas/issues/34381 | 624,672,502 | MDU6SXNzdWU2MjQ2NzI1MDI= | 34,381 | BUG: pd.tseries.frequencies.to_offset() does not really provide a DateOffset object | {
"avatar_url": "https://avatars.githubusercontent.com/u/27021858?v=4",
"events_url": "https://api.github.com/users/meteoDaniel/events{/privacy}",
"followers_url": "https://api.github.com/users/meteoDaniel/followers",
"following_url": "https://api.github.com/users/meteoDaniel/following{/other_user}",
"gists_u... | [
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
},
{
"color": "5319e7",
"default": false,
"description... | open | false | null | [] | null | 4 | 2020-05-26T07:50:29Z | 2021-08-07T22:22:08Z | null | NONE | null | - [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
**Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28/m... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34381/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34381/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34382 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34382/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34382/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34382/events | https://github.com/pandas-dev/pandas/pull/34382 | 624,695,579 | MDExOlB1bGxSZXF1ZXN0NDIzMDU5MDQx | 34,382 | Backport PR #33644 on branch 1.0.x (BUG: Groupby quantiles incorrect bins) | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [] | closed | false | null | [] | {
"closed_at": "2020-05-30T15:21:05Z",
"closed_issues": 94,
"created_at": "2020-03-19T21:32:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.c... | 0 | 2020-05-26T08:26:15Z | 2020-05-26T09:14:57Z | 2020-05-26T09:14:50Z | MEMBER | null | xref #33644, #33200, #33569
regression in #20405 (0.25.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/34382/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34382/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34382.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34382",
"merged_at": "2020-05-26T09:14:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34382.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34382"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34383 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34383/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34383/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34383/events | https://github.com/pandas-dev/pandas/issues/34383 | 624,732,202 | MDU6SXNzdWU2MjQ3MzIyMDI= | 34,383 | DOC: Indexing and selecting data and the use of mask/where | {
"avatar_url": "https://avatars.githubusercontent.com/u/1465603?v=4",
"events_url": "https://api.github.com/users/psteinb/events{/privacy}",
"followers_url": "https://api.github.com/users/psteinb/followers",
"following_url": "https://api.github.com/users/psteinb/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": "0b02e1",
"default": false,
"description": "Related to indexing o... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-05-26T09:18:32Z | 2020-06-02T22:57:43Z | 2020-06-02T22:57:43Z | CONTRIBUTOR | null | #### Location of the documentation
https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#evaluation-order-matters
#### Documentation problem
The documentation talks about how **not** to use `dfb['c'][dfb['a'].str.startswith('o')] = 42` for assignment of multiple values to a `pandas.Series` or `... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34383/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34383/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34384 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34384/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34384/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34384/events | https://github.com/pandas-dev/pandas/issues/34384 | 624,868,083 | MDU6SXNzdWU2MjQ4NjgwODM= | 34,384 | TST: use ensure_clean rather than explicit os.remove | {
"avatar_url": "https://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": "bfe5bf",
"d... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/18306309?v=4",
"events_url": "https://api.github.com/users/jnecus/events{/privacy}",
"followers_url": "https://api.github.com/users/jnecus/followers",
"following_url": "https://api.github.com/users/jnecus/following{/other_user}",
"gists_url": "https://a... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/18306309?v=4",
"events_url": "https://api.github.com/users/jnecus/events{/privacy}",
"followers_url": "https://api.github.com/users/jnecus/followers",
"following_url": "https://api.github.com/users/jnecus/following{/other_user}",
"gists_ur... | {
"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-05-26T13:04:56Z | 2020-10-12T15:11:12Z | 2020-10-12T15:11:12Z | CONTRIBUTOR | null | ```
~/pandas-dev$ grep -r os.remove pandas/tests/
pandas/tests/io/excel/test_openpyxl.py: os.remove(filename)
pandas/tests/io/excel/test_writers.py: # os.remove(filename)
pandas/tests/io/excel/test_writers.py: # os.remove(filename)
pandas/tests/io/pytables/common.py: os.remove(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/34384/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34384/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34385 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34385/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34385/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34385/events | https://github.com/pandas-dev/pandas/pull/34385 | 624,901,482 | MDExOlB1bGxSZXF1ZXN0NDIzMjIwMzk5 | 34,385 | use ensure_clean rather than explicit os.remove #34384 | {
"avatar_url": "https://avatars.githubusercontent.com/u/18306309?v=4",
"events_url": "https://api.github.com/users/jnecus/events{/privacy}",
"followers_url": "https://api.github.com/users/jnecus/followers",
"following_url": "https://api.github.com/users/jnecus/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | null | 11 | 2020-05-26T13:53:08Z | 2020-10-13T07:32:40Z | 2020-10-12T15:11:12Z | CONTRIBUTOR | null | closes #34384
I have made a start at this issue #34384. Please let me know if I am along the right lines (beginner contributor).
I've left a space in code_checks.sh where I expect to implement the check for instances of 'os.remove' throughout the code. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34385/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34385/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34385.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34385",
"merged_at": "2020-10-12T15:11:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34385.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34385"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34386 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34386/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34386/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34386/events | https://github.com/pandas-dev/pandas/pull/34386 | 624,918,223 | MDExOlB1bGxSZXF1ZXN0NDIzMjM0MDYx | 34,386 | CLN: de-duplicate dispatch_to_series calls | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2020-05-26T14:16:03Z | 2020-05-26T22:20:34Z | 2020-05-26T22:12:46Z | MEMBER | null | Unwrap td64/dt64 so those operate blockwise. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34386/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34386/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34386.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34386",
"merged_at": "2020-05-26T22:12:46Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34386.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34386"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34387 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34387/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34387/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34387/events | https://github.com/pandas-dev/pandas/pull/34387 | 624,936,029 | MDExOlB1bGxSZXF1ZXN0NDIzMjQ4NDkx | 34,387 | REF: is_subperiod, is_superperiod out of libfreqs | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-05-26T14:39:51Z | 2020-05-26T22:10:25Z | 2020-05-26T21:41:18Z | MEMBER | null | When we first moved these functions from tseries.frequencies to libfrequencies a couple years ago there was a question of it was really necessary, and the answer is now an unambiguous "no" | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34387/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34387/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34387.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34387",
"merged_at": "2020-05-26T21:41:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34387.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34387"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34388 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34388/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34388/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34388/events | https://github.com/pandas-dev/pandas/issues/34388 | 624,952,326 | MDU6SXNzdWU2MjQ5NTIzMjY= | 34,388 | BUG: pd.DataFrame.add() does not broadcast across levels, when level is None | {
"avatar_url": "https://avatars.githubusercontent.com/u/8992201?v=4",
"events_url": "https://api.github.com/users/iyer/events{/privacy}",
"followers_url": "https://api.github.com/users/iyer/followers",
"following_url": "https://api.github.com/users/iyer/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"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... | open | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/29053090?v=4",
"events_url": "https://api.github.com/users/gabrieldi95/events{/privacy}",
"followers_url": "https://api.github.com/users/gabrieldi95/followers",
"following_url": "https://api.github.com/users/gabrieldi95/following{/other_user}",
"gists_u... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/29053090?v=4",
"events_url": "https://api.github.com/users/gabrieldi95/events{/privacy}",
"followers_url": "https://api.github.com/users/gabrieldi95/followers",
"following_url": "https://api.github.com/users/gabrieldi95/following{/other_user}"... | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 7 | 2020-05-26T15:01:16Z | 2021-10-21T01:50:26Z | null | NONE | null | - [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest version of pandas.
- [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/34388/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34388/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34389 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34389/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34389/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34389/events | https://github.com/pandas-dev/pandas/pull/34389 | 625,003,234 | MDExOlB1bGxSZXF1ZXN0NDIzMzAzOTE3 | 34,389 | CLN: _consolidate_inplace less | {
"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": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "207de5... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 10 | 2020-05-26T16:07:54Z | 2020-05-27T14:10:39Z | 2020-05-26T22:47: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/34389/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34389/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34389.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34389",
"merged_at": "2020-05-26T22:47:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34389.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34389"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/34390 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34390/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34390/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34390/events | https://github.com/pandas-dev/pandas/issues/34390 | 625,018,957 | MDU6SXNzdWU2MjUwMTg5NTc= | 34,390 | BUG: Result of rolling mean depends on more observations than are in window | {
"avatar_url": "https://avatars.githubusercontent.com/u/380927?v=4",
"events_url": "https://api.github.com/users/cpaulik/events{/privacy}",
"followers_url": "https://api.github.com/users/cpaulik/followers",
"following_url": "https://api.github.com/users/cpaulik/following{/other_user}",
"gists_url": "https://... | [
{
"color": "207de5",
"default": false,
"description": "Clarification about behavior needed to assess issue",
"id": 307649777,
"name": "Needs Info",
"node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info"
}
] | closed | false | null | [] | null | 5 | 2020-05-26T16:31:34Z | 2020-05-28T16:39:15Z | 2020-05-28T16:39:14Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example
```python
import numpy as np
import pandas as pd
import datetime as dt
data = np.array([0.1552, 0.1746, 0.1932, 0.234 , np.nan, 0.2423, 0.1648,
np.nan, 0.2148, 0.2081, 0.2313, 0.2011, np.nan, 0.2076,
0.2096, np.nan, 0.1801, 0.1... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34390/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34390/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34391 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34391/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34391/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34391/events | https://github.com/pandas-dev/pandas/pull/34391 | 625,080,082 | MDExOlB1bGxSZXF1ZXN0NDIzMzY2ODY5 | 34,391 | REF: BusinessDay, BusinessHour to liboffsets | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2020-05-26T18:04:15Z | 2020-05-26T22:20:16Z | 2020-05-26T22:14:43Z | 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/34391/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34391/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34391.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34391",
"merged_at": "2020-05-26T22:14:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34391.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34391"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/34392 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34392/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34392/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34392/events | https://github.com/pandas-dev/pandas/pull/34392 | 625,099,694 | MDExOlB1bGxSZXF1ZXN0NDIzMzgyNTAz | 34,392 | ENH: Set index of returned dataframe in DatetimeIndex.isocalendar | {
"avatar_url": "https://avatars.githubusercontent.com/u/124705?v=4",
"events_url": "https://api.github.com/users/mgmarino/events{/privacy}",
"followers_url": "https://api.github.com/users/mgmarino/followers",
"following_url": "https://api.github.com/users/mgmarino/following{/other_user}",
"gists_url": "https... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2020-05-26T18:36:43Z | 2021-10-29T14:22:50Z | 2020-05-27T12:36:13Z | CONTRIBUTOR | null | This is a followup on #33595, (specifically [here](https://github.com/pandas-dev/pandas/pull/33595#issuecomment-614888200) and [here](https://github.com/pandas-dev/pandas/pull/33595#issuecomment-614897268)), where it was noted that `DatetimeIndex.isocalendar` should set the index of the
returned dataframe. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34392/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34392/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34392.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34392",
"merged_at": "2020-05-27T12:36:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34392.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34392"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34393 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34393/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34393/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34393/events | https://github.com/pandas-dev/pandas/pull/34393 | 625,108,884 | MDExOlB1bGxSZXF1ZXN0NDIzMzkwMDAz | 34,393 | DOC: add a semicolon to hide long matplotlib axes return value | {
"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-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-05-26T18:51:37Z | 2020-05-28T21:17:00Z | 2020-05-28T20:24:31Z | CONTRIBUTOR | null | add a semicolon to hide debug messages like:
Out[85]:
array([[<matplotlib.axes._subplots.AxesSubplot object at 0x7f3d0ad6e3d0>,
<matplotlib.axes._subplots.AxesSubplot object at 0x7f3d0ad4a350>,
<matplotlib.axes._subplots.AxesSubplot object at 0x7f3d0aa10250>,
<matplotlib.axes._subplots.Axe... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34393/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34393/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34393.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34393",
"merged_at": "2020-05-28T20:24:31Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34393.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34393"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34394 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34394/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34394/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34394/events | https://github.com/pandas-dev/pandas/pull/34394 | 625,172,492 | MDExOlB1bGxSZXF1ZXN0NDIzNDQyNTY4 | 34,394 | DOC: "Setting layouts" plots' label size GH34305 | {
"avatar_url": "https://avatars.githubusercontent.com/u/47032941?v=4",
"events_url": "https://api.github.com/users/najann/events{/privacy}",
"followers_url": "https://api.github.com/users/najann/followers",
"following_url": "https://api.github.com/users/najann/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-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-05-26T20:19:42Z | 2020-06-07T21:23:16Z | 2020-06-07T21:23:10Z | CONTRIBUTOR | null | - [X] closes #34305
- [ ] 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/34394/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34394/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34394.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34394",
"merged_at": "2020-06-07T21:23:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34394.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34394"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34395 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34395/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34395/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34395/events | https://github.com/pandas-dev/pandas/issues/34395 | 625,214,790 | MDU6SXNzdWU2MjUyMTQ3OTA= | 34,395 | BUG: OverflowError on to_json with numbers larger than sys.maxsize | {
"avatar_url": "https://avatars.githubusercontent.com/u/27340?v=4",
"events_url": "https://api.github.com/users/kinghuang/events{/privacy}",
"followers_url": "https://api.github.com/users/kinghuang/followers",
"following_url": "https://api.github.com/users/kinghuang/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": "207de5",
"default": false,
"description": "read_json, to_json, json... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 8 | 2020-05-26T21:36:29Z | 2020-06-24T23:44:41Z | 2020-06-24T23:44:41Z | 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/min... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34395/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34395/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34396 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34396/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34396/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34396/events | https://github.com/pandas-dev/pandas/pull/34396 | 625,228,324 | MDExOlB1bGxSZXF1ZXN0NDIzNDg3NzA5 | 34,396 | DOC: added D-Tale to the visualizations section of Ecosystem page | {
"avatar_url": "https://avatars.githubusercontent.com/u/11547371?v=4",
"events_url": "https://api.github.com/users/aschonfeld/events{/privacy}",
"followers_url": "https://api.github.com/users/aschonfeld/followers",
"following_url": "https://api.github.com/users/aschonfeld/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": "8AE234",
"default": false,
"description": null,
"id": 241332... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-05-26T22:02:51Z | 2020-05-27T18:34:13Z | 2020-05-27T18:28:32Z | CONTRIBUTOR | null | - [x] closes #34376
Added [D-Tale](https://github.com/man-group/dtale) to the visualizations section of [Pandas Ecosystem](https://pandas.pydata.org/docs/ecosystem.html) doc
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34396/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34396/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34396.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34396",
"merged_at": "2020-05-27T18:28:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34396.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34396"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34397 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34397/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34397/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34397/events | https://github.com/pandas-dev/pandas/pull/34397 | 625,233,276 | MDExOlB1bGxSZXF1ZXN0NDIzNDkxNzc0 | 34,397 | CLN: GH29547 Replace old string formatting with f-strings | {
"avatar_url": "https://avatars.githubusercontent.com/u/13473688?v=4",
"events_url": "https://api.github.com/users/matteosantama/events{/privacy}",
"followers_url": "https://api.github.com/users/matteosantama/followers",
"following_url": "https://api.github.com/users/matteosantama/following{/other_user}",
"g... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | null | 2 | 2020-05-26T22:13:31Z | 2020-05-27T02:11:48Z | 2020-05-27T02:11:41Z | CONTRIBUTOR | null | Is it normal for all my old commits on other branches to appear here? Am I doing something wrong? | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34397/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34397/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34397.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34397",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/34397.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34397"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34398 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34398/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34398/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34398/events | https://github.com/pandas-dev/pandas/pull/34398 | 625,291,984 | MDExOlB1bGxSZXF1ZXN0NDIzNTM5Njk0 | 34,398 | REF: move remaining offsets into liboffsets | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2020-05-27T00:51:00Z | 2020-05-27T17:32:54Z | 2020-05-27T17:23:51Z | MEMBER | null | this _doesnt_ make them all cdef classes yet; need to get #34345 figured out before that is doable. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34398/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34398/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34398.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34398",
"merged_at": "2020-05-27T17:23:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34398.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34398"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34399 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34399/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34399/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34399/events | https://github.com/pandas-dev/pandas/pull/34399 | 625,323,995 | MDExOlB1bGxSZXF1ZXN0NDIzNTY1MTEy | 34,399 | CLN: GH29547 format with f-strings | {
"avatar_url": "https://avatars.githubusercontent.com/u/13473688?v=4",
"events_url": "https://api.github.com/users/matteosantama/events{/privacy}",
"followers_url": "https://api.github.com/users/matteosantama/followers",
"following_url": "https://api.github.com/users/matteosantama/following{/other_user}",
"g... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
},
{
"color": "207de5",
"default... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-05-27T02:20:12Z | 2020-05-28T19:17:24Z | 2020-05-28T17:15:01Z | CONTRIBUTOR | null | Sorry all, new PR. Didn't branch off master for the last one.
#29547 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34399/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34399/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34399.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34399",
"merged_at": "2020-05-28T17:15:00Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34399.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34399"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34400 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34400/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34400/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34400/events | https://github.com/pandas-dev/pandas/pull/34400 | 625,329,495 | MDExOlB1bGxSZXF1ZXN0NDIzNTY5NDU0 | 34,400 | CLN: de-duplicate paths in tslibs | {
"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"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2020-05-27T02:34:59Z | 2020-05-27T17:32:17Z | 2020-05-27T17:23:34Z | 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/34400/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34400/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34400.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34400",
"merged_at": "2020-05-27T17:23:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34400.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34400"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/34401 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34401/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34401/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34401/events | https://github.com/pandas-dev/pandas/pull/34401 | 625,338,024 | MDExOlB1bGxSZXF1ZXN0NDIzNTc2MTQw | 34,401 | CI: Remove unused import in offsets.py | {
"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": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-05-27T03:00:13Z | 2020-05-27T03:29:18Z | 2020-05-27T03:28:58Z | 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/34401/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34401/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34401.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34401",
"merged_at": "2020-05-27T03:28:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34401.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34401"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/34402 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34402/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34402/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34402/events | https://github.com/pandas-dev/pandas/pull/34402 | 625,467,210 | MDExOlB1bGxSZXF1ZXN0NDIzNjc1MDgw | 34,402 | BUG/API: other object type check in Series/DataFrame.equals | {
"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": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 14 | 2020-05-27T07:56:20Z | 2020-07-15T22:25:27Z | 2020-07-15T22:25:23Z | MEMBER | null | xref https://github.com/geopandas/geopandas/issues/1420
First, this PR is fixing the "bug" that we shouldn't rely on `_constructor` being a class that can be used in `isinstance` (see https://github.com/pandas-dev/pandas/issues/32638 for the general discussion about this, this is the only place in our code where `_c... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34402/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34402/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34402.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34402",
"merged_at": "2020-07-15T22:25:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34402.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34402"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34403 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34403/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34403/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34403/events | https://github.com/pandas-dev/pandas/issues/34403 | 625,495,701 | MDU6SXNzdWU2MjU0OTU3MDE= | 34,403 | pandas.core.base.DataError: No numeric types to aggregate | {
"avatar_url": "https://avatars.githubusercontent.com/u/16291603?v=4",
"events_url": "https://api.github.com/users/ishgupta/events{/privacy}",
"followers_url": "https://api.github.com/users/ishgupta/followers",
"following_url": "https://api.github.com/users/ishgupta/following{/other_user}",
"gists_url": "htt... | [
{
"color": "207de5",
"default": false,
"description": "Clarification about behavior needed to assess issue",
"id": 307649777,
"name": "Needs Info",
"node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info"
}
] | closed | false | null | [] | null | 7 | 2020-05-27T08:37:00Z | 2020-06-05T18:49:23Z | 2020-05-28T16:40:28Z | NONE | null | aggregating a boolean fields doesn't allow averaging the data column in the latest version. Is there a new alternative of doing this for boolean attributes, or it should only be handled by transforming it to a int/float only?
data[ group_fields + [ bool_field ]].groupby( group_fields ).mean() produces the error ment... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34403/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34403/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34404 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34404/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34404/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34404/events | https://github.com/pandas-dev/pandas/issues/34404 | 625,590,272 | MDU6SXNzdWU2MjU1OTAyNzI= | 34,404 | BUG: Memory leak when calling an apply with datetime.fromtimestamp | {
"avatar_url": "https://avatars.githubusercontent.com/u/56838676?v=4",
"events_url": "https://api.github.com/users/frd-glovo/events{/privacy}",
"followers_url": "https://api.github.com/users/frd-glovo/followers",
"following_url": "https://api.github.com/users/frd-glovo/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"
}
] | closed | false | null | [] | null | 6 | 2020-05-27T10:52:35Z | 2020-08-21T17:05:42Z | 2020-05-27T13:09:58Z | 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/34404/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34404/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34405 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34405/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34405/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34405/events | https://github.com/pandas-dev/pandas/issues/34405 | 625,673,591 | MDU6SXNzdWU2MjU2NzM1OTE= | 34,405 | DOC: add link to benchmarks page in Development 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 | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2020-05-27T12:55:18Z | 2020-05-27T23:12:06Z | 2020-05-27T23:12:06Z | CONTRIBUTOR | null | link is: https://pandas.pydata.org/speed/pandas/#/
also could add somewhere: https://github.com/pandas-dev/pandas/blob/master/README.md | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34405/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34405/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34406 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34406/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34406/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34406/events | https://github.com/pandas-dev/pandas/issues/34406 | 625,724,558 | MDU6SXNzdWU2MjU3MjQ1NTg= | 34,406 | PERF: asv runner is down | {
"avatar_url": "https://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": "ae68cc",
"default": false,
"description": "Performance (ASV) benchmarks",
"id": 732775912,
"name": "Benchmark",
"node_id": "MDU6TGFiZWw3MzI3NzU5MTI=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Benchmark"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-05-27T14:03:30Z | 2020-05-29T19:09:54Z | 2020-05-29T19:09:54Z | CONTRIBUTOR | null | see https://github.com/pandas-dev/pandas/pull/34389#issuecomment-634641337
@TomAugspurger said the asv runner has segfaulted, this is a tracking 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/34406/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34406/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34407 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34407/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34407/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34407/events | https://github.com/pandas-dev/pandas/pull/34407 | 625,729,424 | MDExOlB1bGxSZXF1ZXN0NDIzODc4Njg1 | 34,407 | REGR: revert "CLN: _consolidate_inplace less" / fix regression in fillna() | {
"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": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "207de5... | closed | false | null | [] | {
"closed_at": "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... | 49 | 2020-05-27T14:09:47Z | 2020-11-28T19:55:32Z | 2020-11-26T17:00:20Z | MEMBER | null | Reverts pandas-dev/pandas#34389
Closes #36495 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34407/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34407/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34407.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34407",
"merged_at": "2020-11-26T17:00:20Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34407.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34407"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34408 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34408/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34408/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34408/events | https://github.com/pandas-dev/pandas/pull/34408 | 625,800,290 | MDExOlB1bGxSZXF1ZXN0NDIzOTM1Njk2 | 34,408 | DOC: add link to benchmarks page in developer docs | {
"avatar_url": "https://avatars.githubusercontent.com/u/4405727?v=4",
"events_url": "https://api.github.com/users/SwordKnight6216/events{/privacy}",
"followers_url": "https://api.github.com/users/SwordKnight6216/followers",
"following_url": "https://api.github.com/users/SwordKnight6216/following{/other_user}",... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-05-27T15:33:41Z | 2020-05-27T23:12:11Z | 2020-05-27T23:12:06Z | CONTRIBUTOR | null | - [x] closes #34405
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew
@jreback
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34408/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34408/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34408.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34408",
"merged_at": "2020-05-27T23:12:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34408.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34408"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34409 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34409/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34409/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34409/events | https://github.com/pandas-dev/pandas/pull/34409 | 625,803,626 | MDExOlB1bGxSZXF1ZXN0NDIzOTM4MzU1 | 34,409 | Initialize variables in pqyear, pquarter | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2020-05-27T15:38:05Z | 2020-05-27T16:30:08Z | 2020-05-27T16:25:05Z | CONTRIBUTOR | null | This resolves the `-Wmaybe-uninitialized` warning observed when building with the manylinux1 docker image
```
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -I/opt/python/cp38-cp38/lib/python3.8/site-packages... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34409/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34409/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34409.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34409",
"merged_at": "2020-05-27T16:25:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34409.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34409"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34410 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34410/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34410/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34410/events | https://github.com/pandas-dev/pandas/issues/34410 | 625,845,600 | MDU6SXNzdWU2MjU4NDU2MDA= | 34,410 | 32-bit compat issues in MacPython/pandas-wheels | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/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": "0e8a16",
"default": false,
"description": "32-bit systems",
"id... | closed | false | null | [] | null | 0 | 2020-05-27T16:29:45Z | 2020-05-29T19:05:06Z | 2020-05-29T19:05:06Z | CONTRIBUTOR | null | https://dev.azure.com/pandas-dev/pandas-wheels/_build/results?buildId=36222&view=logs&j=c0130b29-789d-5a3c-6978-10796a508a7f&t=e120bc6c-1f5e-5a41-8f0a-1d992cd2fbfb&l=1400
A couple classes of failures
```
2020-05-27T03:46:00.4640450Z ______________ test_multiple_agg_funcs[rolling-2-expected_vals0] ______________
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34410/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34410/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34411 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34411/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34411/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34411/events | https://github.com/pandas-dev/pandas/issues/34411 | 625,868,961 | MDU6SXNzdWU2MjU4Njg5NjE= | 34,411 | BUG: pd.read_sql returns empty list if query has no results and chunksize is set | {
"avatar_url": "https://avatars.githubusercontent.com/u/1926144?v=4",
"events_url": "https://api.github.com/users/JohanKahrstrom/events{/privacy}",
"followers_url": "https://api.github.com/users/JohanKahrstrom/followers",
"following_url": "https://api.github.com/users/JohanKahrstrom/following{/other_user}",
... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "to_sql, read_sql, read_s... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 7 | 2020-05-27T17:02:36Z | 2021-01-14T18:52:47Z | 2021-01-14T18:52:47Z | CONTRIBUTOR | null | - [ x] I have checked that this issue has not already been reported.
- [ x] I have confirmed this bug exists on the latest version of pandas.
- [x ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
**Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34411/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34411/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34412 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34412/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34412/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34412/events | https://github.com/pandas-dev/pandas/issues/34412 | 625,893,234 | MDU6SXNzdWU2MjU4OTMyMzQ= | 34,412 | DOC:/USAGE: Resulting Index when merging over indices | {
"avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4",
"events_url": "https://api.github.com/users/phofl/events{/privacy}",
"followers_url": "https://api.github.com/users/phofl/followers",
"following_url": "https://api.github.com/users/phofl/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, S... | open | false | null | [] | null | 1 | 2020-05-27T17:38:44Z | 2020-09-04T13:30:36Z | null | MEMBER | null | #### Location of the documentation
https://dev.pandas.io/docs/reference/api/pandas.DataFrame.merge.html
#### Documentation problem
There is no documentation on this case
#### Suggested fix for documentation
I'm a bit confused about the behavior here, because I don't know what to expect. When I perform 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/34412/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34412/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34413 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34413/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34413/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34413/events | https://github.com/pandas-dev/pandas/issues/34413 | 625,894,910 | MDU6SXNzdWU2MjU4OTQ5MTA= | 34,413 | TST: slow test_nearest_upsample_with_limit with tzlocal | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2020-05-27T17:40:13Z | 2020-06-08T02:01:41Z | 2020-06-08T02:01:41Z | MEMBER | null | Doing `pytest pandas/tests --skip-slow --durations=10` the top two entries are
```
71.76s call pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit[tzlocal()-30S-Y]
59.86s call pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit[tzlocal()-30S-10M]
```
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34413/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34413/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34414 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34414/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34414/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34414/events | https://github.com/pandas-dev/pandas/pull/34414 | 625,934,316 | MDExOlB1bGxSZXF1ZXN0NDI0MDQxOTQy | 34,414 | BUG: merge between partial index and index fails when result is empty | {
"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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2020-05-27T18:35:11Z | 2021-01-03T23:23:12Z | 2021-01-03T23:21:42Z | MEMBER | null | - [x] closes #33814
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
The Issue was caused when setting the name of an numpy array. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34414/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34414/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34414.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34414",
"merged_at": "2021-01-03T23:21:41Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34414.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34414"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/34415 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34415/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34415/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34415/events | https://github.com/pandas-dev/pandas/issues/34415 | 625,957,061 | MDU6SXNzdWU2MjU5NTcwNjE= | 34,415 | BUG: String series cat produces NaNs when left operand has a custom index | {
"avatar_url": "https://avatars.githubusercontent.com/u/53796099?v=4",
"events_url": "https://api.github.com/users/brandon-b-miller/events{/privacy}",
"followers_url": "https://api.github.com/users/brandon-b-miller/followers",
"following_url": "https://api.github.com/users/brandon-b-miller/following{/other_use... | [
{
"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 | [] | null | 2 | 2020-05-27T19:06:38Z | 2020-08-21T17:05:43Z | 2020-05-27T19:24:50Z | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [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
print... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34415/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34415/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/34416 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/34416/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/34416/comments | https://api.github.com/repos/pandas-dev/pandas/issues/34416/events | https://github.com/pandas-dev/pandas/pull/34416 | 625,991,196 | MDExOlB1bGxSZXF1ZXN0NDI0MDg0Nzgz | 34,416 | Macpython 32 bit build fixup | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
},
{
"color": "0e8a16",
"default": false,
... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2020-05-27T20:00:26Z | 2020-05-29T19:05:45Z | 2020-05-29T19:05:41Z | CONTRIBUTOR | null | Closes #34114
cc @jbrockmendel and @WillAyd. I have no idea if this is correct, but it builds. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/34416/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/34416/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/34416.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/34416",
"merged_at": "2020-05-29T19:05:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/34416.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/34416"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.