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/31515 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31515/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31515/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31515/events | https://github.com/pandas-dev/pandas/pull/31515 | 558,331,201 | MDExOlB1bGxSZXF1ZXN0MzY5NzM5NjMw | 31,515 | REGR: DataFrame.__setitem__(slice, val) is positional | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
}
] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2020-01-31T19:36:38Z | 2020-02-05T12:34:52Z | 2020-02-01T14:22:06Z | MEMBER | null | - [x] closes #31469
- [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/31515/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31515/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31515.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31515",
"merged_at": "2020-02-01T14:22:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31515.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31515"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31516 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31516/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31516/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31516/events | https://github.com/pandas-dev/pandas/issues/31516 | 558,334,721 | MDU6SXNzdWU1NTgzMzQ3MjE= | 31,516 | query works for string data type columns with missing values but not for boolean indexing | {
"avatar_url": "https://avatars.githubusercontent.com/u/7226751?v=4",
"events_url": "https://api.github.com/users/tdpetrou/events{/privacy}",
"followers_url": "https://api.github.com/users/tdpetrou/followers",
"following_url": "https://api.github.com/users/tdpetrou/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": "5319e7",
"default": false,
"description": "String extension data ty... | open | false | null | [] | null | 0 | 2020-01-31T19:43:18Z | 2020-04-26T21:13:34Z | null | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
>>> df = pd.DataFrame({'a': ['asdf', None]}, dtype='string')
>>> df.query('a == "asdf"') # works
>>> df[df['a'] == 'asdf'] # fails
>>> df.query('a <= "asdf"') # fails
---------------------------------------------------------------------------
Valu... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31516/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31516/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31517 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31517/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31517/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31517/events | https://github.com/pandas-dev/pandas/issues/31517 | 558,334,946 | MDU6SXNzdWU1NTgzMzQ5NDY= | 31,517 | pd.DataFrame.replace doesn't work after converting to new dtypes in 1.0.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/23064098?v=4",
"events_url": "https://api.github.com/users/scottboston/events{/privacy}",
"followers_url": "https://api.github.com/users/scottboston/followers",
"following_url": "https://api.github.com/users/scottboston/following{/other_user}",
"gists_u... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8cc645",
"default": false,
"description": "Related to pd.NA and nul... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2020-01-31T19:43:47Z | 2021-05-06T09:13:19Z | 2020-02-01T23:10:40Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
pd.show_versions()
df = pd.DataFrame({'grp':[1,2,3,4,5]})
df = df.convert_dtypes()
df.replace(1,10)
```
#### Problem description
pd.DataFrame.replace is not working after using pd.DataFrame.convert_dtypes.
Stack 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/31517/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31517/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31518 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31518/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31518/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31518/events | https://github.com/pandas-dev/pandas/pull/31518 | 558,359,614 | MDExOlB1bGxSZXF1ZXN0MzY5NzYwOTUy | 31,518 | TYP: Arraylike | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | closed | false | null | [] | null | 3 | 2020-01-31T20:36:09Z | 2020-02-01T16:44:33Z | 2020-02-01T16:44:21Z | MEMBER | null | @simonjayhawkins mypy doesn't like this
```
$ mypy pandas
pandas/core/base.py:679: error: "ArrayLike" has no attribute "nbytes"
pandas/core/indexes/base.py:246: error: Type variable "pandas._typing.ArrayLike" is unbound
pandas/core/indexes/base.py:246: note: (Hint: Use "Generic[ArrayLike]" or "Protocol[ArrayLike... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31518/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31518/timeline | null | 1 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31518.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31518",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31518.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31518"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31519 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31519/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31519/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31519/events | https://github.com/pandas-dev/pandas/pull/31519 | 558,374,173 | MDExOlB1bGxSZXF1ZXN0MzY5NzcyMTgw | 31,519 | REF: simplify DTI._parse_string_to_bounds | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "eb... | 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-01-31T21:09:53Z | 2020-04-05T17:34:10Z | 2020-02-05T01:46:22Z | MEMBER | null | Sits on top of #31475. i.e. once that is merged, the only diff remaining here will be in indexes.datetimes.
After this, we are within striking distance of sharing the method between DTI/PI. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31519/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31519/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31519.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31519",
"merged_at": "2020-02-05T01:46:22Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31519.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31519"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31520 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31520/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31520/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31520/events | https://github.com/pandas-dev/pandas/pull/31520 | 558,388,913 | MDExOlB1bGxSZXF1ZXN0MzY5NzgzODE2 | 31,520 | REGR: to_datetime, unique with OOB values | {
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "5319e7",
"default": false,
"description": "Timedelta... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2020-01-31T21:45:02Z | 2020-02-01T14:29:37Z | 2020-02-01T14:29:37Z | CONTRIBUTOR | null | Closes https://github.com/pandas-dev/pandas/issues/31491
This turned up two bugs:
1. `to_datetime(oob_values, cache=True, errors='coerce')` would raise. We had tests intended to catch this, but we didn't actually hit it because caching is disabled for inputs less than length 50. We only tested with length 3. I've... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31520/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31520/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31520.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31520",
"merged_at": "2020-02-01T14:29:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31520.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31520"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31521 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31521/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31521/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31521/events | https://github.com/pandas-dev/pandas/pull/31521 | 558,399,940 | MDExOlB1bGxSZXF1ZXN0MzY5NzkyMjYz | 31,521 | REGR: Fixed slicing DatetimeIndex with date | {
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "0b02e1",
"default": false,
"description": "Related t... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2020-01-31T22:10:44Z | 2020-02-03T16:49:38Z | 2020-02-01T14:56:13Z | CONTRIBUTOR | null | Closes https://github.com/pandas-dev/pandas/issues/31501 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31521/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31521/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31521.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31521",
"merged_at": "2020-02-01T14:56:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31521.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31521"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31522 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31522/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31522/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31522/events | https://github.com/pandas-dev/pandas/issues/31522 | 558,413,130 | MDU6SXNzdWU1NTg0MTMxMzA= | 31,522 | AssertionError when grouping with max/min as aggregation functions (pandas-1.0.0) | {
"avatar_url": "https://avatars.githubusercontent.com/u/2040213?v=4",
"events_url": "https://api.github.com/users/marcevrard/events{/privacy}",
"followers_url": "https://api.github.com/users/marcevrard/followers",
"following_url": "https://api.github.com/users/marcevrard/following{/other_user}",
"gists_url":... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "e11d21",
"default": false,
"description": "Functionality t... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 12 | 2020-01-31T22:44:03Z | 2020-08-13T18:02:48Z | 2020-02-05T14:55:26Z | NONE | null | #### Code Sample
```python
import pandas as pd
import numpy as np
df = pd.DataFrame({'key1' : ['a', 'a', 'b', 'b', 'a'],
'key2' : ['one', 'two', 'one', 'two', 'one'],
'key3' : ['three', 'three', 'three', 'six', 'six'],
'data1' : np.random.randn(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/31522/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31522/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31523 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31523/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31523/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31523/events | https://github.com/pandas-dev/pandas/issues/31523 | 558,420,201 | MDU6SXNzdWU1NTg0MjAyMDE= | 31,523 | RLS: 1.0.1 | {
"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": "006b75",
"default": false,
"description": null,
"id": 131473665,
"name": "Release",
"node_id": "MDU6TGFiZWwxMzE0NzM2NjU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Release"
}
] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 9 | 2020-01-31T23:04:58Z | 2020-04-05T10:45:23Z | 2020-04-05T10:45:22Z | CONTRIBUTOR | null | A decent number of regressions have been reported on 1.0.0. I think we should target 1.0.1 for sometime early next week. Perhaps on Tuesday, depending on how much progress we make on the regressions.
cc @pandas-dev/pandas-core.
make sure these are [backported](
https://github.com/pandas-dev/pandas/pulls?q=is%3Ap... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31523/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31523/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31524 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31524/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31524/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31524/events | https://github.com/pandas-dev/pandas/pull/31524 | 558,422,997 | MDExOlB1bGxSZXF1ZXN0MzY5ODA5MDI2 | 31,524 | BUG: non-iterable value in meta raise error in json_normalize | {
"avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4",
"events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}",
"followers_url": "https://api.github.com/users/charlesdong1991/followers",
"following_url": "https://api.github.com/users/charlesdong1991/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": "207de5",
"default": false,
"description": "read_json, to_json, json... | closed | false | null | [] | {
"closed_at": "2020-03-16T02:29:08Z",
"closed_issues": 155,
"created_at": "2020-02-03T09:13:39Z",
"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.... | 23 | 2020-01-31T23:14:26Z | 2020-03-11T15:02:43Z | 2020-03-11T15:02:32Z | MEMBER | null | - [x] closes #31507
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
| {
"+1": 2,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 2,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31524/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31524/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31524.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31524",
"merged_at": "2020-03-11T15:02:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31524.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31524"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31525 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31525/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31525/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31525/events | https://github.com/pandas-dev/pandas/pull/31525 | 558,435,184 | MDExOlB1bGxSZXF1ZXN0MzY5ODE4NTg4 | 31,525 | Unpin openpyxl | {
"avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4",
"events_url": "https://api.github.com/users/WillAyd/events{/privacy}",
"followers_url": "https://api.github.com/users/WillAyd/followers",
"following_url": "https://api.github.com/users/WillAyd/following{/other_user}",
"gists_url": "https://... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] | 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-01-31T23:59:19Z | 2020-04-07T14:43:02Z | 2020-02-02T19:32:23Z | MEMBER | null | I *think* we pinned this originally because of issues with 3.0.2 specifically, but looks like a newer version is available on conda
ref #30009 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31525/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31525/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31525.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31525",
"merged_at": "2020-02-02T19:32:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31525.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31525"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31526 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31526/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31526/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31526/events | https://github.com/pandas-dev/pandas/issues/31526 | 558,461,002 | MDU6SXNzdWU1NTg0NjEwMDI= | 31,526 | DOC: 10 minutes - <TAB> completion section showing inconsistent suggestions | {
"avatar_url": "https://avatars.githubusercontent.com/u/45436839?v=4",
"events_url": "https://api.github.com/users/Cardosaum/events{/privacy}",
"followers_url": "https://api.github.com/users/Cardosaum/followers",
"following_url": "https://api.github.com/users/Cardosaum/following{/other_user}",
"gists_url": "... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/45436839?v=4",
"events_url": "https://api.github.com/users/Cardosaum/events{/privacy}",
"followers_url": "https://api.github.com/users/Cardosaum/followers",
"following_url": "https://api.github.com/users/Cardosaum/following{/other_user}",
"gists_url": "... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/45436839?v=4",
"events_url": "https://api.github.com/users/Cardosaum/events{/privacy}",
"followers_url": "https://api.github.com/users/Cardosaum/followers",
"following_url": "https://api.github.com/users/Cardosaum/following{/other_user}",
... | {
"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-02-01T02:05:43Z | 2020-02-09T17:23:54Z | 2020-02-09T17:23:54Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
From the very end of the section "[Object Creation](https://pandas.pydata.org/pandas-docs/stable/getting_started/10min.html#object-creation)"
```python
In [12]: df2.<TAB> # noqa: E225, E999
df2.A df2.bool
df2.abs df2.boxplot... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31526/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31526/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31527 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31527/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31527/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31527/events | https://github.com/pandas-dev/pandas/pull/31527 | 558,468,279 | MDExOlB1bGxSZXF1ZXN0MzY5ODQzOTgy | 31,527 | CLN: libperiod | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "eb6420",
"default": false,
"description": "Period data type",
"id": 60635328,
"name": "Period",
"node_id": "MDU6TGFiZWw2MDYzNTMyOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Period"
},
{
"color": "ea91a4",
"default": false,
"description"... | 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-02-01T03:04:35Z | 2020-02-01T23:34:49Z | 2020-02-01T23:23:06Z | MEMBER | null | separating cleanups from non-cleanup branches | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31527/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31527/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31527.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31527",
"merged_at": "2020-02-01T23:23:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31527.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31527"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31528 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31528/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31528/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31528/events | https://github.com/pandas-dev/pandas/pull/31528 | 558,472,609 | MDExOlB1bGxSZXF1ZXN0MzY5ODQ3MDg1 | 31,528 | REGR: Categorical with np.str_ categories | {
"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": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
},
{
"color": "e11... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 10 | 2020-02-01T03:40:31Z | 2020-02-04T16:31:28Z | 2020-02-04T16:24:00Z | MEMBER | null | - [x] closes #31499
- [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/31528/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31528/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31528.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31528",
"merged_at": "2020-02-04T16:23:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31528.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31528"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31529 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31529/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31529/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31529/events | https://github.com/pandas-dev/pandas/pull/31529 | 558,474,352 | MDExOlB1bGxSZXF1ZXN0MzY5ODQ4MjQx | 31,529 | BUG: Series multiplication with timedelta scalar numexpr path | {
"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": "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-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2020-02-01T03:58:14Z | 2020-02-01T16:10:25Z | 2020-02-01T15:24:45Z | MEMBER | null | - [x] closes #31457
- [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/31529/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31529/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31529.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31529",
"merged_at": "2020-02-01T15:24:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31529.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31529"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31530 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31530/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31530/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31530/events | https://github.com/pandas-dev/pandas/issues/31530 | 558,516,327 | MDU6SXNzdWU1NTg1MTYzMjc= | 31,530 | `style` settings overwrite all `display` settings | {
"avatar_url": "https://avatars.githubusercontent.com/u/8380499?v=4",
"events_url": "https://api.github.com/users/lucatrv/events{/privacy}",
"followers_url": "https://api.github.com/users/lucatrv/followers",
"following_url": "https://api.github.com/users/lucatrv/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "ededed",
"default": false,
"description": "__repr__... | closed | false | null | [] | null | 2 | 2020-02-01T09:56:43Z | 2021-07-27T05:45:10Z | 2021-07-27T05:45:10Z | NONE | null | The following code reproduces the issue:
```python
import pandas as pd
from IPython.display import display
pd.options.display.float_format = "{:,.1f}".format
df = pd.DataFrame([1000.1234, 2000.1234])
display(df)
display(df.style.hide_index())
```
Output:

```
#### Problem description
There is a regression with `"display.max_colwidth"`. In the past, it was only accepting integer. The way to no limit the size was to pass `-1`. In pandas 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/31532/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31532/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31533 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31533/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31533/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31533/events | https://github.com/pandas-dev/pandas/issues/31533 | 558,523,375 | MDU6SXNzdWU1NTg1MjMzNzU= | 31,533 | Formatting of `pandas.set_option` seems broken | {
"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": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
}
] | closed | false | null | [] | null | 1 | 2020-02-01T10:56:37Z | 2020-02-01T11:03:05Z | 2020-02-01T11:02:55Z | MEMBER | null | 
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.set_option.html | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31533/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31533/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31534 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31534/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31534/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31534/events | https://github.com/pandas-dev/pandas/pull/31534 | 558,524,230 | MDExOlB1bGxSZXF1ZXN0MzY5ODg1OTM1 | 31,534 | CI: Reverted changes related to 'jedi' warnings | {
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_u... | [] | closed | false | null | [] | null | 7 | 2020-02-01T11:04:09Z | 2020-02-20T03:17:09Z | 2020-02-20T03:17:09Z | MEMBER | null | - [x] closes #31407
- [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/31534/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31534/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31534.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31534",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31534.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31534"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31535 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31535/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31535/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31535/events | https://github.com/pandas-dev/pandas/pull/31535 | 558,528,343 | MDExOlB1bGxSZXF1ZXN0MzY5ODg5MTcw | 31,535 | CLN: Replace isinstace(foo, Class) with isinstance(foo, ABCClass) | {
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_u... | [
{
"color": "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... | 1 | 2020-02-01T11:37:51Z | 2020-02-01T15:24:23Z | 2020-02-01T15:08:17Z | MEMBER | null | - [x] ref #27353
- [ ] 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/31535/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31535/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31535.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31535",
"merged_at": "2020-02-01T15:08:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31535.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31535"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31536 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31536/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31536/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31536/events | https://github.com/pandas-dev/pandas/pull/31536 | 558,538,812 | MDExOlB1bGxSZXF1ZXN0MzY5ODk2ODE1 | 31,536 | TST: Added regression test case | {
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_u... | [
{
"color": "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 | 4 | 2020-02-01T13:11:59Z | 2020-04-06T09:49:03Z | 2020-04-06T09:48:29Z | MEMBER | null | Resurrection of #28966
- [x] closes #18549
- [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/31536/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31536/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31536.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31536",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31536.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31536"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31537 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31537/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31537/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31537/events | https://github.com/pandas-dev/pandas/issues/31537 | 558,540,474 | MDU6SXNzdWU1NTg1NDA0NzQ= | 31,537 | DOC: Mention that boolean indexing is impossible for new nullable integer/boolean and string data types when they contain missing values | {
"avatar_url": "https://avatars.githubusercontent.com/u/7226751?v=4",
"events_url": "https://api.github.com/users/tdpetrou/events{/privacy}",
"followers_url": "https://api.github.com/users/tdpetrou/followers",
"following_url": "https://api.github.com/users/tdpetrou/following{/other_user}",
"gists_url": "http... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | open | false | null | [] | null | 2 | 2020-02-01T13:23:43Z | 2020-02-02T15:20:24Z | null | CONTRIBUTOR | null | The new data types nullable integer, nullable boolean, and string cannot do boolean indexing when the columns contain missing values.
I searched the [pd.NA][0] and the [boolean indexing][1] sections and have not seen this mentioned. Users need to be aware of this limitation as it greatly reduces their usability.
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31537/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31537/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31538 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31538/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31538/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31538/events | https://github.com/pandas-dev/pandas/pull/31538 | 558,542,216 | MDExOlB1bGxSZXF1ZXN0MzY5ODk5NTEw | 31,538 | TST: Added regression test | {
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_u... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "5319e7",
"d... | closed | false | null | [] | {
"closed_at": "2020-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-02-01T13:36:47Z | 2020-04-06T08:46:06Z | 2020-04-03T20:20:04Z | MEMBER | null | - [x] closes #10329
- [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/31538/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31538/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31538.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31538",
"merged_at": "2020-04-03T20:20:04Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31538.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31538"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31539 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31539/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31539/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31539/events | https://github.com/pandas-dev/pandas/issues/31539 | 558,545,904 | MDU6SXNzdWU1NTg1NDU5MDQ= | 31,539 | WEB: Wrong links on web page | {
"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": "23ef97",
"default": false,
"description": "pandas website",
"id": 1508144531,
"name": "Web",
"node_id": "MDU6TGFiZWwxNTA4MTQ0NTMx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Web"
}
] | closed | false | null | [] | null | 3 | 2020-02-01T14:10:32Z | 2020-02-02T15:24:00Z | 2020-02-02T15:22:33Z | CONTRIBUTOR | null | On [this page ](https://pandas.pydata.org/ )The link at "what's new in 1.0.0" (upper right corner) points to the v0.25 whatsnew.
On [this page](https://pandas.pydata.org/docs/index.html) the link on the upper left side logo points to the same page. I would expect it to point to the main page (https://pandas.pydata.o... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31539/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31539/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31540 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31540/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31540/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31540/events | https://github.com/pandas-dev/pandas/pull/31540 | 558,548,598 | MDExOlB1bGxSZXF1ZXN0MzY5OTA0Mjcx | 31,540 | Backport PR #31520 on branch 1.0.x (REGR: to_datetime, unique with OOB values) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "e11d21",
"default": false,
"description": "Functiona... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2020-02-01T14:30:13Z | 2020-02-01T15:07:26Z | 2020-02-01T15:07:26Z | NONE | null | Backport PR #31520: REGR: to_datetime, unique with OOB values | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31540/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31540/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31540.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31540",
"merged_at": "2020-02-01T15:07:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31540.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31540"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31541 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31541/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31541/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31541/events | https://github.com/pandas-dev/pandas/pull/31541 | 558,553,979 | MDExOlB1bGxSZXF1ZXN0MzY5OTA4MDc5 | 31,541 | Backport PR #31456 on branch 1.0.x (BUG: Groupby.apply wasn't allowing for functions which return lists) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "e11d21",
"default": false,
"description": "Functionality t... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2020-02-01T15:15:25Z | 2020-02-01T19:37:49Z | 2020-02-01T19:37:49Z | NONE | null | Backport PR #31456: BUG: Groupby.apply wasn't allowing for functions which return lists | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31541/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31541/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31541.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31541",
"merged_at": "2020-02-01T19:37:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31541.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31541"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31542 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31542/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31542/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31542/events | https://github.com/pandas-dev/pandas/pull/31542 | 558,554,722 | MDExOlB1bGxSZXF1ZXN0MzY5OTA4NjEx | 31,542 | Backport PR #31513 on branch 1.0.x (REGR: Fixed truncation with na_rep) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
},
{
"color": "e11d2... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2020-02-01T15:21:22Z | 2020-02-01T19:39:15Z | 2020-02-01T19:39:15Z | NONE | null | Backport PR #31513: REGR: Fixed truncation with na_rep | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31542/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31542/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31542.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31542",
"merged_at": "2020-02-01T19:39:14Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31542.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31542"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31543 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31543/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31543/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31543/events | https://github.com/pandas-dev/pandas/pull/31543 | 558,555,180 | MDExOlB1bGxSZXF1ZXN0MzY5OTA4OTI5 | 31,543 | Backport PR #31529 on branch 1.0.x (BUG: Series multiplication with timedelta scalar numexpr path) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "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-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2020-02-01T15:24:54Z | 2020-02-01T19:38:45Z | 2020-02-01T19:38:45Z | NONE | null | Backport PR #31529: BUG: Series multiplication with timedelta scalar numexpr 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/31543/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31543/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31543.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31543",
"merged_at": "2020-02-01T19:38:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31543.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31543"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31544 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31544/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31544/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31544/events | https://github.com/pandas-dev/pandas/issues/31544 | 558,557,031 | MDU6SXNzdWU1NTg1NTcwMzE= | 31,544 | Reading with read_stata in chunks messes up categories | {
"avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4",
"events_url": "https://api.github.com/users/toobaz/events{/privacy}",
"followers_url": "https://api.github.com/users/toobaz/followers",
"following_url": "https://api.github.com/users/toobaz/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e11d21",
"default": false,
"description": "Categorical Data Type",
... | 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-02-01T15:39:57Z | 2020-06-04T11:38:48Z | 2020-06-04T11:38:48Z | MEMBER | null | #### Code Sample, a copy-pastable example if possible
```python
In [2]: df = pd.DataFrame({'col{}'.format(k) : pd.Categorical(['a_label'] +
['another_label']*500)
for k in range(2)}) ... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31544/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31544/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31545 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31545/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31545/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31545/events | https://github.com/pandas-dev/pandas/pull/31545 | 558,562,117 | MDExOlB1bGxSZXF1ZXN0MzY5OTEzOTI0 | 31,545 | BUG&TST: df.replace fail after converting to new dtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4",
"events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}",
"followers_url": "https://api.github.com/users/charlesdong1991/followers",
"following_url": "https://api.github.com/users/charlesdong1991/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2020-02-01T16:21:18Z | 2020-02-01T23:10:57Z | 2020-02-01T23:10:40Z | MEMBER | null | - [x] closes #31517
- [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/31545/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31545/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31545.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31545",
"merged_at": "2020-02-01T23:10:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31545.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31545"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31546 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31546/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31546/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31546/events | https://github.com/pandas-dev/pandas/pull/31546 | 558,563,730 | MDExOlB1bGxSZXF1ZXN0MzY5OTE1MTAz | 31,546 | Manual backport 31446 | {
"avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4",
"events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}",
"followers_url": "https://api.github.com/users/charlesdong1991/followers",
"following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",... | [] | closed | false | null | [] | null | 0 | 2020-02-01T16:33:45Z | 2020-02-01T16:54:02Z | 2020-02-01T16:51:18Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31546/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31546/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31546.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31546",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31546.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31546"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31547 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31547/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31547/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31547/events | https://github.com/pandas-dev/pandas/pull/31547 | 558,579,817 | MDExOlB1bGxSZXF1ZXN0MzY5OTI2NzMw | 31,547 | BUG: GH31142 Fix for combine.Series | {
"avatar_url": "https://avatars.githubusercontent.com/u/20360366?v=4",
"events_url": "https://api.github.com/users/jamesharrop/events{/privacy}",
"followers_url": "https://api.github.com/users/jamesharrop/followers",
"following_url": "https://api.github.com/users/jamesharrop/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"
}
] | closed | false | null | [] | null | 7 | 2020-02-01T18:41:35Z | 2020-06-26T15:43:06Z | 2020-06-26T15:43:06Z | NONE | null | - [ ] closes #31142
- [ ] 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/31547/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31547/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31547.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31547",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31547.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31547"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31548 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31548/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31548/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31548/events | https://github.com/pandas-dev/pandas/issues/31548 | 558,581,266 | MDU6SXNzdWU1NTg1ODEyNjY= | 31,548 | Last tick label not showing | {
"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": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | open | false | null | [] | null | 0 | 2020-02-01T18:53:55Z | 2021-07-27T05:45:37Z | null | MEMBER | null | Noticed while working on #31207
#### Code Sample, a copy-pastable example if possible
```python
from pandas import date_range, Series
import matplotlib.pyplot as plt
index = date_range("1/1/2011", periods=2, freq="H", tz='UTC')
ts = Series([188.5, 328.25], index=index)
ts.plot()
plt.show()
```
#### Prob... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31548/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31548/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31549 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31549/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31549/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31549/events | https://github.com/pandas-dev/pandas/pull/31549 | 558,588,137 | MDExOlB1bGxSZXF1ZXN0MzY5OTMyNzY2 | 31,549 | replace NotImplementedError with AttributeError | {
"avatar_url": "https://avatars.githubusercontent.com/u/401246?v=4",
"events_url": "https://api.github.com/users/RichardBruskiewich/events{/privacy}",
"followers_url": "https://api.github.com/users/RichardBruskiewich/followers",
"following_url": "https://api.github.com/users/RichardBruskiewich/following{/other... | [] | 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... | 22 | 2020-02-01T19:50:25Z | 2020-04-22T22:52:33Z | 2020-04-21T12:53:13Z | NONE | null | Fixes Python inspection of members - bug reported in https://github.com/pandas-dev/pandas/issues/31474
- [ ] closes #31474
- [ ] 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/31549/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31549/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31549.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31549",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31549.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31549"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31550 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31550/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31550/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31550/events | https://github.com/pandas-dev/pandas/pull/31550 | 558,589,261 | MDExOlB1bGxSZXF1ZXN0MzY5OTMzNTg5 | 31,550 | BUG: parase_dates column is in dataframe (#31251) | {
"avatar_url": "https://avatars.githubusercontent.com/u/21811?v=4",
"events_url": "https://api.github.com/users/sathyz/events{/privacy}",
"followers_url": "https://api.github.com/users/sathyz/followers",
"following_url": "https://api.github.com/users/sathyz/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "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-02-01T19:59:54Z | 2020-02-28T09:38:57Z | 2020-02-08T15:20:47Z | CONTRIBUTOR | null | - [ ] closes #31251
- [ ] add test_missing_column in pandas/tests/io/parser/test_parse_dates.py
- [ ] 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/31550/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31550/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31550.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31550",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31550.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31550"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31551 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31551/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31551/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31551/events | https://github.com/pandas-dev/pandas/pull/31551 | 558,595,144 | MDExOlB1bGxSZXF1ZXN0MzY5OTM3ODk2 | 31,551 | ADMIN: Create separate issue templates for different use cases | {
"avatar_url": "https://avatars.githubusercontent.com/u/5332445?v=4",
"events_url": "https://api.github.com/users/jschendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jschendel/followers",
"following_url": "https://api.github.com/users/jschendel/following{/other_user}",
"gists_url": "h... | [
{
"color": "DDDDDD",
"default": false,
"description": "Administrative tasks related to the pandas project",
"id": 32933285,
"name": "Admin",
"node_id": "MDU6TGFiZWwzMjkzMzI4NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Admin"
}
] | 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... | 6 | 2020-02-01T20:47:13Z | 2020-03-31T17:41:49Z | 2020-03-11T02:28:01Z | MEMBER | null | I recall this being mentioned on one of the core dev calls a few months back, and took inspiration from [rapidsai/cudf](https://github.com/rapidsai/cudf) for the various templates.
Added templates for the following use cases:
- Bug Report
- This is largely the same as the current issue template
- Documentation ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31551/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31551/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31551.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31551",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31551.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31551"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31552 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31552/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31552/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31552/events | https://github.com/pandas-dev/pandas/pull/31552 | 558,595,255 | MDExOlB1bGxSZXF1ZXN0MzY5OTM3OTc2 | 31,552 | BUG: to_json not allowing uploads to S3 (#28375) | {
"avatar_url": "https://avatars.githubusercontent.com/u/7356565?v=4",
"events_url": "https://api.github.com/users/YagoGG/events{/privacy}",
"followers_url": "https://api.github.com/users/YagoGG/followers",
"following_url": "https://api.github.com/users/YagoGG/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "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... | 7 | 2020-02-01T20:48:08Z | 2020-06-26T12:55:47Z | 2020-02-02T22:29:04Z | CONTRIBUTOR | null | - [x] closes #28375
- [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/31552/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31552/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31552.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31552",
"merged_at": "2020-02-02T22:29:04Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31552.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31552"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31553 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31553/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31553/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31553/events | https://github.com/pandas-dev/pandas/pull/31553 | 558,595,932 | MDExOlB1bGxSZXF1ZXN0MzY5OTM4NDc5 | 31,553 | REF: collect MultiIndex indexing, set methods | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"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": "207de5",
"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-02-01T20:53:42Z | 2020-02-01T22:43:36Z | 2020-02-01T22:23:20Z | 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/31553/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31553/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31553.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31553",
"merged_at": "2020-02-01T22:23:20Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31553.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31553"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/31554 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31554/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31554/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31554/events | https://github.com/pandas-dev/pandas/pull/31554 | 558,602,891 | MDExOlB1bGxSZXF1ZXN0MzY5OTQzNjQ4 | 31,554 | REF: move _convert_to_indexer to Loc | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "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": "0b02e1",
"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-02-01T21:47:35Z | 2020-02-01T22:40:26Z | 2020-02-01T22:36:50Z | MEMBER | null | It is overriden in iLoc, so by putting it directly in Loc we can simplify bits of it that check `self.name` and keep only the `self.name == "loc"` branches. This lets us get rid of a bit of dead code (L1638-L1642).
Most of the diff is misleading; it is only the one method that is moved, with a placeholder kept in N... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31554/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31554/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31554.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31554",
"merged_at": "2020-02-01T22:36:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31554.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31554"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31555 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31555/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31555/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31555/events | https://github.com/pandas-dev/pandas/pull/31555 | 558,612,857 | MDExOlB1bGxSZXF1ZXN0MzY5OTUwODY3 | 31,555 | Backport PR #31545 on branch 1.0.x (BUG&TST: df.replace fail after converting to new dtype) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "e102d8",
"d... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 11 | 2020-02-01T23:10:51Z | 2020-02-02T19:16:54Z | 2020-02-02T19:08:28Z | NONE | null | Backport PR #31545: BUG&TST: df.replace fail after converting to new dtype | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31555/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31555/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31555.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31555",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31555.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31555"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31556 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31556/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31556/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31556/events | https://github.com/pandas-dev/pandas/pull/31556 | 558,625,384 | MDExOlB1bGxSZXF1ZXN0MzY5OTU5NzU4 | 31,556 | [MRG] f-string updates for issue #29547 | {
"avatar_url": "https://avatars.githubusercontent.com/u/12125842?v=4",
"events_url": "https://api.github.com/users/abbiepopa/events{/privacy}",
"followers_url": "https://api.github.com/users/abbiepopa/followers",
"following_url": "https://api.github.com/users/abbiepopa/following{/other_user}",
"gists_url": "... | [
{
"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... | 7 | 2020-02-02T01:22:48Z | 2020-02-04T00:41:26Z | 2020-02-04T00:41:19Z | CONTRIBUTOR | null | Addresses, in part, https://github.com/pandas-dev/pandas/issues/29547
…ape/pivot, reshape/reshape
- [ x] xref #29547
- [n/a ] tests added / passed
- [x ] passes `black pandas`
- [ x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [n/a ] 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/31556/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31556/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31556.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31556",
"merged_at": "2020-02-04T00:41:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31556.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31556"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31557 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31557/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31557/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31557/events | https://github.com/pandas-dev/pandas/pull/31557 | 558,629,772 | MDExOlB1bGxSZXF1ZXN0MzY5OTYyODAw | 31,557 | REF: organize Series indexing tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "0b02e1",
"d... | closed | false | null | [] | {
"closed_at": "2020-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-02-02T02:15:51Z | 2020-02-02T17:38:48Z | 2020-02-02T17:34:59Z | MEMBER | null | We've got indexing tests pretty scattered; this is organizing the ones in tests.series.indexing by method | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31557/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31557/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31557.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31557",
"merged_at": "2020-02-02T17:34:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31557.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31557"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31558 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31558/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31558/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31558/events | https://github.com/pandas-dev/pandas/pull/31558 | 558,631,131 | MDExOlB1bGxSZXF1ZXN0MzY5OTYzODE4 | 31,558 | REF: organize DataFrame tests for indexing, by-method | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "C4A000",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "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-02-02T02:32:19Z | 2020-02-02T18:44:05Z | 2020-02-02T18:33:51Z | MEMBER | null | The only change that isnt just rearrangement is implementing where_frame fixture in test_where and using it to get rid of for-loops inside a bunch of tests in that 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/31558/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31558/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31558.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31558",
"merged_at": "2020-02-02T18:33:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31558.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31558"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31559 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31559/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31559/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31559/events | https://github.com/pandas-dev/pandas/pull/31559 | 558,633,005 | MDExOlB1bGxSZXF1ZXN0MzY5OTY1MTA1 | 31,559 | REF: CategoricalIndex indexing tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "0b02e1",
"d... | closed | false | null | [] | {
"closed_at": "2020-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-02-02T02:56:45Z | 2020-02-02T18:41:49Z | 2020-02-02T18:35: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/31559/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31559/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31559.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31559",
"merged_at": "2020-02-02T18:35:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31559.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31559"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/31560 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31560/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31560/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31560/events | https://github.com/pandas-dev/pandas/issues/31560 | 558,643,671 | MDU6SXNzdWU1NTg2NDM2NzE= | 31,560 | Add TODOs Badge to the README | {
"avatar_url": "https://avatars.githubusercontent.com/u/57259?v=4",
"events_url": "https://api.github.com/users/patrickdevivo/events{/privacy}",
"followers_url": "https://api.github.com/users/patrickdevivo/followers",
"following_url": "https://api.github.com/users/patrickdevivo/following{/other_user}",
"gist... | [] | closed | false | null | [] | null | 7 | 2020-02-02T05:02:48Z | 2020-02-21T03:29:13Z | 2020-02-02T16:51:37Z | NONE | null | Hi there! I wanted to propose adding the following badge to the README to indicate how many `// TODO` comments are in this codebase:
[](https://www.tickgit.com/browse?repo=github.com/pandas-dev/pandas)
The badge links to `tickgi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31560/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31560/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31561 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31561/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31561/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31561/events | https://github.com/pandas-dev/pandas/pull/31561 | 558,655,891 | MDExOlB1bGxSZXF1ZXN0MzY5OTgxMTgw | 31,561 | Try manual backport | {
"avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4",
"events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}",
"followers_url": "https://api.github.com/users/charlesdong1991/followers",
"following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",... | [] | closed | false | null | [] | null | 0 | 2020-02-02T07:26:29Z | 2020-02-02T07:36:33Z | 2020-02-02T07:36:33Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31561/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31561/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31561.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31561",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31561.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31561"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31562 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31562/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31562/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31562/events | https://github.com/pandas-dev/pandas/pull/31562 | 558,658,061 | MDExOlB1bGxSZXF1ZXN0MzY5OTgyODM4 | 31,562 | Backport PR: BUG: Array.__setitem__ failing with nullable boolean mask (#31484) | {
"avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4",
"events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}",
"followers_url": "https://api.github.com/users/charlesdong1991/followers",
"following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "d7... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2020-02-02T07:49:56Z | 2020-02-02T16:04:40Z | 2020-02-02T16:04:35Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31562/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31562/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31562.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31562",
"merged_at": "2020-02-02T16:04:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31562.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31562"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31563 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31563/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31563/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31563/events | https://github.com/pandas-dev/pandas/pull/31563 | 558,660,329 | MDExOlB1bGxSZXF1ZXN0MzY5OTg0NTk0 | 31,563 | ENH: add fold support to Timestamp constructor | {
"avatar_url": "https://avatars.githubusercontent.com/u/23253999?v=4",
"events_url": "https://api.github.com/users/AlexKirko/events{/privacy}",
"followers_url": "https://api.github.com/users/AlexKirko/followers",
"following_url": "https://api.github.com/users/AlexKirko/following{/other_user}",
"gists_url": "... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "5319e7",
"default": false,
"description": "Timezone... | 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... | 71 | 2020-02-02T08:10:40Z | 2020-03-06T08:24:04Z | 2020-02-26T12:35:04Z | MEMBER | null | **PERF Note:** Current implementation slows down the `Timestamp` constructor. I've tested this thoroughly and tracked it down to ba7fcd5 where I changed the function signatures at the very beginning of working on the PR. The performance overhead appeared before any of the logic was implemented.
- [X] closes #25057, ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31563/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31563/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31563.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31563",
"merged_at": "2020-02-26T12:35:03Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31563.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31563"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31564 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31564/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31564/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31564/events | https://github.com/pandas-dev/pandas/issues/31564 | 558,667,392 | MDU6SXNzdWU1NTg2NjczOTI= | 31,564 | CI: deprecation warning tests failing on linux py37_local pipeline | {
"avatar_url": "https://avatars.githubusercontent.com/u/23253999?v=4",
"events_url": "https://api.github.com/users/AlexKirko/events{/privacy}",
"followers_url": "https://api.github.com/users/AlexKirko/followers",
"following_url": "https://api.github.com/users/AlexKirko/following{/other_user}",
"gists_url": "... | [
{
"color": "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-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2020-02-02T09:13:10Z | 2020-02-07T07:41:19Z | 2020-02-02T16:54:11Z | MEMBER | null | #### Problem description
As of now, the Linux py37_locale pipeline seems to fail independent of PR:
```
_________________ TestRegistration.test_registering_no_warning _________________
2020-02-02T08:55:26.6331296Z [gw1] linux -- Python 3.7.6 /home/vsts/miniconda3/envs/pandas-dev/bin/python
self = <pandas.tes... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31564/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31564/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31565 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31565/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31565/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31565/events | https://github.com/pandas-dev/pandas/pull/31565 | 558,667,681 | MDExOlB1bGxSZXF1ZXN0MzY5OTkwMjQ5 | 31,565 | Fix docstring for to_markdown buf parameter | {
"avatar_url": "https://avatars.githubusercontent.com/u/781659?v=4",
"events_url": "https://api.github.com/users/jakevdp/events{/privacy}",
"followers_url": "https://api.github.com/users/jakevdp/followers",
"following_url": "https://api.github.com/users/jakevdp/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-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-02-02T09:15:51Z | 2020-02-02T17:35:56Z | 2020-02-02T17:12:31Z | CONTRIBUTOR | null | - [ ] ~~closes #xxxx~~ (N/A)
- [ ] ~~tests added / passed~~ (N/A)
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] ~~whatsnew entry~~ (N/A)
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31565/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31565/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31565.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31565",
"merged_at": "2020-02-02T17:12:31Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31565.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31565"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31566 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31566/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31566/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31566/events | https://github.com/pandas-dev/pandas/pull/31566 | 558,671,996 | MDExOlB1bGxSZXF1ZXN0MzY5OTkyOTgw | 31,566 | TST: DataFrame.interpolate(axis='columns') throws exception while DataFrame.interpolate(axis=1) not (#25190) | {
"avatar_url": "https://avatars.githubusercontent.com/u/7356565?v=4",
"events_url": "https://api.github.com/users/YagoGG/events{/privacy}",
"followers_url": "https://api.github.com/users/YagoGG/followers",
"following_url": "https://api.github.com/users/YagoGG/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "d7e102",
"d... | closed | false | null | [] | {
"closed_at": "2020-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-02-02T09:53:06Z | 2020-05-12T12:20:46Z | 2020-05-12T12:18:35Z | CONTRIBUTOR | null | Make sure that DataFrame.interpolate allows setting having "columns" or "index" as the `axis` argument.
I included the `whatsnew` entry as well. However, since the bug was already fixed in v1.0.0, it might be reasonable to just drop it. I leave it to the reviewer's discretion, that's why I've put it in a separate co... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31566/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31566/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31566.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31566",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31566.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31566"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31567 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31567/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31567/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31567/events | https://github.com/pandas-dev/pandas/pull/31567 | 558,674,398 | MDExOlB1bGxSZXF1ZXN0MzY5OTk0NzQz | 31,567 | WEB: Changed whatsnew href from v0.25.0 to v1.0.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/40802737?v=4",
"events_url": "https://api.github.com/users/sohamtiwari3120/events{/privacy}",
"followers_url": "https://api.github.com/users/sohamtiwari3120/followers",
"following_url": "https://api.github.com/users/sohamtiwari3120/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 | [] | null | 2 | 2020-02-02T10:15:29Z | 2021-08-26T10:55:44Z | 2020-02-02T15:22:33Z | CONTRIBUTOR | null | - [ ] closes #31539
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31567/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31567/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31567.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31567",
"merged_at": "2020-02-02T15:22:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31567.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31567"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31568 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31568/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31568/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31568/events | https://github.com/pandas-dev/pandas/pull/31568 | 558,679,113 | MDExOlB1bGxSZXF1ZXN0MzY5OTk3Njc2 | 31,568 | Description of Plotting Backends added in the end. | {
"avatar_url": "https://avatars.githubusercontent.com/u/51680175?v=4",
"events_url": "https://api.github.com/users/mehersaipreetam/events{/privacy}",
"followers_url": "https://api.github.com/users/mehersaipreetam/followers",
"following_url": "https://api.github.com/users/mehersaipreetam/following{/other_user}"... | [] | closed | false | null | [] | null | 1 | 2020-02-02T10:57:17Z | 2020-03-08T05:20:20Z | 2020-03-08T05:20:20Z | NONE | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31568/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31568/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31568.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31568",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31568.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31568"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31569 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31569/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31569/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31569/events | https://github.com/pandas-dev/pandas/pull/31569 | 558,684,446 | MDExOlB1bGxSZXF1ZXN0MzcwMDAxNjc1 | 31,569 | BUG accept and deprecate negative integer for max_colwidth | {
"avatar_url": "https://avatars.githubusercontent.com/u/7454015?v=4",
"events_url": "https://api.github.com/users/glemaitre/events{/privacy}",
"followers_url": "https://api.github.com/users/glemaitre/followers",
"following_url": "https://api.github.com/users/glemaitre/following{/other_user}",
"gists_url": "h... | [
{
"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": "5319e... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2020-02-02T11:44:06Z | 2020-02-03T10:38:51Z | 2020-02-02T18:30:39Z | CONTRIBUTOR | null | - [x] closes #31532
- [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/31569/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31569/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31569.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31569",
"merged_at": "2020-02-02T18:30:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31569.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31569"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31570 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31570/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31570/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31570/events | https://github.com/pandas-dev/pandas/issues/31570 | 558,685,247 | MDU6SXNzdWU1NTg2ODUyNDc= | 31,570 | pandas.read_json(..., split='orient') builts DatetimeIndex instead of using 'index' attribute of json file | {
"avatar_url": "https://avatars.githubusercontent.com/u/8679977?v=4",
"events_url": "https://api.github.com/users/achatrian/events{/privacy}",
"followers_url": "https://api.github.com/users/achatrian/followers",
"following_url": "https://api.github.com/users/achatrian/following{/other_user}",
"gists_url": "h... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "207de5",
"default": false,
"description": "read_json, to_json, json... | closed | false | null | [] | null | 2 | 2020-02-02T11:50:01Z | 2021-03-26T05:25:07Z | 2021-03-26T05:25:07Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
from pathlib import Path
import json
import pandas as pd
path_to_json = Path('path/to/json')
with open(path_to_json, 'r') as feature_file:
features = pd.read_json(feature_file, orient='split')
with open(path_to_json, 'r') as feature_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/31570/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31570/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31571 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31571/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31571/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31571/events | https://github.com/pandas-dev/pandas/pull/31571 | 558,687,817 | MDExOlB1bGxSZXF1ZXN0MzcwMDA0MTk0 | 31,571 | DOC fix *_option() docstring | {
"avatar_url": "https://avatars.githubusercontent.com/u/7454015?v=4",
"events_url": "https://api.github.com/users/glemaitre/events{/privacy}",
"followers_url": "https://api.github.com/users/glemaitre/followers",
"following_url": "https://api.github.com/users/glemaitre/following{/other_user}",
"gists_url": "h... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 8 | 2020-02-02T12:12:30Z | 2020-02-03T10:39:34Z | 2020-02-03T10:39:33Z | CONTRIBUTOR | null | - [x] closes #28780
- [ ] 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/31571/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31571/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31571.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31571",
"merged_at": "2020-02-03T10:39:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31571.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31571"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31572 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31572/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31572/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31572/events | https://github.com/pandas-dev/pandas/issues/31572 | 558,698,124 | MDU6SXNzdWU1NTg2OTgxMjQ= | 31,572 | what is the future of nanosecond in parquet? | {
"avatar_url": "https://avatars.githubusercontent.com/u/9129006?v=4",
"events_url": "https://api.github.com/users/goldenbull/events{/privacy}",
"followers_url": "https://api.github.com/users/goldenbull/followers",
"following_url": "https://api.github.com/users/goldenbull/following{/other_user}",
"gists_url":... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | 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-02-02T13:40:56Z | 2020-02-04T13:31:52Z | 2020-02-03T12:28:24Z | CONTRIBUTOR | null | pandas 1.0.0
sample code as below:
```python
import pandas as pd
df = pd.DataFrame(data=range(123456000, 123456789), columns=["c1"])
df["c2"] = pd.Timestamp("2020-01-31") + pd.to_timedelta(df["c1"], "ns")
df.to_parquet('nanosecond-test.parquet',
# use_deprecated_int96_timestamps=True
... | {
"+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/31572/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31572/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31573 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31573/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31573/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31573/events | https://github.com/pandas-dev/pandas/pull/31573 | 558,698,715 | MDExOlB1bGxSZXF1ZXN0MzcwMDEyMTcw | 31,573 | CI: Remove warning raising after new matplotlib release | {
"avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4",
"events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}",
"followers_url": "https://api.github.com/users/charlesdong1991/followers",
"following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 5 | 2020-02-02T13:45:49Z | 2020-02-02T16:42:32Z | 2020-02-02T16:42:20Z | MEMBER | null | - [ ] xref #31562
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
seems CI is broken after the new release of matplotlib | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31573/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31573/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31573.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31573",
"merged_at": "2020-02-02T16:42:20Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31573.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31573"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31574 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31574/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31574/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31574/events | https://github.com/pandas-dev/pandas/pull/31574 | 558,717,499 | MDExOlB1bGxSZXF1ZXN0MzcwMDI2MTYy | 31,574 | TYP: Arraylike | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | closed | false | null | [] | null | 5 | 2020-02-02T16:06:04Z | 2020-05-01T14:57:54Z | 2020-05-01T14:57:54Z | MEMBER | null | reopening #31518
cc @jbrockmendel @WillAyd | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31574/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31574/timeline | null | 1 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31574.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31574",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31574.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31574"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31575 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31575/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31575/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31575/events | https://github.com/pandas-dev/pandas/issues/31575 | 558,718,261 | MDU6SXNzdWU1NTg3MTgyNjE= | 31,575 | pandas 1.0.0 read_csv() is broken use `open( buffering=0)` option. | {
"avatar_url": "https://avatars.githubusercontent.com/u/13479783?v=4",
"events_url": "https://api.github.com/users/paihu/events{/privacy}",
"followers_url": "https://api.github.com/users/paihu/followers",
"following_url": "https://api.github.com/users/paihu/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e11d21",
"default": false,
"description": "Functionality that used ... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2020-02-02T16:11:58Z | 2020-02-05T13:27:05Z | 2020-02-05T13:27:05Z | CONTRIBUTOR | null | #### Code Sample
```python
import os
import pandas
import tempfile
fname = ""
with tempfile.NamedTemporaryFile(delete=False, mode="w+", encoding="shift-jis") as f:
f.write("てすと\nbar")
fname = f.name
print(fname)
try:
with open(fname,mode="r", encoding="shift-jis") as f:
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31575/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31575/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31576 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31576/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31576/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31576/events | https://github.com/pandas-dev/pandas/pull/31576 | 558,722,470 | MDExOlB1bGxSZXF1ZXN0MzcwMDI5Nzk4 | 31,576 | Backport PR #31573 on branch 1.0.x (CI: Remove warning raising after new matplotlib release) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"color": "a2bca7",
"default": false,
"description": "Co... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2020-02-02T16:42:49Z | 2020-02-02T17:10:03Z | 2020-02-02T17:10:03Z | NONE | null | Backport PR #31573: CI: Remove warning raising after new matplotlib release | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31576/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31576/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31576.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31576",
"merged_at": "2020-02-02T17:10:03Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31576.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31576"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31577 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31577/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31577/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31577/events | https://github.com/pandas-dev/pandas/pull/31577 | 558,722,483 | MDExOlB1bGxSZXF1ZXN0MzcwMDI5ODEw | 31,577 | REF: de-duplicate Period freq conversion 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": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
},
{
"color": "eb6420",
"default": false,
"description... | 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-02-02T16:42:54Z | 2020-02-02T17:39:20Z | 2020-02-02T17:34:38Z | 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/31577/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31577/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31577.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31577",
"merged_at": "2020-02-02T17:34:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31577.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31577"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/31578 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31578/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31578/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31578/events | https://github.com/pandas-dev/pandas/pull/31578 | 558,726,122 | MDExOlB1bGxSZXF1ZXN0MzcwMDMyNTUz | 31,578 | Backport PR #31482 on branch 1.0.x (BUG: objToJson.c - fix return value) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "207de5",
"default": false,
"description": "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"
}
] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2020-02-02T17:09:29Z | 2020-02-02T18:32:03Z | 2020-02-02T18:32:03Z | NONE | null | Backport PR #31482: BUG: objToJson.c - fix return value | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31578/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31578/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31578.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31578",
"merged_at": "2020-02-02T18:32:03Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31578.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31578"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31579 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31579/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31579/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31579/events | https://github.com/pandas-dev/pandas/pull/31579 | 558,726,425 | MDExOlB1bGxSZXF1ZXN0MzcwMDMyNzgx | 31,579 | CLN: Fix ReadMe Badges | {
"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": "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... | 3 | 2020-02-02T17:11:58Z | 2020-02-02T18:31:43Z | 2020-02-02T18:31:37Z | CONTRIBUTOR | null | Noticed when discussing https://github.com/pandas-dev/pandas/issues/31560 our badges are written in HTML + take up a lot of vertical space on our Readme.
My branch (a lot more compact vs master):
https://github.com/alimcmaster1/pandas/tree/mcmali-readme#pandas-powerful-python-data-analysis-toolkit
I've also adde... | {
"+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/31579/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31579/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31579.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31579",
"merged_at": "2020-02-02T18:31:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31579.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31579"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31580 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31580/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31580/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31580/events | https://github.com/pandas-dev/pandas/issues/31580 | 558,728,536 | MDU6SXNzdWU1NTg3Mjg1MzY= | 31,580 | Checking plot labels works locally but not during CI | {
"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": "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": "8AE234",
"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-02-02T17:28:53Z | 2020-02-05T01:02:58Z | 2020-02-05T01:02:58Z | MEMBER | null | #### Code Sample, a copy-pastable example if possible
xref #31207
If I modified the test as follows (with `import re` at the top of the file)
```python
with tm.assert_produces_warning(None):
fig, ax = self.plt.subplots()
ts.plot(ax=ax)
fig.canvas.draw()
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31580/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31580/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31581 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31581/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31581/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31581/events | https://github.com/pandas-dev/pandas/issues/31581 | 558,733,208 | MDU6SXNzdWU1NTg3MzMyMDg= | 31,581 | Assigning column with DataFrame(dtype='category') doesn't preserve categorical dtype, but Series does | {
"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": "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 | 2 | 2020-02-02T18:06:16Z | 2021-07-27T05:46:09Z | null | MEMBER | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
df = pd.DataFrame([1,2,3])
df['col1'] = pd.DataFrame([1,2,3], dtype='category')
df['col2'] = pd.Series([1,2,3], dtype='category')
df.dtypes
```
#### Problem description
This returns
```
0 int64
col1 int6... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31581/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31581/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31582 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31582/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31582/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31582/events | https://github.com/pandas-dev/pandas/pull/31582 | 558,738,694 | MDExOlB1bGxSZXF1ZXN0MzcwMDQxODA0 | 31,582 | Dispatch IntervalIndex.argsort to IntervalArray | {
"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": "009800",
"default": false,
"description": "Interval data type",
"id": 150096370,
"name": "Interval",
"node_id": "MDU6TGFiZWwxNTAwOTYzNzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Interval"
}
] | 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-02-02T18:47:50Z | 2021-01-20T00:13:22Z | 2020-02-19T19:47:55Z | MEMBER | null | cc @jschendel thoughts on if we can do better in the non-ascending/"quicksort" case? | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31582/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31582/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31582.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31582",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31582.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31582"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31583 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31583/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31583/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31583/events | https://github.com/pandas-dev/pandas/pull/31583 | 558,739,983 | MDExOlB1bGxSZXF1ZXN0MzcwMDQyNzUx | 31,583 | REF: Timestamp constructor tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "C4A000",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "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-02-02T18:57:56Z | 2020-02-02T21:52:42Z | 2020-02-02T21:52:37Z | 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/31583/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31583/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31583.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31583",
"merged_at": "2020-02-02T21:52:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31583.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31583"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/31584 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31584/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31584/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31584/events | https://github.com/pandas-dev/pandas/pull/31584 | 558,741,282 | MDExOlB1bGxSZXF1ZXN0MzcwMDQzNjg2 | 31,584 | Backport PR #31545: BUG&TST: df.replace fail after converting to new … | {
"avatar_url": "https://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": "e102d8",
"d... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2020-02-02T19:07:30Z | 2020-02-02T19:42:56Z | 2020-02-02T19:42:56Z | CONTRIBUTOR | null | xref #31555
xref #31545 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31584/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31584/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31584.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31584",
"merged_at": "2020-02-02T19:42:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31584.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31584"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31585 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31585/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31585/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31585/events | https://github.com/pandas-dev/pandas/pull/31585 | 558,751,136 | MDExOlB1bGxSZXF1ZXN0MzcwMDUwOTE5 | 31,585 | REF: define _convert_to_indexer in Loc | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "20... | 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-02-02T20:18:45Z | 2020-02-02T22:39:38Z | 2020-02-02T22:22:17Z | MEMBER | null | _convert_to_indexer is overriden by iloc, so the version currently defined in LocationIndexer is only used in Loc. This moves it directly to Loc.
Also, since ix has been removed, we have an unnecessary level of the class hierarchy, so this merges NDFrameIndexer and LocationIndexer.
Follow-ups will move base clas... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31585/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31585/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31585.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31585",
"merged_at": "2020-02-02T22:22:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31585.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31585"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31586 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31586/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31586/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31586/events | https://github.com/pandas-dev/pandas/issues/31586 | 558,757,780 | MDU6SXNzdWU1NTg3NTc3ODA= | 31,586 | pd.cut returning incorrect output in some cases | {
"avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4",
"events_url": "https://api.github.com/users/dsaxton/events{/privacy}",
"followers_url": "https://api.github.com/users/dsaxton/followers",
"following_url": "https://api.github.com/users/dsaxton/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "9aace2",
"default": false,
"description": "cut, qcut",
"id": 16... | open | false | null | [] | null | 0 | 2020-02-02T21:05:06Z | 2020-04-03T05:48:41Z | null | MEMBER | null | (Below is from master)
```python
import numpy as np
import pandas as pd
arr = np.arange(10).astype(object)
arr[::2] = np.nan
print(arr)
# [nan 1 nan 3 nan 5 nan 7 nan 9]
result = pd.cut(arr, 2)
print(result)
# [NaN, (0.992, 5.0], NaN, (0.992, 5.0], NaN, (0.992, 5.0], NaN, (0.992, 5.0], NaN, (0.992, ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31586/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31586/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31587 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31587/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31587/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31587/events | https://github.com/pandas-dev/pandas/pull/31587 | 558,767,540 | MDExOlB1bGxSZXF1ZXN0MzcwMDYzMDA3 | 31,587 | Backport PR #31440 on branch 1.0.x (BUG: Fix qcut for nullable integers) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate",
"id": 2822342,
"name": "Missing-data",
"node_id": "MDU6TGFiZWwyODIyMzQy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data"
},
{
"color": "02d7e1"... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2020-02-02T22:19:37Z | 2020-02-02T22:57:17Z | 2020-02-02T22:57:17Z | NONE | null | Backport PR #31440: BUG: Fix qcut for nullable integers | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31587/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31587/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31587.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31587",
"merged_at": "2020-02-02T22:57:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31587.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31587"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31588 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31588/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31588/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31588/events | https://github.com/pandas-dev/pandas/pull/31588 | 558,770,165 | MDExOlB1bGxSZXF1ZXN0MzcwMDY1MDM5 | 31,588 | BUG: Handle object arrays with NaN in cut | {
"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:/... | [] | closed | false | null | [] | null | 1 | 2020-02-02T22:41:04Z | 2020-02-13T22:57:03Z | 2020-02-13T22:56:59Z | MEMBER | null | - [x] closes #31586
- [ ] 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/31588/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31588/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31588.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31588",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31588.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31588"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31589 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31589/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31589/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31589/events | https://github.com/pandas-dev/pandas/pull/31589 | 558,774,393 | MDExOlB1bGxSZXF1ZXN0MzcwMDY4Mjc0 | 31,589 | REF: Move Loc-only methods to Loc | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "20... | 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-02-02T23:15:21Z | 2020-02-08T01:41:43Z | 2020-02-08T01:41: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/31589/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31589/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31589.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31589",
"merged_at": "2020-02-08T01:41:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31589.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31589"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/31590 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31590/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31590/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31590/events | https://github.com/pandas-dev/pandas/issues/31590 | 558,775,103 | MDU6SXNzdWU1NTg3NzUxMDM= | 31,590 | pip3 install pandas==1.0.0 fails to find source distribution on ARM host | {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.githu... | [] | closed | false | null | [] | null | 2 | 2020-02-02T23:20:24Z | 2020-02-03T03:51:08Z | 2020-02-03T03:51:08Z | MEMBER | null | #### Code Sample, a copy-pastable example if possible
```python
$ time pip3 install pandas==1.0.0
Collecting pandas==1.0.0
Could not find a version that satisfies the requirement pandas==1.0.0 (from versions: 0.1, 0.2b0, 0.2b1, 0.2, 0.3.0b0, 0.3.0b2, 0.3.0, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.5.0, 0.6.0, 0.6.1, 0.7.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/31590/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31590/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31591 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31591/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31591/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31591/events | https://github.com/pandas-dev/pandas/pull/31591 | 558,783,822 | MDExOlB1bGxSZXF1ZXN0MzcwMDc1MzQx | 31,591 | ENH: Enable indexing with nullable Boolean | {
"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": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "d7... | closed | false | null | [] | {
"closed_at": "2020-03-16T02:29:08Z",
"closed_issues": 155,
"created_at": "2020-02-03T09:13:39Z",
"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.... | 24 | 2020-02-03T00:28:12Z | 2020-02-23T14:55:01Z | 2020-02-22T15:37:38Z | MEMBER | null | closes #31503
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
I think from the discussion in https://github.com/pandas-dev/pandas/issues/31503 that this is something people want to allow. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31591/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31591/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31591.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31591",
"merged_at": "2020-02-22T15:37:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31591.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31591"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31592 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31592/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31592/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31592/events | https://github.com/pandas-dev/pandas/pull/31592 | 558,786,194 | MDExOlB1bGxSZXF1ZXN0MzcwMDc3MjQw | 31,592 | REF: parametrize indexing tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "C4A000",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "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-02-03T00:43:37Z | 2020-02-05T01:41:18Z | 2020-02-05T01:36:40Z | 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/31592/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31592/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31592.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31592",
"merged_at": "2020-02-05T01:36:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31592.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31592"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/31593 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31593/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31593/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31593/events | https://github.com/pandas-dev/pandas/pull/31593 | 558,788,542 | MDExOlB1bGxSZXF1ZXN0MzcwMDc5MDgz | 31,593 | Import libindex in series.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:/... | [] | closed | false | null | [] | null | 1 | 2020-02-03T00:56:28Z | 2020-02-03T00:59:59Z | 2020-02-03T00:59:55Z | MEMBER | null | I think we may be missing an import in `series.py`. cc @jbrockmendel | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31593/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31593/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31593.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31593",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31593.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31593"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31594 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31594/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31594/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31594/events | https://github.com/pandas-dev/pandas/pull/31594 | 558,792,158 | MDExOlB1bGxSZXF1ZXN0MzcwMDgxODkw | 31,594 | TST: troubleshoot npdev build | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "a2bca7",
"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... | 6 | 2020-02-03T01:18:14Z | 2020-02-03T14:33:00Z | 2020-02-03T03:03:25Z | 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/31594/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31594/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31594.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31594",
"merged_at": "2020-02-03T03:03:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31594.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31594"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/31595 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31595/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31595/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31595/events | https://github.com/pandas-dev/pandas/issues/31595 | 558,798,566 | MDU6SXNzdWU1NTg3OTg1NjY= | 31,595 | `Series.isin` does not return all values in the column | {
"avatar_url": "https://avatars.githubusercontent.com/u/20362941?v=4",
"events_url": "https://api.github.com/users/Dpananos/events{/privacy}",
"followers_url": "https://api.github.com/users/Dpananos/followers",
"following_url": "https://api.github.com/users/Dpananos/following{/other_user}",
"gists_url": "htt... | [] | closed | false | null | [] | null | 1 | 2020-02-03T01:52:49Z | 2020-02-03T02:13:42Z | 2020-02-03T02:13:15Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import numpy as np
print(pd.__version__)
df = pd.DataFrame({'t': np.arange(0.5, 2.0, 0.1)})
slxn = df.t.isin(np.arange(0.5, 2.0, 0.5))
slxn.sum()
```
#### Problem description
`df` is a data frame with a single colu... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31595/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31595/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31596 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31596/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31596/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31596/events | https://github.com/pandas-dev/pandas/pull/31596 | 558,855,794 | MDExOlB1bGxSZXF1ZXN0MzcwMTMxMTM3 | 31,596 | BUG: read_csv used in file like object RawIOBase is not recognize encoding option | {
"avatar_url": "https://avatars.githubusercontent.com/u/13479783?v=4",
"events_url": "https://api.github.com/users/paihu/events{/privacy}",
"followers_url": "https://api.github.com/users/paihu/followers",
"following_url": "https://api.github.com/users/paihu/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"id": 47229171,
"name": "IO CSV",
"node_id": "MDU6TGFiZWw0NzIyOTE3MQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV"
},
{
"color": "0052cc",
"default": false,
"descriptio... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2020-02-03T05:40:21Z | 2020-02-05T20:56:20Z | 2020-02-05T13:27:05Z | CONTRIBUTOR | null | - [x] closes #31575
- [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/31596/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31596/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31596.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31596",
"merged_at": "2020-02-05T13:27:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31596.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31596"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31597 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31597/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31597/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31597/events | https://github.com/pandas-dev/pandas/pull/31597 | 558,869,166 | MDExOlB1bGxSZXF1ZXN0MzcwMTQyMjgx | 31,597 | REF: implement tests/indexes/objects/ | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "C4A000",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "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-02-03T06:20:01Z | 2020-02-05T01:33:37Z | 2020-02-05T01:31:09Z | MEMBER | null | Many of the tests in test_base are about `Index.__new__` cases that return a subclass. This is intended specifically for Index-only tests. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31597/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31597/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31597.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31597",
"merged_at": "2020-02-05T01:31:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31597.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31597"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31598 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31598/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31598/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31598/events | https://github.com/pandas-dev/pandas/pull/31598 | 558,872,629 | MDExOlB1bGxSZXF1ZXN0MzcwMTQ1MTk2 | 31,598 | REF: simplify PeriodIndex.get_loc | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "eb... | 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-02-03T06:29:49Z | 2020-02-10T23:32:30Z | 2020-02-09T20:41:34Z | MEMBER | null | This makes PeriodEngine follow patterns in DatetimeEngine, so soon we can have it subclass DatetimeEngine instead of Int64Engine, which will lead to more simplifications.
This also puts us within striking distance of sharing get_loc 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/31598/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31598/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31598.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31598",
"merged_at": "2020-02-09T20:41:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31598.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31598"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31599 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31599/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31599/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31599/events | https://github.com/pandas-dev/pandas/pull/31599 | 558,874,411 | MDExOlB1bGxSZXF1ZXN0MzcwMTQ2NjM0 | 31,599 | CLN: _convert_list_indexer only called by Loc | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "20... | 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-02-03T06:35:00Z | 2020-02-05T01:32:53Z | 2020-02-05T01:27:38Z | 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/31599/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31599/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31599.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31599",
"merged_at": "2020-02-05T01:27:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31599.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31599"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/31600 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31600/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31600/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31600/events | https://github.com/pandas-dev/pandas/issues/31600 | 558,897,401 | MDU6SXNzdWU1NTg4OTc0MDE= | 31,600 | How to determine the severity of skewness(nanskew) such as highly skewed,moderately skewed,normally distributed,etc by interpreting the returned numerical values from the .skew() function. | {
"avatar_url": "https://avatars.githubusercontent.com/u/5341431?v=4",
"events_url": "https://api.github.com/users/getsrikar/events{/privacy}",
"followers_url": "https://api.github.com/users/getsrikar/followers",
"following_url": "https://api.github.com/users/getsrikar/following{/other_user}",
"gists_url": "h... | [] | closed | false | null | [] | null | 1 | 2020-02-03T07:36:17Z | 2020-02-03T11:05:36Z | 2020-02-03T11:05:29Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
# Your code here
```
#### Problem description
The given documentation available below doesn't provide any specifics about the skewness results interpretation.
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.skew.ht... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31600/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31600/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31601 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31601/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31601/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31601/events | https://github.com/pandas-dev/pandas/pull/31601 | 558,897,736 | MDExOlB1bGxSZXF1ZXN0MzcwMTY1ODY5 | 31,601 | Backport PR #31207 on branch 1.0.x (BUG: no longer raise user warning when plotting tz aware time series) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2020-02-03T07:37:08Z | 2020-02-03T10:57:46Z | 2020-02-03T10:57:46Z | NONE | null | Backport PR #31207: BUG: no longer raise user warning when plotting tz aware time 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/31601/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31601/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31601.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31601",
"merged_at": "2020-02-03T10:57:46Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31601.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31601"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31602 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31602/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31602/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31602/events | https://github.com/pandas-dev/pandas/pull/31602 | 558,931,472 | MDExOlB1bGxSZXF1ZXN0MzcwMTkzOTIz | 31,602 | Manual backport 31594 | {
"avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4",
"events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}",
"followers_url": "https://api.github.com/users/charlesdong1991/followers",
"following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",... | [] | closed | false | null | [] | null | 0 | 2020-02-03T08:47:10Z | 2020-02-03T08:57:18Z | 2020-02-03T08:57:07Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31602/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31602/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31602.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31602",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31602.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31602"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31603 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31603/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31603/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31603/events | https://github.com/pandas-dev/pandas/pull/31603 | 558,956,156 | MDExOlB1bGxSZXF1ZXN0MzcwMjEzNzk3 | 31,603 | Backport PR #31569 on branch 1.0.x | {
"avatar_url": "https://avatars.githubusercontent.com/u/7454015?v=4",
"events_url": "https://api.github.com/users/glemaitre/events{/privacy}",
"followers_url": "https://api.github.com/users/glemaitre/followers",
"following_url": "https://api.github.com/users/glemaitre/following{/other_user}",
"gists_url": "h... | [] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2020-02-03T09:32:56Z | 2020-02-03T10:38:41Z | 2020-02-03T10:38:41Z | CONTRIBUTOR | null | backport of #31569 in 1.0.x | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31603/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31603/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31603.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31603",
"merged_at": "2020-02-03T10:38:41Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31603.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31603"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31604 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31604/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31604/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31604/events | https://github.com/pandas-dev/pandas/issues/31604 | 558,962,816 | MDU6SXNzdWU1NTg5NjI4MTY= | 31,604 | DOC: pandas.Series.dt.day has incorrect docs | {
"avatar_url": "https://avatars.githubusercontent.com/u/16720228?v=4",
"events_url": "https://api.github.com/users/julienprieur/events{/privacy}",
"followers_url": "https://api.github.com/users/julienprieur/followers",
"following_url": "https://api.github.com/users/julienprieur/following{/other_user}",
"gist... | [] | closed | false | null | [] | null | 2 | 2020-02-03T09:44:59Z | 2020-02-03T12:41:37Z | 2020-02-03T12:41:37Z | NONE | null | See https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.dt.day.html#pandas.Series.dt.day.
The documentation shows the description for dt.month and not dt.day. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31604/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31604/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31605 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31605/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31605/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31605/events | https://github.com/pandas-dev/pandas/issues/31605 | 558,964,739 | MDU6SXNzdWU1NTg5NjQ3Mzk= | 31,605 | Unexpected TypeError with groupby | {
"avatar_url": "https://avatars.githubusercontent.com/u/4402700?v=4",
"events_url": "https://api.github.com/users/fran6w/events{/privacy}",
"followers_url": "https://api.github.com/users/fran6w/followers",
"following_url": "https://api.github.com/users/fran6w/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
},
{
"color": "0e8a16",
... | 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-02-03T09:48:30Z | 2020-02-05T01:26:33Z | 2020-02-05T01:26:33Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
# Your code here
import numpy as np
import pandas as pd
def fct(group):
return group[1].values.flatten()
df = pd.DataFrame([('A', 1), ('A', 2), ('A', 3), ('B', 4), ('B', 5), ('C', np.nan),])
df.groupby(0).apply(fct)
```
#### Problem des... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31605/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31605/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31606 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31606/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31606/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31606/events | https://github.com/pandas-dev/pandas/pull/31606 | 558,975,377 | MDExOlB1bGxSZXF1ZXN0MzcwMjI5MTMy | 31,606 | DOC: add back google analytics with the new doc theme | {
"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"
}
] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2020-02-03T10:07:33Z | 2020-02-03T12:35:38Z | 2020-02-03T12:07:11Z | MEMBER | null | WIth the new theme, we didn't have google analytics anymore (how we had it before https://github.com/pandas-dev/pandas/pull/27662), so did a quick PR to add that to the theme with an option: https://github.com/pandas-dev/pydata-bootstrap-sphinx-theme/pull/84 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31606/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31606/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31606.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31606",
"merged_at": "2020-02-03T12:07:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31606.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31606"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31607 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31607/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31607/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31607/events | https://github.com/pandas-dev/pandas/pull/31607 | 558,988,483 | MDExOlB1bGxSZXF1ZXN0MzcwMjM5ODQ1 | 31,607 | DOC: combine regressions in section in v1.0.1 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"
}
] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 6 | 2020-02-03T10:30:05Z | 2020-02-03T14:32:14Z | 2020-02-03T14:05:38Z | MEMBER | null | Similarly how we did it for 0.24.x, gathering all regressions in the first section of the whatsnew (as those are the most important part of 1.0.1)
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/31607/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31607/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31607.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31607",
"merged_at": "2020-02-03T14:05:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31607.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31607"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31608 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31608/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31608/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31608/events | https://github.com/pandas-dev/pandas/pull/31608 | 558,994,294 | MDExOlB1bGxSZXF1ZXN0MzcwMjQ0NTI0 | 31,608 | Backport PR #31571 on branch 1.0.x (DOC fix *_option() docstring) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2020-02-03T10:39:43Z | 2020-02-03T11:27:01Z | 2020-02-03T11:27:01Z | NONE | null | Backport PR #31571: DOC fix *_option() docstring | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31608/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31608/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31608.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31608",
"merged_at": "2020-02-03T11:27:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31608.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31608"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31609 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31609/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31609/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31609/events | https://github.com/pandas-dev/pandas/issues/31609 | 558,996,209 | MDU6SXNzdWU1NTg5OTYyMDk= | 31,609 | _check_for_bom at parsers.py remove all the fields behind BOM | {
"avatar_url": "https://avatars.githubusercontent.com/u/5550249?v=4",
"events_url": "https://api.github.com/users/limitspro/events{/privacy}",
"followers_url": "https://api.github.com/users/limitspro/followers",
"following_url": "https://api.github.com/users/limitspro/following{/other_user}",
"gists_url": "h... | [
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"id": 47229171,
"name": "IO CSV",
"node_id": "MDU6TGFiZWw0NzIyOTE3MQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV"
}
] | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-02-03T10:42:54Z | 2020-09-19T22:02:56Z | 2020-09-19T22:02:56Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd # version 0.23.0, the same as 1.0.0
df=pd.read_csv("1.csv",sep=r",") # 1.csv treat first row as header, which start with BOM due to some unknow reason.
print(df.columns)
```
#### Problem description
_check_for_bom will not just... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31609/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31609/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31610 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31610/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31610/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31610/events | https://github.com/pandas-dev/pandas/pull/31610 | 558,998,454 | MDExOlB1bGxSZXF1ZXN0MzcwMjQ4MDU2 | 31,610 | Backport PR #31594: TST: troubleshoot npdev build | {
"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... | [] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2020-02-03T10:46:34Z | 2020-02-03T12:53:41Z | 2020-02-03T12:22:38Z | MEMBER | null | Backport of https://github.com/pandas-dev/pandas/pull/31594 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31610/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31610/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31610.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31610",
"merged_at": "2020-02-03T12:22:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31610.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31610"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31611 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31611/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31611/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31611/events | https://github.com/pandas-dev/pandas/pull/31611 | 559,041,844 | MDExOlB1bGxSZXF1ZXN0MzcwMjg0MDg2 | 31,611 | Backport PR #31606 on branch 1.0.x (DOC: add back google analytics with the new doc theme) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2020-02-03T12:07:39Z | 2020-02-03T12:35:58Z | 2020-02-03T12:35:58Z | NONE | null | Backport PR #31606: DOC: add back google analytics with the new doc theme | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31611/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31611/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31611.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31611",
"merged_at": "2020-02-03T12:35:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31611.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31611"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31612 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31612/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31612/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31612/events | https://github.com/pandas-dev/pandas/issues/31612 | 559,073,983 | MDU6SXNzdWU1NTkwNzM5ODM= | 31,612 | Groupby apply result shape depends on internal apply path | {
"avatar_url": "https://avatars.githubusercontent.com/u/8629629?v=4",
"events_url": "https://api.github.com/users/fjetter/events{/privacy}",
"followers_url": "https://api.github.com/users/fjetter/followers",
"following_url": "https://api.github.com/users/fjetter/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "009800",
"default": false,
"description": "Duplicate issue... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 7 | 2020-02-03T13:11:48Z | 2020-07-16T14:17:44Z | 2020-07-16T14:17:43Z | MEMBER | null | #### Problem description
The shape returned by groupby.apply currently depends on the path the internal apply takes (fast apply vs slow apply) which is opaque to the user. The following examples show the behaviour for two simple examples where the fast path returns the group key as index while the slow path returns ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31612/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31612/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31613 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31613/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31613/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31613/events | https://github.com/pandas-dev/pandas/pull/31613 | 559,076,127 | MDExOlB1bGxSZXF1ZXN0MzcwMzEyNTU5 | 31,613 | BUG: Ensure same index is returned for slow and fast path in groupby.apply | {
"avatar_url": "https://avatars.githubusercontent.com/u/8629629?v=4",
"events_url": "https://api.github.com/users/fjetter/events{/privacy}",
"followers_url": "https://api.github.com/users/fjetter/followers",
"following_url": "https://api.github.com/users/fjetter/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | 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... | 18 | 2020-02-03T13:15:28Z | 2020-06-02T09:31:04Z | 2020-05-27T14:06:52Z | MEMBER | null | This _fixes_ the internal check to be consistent with the slow apply path
- [x] closes #31612
- [x] closes #14927
closes #13056
- [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/31613/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31613/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31613.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31613",
"merged_at": "2020-05-27T14:06:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31613.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31613"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31614 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31614/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31614/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31614/events | https://github.com/pandas-dev/pandas/pull/31614 | 559,079,820 | MDExOlB1bGxSZXF1ZXN0MzcwMzE1NTcz | 31,614 | REGR: fix non-reduction apply with tz-aware objects | {
"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-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2020-02-03T13:21:47Z | 2020-02-05T12:34:41Z | 2020-02-05T08:15:33Z | MEMBER | null | Closes https://github.com/pandas-dev/pandas/issues/31505
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31614/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31614/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31614.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31614",
"merged_at": "2020-02-05T08:15:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31614.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31614"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.