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/26113 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26113/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26113/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26113/events | https://github.com/pandas-dev/pandas/pull/26113 | 434,022,085 | MDExOlB1bGxSZXF1ZXN0MjcxMTAzODUx | 26,113 | BUG: Preserve index order when constructing DataFrame from dict | {
"avatar_url": "https://avatars.githubusercontent.com/u/2050208?v=4",
"events_url": "https://api.github.com/users/bchu/events{/privacy}",
"followers_url": "https://api.github.com/users/bchu/followers",
"following_url": "https://api.github.com/users/bchu/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "370f77",
"default": false,
"description": "DataFrame data structure",
"id": 1049312478,
"name": "DataFrame",
"node_id": "MDU6TGFiZWwxMDQ5MzEyNDc4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/DataFrame"
}
] | closed | false | null | [] | null | 10 | 2019-04-16T23:05:15Z | 2019-05-03T05:26:38Z | 2019-05-03T05:26:38Z | NONE | null | - [x] closes #24859
- [x] tests added / passed
(no new tests added)
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
This resolves the issue of `pd.DataFrame(dict)` or `pd.DataFrame.from_dict(dict)` not preserving the order of the index specified in `dict`.
This re... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26113/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26113/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26113.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26113",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/26113.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26113"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26114 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26114/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26114/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26114/events | https://github.com/pandas-dev/pandas/pull/26114 | 434,023,102 | MDExOlB1bGxSZXF1ZXN0MjcxMTA0NzAy | 26,114 | CLN: replace usage internally of .iteritems with .items | {
"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": "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": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 21 | 2019-04-16T23:09:29Z | 2019-07-10T23:01:51Z | 2019-07-10T19:16:55Z | CONTRIBUTOR | null | - [x] xref #25725
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
Now that Python2 is being removed, ``.iteritems`` should be deprecated, and ``.items`` should be used instead.
EDIT: This PR ended up not deprecating .iteritems, but only chang... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26114/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26114/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26114.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26114",
"merged_at": "2019-07-10T19:16:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26114.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26114"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26115 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26115/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26115/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26115/events | https://github.com/pandas-dev/pandas/pull/26115 | 434,040,566 | MDExOlB1bGxSZXF1ZXN0MjcxMTE4NDk3 | 26,115 | Updated PeriodIndex docstrings #10094 | {
"avatar_url": "https://avatars.githubusercontent.com/u/17144735?v=4",
"events_url": "https://api.github.com/users/ExSidius/events{/privacy}",
"followers_url": "https://api.github.com/users/ExSidius/followers",
"following_url": "https://api.github.com/users/ExSidius/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": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 10 | 2019-04-17T00:31:11Z | 2019-04-18T23:17:23Z | 2019-04-17T20:43:59Z | CONTRIBUTOR | null | - [x] closes #10094
- [x] tests added / passed
- [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/26115/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26115/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26115.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26115",
"merged_at": "2019-04-17T20:43:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26115.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26115"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26116 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26116/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26116/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26116/events | https://github.com/pandas-dev/pandas/pull/26116 | 434,131,871 | MDExOlB1bGxSZXF1ZXN0MjcxMTg3MTM5 | 26,116 | DOC: fixup code-block directives from GH26076 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-04-17T07:25:55Z | 2019-04-17T08:06:48Z | 2019-04-17T08:06:44Z | MEMBER | null | Forgot to change some ipython directives to code-block directives in #26076 (should have checked the travis doc build log there ..) | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26116/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26116/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26116.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26116",
"merged_at": "2019-04-17T08:06:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26116.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26116"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26117 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26117/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26117/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26117/events | https://github.com/pandas-dev/pandas/pull/26117 | 434,145,914 | MDExOlB1bGxSZXF1ZXN0MjcxMTk3OTA2 | 26,117 | DOC: bunch of docstring formatting fixes (sphinx warnings) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-04-17T08:03:47Z | 2019-04-17T12:51:00Z | 2019-04-17T12:45:50Z | MEMBER | null | WIP towards getting sphinx doc build warning free | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26117/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26117/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26117.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26117",
"merged_at": "2019-04-17T12:45:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26117.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26117"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26118 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26118/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26118/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26118/events | https://github.com/pandas-dev/pandas/issues/26118 | 434,223,869 | MDU6SXNzdWU0MzQyMjM4Njk= | 26,118 | Should assert_frame_equal allow for a 'None' diff when there is actually a difference? | {
"avatar_url": "https://avatars.githubusercontent.com/u/6840039?v=4",
"events_url": "https://api.github.com/users/lovemeblender/events{/privacy}",
"followers_url": "https://api.github.com/users/lovemeblender/followers",
"following_url": "https://api.github.com/users/lovemeblender/following{/other_user}",
"gi... | [
{
"color": "207de5",
"default": false,
"description": "Clarification about behavior needed to assess issue",
"id": 307649777,
"name": "Needs Info",
"node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info"
}
] | closed | false | null | [] | null | 7 | 2019-04-17T11:07:25Z | 2020-09-01T02:03:52Z | 2020-03-08T18:24:53Z | NONE | null | #### Code Sample, a copy-pastable example if possible
From this module used in dataframes' comparison [here](https://github.com/pandas-dev/pandas/blob/master/pandas/util/testing.py#L829).
#### Problem description
First of all, great job, I am excited to be using Pandas and thanks for everything! :)
While as... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26118/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26118/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26119 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26119/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26119/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26119/events | https://github.com/pandas-dev/pandas/issues/26119 | 434,235,829 | MDU6SXNzdWU0MzQyMzU4Mjk= | 26,119 | Modify index of Series derived from Dataframe affects index of it's column. | {
"avatar_url": "https://avatars.githubusercontent.com/u/4918852?v=4",
"events_url": "https://api.github.com/users/dave-cz/events{/privacy}",
"followers_url": "https://api.github.com/users/dave-cz/followers",
"following_url": "https://api.github.com/users/dave-cz/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | open | false | null | [] | null | 3 | 2019-04-17T11:38:58Z | 2020-09-22T04:18:10Z | null | NONE | null | ```python
import pandas as pd
from datetime import datetime
import pytz
dt_from = datetime(2019, 3, 30, 0, tzinfo=pytz.utc)
dt_to = datetime(2019, 3, 30, 4, tzinfo=pytz.utc)
idx = pd.date_range(dt_from, dt_to, freq='H')
df = pd.DataFrame(data={
'a': {i: v for i, v in zip(idx, range(idx.size))},
'b... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26119/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26119/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26120 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26120/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26120/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26120/events | https://github.com/pandas-dev/pandas/issues/26120 | 434,264,764 | MDU6SXNzdWU0MzQyNjQ3NjQ= | 26,120 | pandas.Series.shift 1 sample error | {
"avatar_url": "https://avatars.githubusercontent.com/u/25043401?v=4",
"events_url": "https://api.github.com/users/Caballero93/events{/privacy}",
"followers_url": "https://api.github.com/users/Caballero93/followers",
"following_url": "https://api.github.com/users/Caballero93/following{/other_user}",
"gists_u... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 1 | 2019-04-17T12:49:29Z | 2019-04-17T20:04:48Z | 2019-04-17T20:03:49Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
# Creating pandas>Series with timedeltas as index - 1 microsecond step:
import numpy as np
import pandas as pd
time = np.arange(0,1, 1e-6)
time_index = pd.to_timedelta(time, unit='s')
values = np.ones(len(time_index))
sig = pd.Series(data=values,... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26120/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26120/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26121 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26121/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26121/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26121/events | https://github.com/pandas-dev/pandas/issues/26121 | 434,288,542 | MDU6SXNzdWU0MzQyODg1NDI= | 26,121 | to_parquet and read_parquet are not symmetric if a column contains python lists | {
"avatar_url": "https://avatars.githubusercontent.com/u/19466803?v=4",
"events_url": "https://api.github.com/users/dave-kirby/events{/privacy}",
"followers_url": "https://api.github.com/users/dave-kirby/followers",
"following_url": "https://api.github.com/users/dave-kirby/following{/other_user}",
"gists_url"... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "parquet, feather",
"... | open | false | null | [] | null | 1 | 2019-04-17T13:38:00Z | 2020-04-19T19:24:44Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
>>> import pandas as pd
>>> df = pd.DataFrame({'A': ["this is a list".split(), "so is this one".split()]})
>>> df.to_parquet('tmp.parquet', 'pyarrow')
>>> df2 = pd.read... | {
"+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/26121/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26121/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26122 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26122/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26122/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26122/events | https://github.com/pandas-dev/pandas/issues/26122 | 434,395,995 | MDU6SXNzdWU0MzQzOTU5OTU= | 26,122 | Unexpected 'to_datetime' behaviour for datetime strings with different offset in 'arg', when errors='coerce' | {
"avatar_url": "https://avatars.githubusercontent.com/u/45976948?v=4",
"events_url": "https://api.github.com/users/anmyachev/events{/privacy}",
"followers_url": "https://api.github.com/users/anmyachev/followers",
"following_url": "https://api.github.com/users/anmyachev/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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2019-04-17T17:16:50Z | 2019-05-07T01:59:20Z | 2019-05-07T01:59:20Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
arr = ['March 1, 2018 12:00:00+0400', 'March 1, 2018 12:00:00+0500', '20100240']
result = pd.to_datetime(arr, errors='coerce')
```
`>>> result`:
`Index(['March 1, 2018 12:00:00+0400', 'March 1, 2018 12:00:00+0500', '20100240'],... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26122/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26122/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26123 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26123/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26123/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26123/events | https://github.com/pandas-dev/pandas/issues/26123 | 434,421,582 | MDU6SXNzdWU0MzQ0MjE1ODI= | 26,123 | Reindexing a sparse data structure with a different index results in losing the dtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/1069646?v=4",
"events_url": "https://api.github.com/users/hdinh/events{/privacy}",
"followers_url": "https://api.github.com/users/hdinh/followers",
"following_url": "https://api.github.com/users/hdinh/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e11d21",
"default": false,
"description": "Functionality that used ... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 2 | 2019-04-17T18:21:20Z | 2020-04-25T20:44:16Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import numpy as np
for dtype in (np.float32, np.int32, np.bool):
s = pd.SparseSeries([1, 0], dtype=dtype)
print('original:', s.dtype)
print('reindexed:', s.reindex([0, 1, 2]).dtype)
```
**Output**
```
origin... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26123/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26123/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26124 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26124/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26124/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26124/events | https://github.com/pandas-dev/pandas/issues/26124 | 434,425,210 | MDU6SXNzdWU0MzQ0MjUyMTA= | 26,124 | to_csv to Google Cloud Storage ignores encoding | {
"avatar_url": "https://avatars.githubusercontent.com/u/11373934?v=4",
"events_url": "https://api.github.com/users/vackosar/events{/privacy}",
"followers_url": "https://api.github.com/users/vackosar/followers",
"following_url": "https://api.github.com/users/vackosar/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0052cc",
"default": false,
"description": "pandas-gbq compatability... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-04-17T18:29:51Z | 2020-09-03T03:06:19Z | 2020-09-03T03:06:19Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
df.to_csv(path_or_buf='gs://mybucket/my_file', encoding='utf8')
```
#### Problem description
Instead of expected UTF-8 file is stored in latin-1 on Windows. I can also see that current implementation of method ```pandas.io.gcs.get_filepa... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26124/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26124/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26125 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26125/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26125/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26125/events | https://github.com/pandas-dev/pandas/issues/26125 | 434,440,913 | MDU6SXNzdWU0MzQ0NDA5MTM= | 26,125 | BUG: np.min(pd.Index) and np.max(pd.Index) raise a TypeError | {
"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"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2019-04-17T19:09:01Z | 2019-05-09T12:36:35Z | 2019-05-09T12:36:35Z | MEMBER | null | #### Code Sample, a copy-pastable example if possible
```python
In [1]: import numpy as np; import pandas as pd
In [2]: np.__version__, pd.__version__
Out[2]: ('1.16.2', '0.25.0.dev0+421.g8b60ebb359')
In [3]: idx = pd.Index([10, 20, 11]); idx
Out[3]: Int64Index([10, 20, 11], dtype='int64')
In [4]: np.min... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26125/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26125/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26126 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26126/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26126/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26126/events | https://github.com/pandas-dev/pandas/issues/26126 | 434,513,138 | MDU6SXNzdWU0MzQ1MTMxMzg= | 26,126 | to_html(index = False) not dropping df.columns.name in the html output | {
"avatar_url": "https://avatars.githubusercontent.com/u/39537367?v=4",
"events_url": "https://api.github.com/users/benpap24/events{/privacy}",
"followers_url": "https://api.github.com/users/benpap24/followers",
"following_url": "https://api.github.com/users/benpap24/following{/other_user}",
"gists_url": "htt... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 1 | 2019-04-17T22:30:02Z | 2019-04-18T04:31:35Z | 2019-04-18T04:31:35Z | NONE | null | ```
df = pd.DataFrame({'A': [1,2],
'B': [3,4]})
df.columns.name = 'Test'
df.to_html(index = False)
#Output
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>Test</th>
<th>A</th>
<th>B</th>
</tr>
</thead>
<tbody>
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26126/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26126/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26127 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26127/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26127/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26127/events | https://github.com/pandas-dev/pandas/issues/26127 | 434,527,339 | MDU6SXNzdWU0MzQ1MjczMzk= | 26,127 | Inspection of some cython produced functions causes segfault | {
"avatar_url": "https://avatars.githubusercontent.com/u/5341706?v=4",
"events_url": "https://api.github.com/users/jakebailey/events{/privacy}",
"followers_url": "https://api.github.com/users/jakebailey/followers",
"following_url": "https://api.github.com/users/jakebailey/following{/other_user}",
"gists_url":... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "d93f0b... | closed | false | null | [] | null | 10 | 2019-04-17T23:27:05Z | 2019-11-21T20:55:56Z | 2019-11-21T20:55:56Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
from pandas._libs.algos import backfill
getattr(backfill, "__kwdefaults__", None)
```
Run with `-X faulthandler` to get more info.
#### Problem description
Trying to access `__kwdefaults__`, either by `getattr` or `hasattr`, segfaults the Py... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26127/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26127/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26128 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26128/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26128/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26128/events | https://github.com/pandas-dev/pandas/pull/26128 | 434,531,820 | MDExOlB1bGxSZXF1ZXN0MjcxNTA1ODYx | 26,128 | CLN: remove unneeded inheritance from base object | {
"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": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "207de5",
"d... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2019-04-17T23:48:09Z | 2019-04-19T17:13:24Z | 2019-04-18T21:52:15Z | CONTRIBUTOR | null | - [x] xref #25725
Bit of a tedious whopper to review (sorry), but this PR removes all instances of inheriting from the base ``object`` from the code base, as dropping Python2 support means that this particular idiom is no longer needed.
Additionally, as part of the above, I've removed the check in code_checks.sh... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26128/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26128/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26128.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26128",
"merged_at": "2019-04-18T21:52:15Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26128.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26128"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26129 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26129/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26129/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26129/events | https://github.com/pandas-dev/pandas/pull/26129 | 434,539,541 | MDExOlB1bGxSZXF1ZXN0MjcxNTExOTM0 | 26,129 | CLN: rename test method parameter name 'object' to 'self' | {
"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": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "207de5",
"d... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-04-18T00:25:15Z | 2019-04-19T17:13:36Z | 2019-04-18T03:48:23Z | CONTRIBUTOR | null | As part of #26128, I saw that in three test methods, their first parameter has been named ``object`` rather than ``self``. This rectifies that. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26129/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26129/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26129.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26129",
"merged_at": "2019-04-18T03:48:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26129.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26129"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26130 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26130/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26130/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26130/events | https://github.com/pandas-dev/pandas/issues/26130 | 434,545,157 | MDU6SXNzdWU0MzQ1NDUxNTc= | 26,130 | register_index_accessor Question | {
"avatar_url": "https://avatars.githubusercontent.com/u/5131271?v=4",
"events_url": "https://api.github.com/users/achapkowski/events{/privacy}",
"followers_url": "https://api.github.com/users/achapkowski/followers",
"following_url": "https://api.github.com/users/achapkowski/following{/other_user}",
"gists_ur... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "6138b5",
"default": false,
"descript... | closed | false | null | [] | null | 6 | 2019-04-18T00:55:46Z | 2019-04-19T10:56:43Z | 2019-04-18T18:16:48Z | NONE | null | When implementing a index accessor, does it overwrite the default ‘index’ property, or is there a way to create a custom index class to pass into index? How could I make it iloc or loc compatible?
Additionally, the register_index_accessor, besides the init, what else is needed to properly work?
My goal is to u... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26130/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26130/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26131 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26131/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26131/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26131/events | https://github.com/pandas-dev/pandas/issues/26131 | 434,638,099 | MDU6SXNzdWU0MzQ2MzgwOTk= | 26,131 | pd.Timestamp.isoformat does not implement keyword timespec | {
"avatar_url": "https://avatars.githubusercontent.com/u/31591159?v=4",
"events_url": "https://api.github.com/users/MaximeWeyl/events{/privacy}",
"followers_url": "https://api.github.com/users/MaximeWeyl/followers",
"following_url": "https://api.github.com/users/MaximeWeyl/following{/other_user}",
"gists_url"... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/62092582?v=4",
"events_url": "https://api.github.com/users/boringow/events{/privacy}",
"followers_url": "https://api.github.com/users/boringow/followers",
"following_url": "https://api.github.com/users/boringow/following{/other_user}",
"gists_url": "htt... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/62092582?v=4",
"events_url": "https://api.github.com/users/boringow/events{/privacy}",
"followers_url": "https://api.github.com/users/boringow/followers",
"following_url": "https://api.github.com/users/boringow/following{/other_user}",
"gi... | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 15 | 2019-04-18T07:56:24Z | 2021-11-14T03:19:08Z | 2021-11-14T03:19:08Z | NONE | null | ## Code Sample
**[IN]**
```python
import pandas as pd
now = pd.Timestamp.utcnow()
help(now.isoformat)
```
**[OUT]**
Help on method isoformat in module pandas._libs.tslibs.timestamps:
isoformat(sep='T') method of pandas._libs.tslibs.timestamps.Timestamp instance
[sep] -> string in ISO 8... | {
"+1": 10,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 10,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26131/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26131/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26132 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26132/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26132/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26132/events | https://github.com/pandas-dev/pandas/pull/26132 | 434,649,979 | MDExOlB1bGxSZXF1ZXN0MjcxNTk1NTk1 | 26,132 | DOC: add deprecated to docstring of Series.data/itemsize/strides/flags/base | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://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-04-18T08:28:09Z | 2019-04-18T15:31:45Z | 2019-04-18T15:31:40Z | MEMBER | null | xref https://github.com/pandas-dev/pandas/issues/20419#issuecomment-481773575 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26132/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26132/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26132.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26132",
"merged_at": "2019-04-18T15:31:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26132.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26132"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26133 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26133/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26133/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26133/events | https://github.com/pandas-dev/pandas/issues/26133 | 434,652,470 | MDU6SXNzdWU0MzQ2NTI0NzA= | 26,133 | Unclear error message when dealing with IntegerArrays | {
"avatar_url": "https://avatars.githubusercontent.com/u/32699121?v=4",
"events_url": "https://api.github.com/users/aperiodicchain/events{/privacy}",
"followers_url": "https://api.github.com/users/aperiodicchain/followers",
"following_url": "https://api.github.com/users/aperiodicchain/following{/other_user}",
... | [] | closed | false | null | [] | null | 2 | 2019-04-18T08:34:22Z | 2019-04-19T03:49:57Z | 2019-04-19T03:49:57Z | NONE | null | Since the recent addition of [Integer NA Support](http://pandas-docs.github.io/pandas-docs-travis/whatsnew/v0.24.0.html#optional-integer-na-support) writing IntegerArrays to disk is a common scenario. Below are two examples of `to_hdf` method, the first returns a confusing error message while the second is very clear. ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26133/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26133/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26134 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26134/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26134/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26134/events | https://github.com/pandas-dev/pandas/pull/26134 | 434,758,888 | MDExOlB1bGxSZXF1ZXN0MjcxNjc5NDc0 | 26,134 | BUG: errors and segfaults in groupby cython transforms (#16771) | {
"avatar_url": "https://avatars.githubusercontent.com/u/7279321?v=4",
"events_url": "https://api.github.com/users/adbull/events{/privacy}",
"followers_url": "https://api.github.com/users/adbull/followers",
"following_url": "https://api.github.com/users/adbull/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT,... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 10 | 2019-04-18T13:02:18Z | 2019-04-20T16:45:06Z | 2019-04-20T16:45:02Z | CONTRIBUTOR | null | - [x] closes #16771
- [x] tests added / passed
- [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/26134/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26134/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26134.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26134",
"merged_at": "2019-04-20T16:45:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26134.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26134"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26135 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26135/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26135/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26135/events | https://github.com/pandas-dev/pandas/pull/26135 | 434,829,706 | MDExOlB1bGxSZXF1ZXN0MjcxNzM1NDEz | 26,135 | ENH: allow saving wide dataframes to hdf with format table | {
"avatar_url": "https://avatars.githubusercontent.com/u/23280737?v=4",
"events_url": "https://api.github.com/users/P-Tillmann/events{/privacy}",
"followers_url": "https://api.github.com/users/P-Tillmann/followers",
"following_url": "https://api.github.com/users/P-Tillmann/following{/other_user}",
"gists_url"... | [
{
"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 | [] | null | 15 | 2019-04-18T15:28:30Z | 2019-09-20T14:41:04Z | 2019-09-20T14:41:04Z | CONTRIBUTOR | null | based on #11788
closes #6245
This PR allows to save wide dataframes to hdf. It will break forward compatibility, old versions of pandas will not be able to read hdfs from new versions.
The column is saved to a vlarray with object atomic. This is rather slow for very wide dfs but does not require any type checks.
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26135/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26135/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26135.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26135",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/26135.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26135"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26136 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26136/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26136/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26136/events | https://github.com/pandas-dev/pandas/issues/26136 | 434,895,229 | MDU6SXNzdWU0MzQ4OTUyMjk= | 26,136 | Confusing "MergeError: incompatible merge keys [1] category and category, must be the same type" | {
"avatar_url": "https://avatars.githubusercontent.com/u/632858?v=4",
"events_url": "https://api.github.com/users/chrish42/events{/privacy}",
"followers_url": "https://api.github.com/users/chrish42/followers",
"following_url": "https://api.github.com/users/chrish42/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": "e11d... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-04-18T18:14:32Z | 2019-05-01T21:48:01Z | 2019-05-01T21:48:01Z | CONTRIBUTOR | null | I'm using `pd.merges_asof()` to merge two dataframes together. The `by` keys are categoricals, but not equal, apparently (one has a few values more than the other). It took me a little bit to figure that out, however, because the error message for this was a bit confusing: "incompatible merge keys [1] category and 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/26136/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26136/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26137 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26137/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26137/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26137/events | https://github.com/pandas-dev/pandas/pull/26137 | 434,902,059 | MDExOlB1bGxSZXF1ZXN0MjcxNzkxODI2 | 26,137 | Deprecate SparseDataFrame and SparseSeries | {
"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": "009800",
"default": false,
"description": "Sparse Data Type",
"id": 49182326,
"name": "Sparse",
"node_id": "MDU6TGFiZWw0OTE4MjMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Sparse"
},
{
"color": "5319e7",
"default": false,
"description"... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 9 | 2019-04-18T18:32:25Z | 2019-05-29T14:06:24Z | 2019-05-29T02:15:24Z | CONTRIBUTOR | null | Closes https://github.com/pandas-dev/pandas/issues/19239
This currently includes the changes from https://github.com/pandas-dev/pandas/pull/25682, which I think is mergeable.
I think this would be good to have for 0.25.0. I think it's close, but I may not have time to push this across the finish line. Anyone inte... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26137/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26137/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26137.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26137",
"merged_at": "2019-05-29T02:15:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26137.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26137"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26138 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26138/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26138/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26138/events | https://github.com/pandas-dev/pandas/pull/26138 | 434,915,380 | MDExOlB1bGxSZXF1ZXN0MjcxODAyMTIz | 26,138 | Cython Unicode Method Cleanups | {
"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": "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": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-04-18T19:06:22Z | 2019-04-18T20:02:55Z | 2019-04-18T19:47:01Z | MEMBER | null | Removal of some items that should no longer be required after Py2 drop | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26138/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26138/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26138.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26138",
"merged_at": "2019-04-18T19:47:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26138.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26138"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26139 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26139/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26139/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26139/events | https://github.com/pandas-dev/pandas/issues/26139 | 434,962,941 | MDU6SXNzdWU0MzQ5NjI5NDE= | 26,139 | Doc for HDFStore compression unclear on what the default value of None does | {
"avatar_url": "https://avatars.githubusercontent.com/u/632858?v=4",
"events_url": "https://api.github.com/users/chrish42/events{/privacy}",
"followers_url": "https://api.github.com/users/chrish42/followers",
"following_url": "https://api.github.com/users/chrish42/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": "5319e7",
"default": false,
"description": "read_hdf, HDFStore",
... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://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-04-18T21:16:32Z | 2019-04-21T10:52:32Z | 2019-04-21T10:52:32Z | CONTRIBUTOR | null | The doc for the `HDFStore` class mentions:
```
complevel : int, 0-9, default None
Specifies a compression level for data.
A value of 0 disables compression.
```
That doesn't actually answer the question of what compression level is used when the default (None) is used, though. Is N... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26139/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26139/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26140 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26140/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26140/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26140/events | https://github.com/pandas-dev/pandas/pull/26140 | 434,995,192 | MDExOlB1bGxSZXF1ZXN0MjcxODY0NzIx | 26,140 | BUG: update cython to fix segfault accessing __kwdefaults__ | {
"avatar_url": "https://avatars.githubusercontent.com/u/5341706?v=4",
"events_url": "https://api.github.com/users/jakebailey/events{/privacy}",
"followers_url": "https://api.github.com/users/jakebailey/followers",
"following_url": "https://api.github.com/users/jakebailey/following{/other_user}",
"gists_url":... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "d93f0b... | closed | false | null | [] | null | 7 | 2019-04-18T23:19:39Z | 2019-05-03T05:22:19Z | 2019-05-03T05:22:18Z | NONE | null | - [x] closes #26127
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
This ups the cython minimum version to fix bugs as seen in #26127. I've added a test which goes through the members of `_libs` to check that they don't segfault when accessed. I... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26140/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26140/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26140.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26140",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/26140.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26140"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26141 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26141/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26141/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26141/events | https://github.com/pandas-dev/pandas/pull/26141 | 435,005,399 | MDExOlB1bGxSZXF1ZXN0MjcxODcyODU1 | 26,141 | Added example to docstring | {
"avatar_url": "https://avatars.githubusercontent.com/u/17144735?v=4",
"events_url": "https://api.github.com/users/ExSidius/events{/privacy}",
"followers_url": "https://api.github.com/users/ExSidius/followers",
"following_url": "https://api.github.com/users/ExSidius/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"
},
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
... | closed | false | null | [] | null | 11 | 2019-04-19T00:12:06Z | 2019-05-01T13:57:49Z | 2019-05-01T13:14:52Z | CONTRIBUTOR | null | - [X] closes #22055
- [x] tests added / passed
- [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/26141/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26141/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26141.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26141",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/26141.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26141"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26142 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26142/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26142/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26142/events | https://github.com/pandas-dev/pandas/issues/26142 | 435,021,214 | MDU6SXNzdWU0MzUwMjEyMTQ= | 26,142 | dev-requirements missing 'gitpython' | {
"avatar_url": "https://avatars.githubusercontent.com/u/17144735?v=4",
"events_url": "https://api.github.com/users/ExSidius/events{/privacy}",
"followers_url": "https://api.github.com/users/ExSidius/followers",
"following_url": "https://api.github.com/users/ExSidius/following{/other_user}",
"gists_url": "htt... | [] | closed | false | null | [] | null | 1 | 2019-04-19T01:54:41Z | 2019-04-19T02:30:28Z | 2019-04-19T02:30:28Z | CONTRIBUTOR | null | `python make html` fails without gitpython, which currently doesn't install from dev-requirements. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26142/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26142/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26143 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26143/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26143/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26143/events | https://github.com/pandas-dev/pandas/pull/26143 | 435,021,255 | MDExOlB1bGxSZXF1ZXN0MjcxODg0NjQ5 | 26,143 | Add gitpython to requirements | {
"avatar_url": "https://avatars.githubusercontent.com/u/17144735?v=4",
"events_url": "https://api.github.com/users/ExSidius/events{/privacy}",
"followers_url": "https://api.github.com/users/ExSidius/followers",
"following_url": "https://api.github.com/users/ExSidius/following{/other_user}",
"gists_url": "htt... | [] | closed | false | null | [] | null | 6 | 2019-04-19T01:54:57Z | 2019-04-19T02:34:31Z | 2019-04-19T02:30:18Z | CONTRIBUTOR | null | - [X] closes #26142
- [X] tests added / passed
- [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/26143/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26143/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26143.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26143",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/26143.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26143"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26144 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26144/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26144/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26144/events | https://github.com/pandas-dev/pandas/issues/26144 | 435,030,453 | MDU6SXNzdWU0MzUwMzA0NTM= | 26,144 | to_hdf5 with pd.Int32Dtype gives ValueError: cannot convert float NaN to integer OR IntegerArray not supported | {
"avatar_url": "https://avatars.githubusercontent.com/u/8008618?v=4",
"events_url": "https://api.github.com/users/NumesSanguis/events{/privacy}",
"followers_url": "https://api.github.com/users/NumesSanguis/followers",
"following_url": "https://api.github.com/users/NumesSanguis/following{/other_user}",
"gists... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "5319e7",
"default": false,
"description": "read_hdf... | open | false | null | [] | null | 8 | 2019-04-19T02:50:11Z | 2021-07-02T05:29:31Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
# init dataframe with newly supported IntegerArray for missing values
d = {'col1': [1, 2, None]}
df = pd.DataFrame(data=d, dtype=pd.Int32Dtype())
df.dtypes
# Error: ValueError: cannot convert float NaN to integer
df.to_hdf... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26144/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26144/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26145 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26145/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26145/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26145/events | https://github.com/pandas-dev/pandas/issues/26145 | 435,037,405 | MDU6SXNzdWU0MzUwMzc0MDU= | 26,145 | to_excel column name can't output to excel | {
"avatar_url": "https://avatars.githubusercontent.com/u/48944742?v=4",
"events_url": "https://api.github.com/users/duo66/events{/privacy}",
"followers_url": "https://api.github.com/users/duo66/followers",
"following_url": "https://api.github.com/users/duo66/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": "bfe5bf",
"default": false,
"description": "read_excel, to_excel",
... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 2 | 2019-04-19T03:34:32Z | 2021-07-02T05:30:17Z | null | NONE | null | # DataFrame

# DataFrame.to_excel

# Output Excel File
:
if mode i... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26149/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26149/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26150 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26150/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26150/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26150/events | https://github.com/pandas-dev/pandas/issues/26150 | 435,167,375 | MDU6SXNzdWU0MzUxNjczNzU= | 26,150 | Weird performance characteristics of resampled quantile() function (100 times slower) | {
"avatar_url": "https://avatars.githubusercontent.com/u/4216919?v=4",
"events_url": "https://api.github.com/users/joelrich/events{/privacy}",
"followers_url": "https://api.github.com/users/joelrich/followers",
"following_url": "https://api.github.com/users/joelrich/following{/other_user}",
"gists_url": "http... | [
{
"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": "207de5",
"default"... | open | false | null | [] | null | 6 | 2019-04-19T12:51:14Z | 2019-10-22T15:48:21Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import numpy as np
from time import time
print("Pandas version:", pd.__version__)
print("Numpy version:", np.__version__)
index = pd.date_range("2016-01-01", periods=int(1e7), freq="ms")
df = pd.DataFrame(np.random.rand(le... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26150/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26150/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26151 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26151/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26151/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26151/events | https://github.com/pandas-dev/pandas/issues/26151 | 435,168,259 | MDU6SXNzdWU0MzUxNjgyNTk= | 26,151 | pandas.read_csv index=Flase not working | {
"avatar_url": "https://avatars.githubusercontent.com/u/45975685?v=4",
"events_url": "https://api.github.com/users/Zhavi221/events{/privacy}",
"followers_url": "https://api.github.com/users/Zhavi221/followers",
"following_url": "https://api.github.com/users/Zhavi221/following{/other_user}",
"gists_url": "htt... | [] | closed | false | null | [] | null | 1 | 2019-04-19T12:54:39Z | 2019-04-19T12:57:56Z | 2019-04-19T12:57:56Z | NONE | null | Trying to erase the first collum in my table, the index collum.
```python
df = pd.read_csv(DBPath, index=False)
db_table = df.head(891).to_html(escape=False)
fig, ax = plt.subplots()
df.groupby('Pclass')['Survived'].aggregate(lambda x: x.sum() / len(x)).plot(kind='bar')
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26151/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26151/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26152 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26152/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26152/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26152/events | https://github.com/pandas-dev/pandas/pull/26152 | 435,239,483 | MDExOlB1bGxSZXF1ZXN0MjcyMDQyNTIy | 26,152 | Fix Bug with NA value in Grouping for Groupby.nth | {
"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": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2019-04-19T16:54:38Z | 2020-01-16T00:34:07Z | 2019-05-05T22:20:01Z | MEMBER | null | - [X] closes #26011
- [X] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [X] whatsnew entry
Would ideally like to combine first, nth and last implementations. Consider this a precursor
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26152/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26152/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26152.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26152",
"merged_at": "2019-05-05T22:20:00Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26152.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26152"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26153 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26153/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26153/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26153/events | https://github.com/pandas-dev/pandas/pull/26153 | 435,246,500 | MDExOlB1bGxSZXF1ZXN0MjcyMDQ4MDcz | 26,153 | Removed NDFrameSplitter class | {
"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": "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": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-04-19T17:19:29Z | 2019-04-19T20:33:27Z | 2019-04-19T19:48:59Z | MEMBER | null | More GroupBy cleanup post Panel removal
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26153/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26153/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26153.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26153",
"merged_at": "2019-04-19T19:48:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26153.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26153"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26154 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26154/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26154/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26154/events | https://github.com/pandas-dev/pandas/issues/26154 | 435,247,410 | MDU6SXNzdWU0MzUyNDc0MTA= | 26,154 | Nlargest on boolean return False first | {
"avatar_url": "https://avatars.githubusercontent.com/u/17848620?v=4",
"events_url": "https://api.github.com/users/Wirg/events{/privacy}",
"followers_url": "https://api.github.com/users/Wirg/followers",
"following_url": "https://api.github.com/users/Wirg/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "eb6420",
"default": false,
"description": "Non-arithmetic algos: va... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://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-04-19T17:23:14Z | 2019-04-23T12:12:28Z | 2019-04-23T12:12:28Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
pd.Series([True, False]).nlargest(1)
```
> 1 False
> dtype: bool
#### Problem description
If you cast this to any other type, you will have the opposite and expected order.
More generally in python `True > False`. Yo... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26154/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26154/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26155 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26155/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26155/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26155/events | https://github.com/pandas-dev/pandas/pull/26155 | 435,342,167 | MDExOlB1bGxSZXF1ZXN0MjcyMTIyNTA3 | 26,155 | BUG: Raise KeyError when indexing a Series with MultiIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/40122794?v=4",
"events_url": "https://api.github.com/users/ryanreh99/events{/privacy}",
"followers_url": "https://api.github.com/users/ryanreh99/followers",
"following_url": "https://api.github.com/users/ryanreh99/following{/other_user}",
"gists_url": "... | [
{
"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": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 7 | 2019-04-20T01:20:03Z | 2019-04-26T08:30:02Z | 2019-04-26T01:12:43Z | CONTRIBUTOR | null | - [x] closes #14885
- [x] tests added / passed
- [ ] 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/26155/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26155/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26155.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26155",
"merged_at": "2019-04-26T01:12:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26155.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26155"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26156 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26156/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26156/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26156/events | https://github.com/pandas-dev/pandas/issues/26156 | 435,345,420 | MDU6SXNzdWU0MzUzNDU0MjA= | 26,156 | GroupbyRolling aggregate error introduced by bottleneck | {
"avatar_url": "https://avatars.githubusercontent.com/u/8158673?v=4",
"events_url": "https://api.github.com/users/swanderz/events{/privacy}",
"followers_url": "https://api.github.com/users/swanderz/followers",
"following_url": "https://api.github.com/users/swanderz/following{/other_user}",
"gists_url": "http... | [
{
"color": "eb6420",
"default": false,
"description": "Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff",
"id": 57296398,
"name": "Algos",
"node_id": "MDU6TGFiZWw1NzI5NjM5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Algos"
},
{
... | closed | false | null | [] | null | 11 | 2019-04-20T02:05:06Z | 2019-04-21T00:06:32Z | 2019-04-20T14:48:07Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
df = pd.read_json('{"Month":{"0":"2018-01-01","1":"2018-02-01","2":"2018-03-01","3":"2018-04-01","4":"2018-05-01","5":"2018-01-01","6":"2018-02-01","7":"2018-03-01","8":"2018-04-01","9":"2018-05-01","10":"2018-01-01","11":"2018-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/26156/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26156/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26157 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26157/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26157/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26157/events | https://github.com/pandas-dev/pandas/pull/26157 | 435,354,518 | MDExOlB1bGxSZXF1ZXN0MjcyMTMwMDAz | 26,157 | BUG: Series.nlargest thinks True < False | {
"avatar_url": "https://avatars.githubusercontent.com/u/10072033?v=4",
"events_url": "https://api.github.com/users/swyoon/events{/privacy}",
"followers_url": "https://api.github.com/users/swyoon/followers",
"following_url": "https://api.github.com/users/swyoon/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "eb6420",
"default": false,
"description": "Non-arithmetic algos: va... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 9 | 2019-04-20T04:10:14Z | 2019-04-23T12:12:32Z | 2019-04-23T12:12:28Z | CONTRIBUTOR | null | - use `1-arr` instead of `-arr` when sorting a boolean array casted to uint
- [x] closes #26154
- [x] tests added / passed
- [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/26157/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26157/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26157.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26157",
"merged_at": "2019-04-23T12:12:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26157.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26157"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26158 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26158/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26158/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26158/events | https://github.com/pandas-dev/pandas/pull/26158 | 435,357,894 | MDExOlB1bGxSZXF1ZXN0MjcyMTMyMjY2 | 26,158 | GH26139, DOC: Explicit statement of default complevel for HDFStore | {
"avatar_url": "https://avatars.githubusercontent.com/u/10072033?v=4",
"events_url": "https://api.github.com/users/swyoon/events{/privacy}",
"followers_url": "https://api.github.com/users/swyoon/followers",
"following_url": "https://api.github.com/users/swyoon/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "5319e7",
"default": false,
"description": "read_hdf, HDFStore",
... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 9 | 2019-04-20T05:07:41Z | 2019-04-22T10:32:07Z | 2019-04-21T10:52:32Z | CONTRIBUTOR | null | State what `None` complevel in `HDFStore` means explicitly.
- [x] closes #26139
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26158/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26158/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26158.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26158",
"merged_at": "2019-04-21T10:52:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26158.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26158"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26159 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26159/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26159/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26159/events | https://github.com/pandas-dev/pandas/pull/26159 | 435,357,915 | MDExOlB1bGxSZXF1ZXN0MjcyMTMyMjg0 | 26,159 | CLN: replace %s syntax with .format in pandas.core.indexes | {
"avatar_url": "https://avatars.githubusercontent.com/u/10672804?v=4",
"events_url": "https://api.github.com/users/makeajourney/events{/privacy}",
"followers_url": "https://api.github.com/users/makeajourney/followers",
"following_url": "https://api.github.com/users/makeajourney/following{/other_user}",
"gist... | [
{
"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 | 5 | 2019-04-20T05:08:06Z | 2019-05-07T01:50:18Z | 2019-05-07T01:50:18Z | CONTRIBUTOR | null | progress towards #16130
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26159/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26159/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26159.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26159",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/26159.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26159"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26160 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26160/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26160/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26160/events | https://github.com/pandas-dev/pandas/issues/26160 | 435,365,727 | MDU6SXNzdWU0MzUzNjU3Mjc= | 26,160 | list of day-light savings days | {
"avatar_url": "https://avatars.githubusercontent.com/u/17816393?v=4",
"events_url": "https://api.github.com/users/gmohandas/events{/privacy}",
"followers_url": "https://api.github.com/users/gmohandas/followers",
"following_url": "https://api.github.com/users/gmohandas/following{/other_user}",
"gists_url": "... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 3 | 2019-04-20T07:16:24Z | 2019-04-20T14:21:47Z | 2019-04-20T14:21:09Z | NONE | null | Would it be useful to add a feature that returns a list of days within a given time interval where the clock changes due to daylight savings? Personally, I've had occasion to find such days/dates as part of my work. I do not know of a one-shot way with which to do so in pandas at the moment. I'd be happy to contribute ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26160/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26160/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26161 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26161/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26161/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26161/events | https://github.com/pandas-dev/pandas/pull/26161 | 435,406,375 | MDExOlB1bGxSZXF1ZXN0MjcyMTU2NzUz | 26,161 | TST: parameterize indexes base test to introspect ufuncs fails on numpy_dev | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://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-04-20T14:38:53Z | 2019-04-20T16:45:59Z | 2019-04-20T16:43:43Z | CONTRIBUTOR | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26161/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26161/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26161.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26161",
"merged_at": "2019-04-20T16:43:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26161.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26161"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/26162 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26162/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26162/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26162/events | https://github.com/pandas-dev/pandas/pull/26162 | 435,419,931 | MDExOlB1bGxSZXF1ZXN0MjcyMTY1MzI0 | 26,162 | BUG: groupby ffill adds labels as extra column (#21521) | {
"avatar_url": "https://avatars.githubusercontent.com/u/7279321?v=4",
"events_url": "https://api.github.com/users/adbull/events{/privacy}",
"followers_url": "https://api.github.com/users/adbull/followers",
"following_url": "https://api.github.com/users/adbull/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT,... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 15 | 2019-04-20T17:10:04Z | 2019-05-15T19:02:34Z | 2019-05-15T01:41:43Z | CONTRIBUTOR | null | - [x] closes #21521
- [x] tests added / passed
- [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/26162/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26162/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26162.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26162",
"merged_at": "2019-05-15T01:41:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26162.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26162"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26163 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26163/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26163/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26163/events | https://github.com/pandas-dev/pandas/pull/26163 | 435,420,822 | MDExOlB1bGxSZXF1ZXN0MjcyMTY1OTA2 | 26,163 | TST: add strict=False; xref #26069 | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "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": "5319e7",
"default": false,
"description": ... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://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-04-20T17:21:20Z | 2019-04-20T18:22:42Z | 2019-04-20T18:20:12Z | CONTRIBUTOR | null | xref #26069 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26163/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26163/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26163.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26163",
"merged_at": "2019-04-20T18:20:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26163.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26163"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26164 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26164/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26164/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26164/events | https://github.com/pandas-dev/pandas/pull/26164 | 435,423,709 | MDExOlB1bGxSZXF1ZXN0MjcyMTY3ODQx | 26,164 | CLN: remove util._doctools._WritableDoc | {
"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": "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": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2019-04-20T17:56:51Z | 2019-04-20T18:45:52Z | 2019-04-20T18:44:50Z | CONTRIBUTOR | null | - [x] xref #25725
Removes the metaclass ``_WritableDoc`` from the code base. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26164/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26164/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26164.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26164",
"merged_at": "2019-04-20T18:44:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26164.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26164"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26165 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26165/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26165/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26165/events | https://github.com/pandas-dev/pandas/pull/26165 | 435,440,441 | MDExOlB1bGxSZXF1ZXN0MjcyMTc2ODc5 | 26,165 | CLN: remove compat.add_metaclass | {
"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"... | [] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://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-04-20T21:00:25Z | 2019-04-21T16:31:42Z | 2019-04-21T15:50:51Z | CONTRIBUTOR | null | - [x] xref #25725
This removes the ``compat.add_metaclass`` function from the code base and replaces it with a metaclass parameter in class instation.
I don't understand why ``ExcelWriter`` needs to use a abc.ABCMeta metaclass, as the class is being used directly in the code base and I thought abstract classes 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/26165/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26165/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26165.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26165",
"merged_at": "2019-04-21T15:50:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26165.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26165"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26166 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26166/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26166/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26166/events | https://github.com/pandas-dev/pandas/pull/26166 | 435,441,904 | MDExOlB1bGxSZXF1ZXN0MjcyMTc3NjA5 | 26,166 | CLN: remove abc.abstractproperty from code base | {
"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"... | [] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-04-20T21:15:28Z | 2019-04-21T16:31:32Z | 2019-04-21T15:54:27Z | CONTRIBUTOR | null | - [x] xref #25725
- [x] xref #26165
While doing #26165 I discovered some uses of ``abc.abstractproperty`` in the codebase. This propery was deprecated in Python 3.3 and superseeded by using ``abc.abstractmethod`` and ``property`` together instead (see [python abc.abstractproperty docs](https://docs.python.org/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/26166/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26166/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26166.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26166",
"merged_at": "2019-04-21T15:54:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26166.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26166"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26167 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26167/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26167/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26167/events | https://github.com/pandas-dev/pandas/pull/26167 | 435,447,290 | MDExOlB1bGxSZXF1ZXN0MjcyMTgwMDk0 | 26,167 | BUG: DataFrame/Series constructor with tz aware data and datetime64[ns] dtype converts to naive | {
"avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4",
"events_url": "https://api.github.com/users/mroeschke/events{/privacy}",
"followers_url": "https://api.github.com/users/mroeschke/followers",
"following_url": "https://api.github.com/users/mroeschke/following{/other_user}",
"gists_url": "... | [
{
"color": "5319e7",
"default": false,
"description": "Timezone data dtype",
"id": 60458168,
"name": "Timezones",
"node_id": "MDU6TGFiZWw2MDQ1ODE2OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones"
},
{
"color": "370f77",
"default": false,
"des... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-04-20T22:12:20Z | 2019-04-21T17:51:36Z | 2019-04-21T16:37:05Z | MEMBER | null | - [x] closes #25843
- [x] tests added / passed
- [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/26167/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26167/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26167.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26167",
"merged_at": "2019-04-21T16:37:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26167.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26167"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26168 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26168/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26168/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26168/events | https://github.com/pandas-dev/pandas/pull/26168 | 435,452,190 | MDExOlB1bGxSZXF1ZXN0MjcyMTgyMzc0 | 26,168 | CLN: Unused imports in tslibs | {
"avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4",
"events_url": "https://api.github.com/users/mroeschke/events{/privacy}",
"followers_url": "https://api.github.com/users/mroeschke/followers",
"following_url": "https://api.github.com/users/mroeschke/following{/other_user}",
"gists_url": "... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-04-20T23:07:16Z | 2019-04-21T15:50:18Z | 2019-04-21T15:49:19Z | MEMBER | null | Removed unused imports in tslibs found via PyCharm. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26168/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26168/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26168.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26168",
"merged_at": "2019-04-21T15:49:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26168.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26168"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26169 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26169/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26169/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26169/events | https://github.com/pandas-dev/pandas/pull/26169 | 435,474,587 | MDExOlB1bGxSZXF1ZXN0MjcyMTkzNDc0 | 26,169 | ENH: Functionality for read_csv to ignore comments when skipping rows… | {
"avatar_url": "https://avatars.githubusercontent.com/u/26772174?v=4",
"events_url": "https://api.github.com/users/mukundm19/events{/privacy}",
"followers_url": "https://api.github.com/users/mukundm19/followers",
"following_url": "https://api.github.com/users/mukundm19/following{/other_user}",
"gists_url": "... | [] | closed | false | null | [] | null | 1 | 2019-04-21T04:34:37Z | 2019-04-21T05:10:08Z | 2019-04-21T05:09:53Z | NONE | null | … and only skip data rows
- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] 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/26169/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26169/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26169.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26169",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/26169.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26169"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26170 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26170/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26170/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26170/events | https://github.com/pandas-dev/pandas/pull/26170 | 435,476,888 | MDExOlB1bGxSZXF1ZXN0MjcyMTk0ODk4 | 26,170 | BUG: read_json converted date strings with Z to UTC | {
"avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4",
"events_url": "https://api.github.com/users/mroeschke/events{/privacy}",
"followers_url": "https://api.github.com/users/mroeschke/followers",
"following_url": "https://api.github.com/users/mroeschke/following{/other_user}",
"gists_url": "... | [
{
"color": "207de5",
"default": false,
"description": "read_json, to_json, json_normalize",
"id": 49379259,
"name": "IO JSON",
"node_id": "MDU6TGFiZWw0OTM3OTI1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON"
},
{
"color": "5319e7",
"default": fa... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2019-04-21T05:23:24Z | 2019-05-07T15:19:45Z | 2019-05-07T04:19:24Z | MEMBER | null | - [x] closes #25546
- [x] tests added / passed
- [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/26170/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26170/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26170.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26170",
"merged_at": "2019-05-07T04:19:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26170.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26170"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26171 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26171/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26171/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26171/events | https://github.com/pandas-dev/pandas/issues/26171 | 435,482,633 | MDU6SXNzdWU0MzU0ODI2MzM= | 26,171 | TypeError: __init__() got an unexpected keyword argument 'max_rows' | {
"avatar_url": "https://avatars.githubusercontent.com/u/38874030?v=4",
"events_url": "https://api.github.com/users/ShahWaseem/events{/privacy}",
"followers_url": "https://api.github.com/users/ShahWaseem/followers",
"following_url": "https://api.github.com/users/ShahWaseem/following{/other_user}",
"gists_url"... | [] | closed | false | null | [] | null | 3 | 2019-04-21T07:11:56Z | 2020-06-03T12:00:16Z | 2019-04-21T11:31:15Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import pystan
from fbprophet import Prophet
plt.style.use('fivethirtyeight')
y = [t1_tmax['date'], t1_tmax['value']]
import pandas as pd
df = pd.DataFrame({'date': y[0], 'value': y[1]})
df.dtypes
df = df.rename(columns... | {
"+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/26171/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26171/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26172 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26172/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26172/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26172/events | https://github.com/pandas-dev/pandas/pull/26172 | 435,486,324 | MDExOlB1bGxSZXF1ZXN0MjcyMjAwODE4 | 26,172 | ENH: adding functionality to support 'skipdatarows' flag in read_csv to … | {
"avatar_url": "https://avatars.githubusercontent.com/u/26772174?v=4",
"events_url": "https://api.github.com/users/mukundm19/events{/privacy}",
"followers_url": "https://api.github.com/users/mukundm19/followers",
"following_url": "https://api.github.com/users/mukundm19/following{/other_user}",
"gists_url": "... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "5319e7",
"default": false,
"description": "read_csv... | 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... | 4 | 2019-04-21T08:05:35Z | 2019-04-22T02:52:04Z | 2019-04-21T18:29:56Z | NONE | null | - [x] closes #23067
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
Adding feature for issue https://github.com/pandas-dev/pandas/issues/23067#issue-368463820. The newly added 'skipdatarows' flag allows the first n rows excluding comments to be... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26172/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26172/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26172.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26172",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/26172.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26172"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26173 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26173/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26173/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26173/events | https://github.com/pandas-dev/pandas/issues/26173 | 435,488,707 | MDU6SXNzdWU0MzU0ODg3MDc= | 26,173 | Plotting ExtensionArrays | {
"avatar_url": "https://avatars.githubusercontent.com/u/13157776?v=4",
"events_url": "https://api.github.com/users/andrewgsavage/events{/privacy}",
"followers_url": "https://api.github.com/users/andrewgsavage/followers",
"following_url": "https://api.github.com/users/andrewgsavage/following{/other_user}",
"g... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "8AE234",
"default": false,
"description": null,
... | open | false | null | [] | null | 5 | 2019-04-21T08:39:41Z | 2021-07-02T05:32:08Z | null | NONE | null | I'd like to plot data from an ExtensionArray. This currently results in an error `TypeError: Empty 'DataFrame': no numeric data to plot`
This is because the EA data is filtered out. Adding the ExtensionDtype to the filter criteria makes the plot work.
https://github.com/pandas-dev/pandas/blob/master/pandas/plotting... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26173/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26173/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26174 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26174/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26174/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26174/events | https://github.com/pandas-dev/pandas/issues/26174 | 435,511,282 | MDU6SXNzdWU0MzU1MTEyODI= | 26,174 | Exception: Prophet object can only be fit once. Instantiate a new object. | {
"avatar_url": "https://avatars.githubusercontent.com/u/38874030?v=4",
"events_url": "https://api.github.com/users/ShahWaseem/events{/privacy}",
"followers_url": "https://api.github.com/users/ShahWaseem/followers",
"following_url": "https://api.github.com/users/ShahWaseem/following{/other_user}",
"gists_url"... | [] | closed | false | null | [] | null | 2 | 2019-04-21T13:44:55Z | 2019-04-21T14:12:21Z | 2019-04-21T14:05:11Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import pystan
from fbprophet import Prophet
plt.style.use('fivethirtyeight')
y = [t1_tmax['date'], t1_tmax['value']]
import pandas as pd
df = pd.DataFrame({'date': y[0], 'value': y[1]})
df.dtypes
df = df.rename(columns... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26174/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26174/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26175 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26175/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26175/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26175/events | https://github.com/pandas-dev/pandas/issues/26175 | 435,531,489 | MDU6SXNzdWU0MzU1MzE0ODk= | 26,175 | Add Type and Final pandas._typing | {
"avatar_url": "https://avatars.githubusercontent.com/u/22582828?v=4",
"events_url": "https://api.github.com/users/vaibhavhrt/events{/privacy}",
"followers_url": "https://api.github.com/users/vaibhavhrt/followers",
"following_url": "https://api.github.com/users/vaibhavhrt/following{/other_user}",
"gists_url"... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | closed | false | null | [] | null | 11 | 2019-04-21T17:42:33Z | 2019-04-24T15:10:38Z | 2019-04-24T15:10:38Z | CONTRIBUTOR | null | Since we are not merging #25975 `Type` and `Final` needs to be added to `pandas._typing` module.
`Final` is required for PR #25961
`Type` is required to stay compatible with python 3.5.1 as `Type` was added in 3.5.2 [python docs](https://docs.python.org/3/library/typing.html#typing.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/26175/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26175/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26176 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26176/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26176/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26176/events | https://github.com/pandas-dev/pandas/pull/26176 | 435,536,012 | MDExOlB1bGxSZXF1ZXN0MjcyMjMzMjk2 | 26,176 | BUG: fallback from issue 20824 no longer occurs due to skipna flag | {
"avatar_url": "https://avatars.githubusercontent.com/u/26772174?v=4",
"events_url": "https://api.github.com/users/mukundm19/events{/privacy}",
"followers_url": "https://api.github.com/users/mukundm19/followers",
"following_url": "https://api.github.com/users/mukundm19/following{/other_user}",
"gists_url": "... | [] | closed | false | null | [] | null | 2 | 2019-04-21T18:41:25Z | 2019-04-21T19:19:48Z | 2019-04-21T18:53:51Z | NONE | null | - [ ] closes #20824
- [ ] tests added / passed
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Issue #20824 found that a fallback was occuring when df.Groupby().sum() was called with the skipna flag. This was occurring because the _cython_agg_general function was not acce... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26176/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26176/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26176.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26176",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/26176.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26176"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26177 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26177/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26177/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26177/events | https://github.com/pandas-dev/pandas/pull/26177 | 435,537,075 | MDExOlB1bGxSZXF1ZXN0MjcyMjMzOTky | 26,177 | CLN: Clean-up use of super() in instance methods. | {
"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"... | [] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 9 | 2019-04-21T18:55:05Z | 2019-04-25T04:28:05Z | 2019-04-24T21:02:12Z | CONTRIBUTOR | null | - [x] xref #25725
Simplifies the use of simple uses of ``super`` by converting to use python3 idioms. This is a quite big PR, but only deals with converting ``super(MyClass, self)`` to ``super()`` so it's very simple.
In addition to the uses of ``super`` dealt with in this PR, there are some more advanced uses of... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26177/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26177/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26177.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26177",
"merged_at": "2019-04-24T21:02:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26177.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26177"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26178 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26178/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26178/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26178/events | https://github.com/pandas-dev/pandas/pull/26178 | 435,537,954 | MDExOlB1bGxSZXF1ZXN0MjcyMjM0NTU3 | 26,178 | CLN: remove __metaclass__ from code base | {
"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"... | [] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://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-04-21T19:05:26Z | 2019-05-05T06:58:55Z | 2019-04-23T04:45:02Z | CONTRIBUTOR | null | - [x] xref #25725 & #26165
Removes uses of ``__metaclass__`` from the code base. After #26165 there was actually only one 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/26178/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26178/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26178.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26178",
"merged_at": "2019-04-23T04:45:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26178.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26178"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26179 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26179/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26179/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26179/events | https://github.com/pandas-dev/pandas/pull/26179 | 435,540,633 | MDExOlB1bGxSZXF1ZXN0MjcyMjM2MzM2 | 26,179 | BUG: Resolving fallback from skipna flag in groupby().sum() | {
"avatar_url": "https://avatars.githubusercontent.com/u/26772174?v=4",
"events_url": "https://api.github.com/users/mukundm19/events{/privacy}",
"followers_url": "https://api.github.com/users/mukundm19/followers",
"following_url": "https://api.github.com/users/mukundm19/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"
}
] | closed | false | null | [] | null | 4 | 2019-04-21T19:37:43Z | 2020-05-18T14:32:33Z | 2019-05-07T01:49:51Z | NONE | null | - [x] closes #20824
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
Issue #20824 found that a fallback was occuring when df.Groupby().sum() was called with the skipna flag. This was occurring because the _cython_agg_general function was not accepting the argument, which h... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26179/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26179/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26179.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26179",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/26179.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26179"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26180 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26180/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26180/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26180/events | https://github.com/pandas-dev/pandas/pull/26180 | 435,541,101 | MDExOlB1bGxSZXF1ZXN0MjcyMjM2NjQ5 | 26,180 | DOC: satisfy codechecks | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://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-04-21T19:42:50Z | 2019-04-21T23:28:49Z | 2019-04-21T23:28:49Z | CONTRIBUTOR | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26180/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26180/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26180.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26180",
"merged_at": "2019-04-21T23:28:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26180.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26180"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/26181 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26181/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26181/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26181/events | https://github.com/pandas-dev/pandas/issues/26181 | 435,546,924 | MDU6SXNzdWU0MzU1NDY5MjQ= | 26,181 | pandas.rolling.apply skips calling function if window contains any NaN | {
"avatar_url": "https://avatars.githubusercontent.com/u/49845620?v=4",
"events_url": "https://api.github.com/users/AHG123/events{/privacy}",
"followers_url": "https://api.github.com/users/AHG123/followers",
"following_url": "https://api.github.com/users/AHG123/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "207de5",
"default": false,
"description": "Requires... | closed | false | null | [] | null | 14 | 2019-04-21T20:53:16Z | 2021-01-14T18:15:23Z | 2021-01-14T18:15:22Z | NONE | null | This issue has been raised several times, but I do not think has been adequately addressed.
The solution given is always min_periods, but that only includes the obvious issue where the NaN is at the beginning of the series. If there is any NaN then .apply will not call the function.
There should be a skipna=True... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26181/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26181/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26182 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26182/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26182/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26182/events | https://github.com/pandas-dev/pandas/issues/26182 | 435,618,702 | MDU6SXNzdWU0MzU2MTg3MDI= | 26,182 | groupby apply failed on dataframe with DatetimeIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/9129006?v=4",
"events_url": "https://api.github.com/users/goldenbull/events{/privacy}",
"followers_url": "https://api.github.com/users/goldenbull/followers",
"following_url": "https://api.github.com/users/goldenbull/following{/other_user}",
"gists_url":... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "729FCF",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 11 | 2019-04-22T06:40:17Z | 2020-10-02T22:59:01Z | 2020-10-02T22:59:01Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
# -*- coding: utf-8 -*-
import pandas as pd
def _do_calc_(_df):
df2 = _df.copy()
df2["vol_ma20"] = df2["volume"].rolling(20, min_periods=1).mean()
return df2
dbars = pd.read_csv("2019.dbar_ftridx.csv.gz",
in... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26182/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26182/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26183 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26183/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26183/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26183/events | https://github.com/pandas-dev/pandas/pull/26183 | 435,710,486 | MDExOlB1bGxSZXF1ZXN0MjcyMzYwODI4 | 26,183 | BUG: Preserve sparse dtype when reindexing | {
"avatar_url": "https://avatars.githubusercontent.com/u/128956?v=4",
"events_url": "https://api.github.com/users/alex-hutton/events{/privacy}",
"followers_url": "https://api.github.com/users/alex-hutton/followers",
"following_url": "https://api.github.com/users/alex-hutton/following{/other_user}",
"gists_url... | [
{
"color": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | closed | false | null | [] | null | 2 | 2019-04-22T12:31:10Z | 2019-06-08T20:26:54Z | 2019-06-08T20:26:54Z | NONE | null | - [ ] closes #26123.
- [ ] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Hi, I've been taking a look at this but I need to verify some of the surrounding functionality so that I prevent introducing more breakages.
In this test, https://github.com... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26183/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26183/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26183.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26183",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/26183.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26183"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26184 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26184/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26184/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26184/events | https://github.com/pandas-dev/pandas/issues/26184 | 435,773,937 | MDU6SXNzdWU0MzU3NzM5Mzc= | 26,184 | Creating an empty dataframe with columns names fails in python 3.7, works in python 3.6 | {
"avatar_url": "https://avatars.githubusercontent.com/u/494951?v=4",
"events_url": "https://api.github.com/users/Iwontbecreative/events{/privacy}",
"followers_url": "https://api.github.com/users/Iwontbecreative/followers",
"following_url": "https://api.github.com/users/Iwontbecreative/following{/other_user}",
... | [
{
"color": "207de5",
"default": false,
"description": "Clarification about behavior needed to assess issue",
"id": 307649777,
"name": "Needs Info",
"node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info"
},
{
"color": "37... | closed | false | null | [] | null | 2 | 2019-04-22T15:42:28Z | 2019-04-22T16:00:31Z | 2019-04-22T16:00:31Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
data = []
pd.DataFrame(data, columns=['col'])
```
#### Problem description
The expected behaviour should be the 3.6 one on both cases. Failing that, it should be consistent for 3.6 and 3.7.
np version 1.15.2 ; pandas version 0.23.4
###... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26184/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26184/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26185 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26185/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26185/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26185/events | https://github.com/pandas-dev/pandas/pull/26185 | 435,816,111 | MDExOlB1bGxSZXF1ZXN0MjcyNDQyODg5 | 26,185 | BUG: Plotting use FixedLocator | {
"avatar_url": "https://avatars.githubusercontent.com/u/49879400?v=4",
"events_url": "https://api.github.com/users/nrebena/events{/privacy}",
"followers_url": "https://api.github.com/users/nrebena/followers",
"following_url": "https://api.github.com/users/nrebena/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": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://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... | 11 | 2019-04-22T17:46:51Z | 2019-05-01T14:00:04Z | 2019-04-30T12:59:54Z | CONTRIBUTOR | null | For string x values or multiindex, the axis locator is now set to a
FixedLocator for Line and Area plot. The ticklabel stay consistent
when scaling and zooming.
closes #7612
closes #15912
closes #22334
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whats... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26185/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26185/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26185.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26185",
"merged_at": "2019-04-30T12:59:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26185.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26185"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26186 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26186/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26186/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26186/events | https://github.com/pandas-dev/pandas/issues/26186 | 435,893,072 | MDU6SXNzdWU0MzU4OTMwNzI= | 26,186 | Inconsitent index for plot | {
"avatar_url": "https://avatars.githubusercontent.com/u/16624195?v=4",
"events_url": "https://api.github.com/users/Jeanselme/events{/privacy}",
"followers_url": "https://api.github.com/users/Jeanselme/followers",
"following_url": "https://api.github.com/users/Jeanselme/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": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 3 | 2019-04-22T21:07:46Z | 2021-07-02T05:32:32Z | null | NONE | null | #### Code Sample
```python
import pandas as pd
import matplotlib.pyplot as plt
data = {"A":0, "B":3, "C":-4}
df = pd.DataFrame.from_dict(data, orient = "index", columns = ["Value"])
ax = df.plot.barh()
df = df.sort_values("Value") * - 2
df.plot.barh(ax = ax, color = "red")
plt.show()
```
#### Problem des... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26186/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26186/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26187 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26187/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26187/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26187/events | https://github.com/pandas-dev/pandas/issues/26187 | 435,918,573 | MDU6SXNzdWU0MzU5MTg1NzM= | 26,187 | Doc Check Failures | {
"avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4",
"events_url": "https://api.github.com/users/WillAyd/events{/privacy}",
"followers_url": "https://api.github.com/users/WillAyd/followers",
"following_url": "https://api.github.com/users/WillAyd/following{/other_user}",
"gists_url": "https://... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
},
{
"color": "d93f0b",
"default": false,
"description": ... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2019-04-22T22:29:34Z | 2019-04-23T12:10:53Z | 2019-04-23T12:10:36Z | MEMBER | null | This just started showing up in the CI failures today:
```sh
Traceback (most recent call last):
File "ci/../scripts/validate_docstrings.py", line 991, in <module>
args.ignore_deprecated))
File "ci/../scripts/validate_docstrings.py", line 891, in main
result = validate_all(prefix, ignore_deprecated)
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26187/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26187/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26188 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26188/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26188/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26188/events | https://github.com/pandas-dev/pandas/pull/26188 | 435,920,490 | MDExOlB1bGxSZXF1ZXN0MjcyNTI2OTcw | 26,188 | Fixed code issue from compat with new numpydoc | {
"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": "a2bca7",
"default": false,
"description": "Continuous Integratio... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2019-04-22T22:36:45Z | 2020-01-16T00:34:11Z | 2019-04-23T12:10:36Z | MEMBER | null | - [X] closes #26187
- [ ] tests added / passed
- [ ] 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/26188/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26188/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26188.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26188",
"merged_at": "2019-04-23T12:10:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26188.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26188"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26189 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26189/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26189/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26189/events | https://github.com/pandas-dev/pandas/issues/26189 | 435,938,950 | MDU6SXNzdWU0MzU5Mzg5NTA= | 26,189 | BUG: incorrect usage of pchip for timedelta | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, d... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2019-04-22T23:53:24Z | 2019-04-28T16:11:15Z | 2019-04-28T16:11:15Z | CONTRIBUTOR | null | This just started breaking on scipy master:
https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=10858
xfailing in #26190
```
> /Users/jreback/pandas/pandas/tests/series/test_missing.py(1446)test_interpolate_timedelta_index()
-> result = df[0].interpolate(method=method, **kwargs)
(Pdb) n
> /Users/... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26189/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26189/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26190 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26190/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26190/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26190/events | https://github.com/pandas-dev/pandas/pull/26190 | 435,939,587 | MDExOlB1bGxSZXF1ZXN0MjcyNTQwOTU2 | 26,190 | xref #26189, xfail scipy interpolate test for pchip with timedelta | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "d7e102",
"d... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://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-04-22T23:56:31Z | 2019-04-23T00:39:35Z | 2019-04-23T00:39:35Z | CONTRIBUTOR | null | xref #26189 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26190/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26190/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26190.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26190",
"merged_at": "2019-04-23T00:39:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26190.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26190"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26191 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26191/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26191/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26191/events | https://github.com/pandas-dev/pandas/issues/26191 | 435,977,098 | MDU6SXNzdWU0MzU5NzcwOTg= | 26,191 | dropping non-existing entries - handling improvement | {
"avatar_url": "https://avatars.githubusercontent.com/u/42650045?v=4",
"events_url": "https://api.github.com/users/lobpcg/events{/privacy}",
"followers_url": "https://api.github.com/users/lobpcg/followers",
"following_url": "https://api.github.com/users/lobpcg/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 2 | 2019-04-23T03:04:39Z | 2019-04-23T16:11:52Z | 2019-04-23T04:52:47Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
df = pd.DataFrame({'a': [1, 2]})
df.drop(4)
```
#### Problem description
Dropping non-existing entries results in error, like
```KeyError: '[4] not found in axis'```
#### Expected Output
An empty output or no action if inplace. Possibly a warn... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26191/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26191/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26192 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26192/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26192/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26192/events | https://github.com/pandas-dev/pandas/issues/26192 | 436,047,837 | MDU6SXNzdWU0MzYwNDc4Mzc= | 26,192 | wrong data after calling func pd.to_numeric | {
"avatar_url": "https://avatars.githubusercontent.com/u/15643697?v=4",
"events_url": "https://api.github.com/users/rollingtee/events{/privacy}",
"followers_url": "https://api.github.com/users/rollingtee/followers",
"following_url": "https://api.github.com/users/rollingtee/following{/other_user}",
"gists_url"... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 6 | 2019-04-23T07:53:28Z | 2019-04-25T05:56:11Z | 2019-04-24T15:50:46Z | NONE | 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/26192/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26192/timeline | null | null | null | |
https://api.github.com/repos/pandas-dev/pandas/issues/26193 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26193/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26193/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26193/events | https://github.com/pandas-dev/pandas/pull/26193 | 436,051,159 | MDExOlB1bGxSZXF1ZXN0MjcyNjIyNzI3 | 26,193 | TST: Remove bare pytest.raises in some test files | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "eb6420",
"d... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2019-04-23T08:02:07Z | 2019-04-24T03:43:50Z | 2019-04-23T12:24:18Z | 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/26193/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26193/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26193.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26193",
"merged_at": "2019-04-23T12:24:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26193.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26193"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/26194 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26194/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26194/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26194/events | https://github.com/pandas-dev/pandas/pull/26194 | 436,133,249 | MDExOlB1bGxSZXF1ZXN0MjcyNjg3NzA4 | 26,194 | Revert "DOC: temporary remove pyarrow example of reading subset columns (#18661) | {
"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": "5319e7",
"default": false,
"description": "parquet, feather",
"id": 685114413,
"name": "IO Parquet",
"node_id": "MDU6TGFiZWw2ODUxMTQ0MTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Parquet"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-04-23T11:18:30Z | 2019-04-23T12:16:32Z | 2019-04-23T12:16:28Z | MEMBER | null | This reverts commit 695e89345a46c0cab06c479c83007f5adbb70ad5.
Closes https://github.com/pandas-dev/pandas/issues/18628 (reverts https://github.com/pandas-dev/pandas/pull/18661)
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26194/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26194/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26194.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26194",
"merged_at": "2019-04-23T12:16:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26194.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26194"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26195 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26195/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26195/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26195/events | https://github.com/pandas-dev/pandas/issues/26195 | 436,210,209 | MDU6SXNzdWU0MzYyMTAyMDk= | 26,195 | AWS_S3_HOST environment variable no longer available | {
"avatar_url": "https://avatars.githubusercontent.com/u/7143573?v=4",
"events_url": "https://api.github.com/users/jakobkogler/events{/privacy}",
"followers_url": "https://api.github.com/users/jakobkogler/followers",
"following_url": "https://api.github.com/users/jakobkogler/following{/other_user}",
"gists_ur... | [
{
"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": "e4a5f1",
"default": false,
"description": "Local or Cloud (AWS, ... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 4 | 2019-04-23T14:10:53Z | 2021-07-02T05:33:22Z | null | NONE | null | In the [What's New - Other enhancements](https://pandas.pydata.org/pandas-docs/version/0.21/whatsnew.html#whatsnew-0180-enhancements-other) section from the 18.0 release it says that you can define the environment variable `AWS_S3_HOST`.
Therefore, when setting this environment variable, together with `AWS_ACCESS_K... | {
"+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/26195/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26195/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26196 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26196/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26196/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26196/events | https://github.com/pandas-dev/pandas/pull/26196 | 436,308,881 | MDExOlB1bGxSZXF1ZXN0MjcyODI3NTI1 | 26,196 | CLN: remove python2 file encodings | {
"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": "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": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-04-23T17:39:25Z | 2019-05-05T06:59:22Z | 2019-04-24T12:23:57Z | CONTRIBUTOR | null | - [x] xref #25725
Remove usage of ``# coding=utf-8`` pattern from code base. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26196/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26196/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26196.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26196",
"merged_at": "2019-04-24T12:23:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26196.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26196"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26197 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26197/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26197/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26197/events | https://github.com/pandas-dev/pandas/pull/26197 | 436,320,673 | MDExOlB1bGxSZXF1ZXN0MjcyODM3MTE5 | 26,197 | CLN: remove '# -*- coding: utf-8 -*-' pattern | {
"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": "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": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 7 | 2019-04-23T18:08:47Z | 2019-05-01T20:03:21Z | 2019-04-28T15:51:08Z | CONTRIBUTOR | null | - [x] xref #25725 & #26196
Remove usage of ``-# -*- coding: utf-8 -*-`` pattern from code base.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26197/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26197/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26197.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26197",
"merged_at": "2019-04-28T15:51:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26197.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26197"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26198 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26198/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26198/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26198/events | https://github.com/pandas-dev/pandas/pull/26198 | 436,413,942 | MDExOlB1bGxSZXF1ZXN0MjcyOTEyMTYz | 26,198 | Remove Unused Functions from ujson | {
"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": "207de5",
"default": false,
"description": "read_json, to_json, json_normalize",
"id": 49379259,
"name": "IO JSON",
"node_id": "MDU6TGFiZWw0OTM3OTI1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON"
},
{
"color": "207de5",
"default": fa... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://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-04-23T22:17:31Z | 2019-04-25T15:57:15Z | 2019-04-25T14:53:25Z | MEMBER | null | dump and load don't appear anywhere in the code base except for UltraJSON tests. Since they are part of the exposed API I figure makes just as much sense to remove | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26198/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26198/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26198.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26198",
"merged_at": "2019-04-25T14:53:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26198.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26198"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26199 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26199/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26199/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26199/events | https://github.com/pandas-dev/pandas/pull/26199 | 436,423,374 | MDExOlB1bGxSZXF1ZXN0MjcyOTE5Nzc0 | 26,199 | ujson Py2 compat removal | {
"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": "207de5",
"default": false,
"description": "read_json, to_json, json_normalize",
"id": 49379259,
"name": "IO JSON",
"node_id": "MDU6TGFiZWw0OTM3OTI1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON"
},
{
"color": "207de5",
"default": fa... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-04-23T22:52:59Z | 2019-04-25T15:57:29Z | 2019-04-24T21:00:57Z | MEMBER | null | There was a header file in the ujson source specifically meant to bridge compatibility between Py2 and Py3. With the Py2 support drop this could be removed and the source code simplified.
Most of these changes are simply verbatim, though there are probably a few follow ups on context to simplify further that could b... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26199/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26199/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26199.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26199",
"merged_at": "2019-04-24T21:00:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26199.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26199"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26200 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26200/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26200/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26200/events | https://github.com/pandas-dev/pandas/issues/26200 | 436,425,802 | MDU6SXNzdWU0MzY0MjU4MDI= | 26,200 | CI Failures for test_string_na_nat_conversion | {
"avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4",
"events_url": "https://api.github.com/users/WillAyd/events{/privacy}",
"followers_url": "https://api.github.com/users/WillAyd/followers",
"following_url": "https://api.github.com/users/WillAyd/following{/other_user}",
"gists_url": "https://... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] | closed | false | null | [] | null | 2 | 2019-04-23T23:01:58Z | 2019-04-24T19:54:42Z | 2019-04-24T19:54:42Z | MEMBER | null | These just started showing up in the build today:
```python
___________ TestToDatetimeMisc.test_string_na_nat_conversion[False] ____________
[gw0] linux -- Python 3.7.3 /home/vsts/miniconda3/envs/pandas-dev/bin/python
self = <pandas.tests.indexes.datetimes.test_tools.TestToDatetimeMisc object at 0x7f38c92b73c8>... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26200/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26200/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26201 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26201/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26201/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26201/events | https://github.com/pandas-dev/pandas/pull/26201 | 436,426,723 | MDExOlB1bGxSZXF1ZXN0MjcyOTIyMzE4 | 26,201 | Relaxed error message for failing test | {
"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": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "a2bca7",
"d... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-04-23T23:05:51Z | 2019-04-25T15:57:39Z | 2019-04-24T12:12:31Z | MEMBER | null | xref #26200 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26201/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26201/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26201.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26201",
"merged_at": "2019-04-24T12:12:31Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26201.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26201"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26202 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26202/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26202/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26202/events | https://github.com/pandas-dev/pandas/issues/26202 | 436,554,635 | MDU6SXNzdWU0MzY1NTQ2MzU= | 26,202 | how to merge two data frames with different dataframe | {
"avatar_url": "https://avatars.githubusercontent.com/u/49529349?v=4",
"events_url": "https://api.github.com/users/rajeshrse/events{/privacy}",
"followers_url": "https://api.github.com/users/rajeshrse/followers",
"following_url": "https://api.github.com/users/rajeshrse/following{/other_user}",
"gists_url": "... | [] | closed | false | null | [] | null | 1 | 2019-04-24T08:07:37Z | 2019-04-24T10:20:27Z | 2019-04-24T10:20:27Z | NONE | null | i have two data frames whose structure as per below. in need to fill value from one data frame to another on the basis of verification.
Data Frame1 =
id a b c c1 d d1 e e1 f
0 al al1 - 1 K 10 _ _ File1
1 al al2 - 1 _ ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26202/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26202/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26203 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26203/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26203/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26203/events | https://github.com/pandas-dev/pandas/issues/26203 | 436,595,504 | MDU6SXNzdWU0MzY1OTU1MDQ= | 26,203 | read_excel na_values replacement after parse_dates | {
"avatar_url": "https://avatars.githubusercontent.com/u/3329124?v=4",
"events_url": "https://api.github.com/users/nylocx/events{/privacy}",
"followers_url": "https://api.github.com/users/nylocx/followers",
"following_url": "https://api.github.com/users/nylocx/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "bfe5bf",
"default": false,
"description": "read_excel, to_excel",
... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 3 | 2019-04-24T09:38:57Z | 2019-05-10T04:22:16Z | null | NONE | null | ```python
### Not working
pd.read_excel(
"test.xlsx",
na_values={"Test": ['#', 0]},
parse_dates=["Test"],
date_parser=lambda x: pd.to_datetime(x, format="%Y-%m-%d"),
)
### Working
pd.read_csv(
"test.txt",
na_values={"Test": ['#', 0]},
parse_dates=["Test"],
date_parser=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/26203/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26203/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26204 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26204/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26204/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26204/events | https://github.com/pandas-dev/pandas/pull/26204 | 436,597,764 | MDExOlB1bGxSZXF1ZXN0MjczMDUyNzQ2 | 26,204 | PERF: Cython version of Python _TIMEPAT regexp in parsing.pyx | {
"avatar_url": "https://avatars.githubusercontent.com/u/45976948?v=4",
"events_url": "https://api.github.com/users/anmyachev/events{/privacy}",
"followers_url": "https://api.github.com/users/anmyachev/followers",
"following_url": "https://api.github.com/users/anmyachev/following{/other_user}",
"gists_url": "... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "a10c02",
"default": false,
"description": "Memory or... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 8 | 2019-04-24T09:43:45Z | 2019-04-24T15:05:25Z | 2019-04-24T15:05:20Z | CONTRIBUTOR | null | - [x] closes #N/A
- [ ] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
`asv continuous -f 1.05 origin/master HEAD -b ^io.csv.ReadCSVParseSpecialDate -a warmup_time=2 -a sample_time=2`:
master | patch | ratio | test_name
-|-|-|-
276±1ms| ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26204/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26204/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26204.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26204",
"merged_at": "2019-04-24T15:05:20Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26204.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26204"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26205 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26205/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26205/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26205/events | https://github.com/pandas-dev/pandas/issues/26205 | 436,671,073 | MDU6SXNzdWU0MzY2NzEwNzM= | 26,205 | `read_html` crash when table is empty | {
"avatar_url": "https://avatars.githubusercontent.com/u/34562536?v=4",
"events_url": "https://api.github.com/users/Frost-Lee/events{/privacy}",
"followers_url": "https://api.github.com/users/Frost-Lee/followers",
"following_url": "https://api.github.com/users/Frost-Lee/following{/other_user}",
"gists_url": "... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "006b75",
"default": false,
"descript... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 3 | 2019-04-24T12:35:16Z | 2019-04-25T15:29:36Z | 2019-04-25T15:29:36Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
foo = pd.read_html('<table><tbody><tr></tr></tbody></table>') # Crashed
print(foo)
```
#### Problem description
`pd.read_html` would crash if the input table is an empty table, as the sample code indicates. The crash output is as follows:
`... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26205/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26205/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26206 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26206/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26206/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26206/events | https://github.com/pandas-dev/pandas/issues/26206 | 436,849,646 | MDU6SXNzdWU0MzY4NDk2NDY= | 26,206 | REGR? no error anymore when converting out of bounds datetime64[non-ns] data | {
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
}
] | closed | false | null | [] | {
"closed_at": "2020-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... | 7 | 2019-04-24T18:41:36Z | 2020-01-06T20:53:21Z | 2019-12-30T17:52:01Z | MEMBER | null | Didn't directly find a related issue, but on master / 0.24 / 0.23, we see:
```
In [1]: pd.Series(np.array(['2262-04-12'], dtype='datetime64[D]'))
Out[1]:
0 1677-09-21 00:25:26.290448384
dtype: datetime64[ns]
```
while on pandas 0.22.0:
```
In [1]: pd.Series(np.array(['2262-04-12'], dtype='datetime64[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/26206/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26206/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26207 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26207/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26207/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26207/events | https://github.com/pandas-dev/pandas/pull/26207 | 436,920,889 | MDExOlB1bGxSZXF1ZXN0MjczMzEwMzU1 | 26,207 | DOC: Fix misspelling in get_dummies docstring | {
"avatar_url": "https://avatars.githubusercontent.com/u/15787304?v=4",
"events_url": "https://api.github.com/users/max-kov/events{/privacy}",
"followers_url": "https://api.github.com/users/max-kov/followers",
"following_url": "https://api.github.com/users/max-kov/following{/other_user}",
"gists_url": "https:... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-04-24T21:44:03Z | 2019-04-24T22:27:22Z | 2019-04-24T22:27:14Z | CONTRIBUTOR | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [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": 1,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26207/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26207/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26207.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26207",
"merged_at": "2019-04-24T22:27:14Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26207.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26207"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26208 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26208/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26208/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26208/events | https://github.com/pandas-dev/pandas/issues/26208 | 437,097,563 | MDU6SXNzdWU0MzcwOTc1NjM= | 26,208 | SeriesGroupBy.transform cannot handle empty series | {
"avatar_url": "https://avatars.githubusercontent.com/u/3169669?v=4",
"events_url": "https://api.github.com/users/HHest/events{/privacy}",
"followers_url": "https://api.github.com/users/HHest/followers",
"following_url": "https://api.github.com/users/HHest/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2019-04-25T09:27:53Z | 2019-05-15T13:01:28Z | 2019-05-15T13:01:28Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
d = pd.DataFrame({1: [], 2: []})
g = d.groupby(1)
g[2].transform(lambda x: x)
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "C:\python37\lib\site-packages\pandas\core\groupby\generic.py", line 945, in transform
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26208/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26208/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26209 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26209/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26209/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26209/events | https://github.com/pandas-dev/pandas/issues/26209 | 437,102,724 | MDU6SXNzdWU0MzcxMDI3MjQ= | 26,209 | reindex does not work for groupby series with DateTimeIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/20269505?v=4",
"events_url": "https://api.github.com/users/ptmminh/events{/privacy}",
"followers_url": "https://api.github.com/users/ptmminh/followers",
"following_url": "https://api.github.com/users/ptmminh/following{/other_user}",
"gists_url": "https:... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "729FCF",
"default": false,
"description": null,
... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/31857876?v=4",
"events_url": "https://api.github.com/users/CloseChoice/events{/privacy}",
"followers_url": "https://api.github.com/users/CloseChoice/followers",
"following_url": "https://api.github.com/users/CloseChoice/following{/other_user}",
"gists_u... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/31857876?v=4",
"events_url": "https://api.github.com/users/CloseChoice/events{/privacy}",
"followers_url": "https://api.github.com/users/CloseChoice/followers",
"following_url": "https://api.github.com/users/CloseChoice/following{/other_user}"... | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2019-04-25T09:38:57Z | 2020-04-25T22:05:11Z | 2020-04-25T22:05:11Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import numpy as np
# generate a simple df with weekly DateTimeIndex, group and a value
df = pd.DataFrame({
'group':['Group1','Group2','Group3']*3,
'value':np.random.randint(100, 1000, size=9)},
index=pd.date_ra... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26209/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26209/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26210 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26210/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26210/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26210/events | https://github.com/pandas-dev/pandas/issues/26210 | 437,222,984 | MDU6SXNzdWU0MzcyMjI5ODQ= | 26,210 | BUG: Sorting MultiIndex with NaNs | {
"avatar_url": "https://avatars.githubusercontent.com/u/9717992?v=4",
"events_url": "https://api.github.com/users/eoincondron/events{/privacy}",
"followers_url": "https://api.github.com/users/eoincondron/followers",
"following_url": "https://api.github.com/users/eoincondron/following{/other_user}",
"gists_ur... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, d... | open | false | null | [] | null | 5 | 2019-04-25T14:13:41Z | 2021-07-02T05:34:50Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
>>> ix = pd.MultiIndex(levels=[['B', 'A'], ['x']], codes=[[-1, 0, 1], [0, 0, 0]],
... names=['symbol', 'date'])
>>> ix._sort_levels_monotonic()
MultiIndex(levels=[['A', 'B'], ['x']],
codes=[[0, 1, 0], [0, 0, 0]],
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26210/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26210/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/26211 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26211/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26211/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26211/events | https://github.com/pandas-dev/pandas/pull/26211 | 437,306,912 | MDExOlB1bGxSZXF1ZXN0MjczNjEwMzY0 | 26,211 | Removed Unnecessary Compat Directives from ujson | {
"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": "207de5",
"default": false,
"description": "read_json, to_json, json_normalize",
"id": 49379259,
"name": "IO JSON",
"node_id": "MDU6TGFiZWw0OTM3OTI1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON"
},
{
"color": "207de5",
"default": fa... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-04-25T17:09:15Z | 2020-01-16T00:34:11Z | 2019-04-26T00:45:12Z | MEMBER | null | Continuing cleanup of ujson source there are some preprocessor directives in there which are no longer valid given minimum Python and NumPy versions | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26211/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26211/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/26211.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/26211",
"merged_at": "2019-04-26T00:45:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/26211.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/26211"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/26212 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/26212/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/26212/comments | https://api.github.com/repos/pandas-dev/pandas/issues/26212/events | https://github.com/pandas-dev/pandas/issues/26212 | 437,338,215 | MDU6SXNzdWU0MzczMzgyMTU= | 26,212 | Improve ujson test coverage or clean up dead code | {
"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": "207de5",
"default": false,
"description": "read_json, to_json, json_normalize",
"id": 49379259,
"name": "IO JSON",
"node_id": "MDU6TGFiZWw0OTM3OTI1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON"
}
] | closed | false | null | [] | null | 7 | 2019-04-25T18:31:14Z | 2019-09-05T14:52:58Z | 2019-09-05T14:52:58Z | MEMBER | null | I've been spending some time cleaning up the integration with ujson in our source code. After enabling some debugging directives and running the test suite I noticed that there were quite a few places in objToJSON.c which were not being hit. This can point to either dead code or a lack of test coverage, so these can be... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/26212/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/26212/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.