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/36017 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36017/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36017/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36017/events | https://github.com/pandas-dev/pandas/pull/36017 | 689,564,340 | MDExOlB1bGxSZXF1ZXN0NDc2NTkwOTky | 36,017 | TYP: annotate plotting._matplotlib.misc | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-08-31T22:46:43Z | 2020-09-01T16:43:16Z | 2020-09-01T16:39:55Z | 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/36017/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36017/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36017.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36017",
"merged_at": "2020-09-01T16:39:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36017.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36017"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/36018 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36018/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36018/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36018/events | https://github.com/pandas-dev/pandas/issues/36018 | 689,685,997 | MDU6SXNzdWU2ODk2ODU5OTc= | 36,018 | QST: is the new behavior of GroupByRolling for MultiIndex in v1.1.1 intended? | {
"avatar_url": "https://avatars.githubusercontent.com/u/44108233?v=4",
"events_url": "https://api.github.com/users/itholic/events{/privacy}",
"followers_url": "https://api.github.com/users/itholic/followers",
"following_url": "https://api.github.com/users/itholic/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-09-09T09:07:44Z",
"closed_issues": 94,
"created_at": "2020-08-17T19:11:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 4 | 2020-09-01T00:06:15Z | 2020-09-07T21:06:29Z | 2020-09-07T21:06:29Z | NONE | null | #### Question about pandas
Let's say we have a `Series` with `MultiIndex` like the below.
```python
>>> pser = pd.Series(
... [1, 2, 3, 2],
... index=pd.MultiIndex.from_tuples([("a", "x"), ("a", "y"), ("b", "z"), ("c", "z")]),
... name="a",
... )
>>> pser
a x 1
y 2
b z 3
c z... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36018/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36018/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36019 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36019/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36019/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36019/events | https://github.com/pandas-dev/pandas/issues/36019 | 689,729,869 | MDU6SXNzdWU2ODk3Mjk4Njk= | 36,019 | BUG: Read_Parquet replacing values with None | {
"avatar_url": "https://avatars.githubusercontent.com/u/11483519?v=4",
"events_url": "https://api.github.com/users/jaded-1/events{/privacy}",
"followers_url": "https://api.github.com/users/jaded-1/followers",
"following_url": "https://api.github.com/users/jaded-1/following{/other_user}",
"gists_url": "https:... | [
{
"color": "207de5",
"default": false,
"description": "Clarification about behavior needed to assess issue",
"id": 307649777,
"name": "Needs Info",
"node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info"
},
{
"color": "53... | closed | false | null | [] | null | 2 | 2020-09-01T01:18:23Z | 2020-12-15T18:41:48Z | 2020-12-15T18:41:48Z | NONE | null | Tried reading a parquet file with data below. However, I see that some of the topics are replaced with None in the dataframe and I'm not sure what's causing this. This happens for only some rows.
example.parquet:
{
"id": "035f57ed-ef07-4ec1-b8d4-04453b9b8fa1",
"topics": [
"GOVERNME... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36019/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36019/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36020 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36020/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36020/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36020/events | https://github.com/pandas-dev/pandas/pull/36020 | 689,733,908 | MDExOlB1bGxSZXF1ZXN0NDc2NzQ5NTgw | 36,020 | REF: implement Block._replace_list | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "fbca04",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "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-09-01T01:30:38Z | 2020-09-02T00:55:52Z | 2020-09-01T23:31:10Z | MEMBER | null | So we can re-use BlockManager.apply for the block iteration. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36020/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36020/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36020.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36020",
"merged_at": "2020-09-01T23:31:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36020.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36020"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36021 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36021/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36021/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36021/events | https://github.com/pandas-dev/pandas/issues/36021 | 689,764,565 | MDU6SXNzdWU2ODk3NjQ1NjU= | 36,021 | TYP/CLN: cleanup `_openpyxl.py`, add type annotation | {
"avatar_url": "https://avatars.githubusercontent.com/u/7614606?v=4",
"events_url": "https://api.github.com/users/fangchenli/events{/privacy}",
"followers_url": "https://api.github.com/users/fangchenli/followers",
"following_url": "https://api.github.com/users/fangchenli/following{/other_user}",
"gists_url":... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2020-09-01T02:56:11Z | 2020-09-01T20:01:44Z | 2020-09-01T19:36:21Z | 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/36021/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36021/timeline | null | null | null | |
https://api.github.com/repos/pandas-dev/pandas/issues/36022 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36022/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36022/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36022/events | https://github.com/pandas-dev/pandas/pull/36022 | 689,765,283 | MDExOlB1bGxSZXF1ZXN0NDc2NzczOTk4 | 36,022 | TYP/CLN: cleanup `_openpyxl.py`, add type annotation #36021 | {
"avatar_url": "https://avatars.githubusercontent.com/u/7614606?v=4",
"events_url": "https://api.github.com/users/fangchenli/events{/privacy}",
"followers_url": "https://api.github.com/users/fangchenli/followers",
"following_url": "https://api.github.com/users/fangchenli/following{/other_user}",
"gists_url":... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
},
{
"color": "ea91a4",
"default": false,
"description": "type annotat... | closed | false | null | [] | {
"closed_at": "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-09-01T02:58:11Z | 2020-09-02T01:04:42Z | 2020-09-01T19:36:21Z | MEMBER | null | - [x] closes #36021
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36022/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36022/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36022.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36022",
"merged_at": "2020-09-01T19:36:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36022.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36022"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36023 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36023/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36023/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36023/events | https://github.com/pandas-dev/pandas/pull/36023 | 689,772,204 | MDExOlB1bGxSZXF1ZXN0NDc2Nzc5NTE2 | 36,023 | Comma cleanup for #35925 | {
"avatar_url": "https://avatars.githubusercontent.com/u/38149479?v=4",
"events_url": "https://api.github.com/users/JonathanShrek/events{/privacy}",
"followers_url": "https://api.github.com/users/JonathanShrek/followers",
"following_url": "https://api.github.com/users/JonathanShrek/following{/other_user}",
"g... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
},
{
"color": "207de5",
"default... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-09-01T03:16:46Z | 2020-09-01T18:22:18Z | 2020-09-01T12:38:28Z | CONTRIBUTOR | null | Comma cleanup for #35925 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36023/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36023/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36023.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36023",
"merged_at": "2020-09-01T12:38:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36023.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36023"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36024 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36024/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36024/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36024/events | https://github.com/pandas-dev/pandas/issues/36024 | 689,810,289 | MDU6SXNzdWU2ODk4MTAyODk= | 36,024 | TYP: add type annotation to `_xlwt.py` | {
"avatar_url": "https://avatars.githubusercontent.com/u/7614606?v=4",
"events_url": "https://api.github.com/users/fangchenli/events{/privacy}",
"followers_url": "https://api.github.com/users/fangchenli/followers",
"following_url": "https://api.github.com/users/fangchenli/following{/other_user}",
"gists_url":... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2020-09-01T05:00:16Z | 2020-09-01T17:02:37Z | 2020-09-01T16:06:11Z | MEMBER | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36024/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36024/timeline | null | null | null | |
https://api.github.com/repos/pandas-dev/pandas/issues/36025 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36025/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36025/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36025/events | https://github.com/pandas-dev/pandas/pull/36025 | 689,810,901 | MDExOlB1bGxSZXF1ZXN0NDc2ODA5NzIz | 36,025 | TYP: add type annotation to `_xlwt.py` #36024 | {
"avatar_url": "https://avatars.githubusercontent.com/u/7614606?v=4",
"events_url": "https://api.github.com/users/fangchenli/events{/privacy}",
"followers_url": "https://api.github.com/users/fangchenli/followers",
"following_url": "https://api.github.com/users/fangchenli/following{/other_user}",
"gists_url":... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-09-01T05:01:30Z | 2020-09-02T01:06:26Z | 2020-09-01T16:06:11Z | MEMBER | null | - [x] closes #36024
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
pandas\io\excel\_xlwt.py:52: error: Need type annotation for 'style_dict' (hint: "style_dict: Dict[<type>, <type>] = ...") [var-annotated]
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36025/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36025/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36025.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36025",
"merged_at": "2020-09-01T16:06:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36025.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36025"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36026 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36026/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36026/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36026/events | https://github.com/pandas-dev/pandas/pull/36026 | 689,819,853 | MDExOlB1bGxSZXF1ZXN0NDc2ODE2ODQz | 36,026 | DOC: Update documentation for pd.Interval if string endpoints are not allowed anymore | {
"avatar_url": "https://avatars.githubusercontent.com/u/5001953?v=4",
"events_url": "https://api.github.com/users/souris-dev/events{/privacy}",
"followers_url": "https://api.github.com/users/souris-dev/followers",
"following_url": "https://api.github.com/users/souris-dev/following{/other_user}",
"gists_url":... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-09-01T05:19:17Z | 2020-09-01T16:15:33Z | 2020-09-01T16:15:27Z | CONTRIBUTOR | null | - [X] closes #36002
- [X] tests added / passed
- [X] passes `black pandas`
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Removed outdated example in documentation for pd.Interval (string endpoints are not allowed anymore). | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36026/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36026/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36026.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36026",
"merged_at": "2020-09-01T16:15:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36026.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36026"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36027 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36027/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36027/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36027/events | https://github.com/pandas-dev/pandas/issues/36027 | 689,823,017 | MDU6SXNzdWU2ODk4MjMwMTc= | 36,027 | TYP: add type annotation to `expr.py` | {
"avatar_url": "https://avatars.githubusercontent.com/u/7614606?v=4",
"events_url": "https://api.github.com/users/fangchenli/events{/privacy}",
"followers_url": "https://api.github.com/users/fangchenli/followers",
"following_url": "https://api.github.com/users/fangchenli/following{/other_user}",
"gists_url":... | [
{
"color": "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 | 1 | 2020-09-01T05:25:46Z | 2020-09-01T15:45:47Z | 2020-09-01T15:45:47Z | 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/36027/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36027/timeline | null | null | null | |
https://api.github.com/repos/pandas-dev/pandas/issues/36028 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36028/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36028/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36028/events | https://github.com/pandas-dev/pandas/pull/36028 | 689,823,732 | MDExOlB1bGxSZXF1ZXN0NDc2ODE5OTMx | 36,028 | TYP: add type annotation to expr.py #36027 | {
"avatar_url": "https://avatars.githubusercontent.com/u/7614606?v=4",
"events_url": "https://api.github.com/users/fangchenli/events{/privacy}",
"followers_url": "https://api.github.com/users/fangchenli/followers",
"following_url": "https://api.github.com/users/fangchenli/following{/other_user}",
"gists_url":... | [
{
"color": "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 | 1 | 2020-09-01T05:27:12Z | 2020-09-02T01:05:48Z | 2020-09-01T15:39:26Z | MEMBER | null | - [x] closes #36027
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36028/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36028/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36028.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36028",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/36028.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36028"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36029 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36029/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36029/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36029/events | https://github.com/pandas-dev/pandas/pull/36029 | 689,887,892 | MDExOlB1bGxSZXF1ZXN0NDc2ODcxNjE2 | 36,029 | remove trailing commas for #35925 | {
"avatar_url": "https://avatars.githubusercontent.com/u/57529264?v=4",
"events_url": "https://api.github.com/users/D3ADSH0T25/events{/privacy}",
"followers_url": "https://api.github.com/users/D3ADSH0T25/followers",
"following_url": "https://api.github.com/users/D3ADSH0T25/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"
},
{
"color": "207de5",
"default... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2020-09-01T07:15:29Z | 2020-09-01T16:46:34Z | 2020-09-01T16:36:51Z | CONTRIBUTOR | null | - [x] pandas/io/parquet.py
- [x] pandas/io/parsers.py
- [x] pandas/io/pytables.py
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36029/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36029/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36029.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36029",
"merged_at": "2020-09-01T16:36:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36029.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36029"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36030 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36030/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36030/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36030/events | https://github.com/pandas-dev/pandas/issues/36030 | 689,926,760 | MDU6SXNzdWU2ODk5MjY3NjA= | 36,030 | BUG: wrong plotting in x-axis when index set to date | {
"avatar_url": "https://avatars.githubusercontent.com/u/5188799?v=4",
"events_url": "https://api.github.com/users/saturn99/events{/privacy}",
"followers_url": "https://api.github.com/users/saturn99/followers",
"following_url": "https://api.github.com/users/saturn99/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": "0052cc",
"default": false,
"description": "Issue that has not been ... | closed | false | null | [] | null | 1 | 2020-09-01T08:12:25Z | 2020-09-04T19:42:36Z | 2020-09-04T19:42:36Z | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [x] (optional) I have confirmed this bug exists on the master branch of pandas.
---
in `mydata` i have't no any data between `2000-01-03` to `2020-01-01`
but panda... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36030/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36030/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36031 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36031/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36031/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36031/events | https://github.com/pandas-dev/pandas/issues/36031 | 689,976,965 | MDU6SXNzdWU2ODk5NzY5NjU= | 36,031 | BUG: Mean of zeros turn out to be non-zero | {
"avatar_url": "https://avatars.githubusercontent.com/u/6145801?v=4",
"events_url": "https://api.github.com/users/harahu/events{/privacy}",
"followers_url": "https://api.github.com/users/harahu/followers",
"following_url": "https://api.github.com/users/harahu/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "eb6420",
"default": false,
"description": "Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff",
"id": 57296398,
"name": "Algos",
"node_id": "MDU6TGFiZWw1NzI5NjM5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Algos"
},
{
... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 6 | 2020-09-01T09:19:09Z | 2020-09-15T22:20:48Z | 2020-09-15T22:20:48Z | NONE | null | - [ ] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [x] (optional) I have confirmed this bug exists on the master branch of pandas.
---
#### Code Sample, a copy-pastable example
```python
'''Two examples of a time-we... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36031/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36031/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36032 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36032/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36032/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36032/events | https://github.com/pandas-dev/pandas/issues/36032 | 689,997,340 | MDU6SXNzdWU2ODk5OTczNDA= | 36,032 | BUG: .dt.isocalendar().year | {
"avatar_url": "https://avatars.githubusercontent.com/u/46159213?v=4",
"events_url": "https://api.github.com/users/vukhanh1202/events{/privacy}",
"followers_url": "https://api.github.com/users/vukhanh1202/followers",
"following_url": "https://api.github.com/users/vukhanh1202/following{/other_user}",
"gists_u... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2020-09-09T09:07:44Z",
"closed_issues": 94,
"created_at": "2020-08-17T19:11:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 0 | 2020-09-01T09:47:42Z | 2020-09-04T20:29:25Z | 2020-09-04T20:29:25Z | NONE | null | #### Code Sample, a copy-pastable example
```python
import pandas as pd
df = pd.DataFrame(
{
"Date": [
pd.to_datetime("2016-01-01"),
pd.to_datetime("2016-01-04"),
pd.to_datetime("2016-01-05"),
pd.to_datetime("2016-01-06"),
pd.to_datet... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36032/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36032/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36033 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36033/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36033/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36033/events | https://github.com/pandas-dev/pandas/issues/36033 | 690,031,894 | MDU6SXNzdWU2OTAwMzE4OTQ= | 36,033 | Coverting bug by null values from csv into panda nan to a python list | {
"avatar_url": "https://avatars.githubusercontent.com/u/19425852?v=4",
"events_url": "https://api.github.com/users/Kaufhold/events{/privacy}",
"followers_url": "https://api.github.com/users/Kaufhold/followers",
"following_url": "https://api.github.com/users/Kaufhold/following{/other_user}",
"gists_url": "htt... | [] | closed | false | null | [] | null | 3 | 2020-09-01T10:37:24Z | 2020-09-03T11:33:24Z | 2020-09-03T11:25:59Z | NONE | null | Hello,
I read a csv file with panda and convert it to a python list.
The problem is that panda convert the null values from the csv to nan values.
After that I convert the panda dataframe to a python nested list and got nan values inside the python list that have the float type.
Code:
`for chunk in pd.read_csv(... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36033/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36033/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36034 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36034/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36034/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36034/events | https://github.com/pandas-dev/pandas/pull/36034 | 690,038,181 | MDExOlB1bGxSZXF1ZXN0NDc2OTkzNTEx | 36,034 | TYP: Postponed Evaluation of Annotations (PEP 563) | {
"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 | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2020-09-01T10:47:32Z | 2020-09-03T08:51:04Z | 2020-09-02T21:31:48Z | MEMBER | null | a few files as POC/for discussion
from https://www.python.org/dev/peps/pep-0563/
> PEP 3107 added support for arbitrary annotations on parts of a function definition. Just like default values, annotations are evaluated at function definition time. This creates a number of issues for the type hinting use 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/36034/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36034/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36034.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36034",
"merged_at": "2020-09-02T21:31:48Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36034.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36034"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36035 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36035/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36035/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36035/events | https://github.com/pandas-dev/pandas/pull/36035 | 690,162,222 | MDExOlB1bGxSZXF1ZXN0NDc3MDk3NTYz | 36,035 | CI: pin s3fs for Windows py37_np18 on 1.1.x | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] | closed | false | null | [] | {
"closed_at": "2020-09-09T09:07:44Z",
"closed_issues": 94,
"created_at": "2020-08-17T19:11:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 1 | 2020-09-01T13:52:17Z | 2020-09-01T15:26:59Z | 2020-09-01T15:26:05Z | 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/36035/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36035/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36035.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36035",
"merged_at": "2020-09-01T15:26:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36035.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36035"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/36036 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36036/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36036/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36036/events | https://github.com/pandas-dev/pandas/issues/36036 | 690,175,769 | MDU6SXNzdWU2OTAxNzU3Njk= | 36,036 | BUG: The exception is arisen when `apply` takes functions with equal names | {
"avatar_url": "https://avatars.githubusercontent.com/u/26389732?v=4",
"events_url": "https://api.github.com/users/YarShev/events{/privacy}",
"followers_url": "https://api.github.com/users/YarShev/followers",
"following_url": "https://api.github.com/users/YarShev/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": "fbca04",
"default": false,
"description": "Apply, Aggregate, Transf... | open | false | null | [] | null | 6 | 2020-09-01T14:09:34Z | 2020-09-07T10:20:20Z | null | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
**Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36036/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36036/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36037 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36037/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36037/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36037/events | https://github.com/pandas-dev/pandas/issues/36037 | 690,185,602 | MDU6SXNzdWU2OTAxODU2MDI= | 36,037 | BUG: transform zscore - weird behavior for not rounded floats | {
"avatar_url": "https://avatars.githubusercontent.com/u/6077538?v=4",
"events_url": "https://api.github.com/users/mglowacki100/events{/privacy}",
"followers_url": "https://api.github.com/users/mglowacki100/followers",
"following_url": "https://api.github.com/users/mglowacki100/following{/other_user}",
"gists... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0052cc",
"default": false,
"description": "Issue that has not been ... | closed | false | null | [] | null | 1 | 2020-09-01T14:22:00Z | 2020-09-04T08:33:09Z | 2020-09-04T08:33:09Z | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
```
import pandas as pd
import numpy as np
from scipy import stats #1.15
from ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36037/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36037/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36038 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36038/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36038/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36038/events | https://github.com/pandas-dev/pandas/pull/36038 | 690,197,580 | MDExOlB1bGxSZXF1ZXN0NDc3MTI2ODEx | 36,038 | BUG: 35977 Adding regex support for ExtensionBlock replace method | {
"avatar_url": "https://avatars.githubusercontent.com/u/17381597?v=4",
"events_url": "https://api.github.com/users/cgangwar11/events{/privacy}",
"followers_url": "https://api.github.com/users/cgangwar11/followers",
"following_url": "https://api.github.com/users/cgangwar11/following{/other_user}",
"gists_url"... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "6138b5... | closed | false | null | [] | null | 7 | 2020-09-01T14:37:13Z | 2021-02-11T01:38:59Z | 2021-02-11T01:38:59Z | CONTRIBUTOR | null | - [x] closes #35977
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
Overrides replace method to add support of regex in ExtensionBlock . If input to_replace is a regex we convert data type of block to Object and cal... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36038/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36038/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36038.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36038",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/36038.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36038"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36039 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36039/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36039/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36039/events | https://github.com/pandas-dev/pandas/pull/36039 | 690,215,032 | MDExOlB1bGxSZXF1ZXN0NDc3MTQxNDQy | 36,039 | Backport PR #35938 on branch 1.1.x (REGR: Fix comparison broadcasting over array of Intervals) | {
"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": "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-09-09T09:07:44Z",
"closed_issues": 94,
"created_at": "2020-08-17T19:11:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 0 | 2020-09-01T14:56:53Z | 2020-09-01T18:29:08Z | 2020-09-01T18:29:08Z | NONE | null | Backport PR #35938: REGR: Fix comparison broadcasting over array of Intervals | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36039/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36039/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36039.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36039",
"merged_at": "2020-09-01T18:29:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36039.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36039"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36040 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36040/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36040/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36040/events | https://github.com/pandas-dev/pandas/issues/36040 | 690,215,816 | MDU6SXNzdWU2OTAyMTU4MTY= | 36,040 | BUG: Rolling min_periods not working on groupby object | {
"avatar_url": "https://avatars.githubusercontent.com/u/24326925?v=4",
"events_url": "https://api.github.com/users/justinessert/events{/privacy}",
"followers_url": "https://api.github.com/users/justinessert/followers",
"following_url": "https://api.github.com/users/justinessert/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": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2020-09-01T14:57:53Z | 2020-10-10T22:30:51Z | 2020-10-10T22:30:51Z | CONTRIBUTOR | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [x] (optional) I have confirmed this bug exists on the master branch of pandas.
---
#### Code Sample, a copy-pastable example
```python
df = pd.DataFrame({
'... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36040/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36040/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36041 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36041/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36041/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36041/events | https://github.com/pandas-dev/pandas/pull/36041 | 690,219,984 | MDExOlB1bGxSZXF1ZXN0NDc3MTQ1NDcy | 36,041 | Backport PR #35999 on branch 1.1.x (BUG: None in Float64Index raising TypeError, should return False) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
}
] | closed | false | null | [] | {
"closed_at": "2020-09-09T09:07:44Z",
"closed_issues": 94,
"created_at": "2020-08-17T19:11:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 0 | 2020-09-01T15:03:13Z | 2020-09-01T16:57:17Z | 2020-09-01T16:57:17Z | NONE | null | Backport PR #35999: BUG: None in Float64Index raising TypeError, should return False | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36041/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36041/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36041.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36041",
"merged_at": "2020-09-01T16:57:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36041.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36041"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36042 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36042/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36042/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36042/events | https://github.com/pandas-dev/pandas/issues/36042 | 690,233,170 | MDU6SXNzdWU2OTAyMzMxNzA= | 36,042 | BUG: `apply` behaviour changed when using function that returns tuple | {
"avatar_url": "https://avatars.githubusercontent.com/u/19334781?v=4",
"events_url": "https://api.github.com/users/martijnvanattekum/events{/privacy}",
"followers_url": "https://api.github.com/users/martijnvanattekum/followers",
"following_url": "https://api.github.com/users/martijnvanattekum/following{/other_... | [
{
"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 | 3 | 2020-09-01T15:20:42Z | 2020-09-01T19:34:46Z | 2020-09-01T19:34:26Z | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
#### Code Sample, a copy-pastable example
```python
import seaborn as sns
imp... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36042/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36042/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36043 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36043/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36043/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36043/events | https://github.com/pandas-dev/pandas/pull/36043 | 690,252,361 | MDExOlB1bGxSZXF1ZXN0NDc3MTcyNDE3 | 36,043 | DOC: add semicolons to suppress text repr of matplotlib objects in visualization.rst | {
"avatar_url": "https://avatars.githubusercontent.com/u/23830955?v=4",
"events_url": "https://api.github.com/users/partev/events{/privacy}",
"followers_url": "https://api.github.com/users/partev/followers",
"following_url": "https://api.github.com/users/partev/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 241332... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 7 | 2020-09-01T15:46:11Z | 2020-10-10T17:28:56Z | 2020-10-10T17:28:43Z | CONTRIBUTOR | null | add semicolons (";") after the plotting function to suppress unnecessary debug messages similar to:
<matplotlib.axes._subplots.AxesSubplot at 0x7fe278bb5160>
- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] wha... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36043/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36043/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36043.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36043",
"merged_at": "2020-10-10T17:28:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36043.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36043"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36044 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36044/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36044/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36044/events | https://github.com/pandas-dev/pandas/issues/36044 | 690,279,211 | MDU6SXNzdWU2OTAyNzkyMTE= | 36,044 | BUG: Set type check is too strict when creating Series from dict keys | {
"avatar_url": "https://avatars.githubusercontent.com/u/5832902?v=4",
"events_url": "https://api.github.com/users/krassowski/events{/privacy}",
"followers_url": "https://api.github.com/users/krassowski/followers",
"following_url": "https://api.github.com/users/krassowski/following{/other_user}",
"gists_url":... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "d4c5f9",
"default": false,
"description": "Series/DataFrame/Index/p... | closed | false | null | [] | {
"closed_at": "2020-09-09T09:07:44Z",
"closed_issues": 94,
"created_at": "2020-08-17T19:11:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 2 | 2020-09-01T16:20:39Z | 2020-09-05T23:13:45Z | 2020-09-05T23:13:45Z | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
#### Code Sample, a copy-pastable example
```python
from pandas import 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/36044/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36044/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36045 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36045/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36045/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36045/events | https://github.com/pandas-dev/pandas/pull/36045 | 690,306,449 | MDExOlB1bGxSZXF1ZXN0NDc3MjE3MTQ4 | 36,045 | BUG: NDFrame.replace wrong exception type, wrong return when size==0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
}
] | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-09-01T17:04:47Z | 2020-09-02T16:57:21Z | 2020-09-02T03:19:27Z | MEMBER | null | - [ ] closes #xxxx
- [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/36045/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36045/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36045.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36045",
"merged_at": "2020-09-02T03:19:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36045.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36045"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36046 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36046/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36046/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36046/events | https://github.com/pandas-dev/pandas/pull/36046 | 690,332,272 | MDExOlB1bGxSZXF1ZXN0NDc3MjM4NDY5 | 36,046 | REF: simplify CSVFormatter | {
"avatar_url": "https://avatars.githubusercontent.com/u/41443370?v=4",
"events_url": "https://api.github.com/users/ivanovmg/events{/privacy}",
"followers_url": "https://api.github.com/users/ivanovmg/followers",
"following_url": "https://api.github.com/users/ivanovmg/following{/other_user}",
"gists_url": "htt... | [
{
"color": "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": "5319e7",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2020-09-01T17:49:29Z | 2020-11-06T15:35:00Z | 2020-09-09T10:33:11Z | MEMBER | null | - [ ] closes #xxxx
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Refactor CSVFormatter
----------------------
1. Put data validation in setters
2. Extract helper methods and properties
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36046/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36046/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36046.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36046",
"merged_at": "2020-09-09T10:33:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36046.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36046"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36047 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36047/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36047/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36047/events | https://github.com/pandas-dev/pandas/issues/36047 | 690,346,629 | MDU6SXNzdWU2OTAzNDY2Mjk= | 36,047 | BUG: Series.__mod__ behaves different with >1e4 rows | {
"avatar_url": "https://avatars.githubusercontent.com/u/70599596?v=4",
"events_url": "https://api.github.com/users/river-00/events{/privacy}",
"followers_url": "https://api.github.com/users/river-00/followers",
"following_url": "https://api.github.com/users/river-00/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e11d21",
"default": false,
"description": "Functionality that used ... | closed | false | null | [] | {
"closed_at": "2020-10-05T18:41:57Z",
"closed_issues": 106,
"created_at": "2020-09-07T09:13:14Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.co... | 2 | 2020-09-01T18:14:14Z | 2020-09-30T20:27:08Z | 2020-09-30T20:27:08Z | NONE | null | - [√] I have checked that this issue has not already been reported.
- [√] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
**Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36047/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36047/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36048 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36048/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36048/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36048/events | https://github.com/pandas-dev/pandas/pull/36048 | 690,362,532 | MDExOlB1bGxSZXF1ZXN0NDc3MjYzMDEx | 36,048 | CI: pin setuptools on 1.1.x | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] | closed | false | null | [] | {
"closed_at": "2020-09-09T09:07:44Z",
"closed_issues": 94,
"created_at": "2020-08-17T19:11:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 1 | 2020-09-01T18:42:16Z | 2020-09-02T09:23:22Z | 2020-09-01T23:27:11Z | MEMBER | null | top answer on stack overflow is to pin https://stackoverflow.com/questions/63663362/django-python3-on-install-i-get-parent-module-setuptools-not-loaded
also see https://github.com/MacPython/pandas-wheels/pull/97#issuecomment-684938715
Note: 50.0.1 released a hour ago but still the same. https://dev.azure.com/pand... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36048/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36048/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36048.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36048",
"merged_at": "2020-09-01T23:27:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36048.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36048"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36049 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36049/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36049/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36049/events | https://github.com/pandas-dev/pandas/pull/36049 | 690,394,263 | MDExOlB1bGxSZXF1ZXN0NDc3Mjg5NjUw | 36,049 | CLN: rename private functions used across modules | {
"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": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
},
{
"color": "207de5",
"default... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2020-09-01T19:35:37Z | 2020-09-02T18:27:14Z | 2020-09-02T17:54:27Z | 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/36049/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36049/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36049.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36049",
"merged_at": "2020-09-02T17:54:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36049.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36049"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/36050 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36050/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36050/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36050/events | https://github.com/pandas-dev/pandas/pull/36050 | 690,442,106 | MDExOlB1bGxSZXF1ZXN0NDc3MzMwMTM2 | 36,050 | BUG: incorrect year returned in isocalendar for certain dates | {
"avatar_url": "https://avatars.githubusercontent.com/u/1978117?v=4",
"events_url": "https://api.github.com/users/asishm/events{/privacy}",
"followers_url": "https://api.github.com/users/asishm/followers",
"following_url": "https://api.github.com/users/asishm/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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2020-09-09T09:07:44Z",
"closed_issues": 94,
"created_at": "2020-08-17T19:11:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 4 | 2020-09-01T20:56:01Z | 2020-09-07T05:14:36Z | 2020-09-04T20:29:26Z | CONTRIBUTOR | null | - [x] closes #36032
- [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/36050/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36050/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36050.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36050",
"merged_at": "2020-09-04T20:29:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36050.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36050"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36051 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36051/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36051/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36051/events | https://github.com/pandas-dev/pandas/pull/36051 | 690,453,768 | MDExOlB1bGxSZXF1ZXN0NDc3MzQwMTkz | 36,051 | BUG: frame._item_cache not cleared when Series is altered | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2020-09-09T09:07:44Z",
"closed_issues": 94,
"created_at": "2020-08-17T19:11:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 4 | 2020-09-01T21:16:16Z | 2020-09-02T16:55:54Z | 2020-09-02T15:43:17Z | MEMBER | null | - [x] closes #33675
- [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/36051/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36051/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36051.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36051",
"merged_at": "2020-09-02T15:43:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36051.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36051"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36052 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36052/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36052/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36052/events | https://github.com/pandas-dev/pandas/pull/36052 | 690,463,211 | MDExOlB1bGxSZXF1ZXN0NDc3MzQ4Mjk1 | 36,052 | CLN remove unnecessary trailing commas in pandas/io | {
"avatar_url": "https://avatars.githubusercontent.com/u/31184453?v=4",
"events_url": "https://api.github.com/users/sarthakvk/events{/privacy}",
"followers_url": "https://api.github.com/users/sarthakvk/followers",
"following_url": "https://api.github.com/users/sarthakvk/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"
},
{
"color": "207de5",
"default... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 9 | 2020-09-01T21:28:54Z | 2020-09-03T20:04:49Z | 2020-09-03T16:33:47Z | CONTRIBUTOR | null | @MarcoGorelli can you review this PR this is related to issue #35925, if this looks good to you I can open another PR
- [x] pandas/io/sas/sas_xport.py
- [x] pandas/io/stata.py
- [x] passes `black pandas`
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36052/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36052/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36052.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36052",
"merged_at": "2020-09-03T16:33:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36052.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36052"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36053 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36053/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36053/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36053/events | https://github.com/pandas-dev/pandas/pull/36053 | 690,480,912 | MDExOlB1bGxSZXF1ZXN0NDc3MzYyOTIx | 36,053 | CLN: _wrap_applied_output | {
"avatar_url": "https://avatars.githubusercontent.com/u/45562402?v=4",
"events_url": "https://api.github.com/users/rhshadrach/events{/privacy}",
"followers_url": "https://api.github.com/users/rhshadrach/followers",
"following_url": "https://api.github.com/users/rhshadrach/following{/other_user}",
"gists_url"... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "207de5",
"default": false,
"description": null,
"id": ... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-09-01T22:05:45Z | 2020-09-01T23:56:26Z | 2020-09-01T23:17:23Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
2nd step toward #35412. In this, the order of the largest if-else is switched with the condition negated. We can then drop the else entirely, resulti... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36053/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36053/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36053.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36053",
"merged_at": "2020-09-01T23:17:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36053.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36053"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36054 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36054/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36054/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36054/events | https://github.com/pandas-dev/pandas/pull/36054 | 690,484,716 | MDExOlB1bGxSZXF1ZXN0NDc3MzY2MDgz | 36,054 | BUG: Don't raise when constructing Series from ordered set | {
"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": "d4c5f9",
"default": false,
"description": "Series/DataFrame/Index/p... | closed | false | null | [] | {
"closed_at": "2020-09-09T09:07:44Z",
"closed_issues": 94,
"created_at": "2020-08-17T19:11:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 2 | 2020-09-01T22:14:11Z | 2020-09-06T12:58:55Z | 2020-09-05T23:13:46Z | MEMBER | null | - [x] closes #36044
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
This may or may not be a regression, since before the change that caused the error to be raised the output was still wrong (same bug that motivated ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36054/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36054/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36054.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36054",
"merged_at": "2020-09-05T23:13:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36054.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36054"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36055 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36055/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36055/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36055/events | https://github.com/pandas-dev/pandas/pull/36055 | 690,487,544 | MDExOlB1bGxSZXF1ZXN0NDc3MzY4NDY5 | 36,055 | STY/WIP: check for private imports/lookups | {
"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": "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 | [] | null | 6 | 2020-09-01T22:20:34Z | 2020-09-12T21:34:28Z | 2020-09-12T21:30:33Z | MEMBER | null | Mostly this is an amalgam of #33479, #33394, and #33393. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36055/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36055/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36055.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36055",
"merged_at": "2020-09-12T21:30:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36055.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36055"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36056 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36056/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36056/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36056/events | https://github.com/pandas-dev/pandas/issues/36056 | 690,503,166 | MDU6SXNzdWU2OTA1MDMxNjY= | 36,056 | conda install -c anaconda pandas=1.1.1 fails in Windows | {
"avatar_url": "https://avatars.githubusercontent.com/u/30508983?v=4",
"events_url": "https://api.github.com/users/eafpres/events{/privacy}",
"followers_url": "https://api.github.com/users/eafpres/followers",
"following_url": "https://api.github.com/users/eafpres/following{/other_user}",
"gists_url": "https:... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 1 | 2020-09-01T22:59:12Z | 2020-09-03T10:47:35Z | 2020-09-02T12:30:47Z | NONE | null | #### Question about pandas
I am trying to update Pandas in a venv under Windows 10 using miniconda. I have Pandas 1.0.3 installed.
I think part of the issue is there are pip installed packages in the environment
This is unavoidable; some things I use cannot be installed by conda
Is the only solution to bui... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36056/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36056/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36057 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36057/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36057/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36057/events | https://github.com/pandas-dev/pandas/pull/36057 | 690,510,643 | MDExOlB1bGxSZXF1ZXN0NDc3Mzg3NzA5 | 36,057 | CLN remove unnecessary trailing commas | {
"avatar_url": "https://avatars.githubusercontent.com/u/61059243?v=4",
"events_url": "https://api.github.com/users/tiagohonorato/events{/privacy}",
"followers_url": "https://api.github.com/users/tiagohonorato/followers",
"following_url": "https://api.github.com/users/tiagohonorato/following{/other_user}",
"g... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"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-09-01T23:19:03Z | 2020-09-02T16:14:07Z | 2020-09-02T16:14:01Z | CONTRIBUTOR | null | #35925
- pandas/tests/arithmetic/test_interval.py
- pandas/tests/arithmetic/test_numeric.py
- pandas/tests/arrays/boolean/test_logical.py
I am not including "pandas/io/sas/sas_xport.py" and "pandas/io/stata.py" as there is a PR already open for those. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36057/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36057/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36057.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36057",
"merged_at": "2020-09-02T16:14:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36057.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36057"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36058 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36058/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36058/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36058/events | https://github.com/pandas-dev/pandas/pull/36058 | 690,638,777 | MDExOlB1bGxSZXF1ZXN0NDc3NTA2Njg1 | 36,058 | Comma cleanup for #35925 | {
"avatar_url": "https://avatars.githubusercontent.com/u/38149479?v=4",
"events_url": "https://api.github.com/users/JonathanShrek/events{/privacy}",
"followers_url": "https://api.github.com/users/JonathanShrek/followers",
"following_url": "https://api.github.com/users/JonathanShrek/following{/other_user}",
"g... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
},
{
"color": "207de5",
"default... | closed | false | null | [] | {
"closed_at": "2020-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-09-02T01:29:17Z | 2020-09-02T13:28:56Z | 2020-09-02T13:28:45Z | CONTRIBUTOR | null | - [x] pandas/tests/generic/test_finalize.py
- [x] pandas/tests/generic/test_to_xarray.py
- [x] pandas/tests/groupby/aggregate/test_numba.py
- [x] pandas/tests/groupby/test_apply.py
- [x] pandas/tests/groupby/test_categorical.py
- [x] pandas/tests/groupby/test_groupby.py
- [x] pandas/tests/groupby/test_groupby_dro... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36058/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36058/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36058.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36058",
"merged_at": "2020-09-02T13:28:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36058.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36058"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36059 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36059/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36059/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36059/events | https://github.com/pandas-dev/pandas/pull/36059 | 690,641,822 | MDExOlB1bGxSZXF1ZXN0NDc3NTA5NTA2 | 36,059 | CLN remove unnecessary trailing commas in groupby tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/11509423?v=4",
"events_url": "https://api.github.com/users/xcz011/events{/privacy}",
"followers_url": "https://api.github.com/users/xcz011/followers",
"following_url": "https://api.github.com/users/xcz011/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-09-02T01:32:16Z | 2020-09-02T16:20:00Z | 2020-09-02T16:19:49Z | CONTRIBUTOR | null | xref #35925
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36059/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36059/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36059.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36059",
"merged_at": "2020-09-02T16:19:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36059.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36059"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36060 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36060/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36060/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36060/events | https://github.com/pandas-dev/pandas/issues/36060 | 690,676,826 | MDU6SXNzdWU2OTA2NzY4MjY= | 36,060 | BUG: MultiIndex with nan values obtained by `groupby` behaves different to MultiIndex.from_tuples() | {
"avatar_url": "https://avatars.githubusercontent.com/u/7367411?v=4",
"events_url": "https://api.github.com/users/ssche/events{/privacy}",
"followers_url": "https://api.github.com/users/ssche/followers",
"following_url": "https://api.github.com/users/ssche/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, d... | open | false | null | [] | null | 4 | 2020-09-02T03:04:49Z | 2020-09-22T05:20:22Z | null | CONTRIBUTOR | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
I checked in 1.1.1
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
#### Code Sample, a copy-pastable example
```python
In [... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36060/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36060/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36061 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36061/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36061/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36061/events | https://github.com/pandas-dev/pandas/pull/36061 | 690,774,484 | MDExOlB1bGxSZXF1ZXN0NDc3NjE3Nzgz | 36,061 | BUG: groupby and agg on read-only array gives ValueError: buffer source array is read-only | {
"avatar_url": "https://avatars.githubusercontent.com/u/12874561?v=4",
"events_url": "https://api.github.com/users/jeet-parekh/events{/privacy}",
"followers_url": "https://api.github.com/users/jeet-parekh/followers",
"following_url": "https://api.github.com/users/jeet-parekh/following{/other_user}",
"gists_u... | [
{
"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": "0052cc",
"default": false,
"description": "pandas objects ... | closed | false | null | [] | {
"closed_at": "2020-09-09T09:07:44Z",
"closed_issues": 94,
"created_at": "2020-08-17T19:11:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 4 | 2020-09-02T07:00:58Z | 2020-09-05T08:26:11Z | 2020-09-04T14:28:16Z | CONTRIBUTOR | null | - [x] closes #36014
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
I found multiple aggregate functions that were failing for a read-only array. I applied the change suggested in #36014 to all of them.
A couple ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36061/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36061/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36061.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36061",
"merged_at": "2020-09-04T14:28:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36061.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36061"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36062 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36062/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36062/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36062/events | https://github.com/pandas-dev/pandas/issues/36062 | 690,784,238 | MDU6SXNzdWU2OTA3ODQyMzg= | 36,062 | QST: CSV: export, import and new lines | {
"avatar_url": "https://avatars.githubusercontent.com/u/1063219?v=4",
"events_url": "https://api.github.com/users/kuraga/events{/privacy}",
"followers_url": "https://api.github.com/users/kuraga/followers",
"following_url": "https://api.github.com/users/kuraga/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "0052cc",
"default": false,
"descript... | closed | false | null | [] | null | 10 | 2020-09-02T07:18:58Z | 2020-09-02T17:47:23Z | 2020-09-02T17:47:23Z | NONE | null | - [x] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions.
- [ ] I have asked my usage related question on [StackOverflow](https://stackoverflow.com).
---
#### Question about pandas
```python
df = pd.DataFrame([ ['a\rb'] ], columns=['... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36062/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36062/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36063 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36063/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36063/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36063/events | https://github.com/pandas-dev/pandas/issues/36063 | 690,834,648 | MDU6SXNzdWU2OTA4MzQ2NDg= | 36,063 | BUG: Unary minus raises for series with Int64Dtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/118834?v=4",
"events_url": "https://api.github.com/users/mila/events{/privacy}",
"followers_url": "https://api.github.com/users/mila/followers",
"following_url": "https://api.github.com/users/mila/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"color": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | closed | false | null | [] | {
"closed_at": "2020-10-05T18:41:57Z",
"closed_issues": 106,
"created_at": "2020-09-07T09:13:14Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.co... | 5 | 2020-09-02T08:41:07Z | 2020-09-14T04:19:37Z | 2020-09-13T12:44:16Z | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [x] (optional) I have confirmed this bug exists on the master branch of pandas (commit 73c1d32)
---
#### Code Sample, a copy-pastable example
```python
>>> impo... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36063/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36063/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36064 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36064/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36064/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36064/events | https://github.com/pandas-dev/pandas/issues/36064 | 690,948,898 | MDU6SXNzdWU2OTA5NDg4OTg= | 36,064 | BUG: Scatterplot x-axis label disappears with colorscale when using matplotlib backend | {
"avatar_url": "https://avatars.githubusercontent.com/u/7703961?v=4",
"events_url": "https://api.github.com/users/discdiver/events{/privacy}",
"followers_url": "https://api.github.com/users/discdiver/followers",
"following_url": "https://api.github.com/users/discdiver/following{/other_user}",
"gists_url": "h... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 10 | 2020-09-02T11:38:50Z | 2021-10-31T13:03:15Z | null | NONE | null | - This issue was reported and resolved in #10611 but returned with 0.24.0.
- I have confirmed this bug exists on the latest version of pandas.
---
**Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) detailing how to provide the necessary information for us t... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36064/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36064/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36065 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36065/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36065/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36065/events | https://github.com/pandas-dev/pandas/issues/36065 | 690,962,658 | MDU6SXNzdWU2OTA5NjI2NTg= | 36,065 | BUG: Index.equals returns incorrect result | {
"avatar_url": "https://avatars.githubusercontent.com/u/26389732?v=4",
"events_url": "https://api.github.com/users/YarShev/events{/privacy}",
"followers_url": "https://api.github.com/users/YarShev/followers",
"following_url": "https://api.github.com/users/YarShev/following{/other_user}",
"gists_url": "https:... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
}
] | closed | false | null | [] | null | 9 | 2020-09-02T12:01:45Z | 2020-09-03T10:47:02Z | 2020-09-02T16:10:26Z | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
**Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36065/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36065/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36066 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36066/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36066/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36066/events | https://github.com/pandas-dev/pandas/issues/36066 | 690,999,818 | MDU6SXNzdWU2OTA5OTk4MTg= | 36,066 | BUG: isin has unexpected behaviour when using a dataframe with a large amount of rows (1.000.001) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1024416?v=4",
"events_url": "https://api.github.com/users/Hanspagh/events{/privacy}",
"followers_url": "https://api.github.com/users/Hanspagh/followers",
"following_url": "https://api.github.com/users/Hanspagh/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": "0052cc",
"default": false,
"description": "Issue that has not been ... | closed | false | null | [] | null | 7 | 2020-09-02T12:58:34Z | 2020-09-11T08:26:42Z | 2020-09-04T11:04:51Z | CONTRIBUTOR | null | - [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
**Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36066/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36066/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36067 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36067/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36067/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36067/events | https://github.com/pandas-dev/pandas/pull/36067 | 691,010,665 | MDExOlB1bGxSZXF1ZXN0NDc3ODExMTEw | 36,067 | TYP: update setup.cfg | {
"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 | [] | {
"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-09-02T13:12:50Z | 2020-09-02T15:47:31Z | 2020-09-02T15:41:40Z | MEMBER | null | fixes in #36017 merged between generating config in #36012 and merging #36012 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36067/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36067/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36067.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36067",
"merged_at": "2020-09-02T15:41:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36067.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36067"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36068 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36068/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36068/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36068/events | https://github.com/pandas-dev/pandas/pull/36068 | 691,012,530 | MDExOlB1bGxSZXF1ZXN0NDc3ODEyNjU1 | 36,068 | TYP: statically define attributes in plotting._matplotlib.core | {
"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 | [] | {
"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-09-02T13:15:11Z | 2020-09-02T15:49:20Z | 2020-09-02T15:42:30Z | MEMBER | null | continuation of changes in #36016
pandas\plotting\_matplotlib\core.py:231: error: "MPLPlot" has no attribute "style" [attr-defined]
pandas\plotting\_matplotlib\core.py:232: error: "MPLPlot" has no attribute "style" [attr-defined]
pandas\plotting\_matplotlib\core.py:233: error: "MPLPlot" has no attribute "style" ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36068/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36068/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36068.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36068",
"merged_at": "2020-09-02T15:42:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36068.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36068"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36069 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36069/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36069/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36069/events | https://github.com/pandas-dev/pandas/issues/36069 | 691,056,216 | MDU6SXNzdWU2OTEwNTYyMTY= | 36,069 | BUG:read_csv misleading handling of csv files containing rows with different number of delimiters | {
"avatar_url": "https://avatars.githubusercontent.com/u/17687613?v=4",
"events_url": "https://api.github.com/users/saleepeppe/events{/privacy}",
"followers_url": "https://api.github.com/users/saleepeppe/followers",
"following_url": "https://api.github.com/users/saleepeppe/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": "ffa0ff",
"default": false,
"description": "Incorrec... | open | false | null | [] | null | 1 | 2020-09-02T14:10:54Z | 2021-08-13T02:14:52Z | null | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
#### Code Sample, a copy-pastable example
```python
import pandas as pd
pd.re... | {
"+1": 7,
"-1": 0,
"confused": 1,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 8,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36069/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36069/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36070 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36070/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36070/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36070/events | https://github.com/pandas-dev/pandas/issues/36070 | 691,068,404 | MDU6SXNzdWU2OTEwNjg0MDQ= | 36,070 | Pandas fails to build in AIX with Python 3.7 | {
"avatar_url": "https://avatars.githubusercontent.com/u/6734658?v=4",
"events_url": "https://api.github.com/users/ayappanec/events{/privacy}",
"followers_url": "https://api.github.com/users/ayappanec/followers",
"following_url": "https://api.github.com/users/ayappanec/following{/other_user}",
"gists_url": "h... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 3 | 2020-09-02T14:26:25Z | 2020-09-08T07:13:21Z | 2020-09-08T07:13:20Z | CONTRIBUTOR | null | Building Pandas master branch in AIX fails with the below error
ERROR: Command errored out with exit status 1:
command: /opt/freeware/bin/python3 /opt/freeware/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py get_requires_for_build_wheel /tmp/tmp3r6qx0fj
cwd: /tmp/pip-req-build-_gzfu3c7
C... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36070/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36070/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36071 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36071/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36071/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36071/events | https://github.com/pandas-dev/pandas/pull/36071 | 691,099,732 | MDExOlB1bGxSZXF1ZXN0NDc3ODg1MTY1 | 36,071 | Backport PR #35852 on branch 1.1.x (API: replace dropna=False option with na_sentinel=None in factorize) | {
"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": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
}
] | closed | false | null | [] | {
"closed_at": "2020-09-09T09:07:44Z",
"closed_issues": 94,
"created_at": "2020-08-17T19:11:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 5 | 2020-09-02T15:05:47Z | 2020-09-02T16:37:26Z | 2020-09-02T16:37:26Z | NONE | null | Backport PR #35852: API: replace dropna=False option with na_sentinel=None in factorize | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36071/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36071/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36071.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36071",
"merged_at": "2020-09-02T16:37:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36071.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36071"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36072 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36072/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36072/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36072/events | https://github.com/pandas-dev/pandas/pull/36072 | 691,147,849 | MDExOlB1bGxSZXF1ZXN0NDc3OTI1ODYw | 36,072 | Backport PR #36051 on branch 1.1.x (BUG: frame._item_cache not cleared when Series is altered) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
}
] | closed | false | null | [] | {
"closed_at": "2020-09-09T09:07:44Z",
"closed_issues": 94,
"created_at": "2020-08-17T19:11:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 0 | 2020-09-02T16:02:19Z | 2020-09-02T17:09:18Z | 2020-09-02T17:09:18Z | NONE | null | Backport PR #36051: BUG: frame._item_cache not cleared when Series is altered | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36072/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36072/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36072.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36072",
"merged_at": "2020-09-02T17:09:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36072.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36072"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36073 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36073/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36073/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36073/events | https://github.com/pandas-dev/pandas/pull/36073 | 691,192,494 | MDExOlB1bGxSZXF1ZXN0NDc3OTY0ODYw | 36,073 | CLN clearing unnecessary trailing commas | {
"avatar_url": "https://avatars.githubusercontent.com/u/31184453?v=4",
"events_url": "https://api.github.com/users/sarthakvk/events{/privacy}",
"followers_url": "https://api.github.com/users/sarthakvk/followers",
"following_url": "https://api.github.com/users/sarthakvk/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"
},
{
"color": "207de5",
"default... | 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-09-02T16:51:04Z | 2020-09-02T19:21:45Z | 2020-09-02T19:21:30Z | CONTRIBUTOR | null | This PR is related to issue #35925, black 19.10b0 and upgraded version both passes these changes. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36073/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36073/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36073.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36073",
"merged_at": "2020-09-02T19:21:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36073.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36073"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36074 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36074/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36074/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36074/events | https://github.com/pandas-dev/pandas/issues/36074 | 691,203,711 | MDU6SXNzdWU2OTEyMDM3MTE= | 36,074 | Pandas MultiIndex causes out of memory error | {
"avatar_url": "https://avatars.githubusercontent.com/u/69255084?v=4",
"events_url": "https://api.github.com/users/mahsa-ebrahimian/events{/privacy}",
"followers_url": "https://api.github.com/users/mahsa-ebrahimian/followers",
"following_url": "https://api.github.com/users/mahsa-ebrahimian/following{/other_use... | [] | closed | false | null | [] | null | 4 | 2020-09-02T17:01:40Z | 2020-10-12T23:28:34Z | 2020-10-12T23:28:33Z | NONE | null | I have used multi indexing in my code which is causing out of memory error.
`import pandas as pd
import numpy as np
import io
import requests
url="https://raw.githubusercontent.com/mahsa-ebrahimian/netflix_project/master/netflix_sample_complete.csv"
movie_db=pd.read_csv(url, error_bad_lines=False)
del movie_db... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36074/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36074/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36075 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36075/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36075/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36075/events | https://github.com/pandas-dev/pandas/issues/36075 | 691,241,151 | MDU6SXNzdWU2OTEyNDExNTE= | 36,075 | DOC: Docstring for comparison operators has "=!" instead of "!=" | {
"avatar_url": "https://avatars.githubusercontent.com/u/5454627?v=4",
"events_url": "https://api.github.com/users/daytonb/events{/privacy}",
"followers_url": "https://api.github.com/users/daytonb/followers",
"following_url": "https://api.github.com/users/daytonb/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"
}
] | open | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/5454627?v=4",
"events_url": "https://api.github.com/users/daytonb/events{/privacy}",
"followers_url": "https://api.github.com/users/daytonb/followers",
"following_url": "https://api.github.com/users/daytonb/following{/other_user}",
"gists_url": "https:/... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/5454627?v=4",
"events_url": "https://api.github.com/users/daytonb/events{/privacy}",
"followers_url": "https://api.github.com/users/daytonb/followers",
"following_url": "https://api.github.com/users/daytonb/following{/other_user}",
"gists_... | null | 2 | 2020-09-02T17:24:30Z | 2021-04-13T15:46:43Z | null | CONTRIBUTOR | null | #### Location of the documentation
Shows up in all the flexible comparison docstrings like "https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.ne.html". The typo is in the `_flex_comp_doc_FRAME` shared docstring found in `core/ops/docstrings.py`.
#### Documentation problem
The docstring says `=!... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36075/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36075/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36076 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36076/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36076/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36076/events | https://github.com/pandas-dev/pandas/issues/36076 | 691,263,138 | MDU6SXNzdWU2OTEyNjMxMzg= | 36,076 | BUG: ser.to_frame().all() inconsistent with ser.all() with CategoryDtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Comparison, and Logical operations",
"id": 47223669,
"name": "Numeric Operations",
"node_id": "MDU6TGFiZWw0NzIyMzY2OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations"
},
{
"c... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2020-09-02T17:42:26Z | 2020-11-14T19:38:31Z | 2020-11-14T19:38:31Z | MEMBER | null | Based on tests.frame.test_analytics.test_any_all_np_func
```
ser = pd.Series([0, 1], dtype="category", name="A")
df = ser.to_frame()
>>> ser.all().
TypeError: Categorical cannot perform the operation all
>>> df.all().item()
False
```
Whats happening here is the DataFrame case is calling `self.values` w... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36076/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36076/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36077 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36077/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36077/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36077/events | https://github.com/pandas-dev/pandas/pull/36077 | 691,282,503 | MDExOlB1bGxSZXF1ZXN0NDc4MDQ3ODQ4 | 36,077 | DOC: Fix typo of `=!` to `!=` in docstring | {
"avatar_url": "https://avatars.githubusercontent.com/u/5454627?v=4",
"events_url": "https://api.github.com/users/daytonb/events{/privacy}",
"followers_url": "https://api.github.com/users/daytonb/followers",
"following_url": "https://api.github.com/users/daytonb/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2020-09-02T18:00:48Z | 2021-04-07T01:26:05Z | 2020-09-02T19:09:23Z | CONTRIBUTOR | null | This fixes GH36075.
- [x] closes #36075
I'm marking the following list items as not-applicable because I'm simply swapping two characters in a docstring that had been in the incorrect order.
- [NA] tests added / passed
- [NA] passes `black pandas`
- [NA] passes `git diff upstream/master -u -- "*.py" | flake... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36077/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36077/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36077.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36077",
"merged_at": "2020-09-02T19:09:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36077.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36077"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36078 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36078/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36078/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36078/events | https://github.com/pandas-dev/pandas/pull/36078 | 691,458,403 | MDExOlB1bGxSZXF1ZXN0NDc4MjAxNjg2 | 36,078 | BUG: Unary pos/neg ops on IntegerArrays failing with TypeError | {
"avatar_url": "https://avatars.githubusercontent.com/u/1978117?v=4",
"events_url": "https://api.github.com/users/asishm/events{/privacy}",
"followers_url": "https://api.github.com/users/asishm/followers",
"following_url": "https://api.github.com/users/asishm/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": "6138b5",
"default": false,
"description": "Extending pandas with cu... | closed | false | null | [] | null | 3 | 2020-09-02T22:02:12Z | 2020-09-05T15:56:29Z | 2020-09-05T15:56:29Z | CONTRIBUTOR | null | - [ ] closes #36063
- [ ] 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/36078/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36078/timeline | null | 1 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36078.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36078",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/36078.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36078"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36079 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36079/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36079/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36079/events | https://github.com/pandas-dev/pandas/issues/36079 | 691,460,363 | MDU6SXNzdWU2OTE0NjAzNjM= | 36,079 | BUG: | {
"avatar_url": "https://avatars.githubusercontent.com/u/46652050?v=4",
"events_url": "https://api.github.com/users/nicolas-gervais/events{/privacy}",
"followers_url": "https://api.github.com/users/nicolas-gervais/followers",
"following_url": "https://api.github.com/users/nicolas-gervais/following{/other_user}"... | [] | closed | false | null | [] | null | 2 | 2020-09-02T22:04:54Z | 2020-09-03T11:01:04Z | 2020-09-03T10:52:27Z | NONE | null | SettingWithCopyWarning:
A value is trying to be set on a copy of a slice from a DataFrame
SettingWithCopyWarning:
A value is trying to be set on a copy of a slice from a DataFrame
SettingWithCopyWarning:
A value is trying to be set on a copy of a slice from a DataFrame
SettingWithCopyWarning:
A value i... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36079/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36079/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36080 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36080/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36080/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36080/events | https://github.com/pandas-dev/pandas/pull/36080 | 691,499,864 | MDExOlB1bGxSZXF1ZXN0NDc4MjM4Mzc5 | 36,080 | BUG: add py39 compat check for ast.slice #32766 | {
"avatar_url": "https://avatars.githubusercontent.com/u/7614606?v=4",
"events_url": "https://api.github.com/users/fangchenli/events{/privacy}",
"followers_url": "https://api.github.com/users/fangchenli/followers",
"following_url": "https://api.github.com/users/fangchenli/following{/other_user}",
"gists_url":... | [
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
},
{
"color": "72e24... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2020-09-02T23:19:47Z | 2020-09-15T15:13:49Z | 2020-09-15T02:06:08Z | MEMBER | null | - [x] closes #32766
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36080/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36080/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36080.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36080",
"merged_at": "2020-09-15T02:06:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36080.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36080"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36081 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36081/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36081/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36081/events | https://github.com/pandas-dev/pandas/pull/36081 | 691,520,673 | MDExOlB1bGxSZXF1ZXN0NDc4MjU2MDA4 | 36,081 | BUG: Unary pos/neg ops on IntegerArrays failing with TypeError | {
"avatar_url": "https://avatars.githubusercontent.com/u/1978117?v=4",
"events_url": "https://api.github.com/users/asishm/events{/privacy}",
"followers_url": "https://api.github.com/users/asishm/followers",
"following_url": "https://api.github.com/users/asishm/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Comparison, and Logical operations",
"id": 47223669,
"name": "Numeric Operations",
"node_id": "MDU6TGFiZWw0NzIyMzY2OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations"
},
{
"c... | closed | false | null | [] | null | 4 | 2020-09-03T00:11:11Z | 2020-09-12T18:20:11Z | 2020-09-12T18:20:11Z | CONTRIBUTOR | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36081/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36081/timeline | null | 1 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36081.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36081",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/36081.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36081"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36082 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36082/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36082/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36082/events | https://github.com/pandas-dev/pandas/pull/36082 | 691,566,210 | MDExOlB1bGxSZXF1ZXN0NDc4MjkzMTEw | 36,082 | Comma cleanup | {
"avatar_url": "https://avatars.githubusercontent.com/u/38149479?v=4",
"events_url": "https://api.github.com/users/JonathanShrek/events{/privacy}",
"followers_url": "https://api.github.com/users/JonathanShrek/followers",
"following_url": "https://api.github.com/users/JonathanShrek/following{/other_user}",
"g... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 8 | 2020-09-03T02:02:22Z | 2020-09-05T03:10:54Z | 2020-09-05T03:10:50Z | CONTRIBUTOR | null | - [x] pandas/tests/indexes/datetimes/test_datetime.py
- [x] pandas/tests/indexes/datetimes/test_timezones.py
- [x] pandas/tests/indexes/multi/test_constructors.py
- [x] pandas/tests/indexes/multi/test_isin.py
- [x] pandas/tests/indexes/test_base.py
- [x] pandas/tests/indexes/timedeltas/test_scalar_compat.py
- [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/36082/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36082/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36082.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36082",
"merged_at": "2020-09-05T03:10:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36082.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36082"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36083 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36083/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36083/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36083/events | https://github.com/pandas-dev/pandas/issues/36083 | 691,582,827 | MDU6SXNzdWU2OTE1ODI4Mjc= | 36,083 | BUG: Plotting charts in different orders creates different plot outputs | {
"avatar_url": "https://avatars.githubusercontent.com/u/49368915?v=4",
"events_url": "https://api.github.com/users/cinerea0/events{/privacy}",
"followers_url": "https://api.github.com/users/cinerea0/followers",
"following_url": "https://api.github.com/users/cinerea0/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull ... | closed | false | null | [] | null | 1 | 2020-09-03T02:37:24Z | 2020-09-03T13:31:55Z | 2020-09-03T13:31:49Z | NONE | null | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
#### Code Sample
```python
import numpy as np
import pandas as pd
df = pd.... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36083/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36083/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36084 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36084/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36084/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36084/events | https://github.com/pandas-dev/pandas/issues/36084 | 691,674,281 | MDU6SXNzdWU2OTE2NzQyODE= | 36,084 | BUG: feather NaN data type issue | {
"avatar_url": "https://avatars.githubusercontent.com/u/18221871?v=4",
"events_url": "https://api.github.com/users/noklam/events{/privacy}",
"followers_url": "https://api.github.com/users/noklam/followers",
"following_url": "https://api.github.com/users/noklam/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "5319e7",
"default": false,
"descript... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 2 | 2020-09-03T06:13:56Z | 2020-09-03T14:19:07Z | 2020-09-03T14:19:07Z | NONE | null | # Issue
Feather recasting nan to None instead


#### Code Sample, a copy-pastable example
`... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36084/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36084/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36085 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36085/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36085/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36085/events | https://github.com/pandas-dev/pandas/pull/36085 | 691,768,106 | MDExOlB1bGxSZXF1ZXN0NDc4NDYyNDM5 | 36,085 | CI: MyPy fixup | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2020-09-03T08:39:18Z | 2020-09-03T10:22:21Z | 2020-09-03T10:20:52Z | MEMBER | null | https://github.com/pandas-dev/pandas/runs/1064831108
```
mypy --version
mypy 0.782
Performing static analysis using mypy
pandas/io/common.py:168: error: unused 'type: ignore' comment
pandas/io/common.py:170: error: Incompatible default for argument "encoding" (default has type "None", argument has type "str") ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36085/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36085/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36085.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36085",
"merged_at": "2020-09-03T10:20:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36085.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36085"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36086 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36086/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36086/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36086/events | https://github.com/pandas-dev/pandas/pull/36086 | 691,884,990 | MDExOlB1bGxSZXF1ZXN0NDc4NTYwNDU5 | 36,086 | DOC: minor fixes to whatsnew\v1.1.2.rst | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-09-09T09:07:44Z",
"closed_issues": 94,
"created_at": "2020-08-17T19:11:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 1 | 2020-09-03T11:25:04Z | 2020-09-03T16:46:30Z | 2020-09-03T16:29:47Z | MEMBER | null | https://pandas.pydata.org/pandas-docs/dev/whatsnew/v1.1.2.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/36086/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36086/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36086.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36086",
"merged_at": "2020-09-03T16:29:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36086.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36086"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36087 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36087/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36087/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36087/events | https://github.com/pandas-dev/pandas/pull/36087 | 691,894,724 | MDExOlB1bGxSZXF1ZXN0NDc4NTY4NzU0 | 36,087 | DOC: Add trailing dot | {
"avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4",
"events_url": "https://api.github.com/users/albertvillanova/events{/privacy}",
"followers_url": "https://api.github.com/users/albertvillanova/followers",
"following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-09-03T11:38:59Z | 2020-09-03T16:14:18Z | 2020-09-03T16:14:10Z | CONTRIBUTOR | 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/36087/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36087/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36087.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36087",
"merged_at": "2020-09-03T16:14:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36087.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36087"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/36088 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36088/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36088/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36088/events | https://github.com/pandas-dev/pandas/pull/36088 | 691,911,295 | MDExOlB1bGxSZXF1ZXN0NDc4NTgyNjQw | 36,088 | TYP: activate Check for missing error codes | {
"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 | [] | {
"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-09-03T12:05:01Z | 2020-09-05T10:10:50Z | 2020-09-04T20:59:52Z | MEMBER | null | xref #35311 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36088/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36088/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36088.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36088",
"merged_at": "2020-09-04T20:59:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36088.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36088"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36089 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36089/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36089/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36089/events | https://github.com/pandas-dev/pandas/pull/36089 | 691,918,821 | MDExOlB1bGxSZXF1ZXN0NDc4NTg4ODAy | 36,089 | STY: add code check for use of builtin filter function | {
"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": "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-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-09-03T12:15:40Z | 2020-09-05T07:30:48Z | 2020-09-05T03:19:00Z | MEMBER | null | xref https://github.com/pandas-dev/pandas/pull/35717#issuecomment-674051885 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36089/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36089/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36089.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36089",
"merged_at": "2020-09-05T03:18:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36089.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36089"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36090 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36090/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36090/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36090/events | https://github.com/pandas-dev/pandas/pull/36090 | 691,933,021 | MDExOlB1bGxSZXF1ZXN0NDc4NjAwODgz | 36,090 | DOC: add mypy version to whatsnew\v1.2.0.rst | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "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-09-03T12:36:39Z | 2020-09-03T16:45:03Z | 2020-09-03T16:35:04Z | MEMBER | null | xref https://github.com/pandas-dev/pandas/pull/36012#issuecomment-685188102 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36090/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36090/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36090.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36090",
"merged_at": "2020-09-03T16:35:04Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36090.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36090"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36091 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36091/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36091/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36091/events | https://github.com/pandas-dev/pandas/pull/36091 | 691,997,117 | MDExOlB1bGxSZXF1ZXN0NDc4NjUzMTQ3 | 36,091 | PERF: use from __future__ import annotations more | {
"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 | 3 | 2020-09-03T13:58:29Z | 2020-09-03T16:07:34Z | 2020-09-03T16:07:34Z | MEMBER | null | xref https://github.com/pandas-dev/pandas/pull/36034#issuecomment-684964511
@WillAyd using `python -X importtime -c "import pandas"` I don't see any different in import time after running a few times and things are cached.
so I don't think we gain anything from a performance POV and therefore only need to use it ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36091/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36091/timeline | null | 1 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36091.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36091",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/36091.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36091"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36092 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36092/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36092/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36092/events | https://github.com/pandas-dev/pandas/pull/36092 | 692,088,975 | MDExOlB1bGxSZXF1ZXN0NDc4NzI5MDgx | 36,092 | CI: unpin numpy for CI / Checks github action | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
},
{
"color": "ea91a4",
"default": false,
"description": ... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 25 | 2020-09-03T15:54:38Z | 2021-03-10T21:32:56Z | 2021-03-10T20:42:50Z | MEMBER | null | xref #39513 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36092/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36092/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36092.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36092",
"merged_at": "2021-03-10T20:42:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36092.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36092"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36093 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36093/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36093/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36093/events | https://github.com/pandas-dev/pandas/pull/36093 | 692,090,857 | MDExOlB1bGxSZXF1ZXN0NDc4NzMwNjU4 | 36,093 | BUG: df.replace with numeric values and str to_replace | {
"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": "Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff",
"id": 57296398,
"name": "Algos",
"node_id": "MDU6TGFiZWw1NzI5NjM5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Algos"
}
] | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2020-09-03T15:57:21Z | 2020-09-05T03:41:43Z | 2020-09-05T03:21:50Z | MEMBER | null | - [x] closes #34789
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
We also avoid copies by not calling `self.as_array` and instead moving the mask-finding to the block level. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36093/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36093/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36093.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36093",
"merged_at": "2020-09-05T03:21:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36093.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36093"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36094 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36094/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36094/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36094/events | https://github.com/pandas-dev/pandas/pull/36094 | 692,104,591 | MDExOlB1bGxSZXF1ZXN0NDc4NzQyMzM2 | 36,094 | BUG: extra leading space in to_string when index=False | {
"avatar_url": "https://avatars.githubusercontent.com/u/21543236?v=4",
"events_url": "https://api.github.com/users/onshek/events{/privacy}",
"followers_url": "https://api.github.com/users/onshek/followers",
"following_url": "https://api.github.com/users/onshek/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objec... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2020-09-03T16:14:40Z | 2020-09-06T17:49:33Z | 2020-09-06T17:49:28Z | CONTRIBUTOR | null | - [x] closes #24980
- [x] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
This PR is mainly from #29670 contributed by @charlesdong1991, and I made a few changes on his work.
The code have passed all tests modified and 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/36094/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36094/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36094.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36094",
"merged_at": "2020-09-06T17:49:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36094.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36094"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36095 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36095/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36095/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36095/events | https://github.com/pandas-dev/pandas/pull/36095 | 692,115,121 | MDExOlB1bGxSZXF1ZXN0NDc4NzUxMDk4 | 36,095 | Backport PR #36086 on branch 1.1.x (DOC: minor fixes to whatsnew\v1.1.2.rst) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-09-09T09:07:44Z",
"closed_issues": 94,
"created_at": "2020-08-17T19:11:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 0 | 2020-09-03T16:30:25Z | 2020-09-03T18:02:50Z | 2020-09-03T18:02:50Z | NONE | null | Backport PR #36086: DOC: minor fixes to whatsnew\v1.1.2.rst | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36095/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36095/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36095.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36095",
"merged_at": "2020-09-03T18:02:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36095.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36095"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36096 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36096/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36096/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36096/events | https://github.com/pandas-dev/pandas/issues/36096 | 692,133,414 | MDU6SXNzdWU2OTIxMzM0MTQ= | 36,096 | ENH: Improve `OverflowError` message when `pandas.read_stata` fails to convert dates | {
"avatar_url": "https://avatars.githubusercontent.com/u/26555712?v=4",
"events_url": "https://api.github.com/users/miker985/events{/privacy}",
"followers_url": "https://api.github.com/users/miker985/followers",
"following_url": "https://api.github.com/users/miker985/following{/other_user}",
"gists_url": "htt... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
... | open | false | null | [] | null | 13 | 2020-09-03T17:00:40Z | 2021-08-13T02:17:40Z | null | CONTRIBUTOR | null | #### Is your feature request related to a problem?
Calling `pd.read_stata` on a DTA file with a bad date format code leads to a minimally useful error message. The error is [raised from this line](https://github.com/pandas-dev/pandas/blob/309018c7ce7e9e31708f58af971ed92823921493/pandas/io/stata.py#L294).
What I s... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36096/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36096/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36097 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36097/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36097/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36097/events | https://github.com/pandas-dev/pandas/pull/36097 | 692,136,954 | MDExOlB1bGxSZXF1ZXN0NDc4NzY5MTU4 | 36,097 | Center window | {
"avatar_url": "https://avatars.githubusercontent.com/u/2434744?v=4",
"events_url": "https://api.github.com/users/adamamiller/events{/privacy}",
"followers_url": "https://api.github.com/users/adamamiller/followers",
"following_url": "https://api.github.com/users/adamamiller/following{/other_user}",
"gists_ur... | [
{
"color": "d4c5f9",
"default": false,
"description": "rolling, ewma, expanding",
"id": 1045950827,
"name": "Window",
"node_id": "MDU6TGFiZWwxMDQ1OTUwODI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Window"
},
{
"color": "7fcce8",
"default": false,
"de... | closed | false | null | [] | null | 9 | 2020-09-03T17:06:40Z | 2020-12-29T14:56:12Z | 2020-11-04T08:26:32Z | NONE | null | - [x] closes #20012
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Added center functionality for `VariableWindowIndexer`. Note - I am unsure if the NotImplementedError in lines 1966-1969 in rolling.py still correct... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36097/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36097/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36097.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36097",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/36097.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36097"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36098 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36098/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36098/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36098/events | https://github.com/pandas-dev/pandas/pull/36098 | 692,167,731 | MDExOlB1bGxSZXF1ZXN0NDc4Nzk0NjY0 | 36,098 | TYP: misc fixes for numpy types | {
"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 | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-09-03T18:00:13Z | 2020-09-05T07:31:32Z | 2020-09-05T02:56:31Z | MEMBER | null | ```
pandas/core/dtypes/cast.py:1491: error: Incompatible return value type (got "Type[object]", expected "Union[dtype, ExtensionDtype]") [return-value]
pandas/core/dtypes/cast.py:1553: error: Incompatible types in assignment (expression has type "Type[object]", variable has type "Union[dtype, ExtensionDtype]") [ass... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36098/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36098/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36098.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36098",
"merged_at": "2020-09-05T02:56:31Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36098.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36098"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36099 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36099/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36099/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36099/events | https://github.com/pandas-dev/pandas/pull/36099 | 692,196,386 | MDExOlB1bGxSZXF1ZXN0NDc4ODE3NTI2 | 36,099 | TYP: misc fixes for numpy types 2 | {
"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 | [] | {
"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-09-03T18:37:42Z | 2020-09-04T17:05:36Z | 2020-09-04T17:03:46Z | MEMBER | null | ```
pandas\core\dtypes\cast.py:681: error: Incompatible types in assignment (expression has type "DatetimeTZDtype", variable has type "dtype") [assignment]
pandas\core\dtypes\cast.py:715: error: Incompatible types in assignment (expression has type "IntervalDtype", variable has type "dtype") [assignment]
pandas\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/36099/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36099/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36099.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36099",
"merged_at": "2020-09-04T17:03:46Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36099.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36099"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36100 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36100/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36100/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36100/events | https://github.com/pandas-dev/pandas/pull/36100 | 692,217,751 | MDExOlB1bGxSZXF1ZXN0NDc4ODM2MTk3 | 36,100 | TYP: misc fixes for numpy types 3 | {
"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 | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2020-09-03T19:04:50Z | 2020-09-13T19:18:46Z | 2020-09-13T19:18:46Z | MEMBER | null | ```
pandas\core\reshape\merge.py:1931: error: Incompatible types in assignment (expression has type "ndarray", variable has type "ExtensionArray") [assignment]
pandas\core\reshape\merge.py:1932: error: Incompatible types in assignment (expression has type "ndarray", variable has type "ExtensionArray") [assignment]
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36100/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36100/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36100.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36100",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/36100.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36100"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36101 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36101/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36101/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36101/events | https://github.com/pandas-dev/pandas/pull/36101 | 692,276,152 | MDExOlB1bGxSZXF1ZXN0NDc4ODg4MjEz | 36,101 | CLN removing trailing commas | {
"avatar_url": "https://avatars.githubusercontent.com/u/31184453?v=4",
"events_url": "https://api.github.com/users/sarthakvk/events{/privacy}",
"followers_url": "https://api.github.com/users/sarthakvk/followers",
"following_url": "https://api.github.com/users/sarthakvk/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"
},
{
"color": "207de5",
"default... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2020-09-03T19:56:42Z | 2020-09-05T12:39:23Z | 2020-09-05T12:39:12Z | CONTRIBUTOR | null | This PR is related to #35925, both current and new versions of black passes these formatting,
also I'd like to mention that there seem to be a reported [bug](https://github.com/psf/black/issues/1629) in newer version of black which throws error after removing trailing comma from `pandas/tests/scalar/timestamp/test_c... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36101/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36101/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36101.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36101",
"merged_at": "2020-09-05T12:39:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36101.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36101"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36102 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36102/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36102/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36102/events | https://github.com/pandas-dev/pandas/pull/36102 | 692,284,169 | MDExOlB1bGxSZXF1ZXN0NDc4ODk1NDQ0 | 36,102 | TYP: misc fixes for numpy types 4 | {
"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 | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2020-09-03T20:03:57Z | 2020-09-13T19:15:53Z | 2020-09-13T19:15:53Z | MEMBER | null | ```
pandas\plotting\_matplotlib\tools.py:356: error: Incompatible return value type (got "ndarray", expected "Sequence[Any]") [return-value]
pandas\plotting\_matplotlib\tools.py:358: error: Incompatible return value type (got "Union[ndarray, Any]", expected "Sequence[Any]") [return-value]
pandas\plotting\_matplotl... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36102/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36102/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36102.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36102",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/36102.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36102"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36103 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36103/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36103/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36103/events | https://github.com/pandas-dev/pandas/issues/36103 | 692,326,111 | MDU6SXNzdWU2OTIzMjYxMTE= | 36,103 | QST: Why does Pandas change data type from object to float after reading 32768 rows from CSV file? | {
"avatar_url": "https://avatars.githubusercontent.com/u/30344880?v=4",
"events_url": "https://api.github.com/users/dwervin/events{/privacy}",
"followers_url": "https://api.github.com/users/dwervin/followers",
"following_url": "https://api.github.com/users/dwervin/following{/other_user}",
"gists_url": "https:... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 11 | 2020-09-03T20:36:50Z | 2020-09-09T20:40:24Z | 2020-09-09T20:40:24Z | NONE | null | - [x] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions.
- [x] I have asked my usage related question on [StackOverflow](https://stackoverflow.com).
---
#### Question about pandas
Using Pandas 1.0.3.
I have a CSV with 43,00 rows. I ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36103/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36103/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36104 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36104/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36104/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36104/events | https://github.com/pandas-dev/pandas/pull/36104 | 692,564,786 | MDExOlB1bGxSZXF1ZXN0NDc5MTUyMTYx | 36,104 | STY: De-privatize functions in io.excel imported elsewhere | {
"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": "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-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2020-09-04T01:09:10Z | 2020-09-04T20:56:48Z | 2020-09-04T20:52:14Z | MEMBER | null | xref #36055 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36104/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36104/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36104.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36104",
"merged_at": "2020-09-04T20:52:14Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36104.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36104"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36105 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36105/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36105/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36105/events | https://github.com/pandas-dev/pandas/pull/36105 | 692,584,092 | MDExOlB1bGxSZXF1ZXN0NDc5MTY5NTgw | 36,105 | DEPR: making copies when indexing along columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [] | closed | false | null | [] | null | 6 | 2020-09-04T01:37:00Z | 2021-11-20T23:22:45Z | 2020-09-05T19:01:35Z | MEMBER | null | - [x] closes #33780
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
xref #33597 for what this might look like once the deprecation is enforced (nice perf bump)
cc @jorisvandenbossche my understanding is that we wi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36105/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36105/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36105.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36105",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/36105.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36105"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36106 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36106/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36106/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36106/events | https://github.com/pandas-dev/pandas/pull/36106 | 692,636,558 | MDExOlB1bGxSZXF1ZXN0NDc5MjE2NjM2 | 36,106 | BUG: DataFrame.any with axis=1 and bool_only=True | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "eb6420",
"default": false,
"description": "Non-arithmetic algos: va... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2020-09-04T02:55:33Z | 2020-09-11T01:20:21Z | 2020-09-11T01:11:44Z | MEMBER | null | - [x] closes #32432
- [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/36106/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36106/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36106.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36106",
"merged_at": "2020-09-11T01:11:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36106.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36106"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36107 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36107/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36107/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36107/events | https://github.com/pandas-dev/pandas/pull/36107 | 692,650,329 | MDExOlB1bGxSZXF1ZXN0NDc5MjI5MTM4 | 36,107 | STY: de-privatize funcs imported cross-module | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2020-09-04T03:15:36Z | 2020-09-04T20:53:46Z | 2020-09-04T20:51:22Z | 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/36107/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36107/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36107.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36107",
"merged_at": "2020-09-04T20:51:22Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36107.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36107"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/36108 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36108/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36108/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36108/events | https://github.com/pandas-dev/pandas/issues/36108 | 692,737,459 | MDU6SXNzdWU2OTI3Mzc0NTk= | 36,108 | CLN: clean `pandas/compat.__init__.py` | {
"avatar_url": "https://avatars.githubusercontent.com/u/7614606?v=4",
"events_url": "https://api.github.com/users/fangchenli/events{/privacy}",
"followers_url": "https://api.github.com/users/fangchenli/followers",
"following_url": "https://api.github.com/users/fangchenli/following{/other_user}",
"gists_url":... | [
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
},
{
"color": "207de... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2020-09-04T05:27:54Z | 2020-09-04T16:30:19Z | 2020-09-04T14:32:42Z | MEMBER | null | Remove `is_platform_32bit()` from `pandas/compat.__init__.py`, use `IS64` instead to improve consistency. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36108/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36108/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36109 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36109/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36109/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36109/events | https://github.com/pandas-dev/pandas/pull/36109 | 692,738,463 | MDExOlB1bGxSZXF1ZXN0NDc5MzA4MjI1 | 36,109 | CLN: use IS64 instead of is_platform_32bit #36108 | {
"avatar_url": "https://avatars.githubusercontent.com/u/7614606?v=4",
"events_url": "https://api.github.com/users/fangchenli/events{/privacy}",
"followers_url": "https://api.github.com/users/fangchenli/followers",
"following_url": "https://api.github.com/users/fangchenli/following{/other_user}",
"gists_url":... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
},
{
"color": "0e8a16",
"default": false,
"description": "32-bit syste... | 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-09-04T05:30:05Z | 2020-09-06T05:16:50Z | 2020-09-04T14:32:42Z | MEMBER | null | - [x] closes #36108
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36109/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36109/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36109.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36109",
"merged_at": "2020-09-04T14:32:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36109.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36109"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36110 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36110/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36110/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36110/events | https://github.com/pandas-dev/pandas/issues/36110 | 692,876,373 | MDU6SXNzdWU2OTI4NzYzNzM= | 36,110 | QST:how can i cut down time when using pandas.style.to_excel()? | {
"avatar_url": "https://avatars.githubusercontent.com/u/29744607?v=4",
"events_url": "https://api.github.com/users/KaiOuYang/events{/privacy}",
"followers_url": "https://api.github.com/users/KaiOuYang/followers",
"following_url": "https://api.github.com/users/KaiOuYang/following{/other_user}",
"gists_url": "... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "207de5",
"default": false,
"descript... | closed | false | null | [] | null | 3 | 2020-09-04T08:15:21Z | 2020-09-05T01:34:41Z | 2020-09-04T11:21:46Z | NONE | null | #### Question about pandas
I tested the function **to_excel()** from the following code using xlsx file which size is **50**M.
the result is **df_style_red_mark** spend 350s ,but **df** spend 60s. And i want to know why it is?
how can i cut down time when using **df_style_red_mark**?
```python
df_style_red_m... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36110/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36110/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36111 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36111/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36111/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36111/events | https://github.com/pandas-dev/pandas/issues/36111 | 692,911,411 | MDU6SXNzdWU2OTI5MTE0MTE= | 36,111 | BUG: read_csv with custom date parser and na_filter=True results in ValueError | {
"avatar_url": "https://avatars.githubusercontent.com/u/6280388?v=4",
"events_url": "https://api.github.com/users/smith1401/events{/privacy}",
"followers_url": "https://api.github.com/users/smith1401/followers",
"following_url": "https://api.github.com/users/smith1401/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"
},
{
"color": "0e8a16",
"default": true,
"description... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/57643247?v=4",
"events_url": "https://api.github.com/users/BrianKissell/events{/privacy}",
"followers_url": "https://api.github.com/users/BrianKissell/followers",
"following_url": "https://api.github.com/users/BrianKissell/following{/other_user}",
"gist... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/57643247?v=4",
"events_url": "https://api.github.com/users/BrianKissell/events{/privacy}",
"followers_url": "https://api.github.com/users/BrianKissell/followers",
"following_url": "https://api.github.com/users/BrianKissell/following{/other_use... | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2020-09-04T08:46:14Z | 2021-02-02T00:27:39Z | 2021-02-02T00:27:39Z | NONE | null | ```python
import numpy as np
import pandas as pd
from io import StringIO
def __custom_date_parser(time):
time_temp = time.astype(np.float).astype(np.int) # convert float seconds to int type
return pd.to_timedelta(time_temp, unit='s')
testdata = StringIO("""time e n h
41047.00 -98573.7297 8714... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36111/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36111/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36112 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36112/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36112/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36112/events | https://github.com/pandas-dev/pandas/pull/36112 | 692,959,310 | MDExOlB1bGxSZXF1ZXN0NDc5NTAwMjIy | 36,112 | DOC: sync doc/source/whatsnew/v1.1.2.rst on 1.1.x | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "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-09-09T09:07:44Z",
"closed_issues": 94,
"created_at": "2020-08-17T19:11:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 1 | 2020-09-04T09:28:13Z | 2020-09-04T11:44:29Z | 2020-09-04T11:44:22Z | MEMBER | null | ~~don't merge this yet. I'll make sure a test is failing first~~ | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36112/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36112/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36112.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36112",
"merged_at": "2020-09-04T11:44:22Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36112.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36112"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36113 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36113/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36113/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36113/events | https://github.com/pandas-dev/pandas/issues/36113 | 693,051,421 | MDU6SXNzdWU2OTMwNTE0MjE= | 36,113 | BUG: pandas.DataFrame().stack() raise an error, while expected is empty | {
"avatar_url": "https://avatars.githubusercontent.com/u/8870922?v=4",
"events_url": "https://api.github.com/users/evyasonov/events{/privacy}",
"followers_url": "https://api.github.com/users/evyasonov/followers",
"following_url": "https://api.github.com/users/evyasonov/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2020-09-04T11:06:46Z | 2020-11-26T15:54:44Z | 2020-11-26T15:54:44Z | NONE | null | - [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandas.
---
#### Code Sample, a copy-pastable example
```python
pandas.DataFrame().stack()... | {
"+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/36113/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36113/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/36114 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36114/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36114/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36114/events | https://github.com/pandas-dev/pandas/pull/36114 | 693,156,522 | MDExOlB1bGxSZXF1ZXN0NDc5Njc0NzAx | 36,114 | REGR: fix consolidation/cache issue with take operation | {
"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": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "e1... | closed | false | null | [] | {
"closed_at": "2020-09-09T09:07:44Z",
"closed_issues": 94,
"created_at": "2020-08-17T19:11:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 4 | 2020-09-04T13:14:06Z | 2020-09-05T06:04:33Z | 2020-09-04T20:48:44Z | MEMBER | null | Closes #35521
@jbrockmendel the "short term" fix for 1.1.2 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36114/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36114/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36114.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36114",
"merged_at": "2020-09-04T20:48:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36114.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36114"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36115 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36115/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36115/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36115/events | https://github.com/pandas-dev/pandas/pull/36115 | 693,200,790 | MDExOlB1bGxSZXF1ZXN0NDc5NzEzMjEz | 36,115 | REGR: append tz-aware DataFrame with tz-naive values | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "e11d21",
"de... | closed | false | null | [] | {
"closed_at": "2020-09-09T09:07:44Z",
"closed_issues": 94,
"created_at": "2020-08-17T19:11:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 4 | 2020-09-04T14:00:20Z | 2021-01-28T22:36:17Z | 2020-09-06T16:58:33Z | MEMBER | null | Closes #35460
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36115/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36115/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/36115.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/36115",
"merged_at": "2020-09-06T16:58:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/36115.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/36115"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/36116 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/36116/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/36116/comments | https://api.github.com/repos/pandas-dev/pandas/issues/36116/events | https://github.com/pandas-dev/pandas/issues/36116 | 693,211,186 | MDU6SXNzdWU2OTMyMTExODY= | 36,116 | ENH: Standarization changing copy parameter to inplace | {
"avatar_url": "https://avatars.githubusercontent.com/u/18036578?v=4",
"events_url": "https://api.github.com/users/Genarito/events{/privacy}",
"followers_url": "https://api.github.com/users/Genarito/followers",
"following_url": "https://api.github.com/users/Genarito/following{/other_user}",
"gists_url": "htt... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "0052cc",
"default": false,
"description": "Issue th... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 1 | 2020-09-04T14:11:00Z | 2020-09-04T16:54:48Z | 2020-09-04T16:14:03Z | NONE | null | #### Is your feature request related to a problem?
No, it's not a problem
#### Describe the solution you'd like
Some functions like [astype](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.astype.html) (I don't know if there is another one) has the `copy` parameter, which has exactl... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/36116/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/36116/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.