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/28613
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28613/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28613/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28613/events
https://github.com/pandas-dev/pandas/issues/28613
498,260,111
MDU6SXNzdWU0OTgyNjAxMTE=
28,613
combine_first changes datatype
{ "avatar_url": "https://avatars.githubusercontent.com/u/16963976?v=4", "events_url": "https://api.github.com/users/mohitanand001/events{/privacy}", "followers_url": "https://api.github.com/users/mohitanand001/followers", "following_url": "https://api.github.com/users/mohitanand001/following{/other_user}", "g...
[ { "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": "e102d8", "de...
open
false
null
[]
null
6
2019-09-25T12:40:05Z
2021-10-17T17:43:02Z
null
CONTRIBUTOR
null
```python df_1 = pd.DataFrame(data = {'A' : [1, 2, 3], 'B' : [4, 5, 6]}) df_2 = pd.DataFrame(data = {'A' : [1, 20, 30], 'B' : [40, 50, 60], 'C' : [12, 34, 65]}) df_1.combine_first(df_2).dtypes A int64 B int64 C float64 dtype: object ``` #### Problem description The combine_first changes the dat...
{ "+1": 3, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 3, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28613/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28613/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28614
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28614/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28614/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28614/events
https://github.com/pandas-dev/pandas/pull/28614
498,331,749
MDExOlB1bGxSZXF1ZXN0MzIxMjgzNjQx
28,614
CI: troubleshoot s3fs failures
{ "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": "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": "2019-10-19T17:01:24Z", "closed_issues": 52, "created_at": "2019-08-23T11:48:40Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/us...
3
2019-09-25T14:40:37Z
2019-09-25T16:00:29Z
2019-09-25T15:47:43Z
MEMBER
null
xref #28612. Recent failures used 0.3.4, the last passing build I see used 0.2.0
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28614/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28614/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28614.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28614", "merged_at": "2019-09-25T15:47:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28614.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28614" }
https://api.github.com/repos/pandas-dev/pandas/issues/28615
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28615/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28615/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28615/events
https://github.com/pandas-dev/pandas/pull/28615
498,373,169
MDExOlB1bGxSZXF1ZXN0MzIxMzE3ODIw
28,615
Backport PR #28614 on branch 0.25.x (CI: troubleshoot s3fs failures)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[]
closed
false
null
[]
{ "closed_at": "2019-10-19T17:01:24Z", "closed_issues": 52, "created_at": "2019-08-23T11:48:40Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/us...
5
2019-09-25T15:48:08Z
2019-09-26T12:24:13Z
2019-09-26T12:24:13Z
NONE
null
Backport PR #28614: CI: troubleshoot s3fs failures
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28615/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28615/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28615.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28615", "merged_at": "2019-09-26T12:24:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28615.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28615" }
https://api.github.com/repos/pandas-dev/pandas/issues/28616
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28616/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28616/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28616/events
https://github.com/pandas-dev/pandas/issues/28616
498,384,021
MDU6SXNzdWU0OTgzODQwMjE=
28,616
CI: Revert s3fs pin
{ "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": "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-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
1
2019-09-25T16:07:44Z
2019-11-15T15:25:57Z
2019-11-15T15:25:57Z
MEMBER
null
xref #28612, #28614. CI was failing with newer versions of s3fs, so we pinned it. Need to figure out if it's still failing with new versions and if so, why.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28616/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28616/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28617
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28617/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28617/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28617/events
https://github.com/pandas-dev/pandas/issues/28617
498,432,912
MDU6SXNzdWU0OTg0MzI5MTI=
28,617
element-wise value comparison noticeably slower for large-scale dataframes
{ "avatar_url": "https://avatars.githubusercontent.com/u/10853125?v=4", "events_url": "https://api.github.com/users/leo4183/events{/privacy}", "followers_url": "https://api.github.com/users/leo4183/followers", "following_url": "https://api.github.com/users/leo4183/following{/other_user}", "gists_url": "https:...
[]
closed
false
null
[]
null
1
2019-09-25T17:50:42Z
2019-09-25T18:09:25Z
2019-09-25T18:09:25Z
NONE
null
#### Problem Description element-wise value comparison noticeably slower for large-scale dataframes, compared to corresponding numpy array value comparison (although in older pandas version, the operation speed was acceptable). ```python import numpy as np import pandas as pd x = pd.DataFrame(np.random.rand(3000...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28617/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28617/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28618
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28618/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28618/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28618/events
https://github.com/pandas-dev/pandas/issues/28618
498,443,533
MDU6SXNzdWU0OTg0NDM1MzM=
28,618
Update plot docs when backend is set.
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "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...
open
false
null
[]
null
2
2019-09-25T18:12:08Z
2021-07-21T05:00:25Z
null
CONTRIBUTOR
null
As part of the backend callback, can / should we copy the docstring from the backend to the `DataFrame.plot` object (including methods like DataFrame.plot.scatter)? There may be backend-specific notes or behavior. It'd be nice if those were transferred over. cc @jsignell.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28618/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28618/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28619
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28619/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28619/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28619/events
https://github.com/pandas-dev/pandas/issues/28619
498,467,316
MDU6SXNzdWU0OTg0NjczMTY=
28,619
Allow users to pass backend option to `.plot()`
{ "avatar_url": "https://avatars.githubusercontent.com/u/4806877?v=4", "events_url": "https://api.github.com/users/jsignell/events{/privacy}", "followers_url": "https://api.github.com/users/jsignell/followers", "following_url": "https://api.github.com/users/jsignell/following{/other_user}", "gists_url": "http...
[ { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
null
[]
null
1
2019-09-25T19:03:02Z
2019-11-05T17:07:09Z
2019-11-05T17:07:09Z
CONTRIBUTOR
null
Once you have installed another plotting library with a pandas.plotting entrypoint it would be nice to be able to toggle back and forth between different backends even within on session. ## What currently exists ```python pd.options.plotting.backend = 'holoviews' ``` ## Proposed additional API ```python df...
{ "+1": 2, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28619/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28619/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28620
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28620/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28620/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28620/events
https://github.com/pandas-dev/pandas/issues/28620
498,479,535
MDU6SXNzdWU0OTg0Nzk1MzU=
28,620
dataframe index not showing up bold after conda update
{ "avatar_url": "https://avatars.githubusercontent.com/u/32708833?v=4", "events_url": "https://api.github.com/users/rdmtinez/events{/privacy}", "followers_url": "https://api.github.com/users/rdmtinez/followers", "following_url": "https://api.github.com/users/rdmtinez/following{/other_user}", "gists_url": "htt...
[]
closed
false
null
[]
null
5
2019-09-25T19:31:20Z
2019-12-10T17:03:13Z
2019-12-10T17:03:12Z
NONE
null
```python import numpy as np import pandas as pd %config InteractiveShell.ast_node_interactivity='all' df = pd.DataFrame(np.random.randint(0,100,size=(100, 4)), columns=list('ABCD')) df ``` #### Problem description During my work today I decided to update conda when I started getting some random errors ...
{ "+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/28620/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28620/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28621
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28621/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28621/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28621/events
https://github.com/pandas-dev/pandas/pull/28621
498,480,165
MDExOlB1bGxSZXF1ZXN0MzIxNDAzNTgx
28,621
DEPR: Deprecate Index.set_value
{ "avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4", "events_url": "https://api.github.com/users/topper-123/events{/privacy}", "followers_url": "https://api.github.com/users/topper-123/followers", "following_url": "https://api.github.com/users/topper-123/following{/other_user}", "gists_url"...
[ { "color": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" }, { "color": "e99695", "default": f...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
4
2019-09-25T19:32:53Z
2019-10-03T06:56:14Z
2019-10-03T06:56:11Z
CONTRIBUTOR
null
- [ ] closes #xxxx - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Deprecates ``Index.set_value``. This is a very little used and confusing method IMO. For a given index ``idx``, array ``arr``, value ``idx_val`` ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28621/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28621/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28621.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28621", "merged_at": "2019-10-03T06:56:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28621.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28621" }
https://api.github.com/repos/pandas-dev/pandas/issues/28622
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28622/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28622/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28622/events
https://github.com/pandas-dev/pandas/pull/28622
498,484,207
MDExOlB1bGxSZXF1ZXN0MzIxNDA2OTA2
28,622
ENH: Allow plotting backend to be an option
{ "avatar_url": "https://avatars.githubusercontent.com/u/4806877?v=4", "events_url": "https://api.github.com/users/jsignell/events{/privacy}", "followers_url": "https://api.github.com/users/jsignell/followers", "following_url": "https://api.github.com/users/jsignell/following{/other_user}", "gists_url": "http...
[ { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
5
2019-09-25T19:42:15Z
2019-11-05T17:07:14Z
2019-11-05T17:07:09Z
CONTRIBUTOR
null
- [x] closes #28619 - [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/28622/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28622/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28622.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28622", "merged_at": "2019-11-05T17:07:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28622.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28622" }
https://api.github.com/repos/pandas-dev/pandas/issues/28623
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28623/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28623/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28623/events
https://github.com/pandas-dev/pandas/pull/28623
498,524,360
MDExOlB1bGxSZXF1ZXN0MzIxNDM5NTkz
28,623
DOC: start using new bootstrap-based sphinx theme
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
null
11
2019-09-25T21:07:08Z
2019-10-04T20:12:55Z
2019-10-04T20:12:38Z
MEMBER
null
closes https://github.com/pandas-dev/pandas/issues/15556/ I want to propose that we start using the new bootstrap-based theme that is being developed at https://github.com/pandas-dev/pandas-sphinx-theme/ for the dev docs. This way it will already be used for the docs at https://dev.pandas.io/docs/ so it can get so...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28623/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28623/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28623.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28623", "merged_at": "2019-10-04T20:12:38Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28623.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28623" }
https://api.github.com/repos/pandas-dev/pandas/issues/28624
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28624/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28624/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28624/events
https://github.com/pandas-dev/pandas/pull/28624
498,594,101
MDExOlB1bGxSZXF1ZXN0MzIxNDk0NDU0
28,624
REF: separate out dispatch-centric ops functions
{ "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-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
3
2019-09-26T01:03:07Z
2019-09-26T15:42:46Z
2019-09-26T15:39:54Z
MEMBER
null
Seems like a reasonable chunk of stuff to get out of `__init__`. `dispatch_to_series` is not moved because it will end up using `array_ops` and I don't want to introduce circular dependencies.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28624/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28624/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28624.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28624", "merged_at": "2019-09-26T15:39:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28624.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28624" }
https://api.github.com/repos/pandas-dev/pandas/issues/28625
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28625/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28625/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28625/events
https://github.com/pandas-dev/pandas/issues/28625
498,602,428
MDU6SXNzdWU0OTg2MDI0Mjg=
28,625
Date type output changes when using df.column.unique()[i]
{ "avatar_url": "https://avatars.githubusercontent.com/u/379357?v=4", "events_url": "https://api.github.com/users/jwhendy/events{/privacy}", "followers_url": "https://api.github.com/users/jwhendy/followers", "following_url": "https://api.github.com/users/jwhendy/following{/other_user}", "gists_url": "https://...
[ { "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
5
2019-09-26T01:35:14Z
2020-04-23T14:05:40Z
2020-04-23T14:05:28Z
NONE
null
Apologies if this is somehow expected. I admit I don't know the intricacies of all date types and what each of these is designed to return, but I found the result surprising. #### Code Sample, a copy-pastable example if possible ```python import pandas as pd dates = [pd.Timestamp(year=2019, month=m, d=1) for 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/28625/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28625/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28626
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28626/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28626/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28626/events
https://github.com/pandas-dev/pandas/pull/28626
498,646,058
MDExOlB1bGxSZXF1ZXN0MzIxNTI3MTMy
28,626
REF: Assert json roundtrip equal
{ "avatar_url": "https://avatars.githubusercontent.com/u/48276939?v=4", "events_url": "https://api.github.com/users/bganglia/events{/privacy}", "followers_url": "https://api.github.com/users/bganglia/followers", "following_url": "https://api.github.com/users/bganglia/following{/other_user}", "gists_url": "htt...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
4
2019-09-26T04:10:26Z
2019-09-27T22:47:48Z
2019-09-27T22:47:24Z
CONTRIBUTOR
null
Replaces a some frequently repeated lines with a function. - [x] closes #28555 - [ ] 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/28626/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28626/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28626.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28626", "merged_at": "2019-09-27T22:47:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28626.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28626" }
https://api.github.com/repos/pandas-dev/pandas/issues/28627
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28627/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28627/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28627/events
https://github.com/pandas-dev/pandas/pull/28627
498,690,304
MDExOlB1bGxSZXF1ZXN0MzIxNTYyMTM0
28,627
Backport PR #28357 on branch 0.25.x (Change conda channel order for Windows builds)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[]
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
2
2019-09-26T06:40:54Z
2019-09-26T11:40:36Z
2019-09-26T11:32:27Z
NONE
null
Backport PR #28357: Change conda channel order for Windows builds
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28627/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28627/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28627.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28627", "merged_at": "2019-09-26T11:32:27Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28627.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28627" }
https://api.github.com/repos/pandas-dev/pandas/issues/28628
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28628/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28628/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28628/events
https://github.com/pandas-dev/pandas/pull/28628
498,700,958
MDExOlB1bGxSZXF1ZXN0MzIxNTcwNzIz
28,628
TST: loc misbehaves when Period is at start of 3-level MultiIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/34047134?v=4", "events_url": "https://api.github.com/users/proost/events{/privacy}", "followers_url": "https://api.github.com/users/proost/followers", "following_url": "https://api.github.com/users/proost/following{/other_user}", "gists_url": "https://a...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "eb...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
6
2019-09-26T07:08:53Z
2019-10-30T14:04:29Z
2019-10-30T12:23:35Z
CONTRIBUTOR
null
If index is MultiIndex and level of 0 is PeriodIndex, loc function raise exception if all input of loc does not match index values Background: This bug only happens when MultiIndex's level is 3 and first level index is PeriodIndex. In this situation, if someone access one row using a '.loc' with a miss match key, 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/28628/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28628/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28628.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28628", "merged_at": "2019-10-30T12:23:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28628.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28628" }
https://api.github.com/repos/pandas-dev/pandas/issues/28629
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28629/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28629/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28629/events
https://github.com/pandas-dev/pandas/issues/28629
498,729,097
MDU6SXNzdWU0OTg3MjkwOTc=
28,629
BUG: to_datetime inconsistent output container type
{ "avatar_url": "https://avatars.githubusercontent.com/u/8629629?v=4", "events_url": "https://api.github.com/users/fjetter/events{/privacy}", "followers_url": "https://api.github.com/users/fjetter/followers", "following_url": "https://api.github.com/users/fjetter/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
open
false
null
[]
null
5
2019-09-26T08:12:06Z
2020-09-21T21:35:23Z
null
MEMBER
null
#### Code Sample, a copy-pastable example if possible ```python >>> import pandas as pd >>> type(pd.to_datetime(pd.Categorical(['2019-09-24 17:00:00']*50))) <class 'pandas.core.indexes.datetimes.DatetimeIndex'> >>> type(pd.to_datetime(pd.Categorical(['2019-09-24 17:00:00']*51))) <class 'pandas.core.indexes.cate...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28629/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28629/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28630
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28630/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28630/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28630/events
https://github.com/pandas-dev/pandas/pull/28630
498,813,349
MDExOlB1bGxSZXF1ZXN0MzIxNjYxMDk5
28,630
WEB: Add diversity note to team.md
{ "avatar_url": "https://avatars.githubusercontent.com/u/30805504?v=4", "events_url": "https://api.github.com/users/dorothykiz1/events{/privacy}", "followers_url": "https://api.github.com/users/dorothykiz1/followers", "following_url": "https://api.github.com/users/dorothykiz1/following{/other_user}", "gists_u...
[ { "color": "23ef97", "default": false, "description": "pandas website", "id": 1508144531, "name": "Web", "node_id": "MDU6TGFiZWwxNTA4MTQ0NTMx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Web" } ]
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
14
2019-09-26T10:57:22Z
2019-10-04T08:48:40Z
2019-10-04T02:13:39Z
CONTRIBUTOR
null
@datapythonista kindly review
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28630/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28630/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28630.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28630", "merged_at": "2019-10-04T02:13:39Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28630.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28630" }
https://api.github.com/repos/pandas-dev/pandas/issues/28631
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28631/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28631/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28631/events
https://github.com/pandas-dev/pandas/issues/28631
498,824,962
MDU6SXNzdWU0OTg4MjQ5NjI=
28,631
BUG: DataFrame.reindex not following limit - 方法参数的错误
{ "avatar_url": "https://avatars.githubusercontent.com/u/42970705?v=4", "events_url": "https://api.github.com/users/french-home/events{/privacy}", "followers_url": "https://api.github.com/users/french-home/followers", "following_url": "https://api.github.com/users/french-home/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": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "2019-10-19T17:01:24Z", "closed_issues": 52, "created_at": "2019-08-23T11:48:40Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/us...
10
2019-09-26T11:22:35Z
2019-10-01T12:00:38Z
2019-10-01T12:00:38Z
NONE
null
Python版本: 3.6.5 版本:pandas == 0.24.2 ```python import pandas as pd Data = [ ["A", "A", "A"], ["B", "B", "B"], ["C", "C", "C"], ["D", "D", "D"], ] test1 = pd.DataFrame(Data) print(test1) print("------------") test1 = test1.reindex([0, 1, 2, 3, 4, 5], method="ffill", limit=1) print(test1) ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28631/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28631/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28632
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28632/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28632/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28632/events
https://github.com/pandas-dev/pandas/pull/28632
498,847,070
MDExOlB1bGxSZXF1ZXN0MzIxNjg4NDI0
28,632
BUG: DataFrame.to_html validates formatters has the correct length
{ "avatar_url": "https://avatars.githubusercontent.com/u/26471482?v=4", "events_url": "https://api.github.com/users/guipleite/events{/privacy}", "followers_url": "https://api.github.com/users/guipleite/followers", "following_url": "https://api.github.com/users/guipleite/following{/other_user}", "gists_url": "...
[ { "color": "006b75", "default": false, "description": "read_html, to_html, Styler.apply, Styler.applymap", "id": 57395487, "name": "IO HTML", "node_id": "MDU6TGFiZWw1NzM5NTQ4Nw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HTML" } ]
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
1
2019-09-26T12:18:52Z
2019-10-19T01:22:56Z
2019-10-07T15:01:03Z
CONTRIBUTOR
null
- [x] closes #28469 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry @gabriellm1 @hugoecarl
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28632/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28632/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28632.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28632", "merged_at": "2019-10-07T15:01:02Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28632.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28632" }
https://api.github.com/repos/pandas-dev/pandas/issues/28633
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28633/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28633/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28633/events
https://github.com/pandas-dev/pandas/issues/28633
498,865,619
MDU6SXNzdWU0OTg4NjU2MTk=
28,633
Build Error, pip is trying to build a wheel using "pep517"
{ "avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4", "events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}", "followers_url": "https://api.github.com/users/ShaharNaveh/followers", "following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}", "gists_u...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" }, { "color": "3465A4", "default": false, ...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
13
2019-09-26T12:52:58Z
2019-11-04T13:42:42Z
2019-11-04T13:42:42Z
MEMBER
null
I get an error while following the [contributing guide](https://dev.pandas.io/docs/development/contributing.html) on creating a python eviroment using pip. when I run the command: ``` python -m pip install -e . --no-build-isolation ``` I get an error that says: > error: invalid command 'bdist_wheel' #### To ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28633/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28633/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28634
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28634/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28634/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28634/events
https://github.com/pandas-dev/pandas/pull/28634
498,873,056
MDExOlB1bGxSZXF1ZXN0MzIxNzEwMTI1
28,634
BUG: value_counts can handle the case even with empty groups (#28479)
{ "avatar_url": "https://avatars.githubusercontent.com/u/19762154?v=4", "events_url": "https://api.github.com/users/0xF4D3C0D3/events{/privacy}", "followers_url": "https://api.github.com/users/0xF4D3C0D3/followers", "following_url": "https://api.github.com/users/0xF4D3C0D3/following{/other_user}", "gists_url"...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
6
2019-09-26T13:06:48Z
2019-11-07T21:20:01Z
2019-11-07T21:19:58Z
CONTRIBUTOR
null
* If applying rep to recons_labels go fail, use ids which has no consecutive duplicates instead. - [x] closes #28479 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry xuancong84 found that value_counts() crashe...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28634/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28634/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28634.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28634", "merged_at": "2019-11-07T21:19:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28634.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28634" }
https://api.github.com/repos/pandas-dev/pandas/issues/28635
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28635/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28635/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28635/events
https://github.com/pandas-dev/pandas/issues/28635
498,913,237
MDU6SXNzdWU0OTg5MTMyMzc=
28,635
Resample on MultiIndex level takes much more time than on normal column
{ "avatar_url": "https://avatars.githubusercontent.com/u/8490243?v=4", "events_url": "https://api.github.com/users/pgrudzinski/events{/privacy}", "followers_url": "https://api.github.com/users/pgrudzinski/followers", "following_url": "https://api.github.com/users/pgrudzinski/following{/other_user}", "gists_ur...
[ { "color": "207de5", "default": false, "description": null, "id": 71268330, "name": "MultiIndex", "node_id": "MDU6TGFiZWw3MTI2ODMzMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/MultiIndex" }, { "color": "207de5", "default": false, "description": "res...
open
false
null
[]
null
1
2019-09-26T14:13:47Z
2021-07-21T05:03:38Z
null
NONE
null
#### Code Sample ```python import pandas as pd import numpy as np n=80000 g=5 index = pd.MultiIndex.from_product([ np.arange(g), pd.to_timedelta(np.arange(n), unit='s') ]) data = pd.DataFrame( np.random.randint(0,1000,size=(len(index))), index=index ) %timeit data.groupby(level=0)....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28635/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28635/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28636
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28636/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28636/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28636/events
https://github.com/pandas-dev/pandas/pull/28636
498,934,730
MDExOlB1bGxSZXF1ZXN0MzIxNzYwMDk3
28,636
"series_examples": _ne_example_SERIES added
{ "avatar_url": "https://avatars.githubusercontent.com/u/38443741?v=4", "events_url": "https://api.github.com/users/RanDan363/events{/privacy}", "followers_url": "https://api.github.com/users/RanDan363/followers", "following_url": "https://api.github.com/users/RanDan363/following{/other_user}", "gists_url": "...
[]
closed
false
null
[]
null
3
2019-09-26T14:47:23Z
2019-11-11T07:11:29Z
2019-11-11T07:11:29Z
NONE
null
"series_examples": _ne_example_SERIES added - [ ] 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/28636/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28636/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28636.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28636", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/28636.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28636" }
https://api.github.com/repos/pandas-dev/pandas/issues/28637
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28637/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28637/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28637/events
https://github.com/pandas-dev/pandas/pull/28637
498,972,155
MDExOlB1bGxSZXF1ZXN0MzIxNzkwNTUw
28,637
CLN: streamline Series _construct_result calls
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
1
2019-09-26T15:49:51Z
2019-10-01T16:58:20Z
2019-10-01T16:53:18Z
MEMBER
null
After this, the three Series methods in `ops.__init__` are just about in sync, the last holdout being alignment behavior in the comparison method.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28637/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28637/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28637.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28637", "merged_at": "2019-10-01T16:53:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28637.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28637" }
https://api.github.com/repos/pandas-dev/pandas/issues/28638
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28638/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28638/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28638/events
https://github.com/pandas-dev/pandas/pull/28638
498,987,582
MDExOlB1bGxSZXF1ZXN0MzIxODAzMzA4
28,638
REF: Consolidate alignment calls in DataFrame ops
{ "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": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" } ]
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
1
2019-09-26T16:19:52Z
2019-10-02T12:44:29Z
2019-10-02T11:52:27Z
MEMBER
null
Next step after this will be to consolidate _construct_result calls. That hinges on some not-obvious alignment behaviors.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28638/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28638/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28638.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28638", "merged_at": "2019-10-02T11:52:27Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28638.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28638" }
https://api.github.com/repos/pandas-dev/pandas/issues/28639
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28639/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28639/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28639/events
https://github.com/pandas-dev/pandas/issues/28639
499,020,999
MDU6SXNzdWU0OTkwMjA5OTk=
28,639
ENH: Add 'wheel' to requirements-dev.txt when user is using pip and Arch linux
{ "avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4", "events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}", "followers_url": "https://api.github.com/users/ShaharNaveh/followers", "following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}", "gists_u...
[]
closed
false
null
[]
null
1
2019-09-26T17:32:46Z
2019-09-26T18:37:48Z
2019-09-26T18:37:48Z
MEMBER
null
I had [This issue](https://github.com/pandas-dev/pandas/issues/28633) and appendig the word 'wheel' to requirements-dev.txt solved 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/28639/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28639/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28640
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28640/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28640/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28640/events
https://github.com/pandas-dev/pandas/issues/28640
499,021,784
MDU6SXNzdWU0OTkwMjE3ODQ=
28,640
AttributeError: 'Categorical' object has no attribute '_ordered'
{ "avatar_url": "https://avatars.githubusercontent.com/u/13803242?v=4", "events_url": "https://api.github.com/users/jorwoods/events{/privacy}", "followers_url": "https://api.github.com/users/jorwoods/followers", "following_url": "https://api.github.com/users/jorwoods/following{/other_user}", "gists_url": "htt...
[ { "color": "e11d21", "default": false, "description": "Categorical Data Type", "id": 78527356, "name": "Categorical", "node_id": "MDU6TGFiZWw3ODUyNzM1Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Categorical" } ]
closed
false
null
[]
null
4
2019-09-26T17:34:36Z
2019-09-26T19:06:44Z
2019-09-26T19:06:44Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd x = pd.Series(list('abcdadcb')) category = pd.Categorical(x.values, ordered=True, categories=list('abcd')) x.astype(category) ``` #### Problem description Trying to assign a variable an ordered category type failes wit...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28640/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28640/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28641
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28641/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28641/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28641/events
https://github.com/pandas-dev/pandas/issues/28641
499,024,772
MDU6SXNzdWU0OTkwMjQ3NzI=
28,641
GroupBy(..., as_index=True).agg() drops index when
{ "avatar_url": "https://avatars.githubusercontent.com/u/10812?v=4", "events_url": "https://api.github.com/users/adamhooper/events{/privacy}", "followers_url": "https://api.github.com/users/adamhooper/followers", "following_url": "https://api.github.com/users/adamhooper/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": "cdea3c", "default": false, "description": "Unit test(s) ne...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2019-09-26T17:41:22Z
2020-06-15T22:53:27Z
2020-06-15T22:53:27Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```ipython In [1]: import pandas as pd In [2]: pd.DataFrame({"A": [1997], "B": pd.Series(["b"], dtype="category").cat.as_ordered()}).groupby("A", as_index=True).agg({"B": "size"}) Out[2]: B A 1997 1 In [3]: pd.DataFrame({"A": [1997], "B": pd.Ser...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28641/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28641/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28642
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28642/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28642/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28642/events
https://github.com/pandas-dev/pandas/pull/28642
499,031,546
MDExOlB1bGxSZXF1ZXN0MzIxODM4NjM0
28,642
CLN: more Exceptions
{ "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-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
1
2019-09-26T17:56:50Z
2019-09-27T14:23:02Z
2019-09-27T11:48:49Z
MEMBER
null
84 of these left.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28642/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28642/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28642.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28642", "merged_at": "2019-09-27T11:48:49Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28642.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28642" }
https://api.github.com/repos/pandas-dev/pandas/issues/28643
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28643/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28643/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28643/events
https://github.com/pandas-dev/pandas/pull/28643
499,041,902
MDExOlB1bGxSZXF1ZXN0MzIxODQ2ODY0
28,643
BUG: Fix TypeError raised in libreduction
{ "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-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
2
2019-09-26T18:19:31Z
2019-10-02T20:24:37Z
2019-10-02T19:58:34Z
MEMBER
null
This is a PITA and I'm not 100% happy with the solution here, open to suggestions. There is a call to `util.get_value_at(labels, i)` that raises `TypeError` if `labels` is not an `ndarray`. This fixes that by checking for non-ndarray and handling that case correctly. There is _also_ a case in master where we get...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28643/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28643/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28643.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28643", "merged_at": "2019-10-02T19:58:34Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28643.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28643" }
https://api.github.com/repos/pandas-dev/pandas/issues/28644
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28644/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28644/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28644/events
https://github.com/pandas-dev/pandas/pull/28644
499,077,837
MDExOlB1bGxSZXF1ZXN0MzIxODc2MjU4
28,644
Doc contribution pr06
{ "avatar_url": "https://avatars.githubusercontent.com/u/33249563?v=4", "events_url": "https://api.github.com/users/tolaa001/events{/privacy}", "followers_url": "https://api.github.com/users/tolaa001/followers", "following_url": "https://api.github.com/users/tolaa001/following{/other_user}", "gists_url": "htt...
[ { "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-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
4
2019-09-26T19:38:55Z
2019-09-27T17:03:49Z
2019-09-27T15:53:47Z
CONTRIBUTOR
null
Documentation update fixing some of the methods with a PR06 error code which involved updating - string to str - integer to int - boolean to bool No tests required
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28644/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28644/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28644.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28644", "merged_at": "2019-09-27T15:53:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28644.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28644" }
https://api.github.com/repos/pandas-dev/pandas/issues/28645
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28645/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28645/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28645/events
https://github.com/pandas-dev/pandas/pull/28645
499,090,367
MDExOlB1bGxSZXF1ZXN0MzIxODg2NTYw
28,645
CLN: Exception in pickle loading
{ "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-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
13
2019-09-26T20:07:10Z
2019-11-02T15:50:19Z
2019-11-02T15:48:40Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28645/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28645/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28645.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28645", "merged_at": "2019-11-02T15:48:40Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28645.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28645" }
https://api.github.com/repos/pandas-dev/pandas/issues/28646
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28646/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28646/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28646/events
https://github.com/pandas-dev/pandas/pull/28646
499,093,583
MDExOlB1bGxSZXF1ZXN0MzIxODg5MTU0
28,646
CLN: remove unused categories/ordered handling in astype
{ "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": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" }, { "color": "207...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
4
2019-09-26T20:14:18Z
2019-09-27T14:58:51Z
2019-09-27T11:48:03Z
MEMBER
null
This removes some unused code in the internals `astype`. There is a small change in behaviour though, when passing the categories/ordered keyword you now get TypeError instead of ValueError. But since that is Python's default behaviour, I would say this is rather a good fix.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28646/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28646/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28646.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28646", "merged_at": "2019-09-27T11:48:03Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28646.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28646" }
https://api.github.com/repos/pandas-dev/pandas/issues/28647
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28647/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28647/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28647/events
https://github.com/pandas-dev/pandas/pull/28647
499,139,731
MDExOlB1bGxSZXF1ZXN0MzIxOTI3MDQz
28,647
ENH: When using another plotting backend, minimize pre-processing
{ "avatar_url": "https://avatars.githubusercontent.com/u/4806877?v=4", "events_url": "https://api.github.com/users/jsignell/events{/privacy}", "followers_url": "https://api.github.com/users/jsignell/followers", "following_url": "https://api.github.com/users/jsignell/following{/other_user}", "gists_url": "http...
[ { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
4
2019-09-26T22:09:45Z
2019-11-19T04:59:16Z
2019-11-19T04:59:10Z
CONTRIBUTOR
null
- [ ] closes #xxxx - [ ] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry I ran into this while implementing the hvplot backend. In hvplot you can do: ```python df.hvplot.hist(y='y', by='category') ``` but with the ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28647/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28647/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28647.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28647", "merged_at": "2019-11-19T04:59:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28647.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28647" }
https://api.github.com/repos/pandas-dev/pandas/issues/28648
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28648/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28648/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28648/events
https://github.com/pandas-dev/pandas/pull/28648
499,164,896
MDExOlB1bGxSZXF1ZXN0MzIxOTQ3OTg0
28,648
CLN: Exception in nanops
{ "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-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
1
2019-09-26T23:46:05Z
2019-09-27T14:24:36Z
2019-09-27T11:45:46Z
MEMBER
null
The only relevant exception that gets raised by bottleneck AFAICT is a TypeError when we pass a `mask` kwarg that it doesn't accept. By avoiding this case at the beginning, we avoid having to catch the exception.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28648/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28648/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28648.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28648", "merged_at": "2019-09-27T11:45:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28648.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28648" }
https://api.github.com/repos/pandas-dev/pandas/issues/28649
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28649/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28649/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28649/events
https://github.com/pandas-dev/pandas/pull/28649
499,165,372
MDExOlB1bGxSZXF1ZXN0MzIxOTQ4Mzgz
28,649
CLN: Exception in io, plotting
{ "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
[]
null
6
2019-09-26T23:47:58Z
2019-10-03T19:23:24Z
2019-10-03T19:23:24Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28649/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28649/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28649.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28649", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/28649.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28649" }
https://api.github.com/repos/pandas-dev/pandas/issues/28650
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28650/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28650/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28650/events
https://github.com/pandas-dev/pandas/pull/28650
499,167,339
MDExOlB1bGxSZXF1ZXN0MzIxOTQ5OTk2
28,650
CLN: Exception catching in expressions
{ "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-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
0
2019-09-26T23:57:04Z
2019-09-27T21:31:23Z
2019-09-27T21:18:52Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28650/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28650/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28650.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28650", "merged_at": "2019-09-27T21:18:52Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28650.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28650" }
https://api.github.com/repos/pandas-dev/pandas/issues/28651
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28651/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28651/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28651/events
https://github.com/pandas-dev/pandas/pull/28651
499,216,774
MDExOlB1bGxSZXF1ZXN0MzIxOTg1NDI0
28,651
CLN: Define and pin GroupBy properties without exec
{ "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": "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-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
1
2019-09-27T03:36:56Z
2019-10-01T13:43:40Z
2019-10-01T13:07:53Z
MEMBER
null
- [x] closes #16959 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` In an unrelated branch I found that this exec-generated code is a PITA to debug. So this PR finally gets rid of 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/28651/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28651/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28651.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28651", "merged_at": "2019-10-01T13:07:53Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28651.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28651" }
https://api.github.com/repos/pandas-dev/pandas/issues/28652
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28652/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28652/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28652/events
https://github.com/pandas-dev/pandas/issues/28652
499,285,383
MDU6SXNzdWU0OTkyODUzODM=
28,652
groupby indexing is giving the wrong index
{ "avatar_url": "https://avatars.githubusercontent.com/u/12756081?v=4", "events_url": "https://api.github.com/users/landmann/events{/privacy}", "followers_url": "https://api.github.com/users/landmann/followers", "following_url": "https://api.github.com/users/landmann/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": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
0
2019-09-27T07:32:14Z
2020-01-01T16:21:27Z
2020-01-01T16:21:27Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python a = pd.DataFrame([range(3)]*3,index=map(str, range(3))).T a.iloc[:,0] = [10, 11, 11] a.groupby('0').apply(lambda x: print(x.index)) indexes = a.groupby('0').apply(lambda x: x.index) print(indexes) index_lengths = a.groupby('0').apply(lambda ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28652/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28652/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28653
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28653/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28653/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28653/events
https://github.com/pandas-dev/pandas/issues/28653
499,296,367
MDU6SXNzdWU0OTkyOTYzNjc=
28,653
ExcelWriter's append mode unable to write to existing worksheet
{ "avatar_url": "https://avatars.githubusercontent.com/u/1503410?v=4", "events_url": "https://api.github.com/users/garygsw/events{/privacy}", "followers_url": "https://api.github.com/users/garygsw/followers", "following_url": "https://api.github.com/users/garygsw/following{/other_user}", "gists_url": "https:/...
[]
closed
false
null
[]
null
1
2019-09-27T07:57:30Z
2019-09-27T08:06:17Z
2019-09-27T08:05:56Z
NONE
null
#### Problem description The openpxyl engine for ExcelWriter's append mode allows us to write data into a new Worksheet and append it to an existing Workbook. However, when trying to append data into an existing Worksheet, it creates a new blank Worksheet (without any existing data) with the Worksheet's name suffixe...
{ "+1": 2, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28653/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28653/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28654
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28654/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28654/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28654/events
https://github.com/pandas-dev/pandas/issues/28654
499,430,477
MDU6SXNzdWU0OTk0MzA0Nzc=
28,654
max_rows option is broken
{ "avatar_url": "https://avatars.githubusercontent.com/u/5413726?v=4", "events_url": "https://api.github.com/users/jtiscione/events{/privacy}", "followers_url": "https://api.github.com/users/jtiscione/followers", "following_url": "https://api.github.com/users/jtiscione/following{/other_user}", "gists_url": "h...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
1
2019-09-27T12:57:20Z
2019-09-27T20:59:50Z
2019-09-27T20:59:38Z
NONE
null
#### Code Sample, a copy-pastable example if possible pd.set_option("display.max_rows", 100) print(display) Displays this: <img width="391" alt="Screen Shot 2019-09-27 at 6 55 04 AM" src="https://user-images.githubusercontent.com/5413726/65770716-e0850700-e0f3-11e9-904f-f13e73d17687.png"> I need to see more th...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28654/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28654/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28655
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28655/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28655/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28655/events
https://github.com/pandas-dev/pandas/pull/28655
499,430,579
MDExOlB1bGxSZXF1ZXN0MzIyMTUzMDMz
28,655
DOC: Fixed PR08 docstring errors in pandas.DataFrame
{ "avatar_url": "https://avatars.githubusercontent.com/u/36764552?v=4", "events_url": "https://api.github.com/users/jackbicknell14/events{/privacy}", "followers_url": "https://api.github.com/users/jackbicknell14/followers", "following_url": "https://api.github.com/users/jackbicknell14/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "eb6420", "default": false, "description": "Code style, linting, ...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
4
2019-09-27T12:57:33Z
2019-10-01T18:51:36Z
2019-09-30T16:22:42Z
CONTRIBUTOR
null
This relates to: [27977](https://github.com/pandas-dev/pandas/issues/27977). I have fixed the doc PR08 formatting issues for: ``` pandas.DataFrame.insert: Parameter "column" description should start with a capital letter pandas.DataFrame.apply: Parameter "raw" description should start with a capital letter pandas.D...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28655/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28655/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28655.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28655", "merged_at": "2019-09-30T16:22:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28655.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28655" }
https://api.github.com/repos/pandas-dev/pandas/issues/28656
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28656/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28656/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28656/events
https://github.com/pandas-dev/pandas/issues/28656
499,447,561
MDU6SXNzdWU0OTk0NDc1NjE=
28,656
DOC: Styler errors PR08 and PR09
{ "avatar_url": "https://avatars.githubusercontent.com/u/38143549?v=4", "events_url": "https://api.github.com/users/HughKelley/events{/privacy}", "followers_url": "https://api.github.com/users/HughKelley/followers", "following_url": "https://api.github.com/users/HughKelley/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
null
2
2019-09-27T13:30:02Z
2019-10-02T06:29:51Z
2019-10-02T06:29:51Z
CONTRIBUTOR
null
```python python scripts/validate_docstrings.py pandas.io.formats.style.Styler --errors=PR08,PR09 ``` #### Problem description returns: ``` 11 Errors found: Parameters {table_attributes} not documented Parameter "data" has no description Parameter "precision" description should start with a capital letter...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28656/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28656/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28657
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28657/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28657/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28657/events
https://github.com/pandas-dev/pandas/issues/28657
499,490,844
MDU6SXNzdWU0OTk0OTA4NDQ=
28,657
[Feature Request] Add `nancorr_biweightmidcorr` to `pandas._libs.algos`
{ "avatar_url": "https://avatars.githubusercontent.com/u/9061708?v=4", "events_url": "https://api.github.com/users/jolespin/events{/privacy}", "followers_url": "https://api.github.com/users/jolespin/followers", "following_url": "https://api.github.com/users/jolespin/following{/other_user}", "gists_url": "http...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "eb6420", "default": false, "description": "Non-arit...
open
false
null
[]
null
3
2019-09-27T14:50:29Z
2019-10-26T01:41:14Z
null
NONE
null
#### Code Sample This is probably the fastest implementation I am aware of at the moment: https://rdrr.io/cran/WGCNA/man/bicor.html However this is also available but considerably slower and not parallelized: https://docs.astropy.org/en/stable/api/astropy.stats.biweight_midcorrelation.html #### Problem descript...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28657/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28657/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28658
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28658/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28658/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28658/events
https://github.com/pandas-dev/pandas/issues/28658
499,545,019
MDU6SXNzdWU0OTk1NDUwMTk=
28,658
Error when adding 'm' to a Series of strings
{ "avatar_url": "https://avatars.githubusercontent.com/u/2239771?v=4", "events_url": "https://api.github.com/users/capelastegui/events{/privacy}", "followers_url": "https://api.github.com/users/capelastegui/followers", "following_url": "https://api.github.com/users/capelastegui/following{/other_user}", "gists...
[ { "color": "0e8a16", "default": true, "description": null, "id": 717120670, "name": "good first issue", "node_id": "MDU6TGFiZWw3MTcxMjA2NzA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue" }, { "color": "cdea3c", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
2
2019-09-27T16:45:55Z
2019-10-02T06:43:09Z
2019-10-02T06:43:09Z
NONE
null
#### Code Sample I have found a strange corner case when adding strings to a Series. This is an operation that most of the times works well: ```python import pandas as pd # Adding a string to a Series, works as expected pd.Series(['hello','world'])+'!' ``` output: ``` 0 hello! 1 world! dtype: objec...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28658/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28658/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28659
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28659/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28659/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28659/events
https://github.com/pandas-dev/pandas/pull/28659
499,600,003
MDExOlB1bGxSZXF1ZXN0MzIyMjg3NjMx
28,659
accept a dictionary in plot colors
{ "avatar_url": "https://avatars.githubusercontent.com/u/18487422?v=4", "events_url": "https://api.github.com/users/Leostayner/events{/privacy}", "followers_url": "https://api.github.com/users/Leostayner/followers", "following_url": "https://api.github.com/users/Leostayner/following{/other_user}", "gists_url"...
[ { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
null
[]
null
8
2019-09-27T18:58:27Z
2020-01-19T08:16:24Z
2020-01-19T08:16:21Z
NONE
null
- [ ] closes #8193 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry Line/bar plot accepts color by dictonary. @elisamalzoni
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28659/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28659/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28659.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28659", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/28659.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28659" }
https://api.github.com/repos/pandas-dev/pandas/issues/28660
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28660/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28660/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28660/events
https://github.com/pandas-dev/pandas/issues/28660
499,620,440
MDU6SXNzdWU0OTk2MjA0NDA=
28,660
Stream compatibility on newest Python IO
{ "avatar_url": "https://avatars.githubusercontent.com/u/478888?v=4", "events_url": "https://api.github.com/users/Deamoner/events{/privacy}", "followers_url": "https://api.github.com/users/Deamoner/followers", "following_url": "https://api.github.com/users/Deamoner/following{/other_user}", "gists_url": "https...
[ { "color": "5319e7", "default": false, "description": "SAS: read_sas", "id": 258745163, "name": "IO SAS", "node_id": "MDU6TGFiZWwyNTg3NDUxNjM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SAS" } ]
closed
false
null
[]
null
2
2019-09-27T19:48:17Z
2020-04-05T01:47:16Z
2020-04-05T01:47:15Z
NONE
null
Python version 3.7.3 or 3.7.4 #### Code Sample, a copy-pastable example if possible ``` decoded = base64.b64decode(content_string) try : if 'dm.xpt' in filename : # df_dict['dm'] = pd.read_sas(filename,encoding="latin1") df_dict['dm'] = pd.read_sas(io.BytesIO(decoded),...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28660/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28660/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28661
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28661/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28661/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28661/events
https://github.com/pandas-dev/pandas/pull/28661
499,643,010
MDExOlB1bGxSZXF1ZXN0MzIyMzIxODI5
28,661
PERF: Make matplotlib import lazy
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "d93f0b", "default"...
closed
false
null
[]
null
3
2019-09-27T20:46:37Z
2019-11-21T20:00:40Z
2019-10-01T14:03:20Z
MEMBER
null
Cuts import time by about 23%, from 393ms to 303ms (note these measurements are pretty noisy). The percentage edges up to 26% if we ignore get_version, since that is negligible in a release. Downside: we lose some docstrings on plotting methods. Will need to decide if it is worth a refactor to keep them in place.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28661/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28661/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28661.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28661", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/28661.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28661" }
https://api.github.com/repos/pandas-dev/pandas/issues/28662
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28662/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28662/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28662/events
https://github.com/pandas-dev/pandas/pull/28662
499,690,584
MDExOlB1bGxSZXF1ZXN0MzIyMzU3NjQx
28,662
BUG: Fix groupby.apply
{ "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": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
11
2019-09-27T23:27:41Z
2020-01-07T00:30:25Z
2020-01-01T16:21:28Z
MEMBER
null
- [x] closes #28652 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Makes sure that the output of `groupby.apply` is built up by value instead of by reference in `reduction.pyx` to avoid the behavior from #28652.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28662/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28662/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28662.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28662", "merged_at": "2020-01-01T16:21:27Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28662.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28662" }
https://api.github.com/repos/pandas-dev/pandas/issues/28663
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28663/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28663/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28663/events
https://github.com/pandas-dev/pandas/issues/28663
499,732,074
MDU6SXNzdWU0OTk3MzIwNzQ=
28,663
to_html()没有encoding参数?造成输出中文显示乱码
{ "avatar_url": "https://avatars.githubusercontent.com/u/20920182?v=4", "events_url": "https://api.github.com/users/645187919/events{/privacy}", "followers_url": "https://api.github.com/users/645187919/followers", "following_url": "https://api.github.com/users/645187919/following{/other_user}", "gists_url": "...
[ { "color": "006b75", "default": false, "description": "read_html, to_html, Styler.apply, Styler.applymap", "id": 57395487, "name": "IO HTML", "node_id": "MDU6TGFiZWw1NzM5NTQ4Nw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HTML" } ]
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
6
2019-09-28T06:10:53Z
2019-10-16T12:29:24Z
2019-10-16T12:29:24Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here data = pd.read_csv("test.csv",encoding="gbk") print(data) html = data.to_html(col_space=40,justify="center") ``` #### Problem description 当我用to_html()方法生成html的时候,中文显示乱码,后来一看该方法竟然没有encoding参数,希望作者能完善了,这样以后会方便很多人哈! [this should ex...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28663/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28663/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28664
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28664/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28664/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28664/events
https://github.com/pandas-dev/pandas/issues/28664
499,740,717
MDU6SXNzdWU0OTk3NDA3MTc=
28,664
Bug: pct_change with frequency set as 'BM' throws value error
{ "avatar_url": "https://avatars.githubusercontent.com/u/4449948?v=4", "events_url": "https://api.github.com/users/min2bro/events{/privacy}", "followers_url": "https://api.github.com/users/min2bro/followers", "following_url": "https://api.github.com/users/min2bro/following{/other_user}", "gists_url": "https:/...
[ { "color": "0052cc", "default": false, "description": "DateOffsets", "id": 53181044, "name": "Frequency", "node_id": "MDU6TGFiZWw1MzE4MTA0NA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency" }, { "color": "eb6420", "default": false, "description...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
6
2019-09-28T07:56:33Z
2019-11-15T14:55:06Z
2019-11-15T14:55:06Z
NONE
null
#### Code Sample, a copy-pastable example if possible ``` import pandas as pd import random import numpy as np Creating the time-series index n=60 index = pd.date_range('01/13/2020', periods = 70,freq='D') Creating the dataframe df = pd.DataFrame({"A":np.random.uniform(low=0.5, high=13.3, size=(7...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28664/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28664/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28665
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28665/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28665/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28665/events
https://github.com/pandas-dev/pandas/issues/28665
499,758,634
MDU6SXNzdWU0OTk3NTg2MzQ=
28,665
Odd error message, concerning numpy using an alias versus numpy package name
{ "avatar_url": "https://avatars.githubusercontent.com/u/1430861?v=4", "events_url": "https://api.github.com/users/apiszcz/events{/privacy}", "followers_url": "https://api.github.com/users/apiszcz/followers", "following_url": "https://api.github.com/users/apiszcz/following{/other_user}", "gists_url": "https:/...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" }, { "color": "0e8a...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/28212972?v=4", "events_url": "https://api.github.com/users/hasnain2808/events{/privacy}", "followers_url": "https://api.github.com/users/hasnain2808/followers", "following_url": "https://api.github.com/users/hasnain2808/following{/other_user}", "gists_u...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/28212972?v=4", "events_url": "https://api.github.com/users/hasnain2808/events{/privacy}", "followers_url": "https://api.github.com/users/hasnain2808/followers", "following_url": "https://api.github.com/users/hasnain2808/following{/other_user}"...
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
5
2019-09-28T11:16:10Z
2019-12-26T00:08:09Z
2019-12-26T00:08:08Z
NONE
null
This produces a poor warning ```python >>> import pandas as pd >>> import numpy as np >>> np.ptp(pd.Series([1, 2, 3])) /lib/python3.7/site-packages/numpy/core/fromnumeric.py:2495: FutureWarning: Method .ptp is deprecated and will be removed in a future version. Use numpy.ptp instead. ``` because `np.ptp` cal...
{ "+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/28665/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28665/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28666
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28666/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28666/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28666/events
https://github.com/pandas-dev/pandas/pull/28666
499,789,879
MDExOlB1bGxSZXF1ZXN0MzIyNDI0OTI5
28,666
BUG: fix broken error message in ujson.encode() (GH18878)
{ "avatar_url": "https://avatars.githubusercontent.com/u/142362?v=4", "events_url": "https://api.github.com/users/rlamy/events{/privacy}", "followers_url": "https://api.github.com/users/rlamy/followers", "following_url": "https://api.github.com/users/rlamy/following{/other_user}", "gists_url": "https://api.gi...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" }, { "color": "207d...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
1
2019-09-28T16:07:58Z
2019-10-08T13:59:33Z
2019-10-06T22:40:39Z
CONTRIBUTOR
null
- [x] closes #18878 - [x] 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/28666/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28666/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28666.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28666", "merged_at": "2019-10-06T22:40:38Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28666.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28666" }
https://api.github.com/repos/pandas-dev/pandas/issues/28667
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28667/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28667/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28667/events
https://github.com/pandas-dev/pandas/pull/28667
499,797,069
MDExOlB1bGxSZXF1ZXN0MzIyNDMwMTAy
28,667
DOC: Updating See Also section in IndexOpsMixin
{ "avatar_url": "https://avatars.githubusercontent.com/u/37672187?v=4", "events_url": "https://api.github.com/users/Sedosa/events{/privacy}", "followers_url": "https://api.github.com/users/Sedosa/followers", "following_url": "https://api.github.com/users/Sedosa/following{/other_user}", "gists_url": "https://a...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
3
2019-09-28T17:14:14Z
2019-10-02T04:06:48Z
2019-10-02T04:06:43Z
CONTRIBUTOR
null
- [x] Updated the "See Also" section for the IndexOpsMixin '''_is_homogenous_type'''
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28667/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28667/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28667.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28667", "merged_at": "2019-10-02T04:06:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28667.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28667" }
https://api.github.com/repos/pandas-dev/pandas/issues/28668
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28668/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28668/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28668/events
https://github.com/pandas-dev/pandas/issues/28668
499,817,727
MDU6SXNzdWU0OTk4MTc3Mjc=
28,668
Merge error on Categorical Interval columns
{ "avatar_url": "https://avatars.githubusercontent.com/u/6556306?v=4", "events_url": "https://api.github.com/users/harisbal/events{/privacy}", "followers_url": "https://api.github.com/users/harisbal/followers", "following_url": "https://api.github.com/users/harisbal/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": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
2
2019-09-28T20:28:30Z
2019-10-08T12:40:09Z
2019-10-08T12:40:09Z
CONTRIBUTOR
null
Failure on merging on Categorical columns which include intervals. For instance, the following raises `TypeError: data type not understood` ```python bins = np.arange(0, 91, 30) df1 = pd.DataFrame(np.array([[1, 22], [2, 35], [3, 82]]), columns=['Id', 'Dist']).set_index('Id') df1['DistGroup'...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28668/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28668/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28669
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28669/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28669/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28669/events
https://github.com/pandas-dev/pandas/issues/28669
499,824,979
MDU6SXNzdWU0OTk4MjQ5Nzk=
28,669
minor inconsistency in Categorical.remove_categories error message
{ "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": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" }, { "color": "e11d...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
12
2019-09-28T21:52:21Z
2019-10-22T15:46:04Z
2019-10-22T15:46:04Z
MEMBER
null
mypy error: `pandas\core\arrays\categorical.py:1125:13: error: Incompatible types in assignment (expression has type "List[Any]", variable has type "Set[Any]") [assignment]` #### Code Sample, a copy-pastable example if possible ```python Python 3.7.4 (default, Aug 9 2019, 18:34:13) [MSC v.1915 64 bit (AMD64)...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28669/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28669/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28670
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28670/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28670/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28670/events
https://github.com/pandas-dev/pandas/pull/28670
499,864,113
MDExOlB1bGxSZXF1ZXN0MzIyNDc0ODE5
28,670
Fix incorrect doc for to_datetime
{ "avatar_url": "https://avatars.githubusercontent.com/u/17039389?v=4", "events_url": "https://api.github.com/users/harupy/events{/privacy}", "followers_url": "https://api.github.com/users/harupy/followers", "following_url": "https://api.github.com/users/harupy/following{/other_user}", "gists_url": "https://a...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
1
2019-09-29T06:07:23Z
2019-10-05T22:44:58Z
2019-10-05T22:44:54Z
CONTRIBUTOR
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry This PR fixes incorrect doc for `pandas.to_datetime`.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28670/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28670/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28670.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28670", "merged_at": "2019-10-05T22:44:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28670.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28670" }
https://api.github.com/repos/pandas-dev/pandas/issues/28671
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28671/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28671/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28671/events
https://github.com/pandas-dev/pandas/pull/28671
499,940,306
MDExOlB1bGxSZXF1ZXN0MzIyNTIwMzg0
28,671
BUG: restore limit in RangeIndex.get_indexer
{ "avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4", "events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}", "followers_url": "https://api.github.com/users/charlesdong1991/followers", "following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "2019-10-19T17:01:24Z", "closed_issues": 52, "created_at": "2019-08-23T11:48:40Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/us...
4
2019-09-29T16:38:32Z
2019-10-01T12:17:45Z
2019-10-01T12:00:39Z
MEMBER
null
- [x] closes #28631 - [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/28671/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28671/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28671.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28671", "merged_at": "2019-10-01T12:00:38Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28671.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28671" }
https://api.github.com/repos/pandas-dev/pandas/issues/28672
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28672/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28672/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28672/events
https://github.com/pandas-dev/pandas/issues/28672
499,948,157
MDU6SXNzdWU0OTk5NDgxNTc=
28,672
Pandas tries to do something with indexes while only supposed to work with values.
{ "avatar_url": "https://avatars.githubusercontent.com/u/18684799?v=4", "events_url": "https://api.github.com/users/PhysSci/events{/privacy}", "followers_url": "https://api.github.com/users/PhysSci/followers", "following_url": "https://api.github.com/users/PhysSci/following{/other_user}", "gists_url": "https:...
[]
closed
false
null
[]
null
2
2019-09-29T17:52:03Z
2020-01-27T07:23:00Z
2020-01-27T07:22:59Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python ra = pd.read_excel("Edata.xlsx", sheet_name="r-a").astype(float) ``` ```python d[i].min().min() ``` #### Problem description Traceback (most recent call last): File "E:/загрузки/учеба/лабы/H2lab/Search.py", line 4, in <module> ra = 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/28672/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28672/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28673
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28673/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28673/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28673/events
https://github.com/pandas-dev/pandas/issues/28673
499,968,370
MDU6SXNzdWU0OTk5NjgzNzA=
28,673
DOCS: fix PR09,PR09 doc string errors in Timestamp, NaT, Timedelta class
{ "avatar_url": "https://avatars.githubusercontent.com/u/7444140?v=4", "events_url": "https://api.github.com/users/josibake/events{/privacy}", "followers_url": "https://api.github.com/users/josibake/followers", "following_url": "https://api.github.com/users/josibake/following{/other_user}", "gists_url": "http...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
null
1
2019-09-29T20:42:54Z
2019-10-04T15:33:29Z
2019-10-04T15:33:29Z
CONTRIBUTOR
null
This fixes validation errors PR09,PR08 for pandas.Timestamp, pandas.Timedelta (and also NaT) class: ``` pandas.Timestamp.ceil: Parameter "ambiguous" description should start with a capital letter pandas.Timestamp.ceil: Parameter "ambiguous" description should finish with "." pandas.Timestamp.ceil: Parameter "none...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28673/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28673/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28674
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28674/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28674/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28674/events
https://github.com/pandas-dev/pandas/pull/28674
499,968,960
MDExOlB1bGxSZXF1ZXN0MzIyNTM5MzQ5
28,674
DOC: fix PR09,PR08 doc string errors in Timestamp, NaT, Timedelta class
{ "avatar_url": "https://avatars.githubusercontent.com/u/7444140?v=4", "events_url": "https://api.github.com/users/josibake/events{/privacy}", "followers_url": "https://api.github.com/users/josibake/followers", "following_url": "https://api.github.com/users/josibake/following{/other_user}", "gists_url": "http...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
6
2019-09-29T20:48:20Z
2019-10-03T23:59:22Z
2019-10-01T16:59:29Z
CONTRIBUTOR
null
This fixes PR09,PR08 errors in Timestamp, NaT, Timedelta classes Example: ``` pandas.Timestamp.ceil: Parameter "ambiguous" description should finish with "." pandas.Timestamp.ceil: Parameter "nonexistent" description should finish with "." pandas.Timestamp.day_name: Parameter "locale" description should finish...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28674/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28674/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28674.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28674", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/28674.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28674" }
https://api.github.com/repos/pandas-dev/pandas/issues/28675
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28675/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28675/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28675/events
https://github.com/pandas-dev/pandas/issues/28675
499,995,075
MDU6SXNzdWU0OTk5OTUwNzU=
28,675
resample becomes non-deterministic, depending on DateTimeIndex values
{ "avatar_url": "https://avatars.githubusercontent.com/u/5972376?v=4", "events_url": "https://api.github.com/users/haeusser/events{/privacy}", "followers_url": "https://api.github.com/users/haeusser/followers", "following_url": "https://api.github.com/users/haeusser/following{/other_user}", "gists_url": "http...
[ { "color": "207de5", "default": false, "description": "resample method", "id": 74975453, "name": "Resample", "node_id": "MDU6TGFiZWw3NDk3NTQ1Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Resample" } ]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
6
2019-09-30T00:27:12Z
2020-05-10T15:52:55Z
2020-05-10T15:52:55Z
NONE
null
#### Minimal Example ```python import datetime as dt import numpy as np import pandas as pd def np_to_df(data, start_time): index = pd.DatetimeIndex( [start_time + dt.timedelta(milliseconds=t) for t in range(len(data))]) df = pd.DataFrame(data, index=index) return df # generate sam...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28675/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28675/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28676
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28676/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28676/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28676/events
https://github.com/pandas-dev/pandas/issues/28676
499,998,023
MDU6SXNzdWU0OTk5OTgwMjM=
28,676
value_counts with dropna=False gives differing results
{ "avatar_url": "https://avatars.githubusercontent.com/u/9045621?v=4", "events_url": "https://api.github.com/users/anttttti/events{/privacy}", "followers_url": "https://api.github.com/users/anttttti/followers", "following_url": "https://api.github.com/users/anttttti/following{/other_user}", "gists_url": "http...
[ { "color": "207de5", "default": false, "description": "Clarification about behavior needed to assess issue", "id": 307649777, "name": "Needs Info", "node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info" } ]
closed
false
null
[]
null
3
2019-09-30T00:44:57Z
2020-04-23T14:14:10Z
2020-04-23T14:12:56Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python df[col].value_counts(dropna=False, normalize=True) ``` #### Problem description Doing df[col].value_counts(dropna=False, normalize=True) gives different results on different x64 machines. Updated both machines to latest version of Python (3.7....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28676/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28676/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28677
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28677/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28677/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28677/events
https://github.com/pandas-dev/pandas/pull/28677
500,017,997
MDExOlB1bGxSZXF1ZXN0MzIyNTcyNDE1
28,677
minor inconsistency in Categorical.remove_categories error message
{ "avatar_url": "https://avatars.githubusercontent.com/u/32433964?v=4", "events_url": "https://api.github.com/users/punndcoder28/events{/privacy}", "followers_url": "https://api.github.com/users/punndcoder28/followers", "following_url": "https://api.github.com/users/punndcoder28/following{/other_user}", "gist...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" }, { "color": "e11d...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
17
2019-09-30T02:34:07Z
2019-10-22T15:46:10Z
2019-10-22T15:46:04Z
CONTRIBUTOR
null
This pull request fixes minor inconsistency in Categorical.remove_categories error message - [x] closes #28669 - [ ] tests added / passed - passes `black pandas` - passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - whatsnew entry Changed the error message to show invalid removals as a set. 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/28677/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28677/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28677.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28677", "merged_at": "2019-10-22T15:46:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28677.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28677" }
https://api.github.com/repos/pandas-dev/pandas/issues/28678
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28678/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28678/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28678/events
https://github.com/pandas-dev/pandas/issues/28678
500,034,514
MDU6SXNzdWU1MDAwMzQ1MTQ=
28,678
BUG: RangeIndex.get_indexer is incorrect for some decreasing RangeIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/5332445?v=4", "events_url": "https://api.github.com/users/jschendel/events{/privacy}", "followers_url": "https://api.github.com/users/jschendel/followers", "following_url": "https://api.github.com/users/jschendel/following{/other_user}", "gists_url": "h...
[ { "color": "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": "2019-10-19T17:01:24Z", "closed_issues": 52, "created_at": "2019-08-23T11:48:40Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/us...
1
2019-09-30T03:49:22Z
2019-10-02T06:50:51Z
2019-10-02T06:50:51Z
MEMBER
null
For some decreasing `RangeIndex`, the `get_indexer` method will indicate that all of it's own values are missing, and find matches for values not included in the index: ```python In [2]: ri = pd.RangeIndex(10, 0, -3) In [3]: ri.get_indexer(ri) Out[3]: array([-1, -1, -1, -1]) In [4]: ri.get_indexer(ri - 1) Out...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28678/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28678/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28679
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28679/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28679/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28679/events
https://github.com/pandas-dev/pandas/issues/28679
500,068,419
MDU6SXNzdWU1MDAwNjg0MTk=
28,679
c94eae breaks the test
{ "avatar_url": "https://avatars.githubusercontent.com/u/19762154?v=4", "events_url": "https://api.github.com/users/0xF4D3C0D3/events{/privacy}", "followers_url": "https://api.github.com/users/0xF4D3C0D3/followers", "following_url": "https://api.github.com/users/0xF4D3C0D3/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
null
2
2019-09-30T06:02:45Z
2019-09-30T06:44:13Z
2019-09-30T06:44:12Z
CONTRIBUTOR
null
the commit <Add Indent Support in to_json (#28130)> breaks the test. `pytest pandas/tests/io/json/test_pandas.py`. ![image](https://user-images.githubusercontent.com/19762154/65853170-915d0180-e393-11e9-9d1a-38ad3713e145.png) ![image](https://user-images.githubusercontent.com/19762154/65853052-2f040100-e393-11e...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28679/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28679/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28680
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28680/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28680/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28680/events
https://github.com/pandas-dev/pandas/pull/28680
500,069,264
MDExOlB1bGxSZXF1ZXN0MzIyNjEzMDEz
28,680
BUG: Fix RangeIndex.get_indexer for decreasing RangeIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/5332445?v=4", "events_url": "https://api.github.com/users/jschendel/events{/privacy}", "followers_url": "https://api.github.com/users/jschendel/followers", "following_url": "https://api.github.com/users/jschendel/following{/other_user}", "gists_url": "h...
[ { "color": "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": "2019-10-19T17:01:24Z", "closed_issues": 52, "created_at": "2019-08-23T11:48:40Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/us...
4
2019-09-30T06:05:30Z
2019-10-02T16:13:03Z
2019-10-02T06:50:51Z
MEMBER
null
- [X] closes #28678 - [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/28680/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28680/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28680.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28680", "merged_at": "2019-10-02T06:50:51Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28680.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28680" }
https://api.github.com/repos/pandas-dev/pandas/issues/28681
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28681/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28681/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28681/events
https://github.com/pandas-dev/pandas/pull/28681
500,191,556
MDExOlB1bGxSZXF1ZXN0MzIyNzExMzUx
28,681
BUG: make pct_change can handle the anchored freq #28664
{ "avatar_url": "https://avatars.githubusercontent.com/u/19762154?v=4", "events_url": "https://api.github.com/users/0xF4D3C0D3/events{/privacy}", "followers_url": "https://api.github.com/users/0xF4D3C0D3/followers", "following_url": "https://api.github.com/users/0xF4D3C0D3/following{/other_user}", "gists_url"...
[ { "color": "0052cc", "default": false, "description": "DateOffsets", "id": 53181044, "name": "Frequency", "node_id": "MDU6TGFiZWw1MzE4MTA0NA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency" }, { "color": "eb6420", "default": false, "description...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
8
2019-09-30T10:34:21Z
2019-11-15T14:55:09Z
2019-11-15T14:55:06Z
CONTRIBUTOR
null
- [x] closes #28664 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry pct_change didn't work when the freq is anchored(like `1W`, `1M`, `BM`) so when the freq is anchored, use `data.asfreq(freq)` instead of th...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28681/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28681/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28681.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28681", "merged_at": "2019-11-15T14:55:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28681.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28681" }
https://api.github.com/repos/pandas-dev/pandas/issues/28682
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28682/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28682/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28682/events
https://github.com/pandas-dev/pandas/issues/28682
500,210,587
MDU6SXNzdWU1MDAyMTA1ODc=
28,682
HDF Store – How to select from table with multiindex?
{ "avatar_url": "https://avatars.githubusercontent.com/u/51128957?v=4", "events_url": "https://api.github.com/users/oyibor/events{/privacy}", "followers_url": "https://api.github.com/users/oyibor/followers", "following_url": "https://api.github.com/users/oyibor/following{/other_user}", "gists_url": "https://a...
[]
closed
false
null
[]
null
10
2019-09-30T11:16:29Z
2019-10-04T16:56:21Z
2019-10-04T10:18:41Z
NONE
null
I want to update data within a HDF table that has a multiindex. This should be done in two steps: - Remove the data from the HDF Store where the multiindex equals the multiindex of an update table (=> store.remove) - Insert the new data into the HDF Store (=> store.append) The problem is that I do not find a way...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28682/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28682/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28683
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28683/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28683/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28683/events
https://github.com/pandas-dev/pandas/issues/28683
500,216,973
MDU6SXNzdWU1MDAyMTY5NzM=
28,683
Read long text from a cell
{ "avatar_url": "https://avatars.githubusercontent.com/u/54467678?v=4", "events_url": "https://api.github.com/users/SenseiBunny/events{/privacy}", "followers_url": "https://api.github.com/users/SenseiBunny/followers", "following_url": "https://api.github.com/users/SenseiBunny/following{/other_user}", "gists_u...
[ { "color": "207de5", "default": false, "description": "Clarification about behavior needed to assess issue", "id": 307649777, "name": "Needs Info", "node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info" } ]
closed
false
null
[]
null
3
2019-09-30T11:31:16Z
2020-02-17T14:53:36Z
2020-02-17T14:53:36Z
NONE
null
So I have very long text in excel cell, when I want to read this it only shows a few lines. How to get all text from a cell? tekst=self.alco.loc[self.alco['Name']=='Vodka', 'description'] tekst=tekst.to_string(index=False) print(tekst) Output: Vodka is a distilled beverage composed ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28683/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28683/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28684
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28684/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28684/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28684/events
https://github.com/pandas-dev/pandas/pull/28684
500,259,494
MDExOlB1bGxSZXF1ZXN0MzIyNzY3NTcz
28,684
Deprecate is copy in take
{ "avatar_url": "https://avatars.githubusercontent.com/u/7977255?v=4", "events_url": "https://api.github.com/users/chrisstpierre/events{/privacy}", "followers_url": "https://api.github.com/users/chrisstpierre/followers", "following_url": "https://api.github.com/users/chrisstpierre/following{/other_user}", "gi...
[]
closed
false
null
[]
null
2
2019-09-30T12:56:49Z
2019-10-01T03:54:02Z
2019-10-01T03:54:02Z
NONE
null
- [ X ] closes #27357 - [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/28684/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28684/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28684.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28684", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/28684.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28684" }
https://api.github.com/repos/pandas-dev/pandas/issues/28685
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28685/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28685/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28685/events
https://github.com/pandas-dev/pandas/issues/28685
500,299,559
MDU6SXNzdWU1MDAyOTk1NTk=
28,685
DOC: Fix formatting errors in pandas.api.extensions.ExtensionArray
{ "avatar_url": "https://avatars.githubusercontent.com/u/38143549?v=4", "events_url": "https://api.github.com/users/HughKelley/events{/privacy}", "followers_url": "https://api.github.com/users/HughKelley/followers", "following_url": "https://api.github.com/users/HughKelley/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
null
0
2019-09-30T14:04:06Z
2019-10-15T13:04:33Z
2019-10-14T21:48:15Z
CONTRIBUTOR
null
```python python scripts/validate_docstrings.py pandas.api.extensions.ExtensionArray.view python scripts/validate_docstrings.py pandas.api.extensions.ExtensionArray.fillna python scripts/validate_docstrings.py pandas.api.extensions.ExtensionArray.shift ``` #### Problem description pandas.api.extensions....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28685/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28685/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28686
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28686/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28686/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28686/events
https://github.com/pandas-dev/pandas/pull/28686
500,326,695
MDExOlB1bGxSZXF1ZXN0MzIyODIyNjcw
28,686
DOC: fix formatting in the ExtensionArray docstrings
{ "avatar_url": "https://avatars.githubusercontent.com/u/38143549?v=4", "events_url": "https://api.github.com/users/HughKelley/events{/privacy}", "followers_url": "https://api.github.com/users/HughKelley/followers", "following_url": "https://api.github.com/users/HughKelley/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-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
6
2019-09-30T14:47:21Z
2019-10-14T21:50:43Z
2019-10-14T21:48:16Z
CONTRIBUTOR
null
- [x] closes #28685 - [ ] 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/28686/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28686/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28686.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28686", "merged_at": "2019-10-14T21:48:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28686.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28686" }
https://api.github.com/repos/pandas-dev/pandas/issues/28687
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28687/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28687/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28687/events
https://github.com/pandas-dev/pandas/issues/28687
500,338,144
MDU6SXNzdWU1MDAzMzgxNDQ=
28,687
DOC: Docstrings Formatting Error PR09,PR08 in pandas.plotting
{ "avatar_url": "https://avatars.githubusercontent.com/u/7444140?v=4", "events_url": "https://api.github.com/users/josibake/events{/privacy}", "followers_url": "https://api.github.com/users/josibake/followers", "following_url": "https://api.github.com/users/josibake/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
1
2019-09-30T15:04:31Z
2019-10-01T15:50:52Z
2019-10-01T15:50:52Z
CONTRIBUTOR
null
fix PR09,PR08 errors in `pandas.plotting`: ``` pandas.plotting.andrews_curves: Parameter "frame" description should finish with "." pandas.plotting.andrews_curves: Parameter "color" description should finish with "." pandas.plotting.andrews_curves: Parameter "kwds" description should finish with "." pandas.plot...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28687/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28687/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28688
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28688/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28688/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28688/events
https://github.com/pandas-dev/pandas/issues/28688
500,343,867
MDU6SXNzdWU1MDAzNDM4Njc=
28,688
Possible overflow errors with pd.rolling(...).std()
{ "avatar_url": "https://avatars.githubusercontent.com/u/923438?v=4", "events_url": "https://api.github.com/users/fjanoos/events{/privacy}", "followers_url": "https://api.github.com/users/fjanoos/followers", "following_url": "https://api.github.com/users/fjanoos/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": "rolling, ewma, expanding...
closed
false
null
[]
null
1
2019-09-30T15:13:45Z
2020-10-18T00:18:02Z
2020-10-18T00:18:02Z
NONE
null
I'm experiencing a very weird bug with one very specific dataset - when I try to use pandas' rolling.std function on it. Basically - the setup is - * I have a dataframe with 1 column stored in float32 format ``` <class 'pandas.core.frame.DataFrame'> DatetimeIndex: 2186 entries, 2010-11-30 16:00:00 to 2019-08-16...
{ "+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/28688/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28688/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28689
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28689/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28689/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28689/events
https://github.com/pandas-dev/pandas/pull/28689
500,377,468
MDExOlB1bGxSZXF1ZXN0MzIyODYyNzY3
28,689
DOC: fix PR09,PR08 docstring errors in pandas.plotting
{ "avatar_url": "https://avatars.githubusercontent.com/u/7444140?v=4", "events_url": "https://api.github.com/users/josibake/events{/privacy}", "followers_url": "https://api.github.com/users/josibake/followers", "following_url": "https://api.github.com/users/josibake/following{/other_user}", "gists_url": "http...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
2
2019-09-30T16:11:59Z
2019-10-01T18:14:49Z
2019-10-01T15:50:52Z
CONTRIBUTOR
null
fixes the errors along with minor changes to standardize kwds -> **kwargs closes #28687 verified this fixes PR09,PR08 errors with: ``` ./scripts/validate_docstrings.py --errors=PR09,PR08 | grep "pandas.plotting" ``` - [x] closes #xxxx - [x] tests added / passed
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28689/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28689/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28689.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28689", "merged_at": "2019-10-01T15:50:52Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28689.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28689" }
https://api.github.com/repos/pandas-dev/pandas/issues/28690
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28690/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28690/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28690/events
https://github.com/pandas-dev/pandas/issues/28690
500,381,318
MDU6SXNzdWU1MDAzODEzMTg=
28,690
`reindex` of empty CategoricalIndex sometimes fails if target is not a `CategoricalIndex`
{ "avatar_url": "https://avatars.githubusercontent.com/u/18488?v=4", "events_url": "https://api.github.com/users/batterseapower/events{/privacy}", "followers_url": "https://api.github.com/users/batterseapower/followers", "following_url": "https://api.github.com/users/batterseapower/following{/other_user}", "g...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2019-09-30T16:19:30Z
2020-12-17T23:40:05Z
2020-12-17T23:40:05Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible This fails with `AttributeError: 'Index' object has no attribute 'codes'`: ```python pd.DataFrame(columns=pd.CategoricalIndex([], categories=['A'])).reindex(columns=pd.Index(['A'])) ``` The backtrace is: ``` c:\python36\lib\site-packages\pandas\util\_...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28690/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28690/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28691
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28691/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28691/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28691/events
https://github.com/pandas-dev/pandas/pull/28691
500,475,767
MDExOlB1bGxSZXF1ZXN0MzIyOTM4MDEy
28,691
To html encoding add
{ "avatar_url": "https://avatars.githubusercontent.com/u/1714565?v=4", "events_url": "https://api.github.com/users/cailurus/events{/privacy}", "followers_url": "https://api.github.com/users/cailurus/followers", "following_url": "https://api.github.com/users/cailurus/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
1
2019-09-30T19:29:12Z
2019-09-30T19:31:34Z
2019-09-30T19:31:34Z
CONTRIBUTOR
null
- [x ] 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/28691/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28691/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28691.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28691", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/28691.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28691" }
https://api.github.com/repos/pandas-dev/pandas/issues/28692
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28692/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28692/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28692/events
https://github.com/pandas-dev/pandas/pull/28692
500,479,453
MDExOlB1bGxSZXF1ZXN0MzIyOTQwNDA5
28,692
To html encoding add
{ "avatar_url": "https://avatars.githubusercontent.com/u/1714565?v=4", "events_url": "https://api.github.com/users/cailurus/events{/privacy}", "followers_url": "https://api.github.com/users/cailurus/followers", "following_url": "https://api.github.com/users/cailurus/following{/other_user}", "gists_url": "http...
[ { "color": "006b75", "default": false, "description": "read_html, to_html, Styler.apply, Styler.applymap", "id": 57395487, "name": "IO HTML", "node_id": "MDU6TGFiZWw1NzM5NTQ4Nw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HTML" } ]
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
8
2019-09-30T19:35:35Z
2019-10-16T12:29:27Z
2019-10-16T12:29:24Z
CONTRIBUTOR
null
- [x ] closes https://github.com/pandas-dev/pandas/issues/28663 - [x ] tests added / passed - [x ] passes `black pandas` - [x ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x ] whatsnew entry added encoding argument to DataFrame.to_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/28692/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28692/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28692.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28692", "merged_at": "2019-10-16T12:29:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28692.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28692" }
https://api.github.com/repos/pandas-dev/pandas/issues/28693
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28693/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28693/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28693/events
https://github.com/pandas-dev/pandas/pull/28693
500,497,526
MDExOlB1bGxSZXF1ZXN0MzIyOTUzMzc3
28,693
TST: Add test for categorical with str and tuples
{ "avatar_url": "https://avatars.githubusercontent.com/u/780341?v=4", "events_url": "https://api.github.com/users/has2k1/events{/privacy}", "followers_url": "https://api.github.com/users/has2k1/followers", "following_url": "https://api.github.com/users/has2k1/following{/other_user}", "gists_url": "https://api...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "e11d21", "d...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
4
2019-09-30T20:10:08Z
2019-10-07T15:58:05Z
2019-10-06T22:02:43Z
CONTRIBUTOR
null
The bug is not present any more. - [x] closes #21416 - [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/28693/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28693/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28693.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28693", "merged_at": "2019-10-06T22:02:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28693.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28693" }
https://api.github.com/repos/pandas-dev/pandas/issues/28694
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28694/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28694/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28694/events
https://github.com/pandas-dev/pandas/issues/28694
500,500,094
MDU6SXNzdWU1MDA1MDAwOTQ=
28,694
How to create a file with JsonL extension from my dataframe?
{ "avatar_url": "https://avatars.githubusercontent.com/u/48585802?v=4", "events_url": "https://api.github.com/users/Schrodinger-cat-kz/events{/privacy}", "followers_url": "https://api.github.com/users/Schrodinger-cat-kz/followers", "following_url": "https://api.github.com/users/Schrodinger-cat-kz/following{/oth...
[]
closed
false
null
[]
null
2
2019-09-30T20:15:32Z
2019-09-30T20:54:48Z
2019-09-30T20:54:48Z
NONE
null
Hi, how can I create a file with **JsonL extension** from my dataframe/list/dictionary?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28694/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28694/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28695
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28695/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28695/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28695/events
https://github.com/pandas-dev/pandas/pull/28695
500,542,183
MDExOlB1bGxSZXF1ZXN0MzIyOTg4MDYx
28,695
Picking up issue#17304 from closed PR
{ "avatar_url": "https://avatars.githubusercontent.com/u/26481954?v=4", "events_url": "https://api.github.com/users/Alexandreae/events{/privacy}", "followers_url": "https://api.github.com/users/Alexandreae/followers", "following_url": "https://api.github.com/users/Alexandreae/following{/other_user}", "gists_u...
[]
closed
false
null
[]
null
0
2019-09-30T21:43:04Z
2019-09-30T21:43:24Z
2019-09-30T21:43:24Z
NONE
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28695/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28695/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28695.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28695", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/28695.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28695" }
https://api.github.com/repos/pandas-dev/pandas/issues/28696
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28696/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28696/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28696/events
https://github.com/pandas-dev/pandas/pull/28696
500,542,429
MDExOlB1bGxSZXF1ZXN0MzIyOTg4Mjcz
28,696
feature wanted: pd.DataFrame.info() should show line numbers #17304
{ "avatar_url": "https://avatars.githubusercontent.com/u/26481954?v=4", "events_url": "https://api.github.com/users/Alexandreae/events{/privacy}", "followers_url": "https://api.github.com/users/Alexandreae/followers", "following_url": "https://api.github.com/users/Alexandreae/following{/other_user}", "gists_u...
[ { "color": "ededed", "default": false, "description": "__repr__ of pandas objects, to_string", "id": 13101118, "name": "Output-Formatting", "node_id": "MDU6TGFiZWwxMzEwMTExOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting" } ]
closed
false
null
[]
null
4
2019-09-30T21:43:43Z
2019-10-11T21:15:30Z
2019-10-11T21:15:30Z
NONE
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28696/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28696/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28696.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28696", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/28696.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28696" }
https://api.github.com/repos/pandas-dev/pandas/issues/28697
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28697/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28697/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28697/events
https://github.com/pandas-dev/pandas/issues/28697
500,545,419
MDU6SXNzdWU1MDA1NDU0MTk=
28,697
Series.sort_values using mergesort and descending is not stable
{ "avatar_url": "https://avatars.githubusercontent.com/u/780341?v=4", "events_url": "https://api.github.com/users/has2k1/events{/privacy}", "followers_url": "https://api.github.com/users/has2k1/followers", "following_url": "https://api.github.com/users/has2k1/following{/other_user}", "gists_url": "https://api...
[ { "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
{ "avatar_url": "https://avatars.githubusercontent.com/u/51122019?v=4", "events_url": "https://api.github.com/users/na2shell/events{/privacy}", "followers_url": "https://api.github.com/users/na2shell/followers", "following_url": "https://api.github.com/users/na2shell/following{/other_user}", "gists_url": "htt...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/51122019?v=4", "events_url": "https://api.github.com/users/na2shell/events{/privacy}", "followers_url": "https://api.github.com/users/na2shell/followers", "following_url": "https://api.github.com/users/na2shell/following{/other_user}", "gi...
{ "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...
2
2019-09-30T21:50:46Z
2021-05-31T14:27:03Z
2021-05-31T14:27:03Z
CONTRIBUTOR
null
#### Code Sample ```python import pandas as pd s = pd.Series([1, 2, 1, 3], ['first', 'b', 'second', 'c']) print(s.sort_values(ascending=False, kind='mergesort')) ``` #### Output ``` c 3 b 2 second 1 first 1 dtype: int64 ``` #### Expected Output ``` c 3 b 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/28697/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28697/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28698
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28698/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28698/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28698/events
https://github.com/pandas-dev/pandas/pull/28698
500,550,551
MDExOlB1bGxSZXF1ZXN0MzIyOTk0NDY0
28,698
BUG: Fix Series.sort_values descending & mergesort
{ "avatar_url": "https://avatars.githubusercontent.com/u/780341?v=4", "events_url": "https://api.github.com/users/has2k1/events{/privacy}", "followers_url": "https://api.github.com/users/has2k1/followers", "following_url": "https://api.github.com/users/has2k1/following{/other_user}", "gists_url": "https://api...
[]
closed
false
null
[]
null
3
2019-09-30T22:03:25Z
2019-12-09T18:04:36Z
2019-12-09T18:04:36Z
CONTRIBUTOR
null
The solution uses the `nargsort` function, which was created to handle in one place the intricacies of sorting. Not adapting Series.sort_values to use may have been an oversight. - [ ] closes #28697 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flak...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28698/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28698/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28698.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28698", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/28698.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28698" }
https://api.github.com/repos/pandas-dev/pandas/issues/28699
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28699/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28699/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28699/events
https://github.com/pandas-dev/pandas/issues/28699
500,576,966
MDU6SXNzdWU1MDA1NzY5NjY=
28,699
read_hdf closes HDF5 stores that it didn't open.
{ "avatar_url": "https://avatars.githubusercontent.com/u/789873?v=4", "events_url": "https://api.github.com/users/kboone/events{/privacy}", "followers_url": "https://api.github.com/users/kboone/followers", "following_url": "https://api.github.com/users/kboone/following{/other_user}", "gists_url": "https://api...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "read_hdf, HDFStore", ...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
1
2019-09-30T23:29:06Z
2019-10-10T02:05:01Z
2019-10-10T02:05:01Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd df = pd.DataFrame({'a': range(10), 'b': range(10)}) df.to_hdf('/tmp/1.hdf', 'key2') store = pd.HDFStore('/tmp/1.hdf', 'r') try: pd.read_hdf(store, 'key1') except KeyError: pass pd.read_hdf(store, 'key2') ```...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28699/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28699/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28700
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28700/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28700/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28700/events
https://github.com/pandas-dev/pandas/pull/28700
500,598,048
MDExOlB1bGxSZXF1ZXN0MzIzMDMzNjAz
28,700
read_hdf closes HDF5 stores that it didn't open.
{ "avatar_url": "https://avatars.githubusercontent.com/u/789873?v=4", "events_url": "https://api.github.com/users/kboone/events{/privacy}", "followers_url": "https://api.github.com/users/kboone/followers", "following_url": "https://api.github.com/users/kboone/following{/other_user}", "gists_url": "https://api...
[ { "color": "5319e7", "default": false, "description": "read_hdf, HDFStore", "id": 47229190, "name": "IO HDF5", "node_id": "MDU6TGFiZWw0NzIyOTE5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HDF5" } ]
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
9
2019-10-01T00:49:39Z
2019-10-10T02:05:06Z
2019-10-10T02:05:01Z
CONTRIBUTOR
null
- [ ] closes #28699 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry This commit fixes #28699. I added a test for the bug.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28700/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28700/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28700.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28700", "merged_at": "2019-10-10T02:05:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28700.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28700" }
https://api.github.com/repos/pandas-dev/pandas/issues/28701
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28701/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28701/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28701/events
https://github.com/pandas-dev/pandas/issues/28701
500,615,148
MDU6SXNzdWU1MDA2MTUxNDg=
28,701
TST/ENH: add default values check to validate_docstrings.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/7444140?v=4", "events_url": "https://api.github.com/users/josibake/events{/privacy}", "followers_url": "https://api.github.com/users/josibake/followers", "following_url": "https://api.github.com/users/josibake/following{/other_user}", "gists_url": "http...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
open
false
null
[]
null
1
2019-10-01T01:58:16Z
2019-10-16T18:51:51Z
null
CONTRIBUTOR
null
#### Problem description Per [contributing_docstring#section-3-parameters](https://pandas.pydata.org/pandas-docs/stable/development/contributing_docstring.html#section-3-parameters), default values should be documented as such: * `int, default 0` * `int, default -1, meaning all cpus` (optional descriptions) 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/28701/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28701/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28702
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28702/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28702/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28702/events
https://github.com/pandas-dev/pandas/issues/28702
500,634,085
MDU6SXNzdWU1MDA2MzQwODU=
28,702
DOC: Docstrings Formatting error PR09,PR08 in pandas.DataFrame
{ "avatar_url": "https://avatars.githubusercontent.com/u/7444140?v=4", "events_url": "https://api.github.com/users/josibake/events{/privacy}", "followers_url": "https://api.github.com/users/josibake/followers", "following_url": "https://api.github.com/users/josibake/following{/other_user}", "gists_url": "http...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
null
1
2019-10-01T03:13:30Z
2021-07-21T05:07:12Z
2021-07-21T05:07:12Z
CONTRIBUTOR
null
fix errors PR09,PR08 listed below: ``` pandas.DataFrame: Parameter "data" description should finish with "." pandas.DataFrame: Parameter "index" description should finish with "." pandas.DataFrame: Parameter "columns" description should finish with "." pandas.DataFrame: Parameter "dtype" description should finis...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28702/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28702/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28703
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28703/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28703/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28703/events
https://github.com/pandas-dev/pandas/issues/28703
500,649,152
MDU6SXNzdWU1MDA2NDkxNTI=
28,703
Add Note About Referencing GH Issue Number to Test in Contrib Guide
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "0e8a16", "default": true, "description": null, "id": 7171206...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
2
2019-10-01T04:15:09Z
2019-10-12T17:09:57Z
2019-10-12T17:09:57Z
MEMBER
null
We often ask people to add the GH Issue number as a comment to new tests, but that requirement isn't explicitly spelled out in the contributing guide. Might save some back and forth if that is added to the `Writing Tests` section: https://pandas.pydata.org/pandas-docs/stable/development/contributing.html#writing-tes...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28703/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28703/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28704
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28704/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28704/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28704/events
https://github.com/pandas-dev/pandas/issues/28704
500,728,603
MDU6SXNzdWU1MDA3Mjg2MDM=
28,704
DataFrame built from ndarray does not preserve `.values.dtype` if there are no columns
{ "avatar_url": "https://avatars.githubusercontent.com/u/18488?v=4", "events_url": "https://api.github.com/users/batterseapower/events{/privacy}", "followers_url": "https://api.github.com/users/batterseapower/followers", "following_url": "https://api.github.com/users/batterseapower/following{/other_user}", "g...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "207de5", "default": false, "description": "Requires discussion from...
open
false
null
[]
null
8
2019-10-01T07:59:56Z
2021-07-21T05:07:59Z
null
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible These both say `float64`: ```python pd.DataFrame(np.zeros((0, 0), dtype=int), index=[]).values.dtype pd.DataFrame(np.zeros((1, 0), dtype=int), index=['A']).values.dtype ``` All of the following examples instead say `int32` as expected: ```python pd.D...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28704/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28704/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28705
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28705/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28705/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28705/events
https://github.com/pandas-dev/pandas/pull/28705
500,734,831
MDExOlB1bGxSZXF1ZXN0MzIzMTQxNzY5
28,705
Added the GH Issue number note to Writing Tests in Docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/43413124?v=4", "events_url": "https://api.github.com/users/KiranAkadas/events{/privacy}", "followers_url": "https://api.github.com/users/KiranAkadas/followers", "following_url": "https://api.github.com/users/KiranAkadas/following{/other_user}", "gists_u...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "3465A4", "d...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
2
2019-10-01T08:13:22Z
2019-10-15T01:27:43Z
2019-10-15T01:27:43Z
NONE
null
- [x] closes #28703 I've added the required note at the appropriate place in the documentation.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28705/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28705/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28705.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28705", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/28705.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28705" }
https://api.github.com/repos/pandas-dev/pandas/issues/28706
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28706/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28706/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28706/events
https://github.com/pandas-dev/pandas/issues/28706
500,795,640
MDU6SXNzdWU1MDA3OTU2NDA=
28,706
DOC: Fix PR08 issues in docstrings in pandas.core.groupby
{ "avatar_url": "https://avatars.githubusercontent.com/u/5285879?v=4", "events_url": "https://api.github.com/users/dayoreke/events{/privacy}", "followers_url": "https://api.github.com/users/dayoreke/followers", "following_url": "https://api.github.com/users/dayoreke/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
3
2019-10-01T10:07:55Z
2019-10-01T11:58:25Z
2019-10-01T11:58:25Z
CONTRIBUTOR
null
Current errors: ``` $ ./scripts/validate_docstrings.py --errors=PR08 pandas.Series.corr: Parameter "method" description should start with a capital letter pandas.Series.quantile: Parameter "q" description should start with a capital letter pandas.Series.drop_duplicates: Parameter "keep" description should start 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/28706/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28706/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28707
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28707/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28707/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28707/events
https://github.com/pandas-dev/pandas/pull/28707
500,804,513
MDExOlB1bGxSZXF1ZXN0MzIzMTk3NTg2
28,707
DOC: Fixed PR09 docstring errors in pandas.tseries (#27977)
{ "avatar_url": "https://avatars.githubusercontent.com/u/11097856?v=4", "events_url": "https://api.github.com/users/ladyyvii/events{/privacy}", "followers_url": "https://api.github.com/users/ladyyvii/followers", "following_url": "https://api.github.com/users/ladyyvii/following{/other_user}", "gists_url": "htt...
[ { "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-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
1
2019-10-01T10:25:36Z
2019-10-01T13:27:06Z
2019-10-01T12:12:05Z
CONTRIBUTOR
null
- [ ] xref #27977 - [ ] tests added / passed - [ ] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x ] fixed minor issues in the couple of docstrings (ErrorCode: PR09) in pandas.tseries.offsets.py, namely added dots at the end of parameters {param_name} descriptions. So...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28707/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28707/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28707.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28707", "merged_at": "2019-10-01T12:12:05Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28707.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28707" }
https://api.github.com/repos/pandas-dev/pandas/issues/28708
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28708/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28708/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28708/events
https://github.com/pandas-dev/pandas/issues/28708
500,818,898
MDU6SXNzdWU1MDA4MTg4OTg=
28,708
CI Failing: TestReadHtml.test_spam_url
{ "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": "2019-10-19T17:01:24Z", "closed_issues": 52, "created_at": "2019-08-23T11:48:40Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/us...
0
2019-10-01T10:56:09Z
2019-10-01T13:00:17Z
2019-10-01T12:49:35Z
MEMBER
null
http://ndb.nal.usda.gov/ndb/foods/show/300772?fg=&man=&lfacet=&format=&count=&max=25&offset=&sort=&qlookup=spam ![image](https://user-images.githubusercontent.com/13159005/65956425-43530700-e442-11e9-8dfb-5f053be9f0fb.png)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28708/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28708/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/28709
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28709/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28709/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28709/events
https://github.com/pandas-dev/pandas/pull/28709
500,844,486
MDExOlB1bGxSZXF1ZXN0MzIzMjMwMDY5
28,709
DOC: Fixed PR08, PR09 doctring issues in pandas.core.groupby
{ "avatar_url": "https://avatars.githubusercontent.com/u/5285879?v=4", "events_url": "https://api.github.com/users/dayoreke/events{/privacy}", "followers_url": "https://api.github.com/users/dayoreke/followers", "following_url": "https://api.github.com/users/dayoreke/following{/other_user}", "gists_url": "http...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
1
2019-10-01T11:51:12Z
2019-10-01T14:55:42Z
2019-10-01T14:55:26Z
CONTRIBUTOR
null
- xref #25232. - 0 tests added - ✓ passes `black pandas` - ✓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/28709/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28709/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28709.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28709", "merged_at": "2019-10-01T14:55:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28709.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28709" }
https://api.github.com/repos/pandas-dev/pandas/issues/28710
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28710/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28710/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28710/events
https://github.com/pandas-dev/pandas/pull/28710
500,851,579
MDExOlB1bGxSZXF1ZXN0MzIzMjM1ODA5
28,710
CI Failing: TestReadHtml.test_spam_url #28708
{ "avatar_url": "https://avatars.githubusercontent.com/u/11097856?v=4", "events_url": "https://api.github.com/users/ladyyvii/events{/privacy}", "followers_url": "https://api.github.com/users/ladyyvii/followers", "following_url": "https://api.github.com/users/ladyyvii/following{/other_user}", "gists_url": "htt...
[ { "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": "006b75", "default": false, "description": ...
closed
false
null
[]
{ "closed_at": "2019-10-19T17:01:24Z", "closed_issues": 52, "created_at": "2019-08-23T11:48:40Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/us...
7
2019-10-01T12:06:04Z
2019-10-02T06:53:58Z
2019-10-01T12:49:35Z
CONTRIBUTOR
null
- [x] closes #28708 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] fixed test_spam_url test by changing a url address to the same html page stored in the pandas github repo
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28710/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28710/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28710.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28710", "merged_at": "2019-10-01T12:49:34Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28710.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28710" }
https://api.github.com/repos/pandas-dev/pandas/issues/28711
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28711/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28711/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28711/events
https://github.com/pandas-dev/pandas/pull/28711
500,853,826
MDExOlB1bGxSZXF1ZXN0MzIzMjM3NjI3
28,711
CI/TST: temporary xfail spam url tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[]
closed
false
null
[]
null
3
2019-10-01T12:10:43Z
2019-10-01T12:15:24Z
2019-10-01T12:15:20Z
MEMBER
null
xref https://github.com/pandas-dev/pandas/issues/28708
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28711/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28711/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28711.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28711", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/28711.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28711" }
https://api.github.com/repos/pandas-dev/pandas/issues/28712
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/28712/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/28712/comments
https://api.github.com/repos/pandas-dev/pandas/issues/28712/events
https://github.com/pandas-dev/pandas/pull/28712
500,857,435
MDExOlB1bGxSZXF1ZXN0MzIzMjQwNjAz
28,712
Backport PR #28671 on branch 0.25.x (BUG: restore limit in RangeIndex.get_indexer)
{ "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" }, { "color": "e1...
closed
false
null
[]
{ "closed_at": "2019-10-19T17:01:24Z", "closed_issues": 52, "created_at": "2019-08-23T11:48:40Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/us...
3
2019-10-01T12:18:11Z
2019-10-02T06:52:56Z
2019-10-01T18:53:15Z
NONE
null
Backport PR #28671: BUG: restore limit in RangeIndex.get_indexer
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/28712/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/28712/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/28712.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/28712", "merged_at": "2019-10-01T18:53:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/28712.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/28712" }