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/24112
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24112/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24112/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24112/events
https://github.com/pandas-dev/pandas/issues/24112
387,835,001
MDU6SXNzdWUzODc4MzUwMDE=
24,112
IntervalArray equality operators
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "006b75", "default": false, "description": "Arithmetic, Comparison, and Logical operations", "id": 47223669, "name": "Numeric Operations", "node_id": "MDU6TGFiZWw0NzIyMzY2OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations" }, { "c...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
0
2018-12-05T16:20:23Z
2020-01-05T21:33:12Z
2020-01-05T21:33:12Z
CONTRIBUTOR
null
It seems like IntervalArray doesn't implement equality operations correctly ```python In [32]: iser = pd.Series(pd.IntervalIndex.from_breaks([1, 2, 3, 4])) In [33]: iser.array == iser[0] Out[33]: False ``` I would expect Out[33] to be ```python np.array([True, False, False]) ``` This bubbles up to S...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24112/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24112/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24113
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24113/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24113/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24113/events
https://github.com/pandas-dev/pandas/pull/24113
387,849,019
MDExOlB1bGxSZXF1ZXN0MjM2MjQ3Mzg5
24,113
BUG: use internal linkage (static variables) in move.c
{ "avatar_url": "https://avatars.githubusercontent.com/u/3064397?v=4", "events_url": "https://api.github.com/users/llllllllll/events{/privacy}", "followers_url": "https://api.github.com/users/llllllllll/followers", "following_url": "https://api.github.com/users/llllllllll/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": "0052cc", "default": false, "description": "pandas objects compatabi...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
6
2018-12-05T16:50:49Z
2018-12-06T21:11:37Z
2018-12-06T21:11:36Z
CONTRIBUTOR
null
move.c declared global variables without explicitly declaring them static, so they had global visibility. This meant that if you linked against a shared object that provided the same symbols, the wrong data would be read. In particular: linking to libgtk, which provides the symbol 'methods', would cause an import e...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24113/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24113/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24113.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24113", "merged_at": "2018-12-06T21:11:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24113.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24113" }
https://api.github.com/repos/pandas-dev/pandas/issues/24114
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24114/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24114/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24114/events
https://github.com/pandas-dev/pandas/pull/24114
387,864,772
MDExOlB1bGxSZXF1ZXN0MjM2MjU5ODEz
24,114
BUG/Perf: Support ExtensionArrays in where
{ "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": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "61...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
19
2018-12-05T17:27:22Z
2018-12-10T15:21:12Z
2018-12-10T15:21:09Z
CONTRIBUTOR
null
We need some way to do `.where` on EA object for DatetimeArray. Adding it to the interface is, I think, the easiest way. Initially I started to write a version on ExtensionBlock, but it proved to be unwieldy. to write a version that performed well for all types. It *may* be possible to do using `_ndarray_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/24114/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24114/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24114.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24114", "merged_at": "2018-12-10T15:21:08Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24114.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24114" }
https://api.github.com/repos/pandas-dev/pandas/issues/24115
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24115/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24115/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24115/events
https://github.com/pandas-dev/pandas/issues/24115
387,877,569
MDU6SXNzdWUzODc4Nzc1Njk=
24,115
DTA/TDA/PA inplace methods should actually be inplace
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user...
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
2
2018-12-05T18:01:12Z
2019-12-27T14:09:57Z
2019-12-27T14:09:57Z
MEMBER
null
At the moment we are using the implementations designed for Index subclasses, which return new objects.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24115/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24115/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24116
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24116/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24116/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24116/events
https://github.com/pandas-dev/pandas/pull/24116
387,909,197
MDExOlB1bGxSZXF1ZXN0MjM2Mjk0NDIx
24,116
CLN: Follow-up to #24100
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-12-05T19:27:45Z
2018-12-06T00:15:12Z
2018-12-05T22:43:46Z
MEMBER
null
Avoid 1-letter variable names Modernize string formatting Avoid an unnecessary level of indirection in add_datetimelike_methods for DTA/TDA/PA
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24116/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24116/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24116.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24116", "merged_at": "2018-12-05T22:43:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24116.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24116" }
https://api.github.com/repos/pandas-dev/pandas/issues/24117
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24117/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24117/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24117/events
https://github.com/pandas-dev/pandas/pull/24117
387,939,988
MDExOlB1bGxSZXF1ZXN0MjM2MzE4MjA4
24,117
DOC: Add pandas video series to tutorials.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/6509492?v=4", "events_url": "https://api.github.com/users/justmarkham/events{/privacy}", "followers_url": "https://api.github.com/users/justmarkham/followers", "following_url": "https://api.github.com/users/justmarkham/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": "207de5", "default": false, "description": "Requires discussion f...
closed
false
null
[]
null
18
2018-12-05T20:50:30Z
2018-12-21T14:00:59Z
2018-12-17T23:47:09Z
CONTRIBUTOR
null
This is a 6-hour video tutorial series that is freely available on YouTube. If you would like to quickly preview the contents of the series, you can see all of the code in this [Jupyter Notebook](http://nbviewer.jupyter.org/github/justmarkham/pandas-videos/blob/master/pandas.ipynb). Collectively, these videos have 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/24117/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24117/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24117.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24117", "merged_at": "2018-12-17T23:47:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24117.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24117" }
https://api.github.com/repos/pandas-dev/pandas/issues/24118
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24118/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24118/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24118/events
https://github.com/pandas-dev/pandas/pull/24118
387,979,055
MDExOlB1bGxSZXF1ZXN0MjM2MzQ4ODUw
24,118
PERF: speed up PeriodArray creation by exposing dayfirst/yearfirst params
{ "avatar_url": "https://avatars.githubusercontent.com/u/440095?v=4", "events_url": "https://api.github.com/users/qwhelan/events{/privacy}", "followers_url": "https://api.github.com/users/qwhelan/followers", "following_url": "https://api.github.com/users/qwhelan/following{/other_user}", "gists_url": "https://...
[ { "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": "eb6420", "default"...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
11
2018-12-05T22:45:16Z
2018-12-29T14:23:20Z
2018-12-29T14:23:06Z
CONTRIBUTOR
null
As much of the time creating a `PeriodArray` from `int`s is actually spent importing/querying `get_option('display.date_dayfirst')` and its `yearfirst` cousin, this PR exposes those parameters in `Period.__new__()` to allow them to be queried once per array creation. This yields a ~15x speedup: ``` asv compare ups...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24118/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24118/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24118.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24118", "merged_at": "2018-12-29T14:23:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24118.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24118" }
https://api.github.com/repos/pandas-dev/pandas/issues/24119
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24119/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24119/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24119/events
https://github.com/pandas-dev/pandas/pull/24119
387,990,742
MDExOlB1bGxSZXF1ZXN0MjM2MzU4MTg4
24,119
API: add return_inverse to pd.unique
{ "avatar_url": "https://avatars.githubusercontent.com/u/33685575?v=4", "events_url": "https://api.github.com/users/h-vetinari/events{/privacy}", "followers_url": "https://api.github.com/users/h-vetinari/followers", "following_url": "https://api.github.com/users/h-vetinari/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": "eb6420", "default": false, "description": "Non-arit...
closed
false
null
[]
null
15
2018-12-05T23:27:05Z
2020-01-26T01:46:33Z
2020-01-26T01:46:32Z
CONTRIBUTOR
null
- [x] splits off first chunk of #24108; progress towards #4087 / #21357 / #21720 / #22824 - [x] tests expanded / parametrized / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry This is the first part I'm splitting off of #24108, but now with full test coverage. For ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24119/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24119/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24119.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24119", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/24119.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24119" }
https://api.github.com/repos/pandas-dev/pandas/issues/24120
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24120/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24120/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24120/events
https://github.com/pandas-dev/pandas/pull/24120
388,009,027
MDExOlB1bGxSZXF1ZXN0MjM2MzcyODEz
24,120
REF/TST: Add more pytest idiom to scalar/test_nat
{ "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": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" }, { "color": "C4A000", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
3
2018-12-06T00:47:48Z
2018-12-07T02:43:32Z
2018-12-06T12:17:56Z
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/24120/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24120/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24120.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24120", "merged_at": "2018-12-06T12:17:56Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24120.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24120" }
https://api.github.com/repos/pandas-dev/pandas/issues/24121
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24121/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24121/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24121/events
https://github.com/pandas-dev/pandas/issues/24121
388,025,716
MDU6SXNzdWUzODgwMjU3MTY=
24,121
BUG - PeriodIndex.freq.normalize option gets cached per process
{ "avatar_url": "https://avatars.githubusercontent.com/u/13501084?v=4", "events_url": "https://api.github.com/users/aa1371/events{/privacy}", "followers_url": "https://api.github.com/users/aa1371/followers", "following_url": "https://api.github.com/users/aa1371/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": "0052cc", "default": false, "description": "DateOffsets", "id": ...
open
false
null
[]
null
0
2018-12-06T02:08:39Z
2019-01-13T19:24:08Z
null
CONTRIBUTOR
null
It seems that whatever normalize option is first called for a PeriodIndex freq it is used for the rest of the process (on a per offset type basis). No matter whether the freq is explicitly overwritten with a freq using a different normalize option. This is NOT the case for the offset kwds. >>> pd.PeriodIndex(['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/24121/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24121/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24122
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24122/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24122/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24122/events
https://github.com/pandas-dev/pandas/issues/24122
388,034,204
MDU6SXNzdWUzODgwMzQyMDQ=
24,122
BigInt save by to_excel ,the value has changed.
{ "avatar_url": "https://avatars.githubusercontent.com/u/10793494?v=4", "events_url": "https://api.github.com/users/fcfangcc/events{/privacy}", "followers_url": "https://api.github.com/users/fcfangcc/followers", "following_url": "https://api.github.com/users/fcfangcc/following{/other_user}", "gists_url": "htt...
[ { "color": "bfe5bf", "default": false, "description": "read_excel, to_excel", "id": 49254273, "name": "IO Excel", "node_id": "MDU6TGFiZWw0OTI1NDI3Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Excel" }, { "color": "207de5", "default": false, "de...
closed
false
null
[]
null
2
2018-12-06T02:49:52Z
2018-12-25T04:42:33Z
2018-12-25T04:42:33Z
NONE
null
BigInt save by to_excel ,the value has changed, sometimes the value is -8. ```python In [2]: aaa=pd.DataFrame([947722267893174272,947871269024436488]) In [3]: aaa Out[3]: 0 0 947722267893174272 1 947871269024436488 In [4]: aaa.to_excel('bbb.xlsx') In [5]: bbb=pd.read_excel('bbb.xl...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24122/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24122/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24123
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24123/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24123/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24123/events
https://github.com/pandas-dev/pandas/issues/24123
388,038,562
MDU6SXNzdWUzODgwMzg1NjI=
24,123
BUG: un-caught date_range overflows
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
0
2018-12-06T03:12:25Z
2018-12-23T17:32:50Z
2018-12-23T17:32:50Z
MEMBER
null
<s>TL;DR: can we assume that np.float128 exists (and is actually 128 bits)? If so then this has an easy solution. Otherwise, it's easy-but-tedious.</s> <b>update</b> Turns out the np.float128 solution doesn't as easily as I expected. ``` start = pd.Timestamp('1700-01-01') end = pd.Timestamp('2250-12-31') dti =...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24123/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24123/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24124
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24124/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24124/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24124/events
https://github.com/pandas-dev/pandas/issues/24124
388,038,976
MDU6SXNzdWUzODgwMzg5NzY=
24,124
DatetimeIndex and Timestamp have different implementation limits
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2018-12-06T03:14:37Z
2021-01-21T00:50:18Z
2021-01-21T00:50:18Z
MEMBER
null
`Timestamp`'s minimum value is bounded away from `np.iinfo(np.int64).min` "to allow overflow free conversion with a microsecond resolution", but `DatetimeIndex` is not: ``` >>> dti = pd.date_range(end=pd.Timestamp.min, periods=2, freq='ns') >>> dti Traceback (most recent call last): File "<stdin>", line 1, 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/24124/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24124/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24125
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24125/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24125/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24125/events
https://github.com/pandas-dev/pandas/issues/24125
388,090,721
MDU6SXNzdWUzODgwOTA3MjE=
24,125
DOC: Fix docstrings error GL07 - Sections are in the wrong order
{ "avatar_url": "https://avatars.githubusercontent.com/u/33966871?v=4", "events_url": "https://api.github.com/users/alexander-ponomaroff/events{/privacy}", "followers_url": "https://api.github.com/users/alexander-ponomaroff/followers", "following_url": "https://api.github.com/users/alexander-ponomaroff/followin...
[ { "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": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
null
11
2018-12-06T07:36:36Z
2018-12-16T02:08:26Z
2018-12-16T02:08:26Z
CONTRIBUTOR
null
When checking for errors with ./scripts/validate_docstrings.py, There is an error that comes up: GL07 'Sections are in the wrong order. Correct order is: ' '{correct_sections}' I worked on this and will create a pull request for this issue shortly to go into more detail on what I fixed. @datapythonista
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24125/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24125/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24126
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24126/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24126/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24126/events
https://github.com/pandas-dev/pandas/pull/24126
388,091,837
MDExOlB1bGxSZXF1ZXN0MjM2NDM0Nzky
24,126
Fix error GL07
{ "avatar_url": "https://avatars.githubusercontent.com/u/33966871?v=4", "events_url": "https://api.github.com/users/alexander-ponomaroff/events{/privacy}", "followers_url": "https://api.github.com/users/alexander-ponomaroff/followers", "following_url": "https://api.github.com/users/alexander-ponomaroff/followin...
[ { "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": "207de5", "default": false, "description": null, "id": 211029...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/oth...
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
18
2018-12-06T07:40:51Z
2018-12-07T12:54:11Z
2018-12-07T12:53:58Z
CONTRIBUTOR
null
- [ ] refs #24125 - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` Original number of errors: 286 Remaining errors: 24
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24126/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24126/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24126.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24126", "merged_at": "2018-12-07T12:53:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24126.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24126" }
https://api.github.com/repos/pandas-dev/pandas/issues/24127
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24127/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24127/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24127/events
https://github.com/pandas-dev/pandas/issues/24127
388,124,620
MDU6SXNzdWUzODgxMjQ2MjA=
24,127
pandas.DataFrame.resample behaves inconsistently when the rule is set to 24H/1D and 48H/2D
{ "avatar_url": "https://avatars.githubusercontent.com/u/25651123?v=4", "events_url": "https://api.github.com/users/lucky06688/events{/privacy}", "followers_url": "https://api.github.com/users/lucky06688/followers", "following_url": "https://api.github.com/users/lucky06688/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": "207de5", "default": false, "description": "resample method", "i...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
2
2018-12-06T09:26:05Z
2018-12-13T02:02:20Z
2018-12-13T02:02:20Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python >>> pd.__version__ '0.23.4' >>> index = pd.date_range('11/11/2000 06:00:00', periods=50, freq='H') >>> series = pd.Series(range(50), index=index) >>> series.head(10) 2000-11-11 06:00:00 0 2000-11-11 07:00:00 1 2000-11-11 08:00:00 2 200...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24127/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24127/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24128
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24128/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24128/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24128/events
https://github.com/pandas-dev/pandas/pull/24128
388,173,822
MDExOlB1bGxSZXF1ZXN0MjM2NDk4MTk0
24,128
ENH: fill_value argument for shift #15486
{ "avatar_url": "https://avatars.githubusercontent.com/u/4904947?v=4", "events_url": "https://api.github.com/users/ahcub/events{/privacy}", "followers_url": "https://api.github.com/users/ahcub/followers", "following_url": "https://api.github.com/users/ahcub/following{/other_user}", "gists_url": "https://api.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": "d7e102", "default": false, "description": "np.nan, ...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
36
2018-12-06T11:34:43Z
2018-12-26T01:38:22Z
2018-12-26T01:29:55Z
CONTRIBUTOR
null
- [ ] closes #15486 - [ ] 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/24128/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24128/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24128.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24128", "merged_at": "2018-12-26T01:29:55Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24128.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24128" }
https://api.github.com/repos/pandas-dev/pandas/issues/24129
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24129/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24129/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24129/events
https://github.com/pandas-dev/pandas/pull/24129
388,251,748
MDExOlB1bGxSZXF1ZXN0MjM2NTU5Nzkw
24,129
BUG: date_range issue with sub-second granularity
{ "avatar_url": "https://avatars.githubusercontent.com/u/527401?v=4", "events_url": "https://api.github.com/users/gabrielreid/events{/privacy}", "followers_url": "https://api.github.com/users/gabrielreid/followers", "following_url": "https://api.github.com/users/gabrielreid/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" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
7
2018-12-06T15:00:13Z
2018-12-09T22:26:20Z
2018-12-09T22:25:41Z
CONTRIBUTOR
null
Improves (but doesn't completely resolve) #24110, to avoid rounding issues with sub-second granularity timestamps when creating a date range. - [x] closes #24110 - [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/24129/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24129/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24129.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24129", "merged_at": "2018-12-09T22:25:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24129.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24129" }
https://api.github.com/repos/pandas-dev/pandas/issues/24130
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24130/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24130/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24130/events
https://github.com/pandas-dev/pandas/issues/24130
388,326,965
MDU6SXNzdWUzODgzMjY5NjU=
24,130
read_csv can't roundtrip with UTF16/32 encodings
{ "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": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "read_csv, to_csv", "...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
1
2018-12-06T17:50:52Z
2020-01-07T20:46:54Z
2020-01-07T20:46:54Z
MEMBER
null
This works fine: ```python In [4]: with tempfile.TemporaryFile(mode='w+', encoding='utf8') as outfile: ...: outfile.write('foo') ...: outfile.seek(0) ...: pd.read_csv(outfile, encoding='utf8') ``` Not quite so lucky on these: ```python-traceback In [4]: with tempfile.TemporaryFil...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24130/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24130/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24131
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24131/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24131/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24131/events
https://github.com/pandas-dev/pandas/issues/24131
388,371,424
MDU6SXNzdWUzODgzNzE0MjQ=
24,131
Question : df.groupby('col_a')['time_stamp'].idxmin() is not working if time_stamp is of type object
{ "avatar_url": "https://avatars.githubusercontent.com/u/12021701?v=4", "events_url": "https://api.github.com/users/tarrade/events{/privacy}", "followers_url": "https://api.github.com/users/tarrade/followers", "following_url": "https://api.github.com/users/tarrade/following{/other_user}", "gists_url": "https:...
[ { "color": "207de5", "default": false, "description": "Clarification about behavior needed to assess issue", "id": 307649777, "name": "Needs Info", "node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info" } ]
closed
false
null
[]
null
3
2018-12-06T19:51:40Z
2018-12-09T09:56:37Z
2018-12-09T09:56:37Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python Python 3.6.6 |Anaconda, Inc.| (default, Jun 28 2018, 11:27:44) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import pandas as pd >>> pd.__version__ '0.23.4' >>> data = {'time_stamp'...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24131/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24131/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24132
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24132/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24132/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24132/events
https://github.com/pandas-dev/pandas/pull/24132
388,384,877
MDExOlB1bGxSZXF1ZXN0MjM2NjYxNzY3
24,132
DOC: Fix order section in docstrings (part II)
{ "avatar_url": "https://avatars.githubusercontent.com/u/33966871?v=4", "events_url": "https://api.github.com/users/alexander-ponomaroff/events{/privacy}", "followers_url": "https://api.github.com/users/alexander-ponomaroff/followers", "following_url": "https://api.github.com/users/alexander-ponomaroff/followin...
[ { "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": "207de5", "default": false, "description": null, "id": 211029...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/oth...
null
16
2018-12-06T20:28:38Z
2018-12-20T00:34:06Z
2018-12-16T02:08:26Z
CONTRIBUTOR
null
- [X] closes #24125 - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` This is to build on #24126 . As I commented in the issue, this pull request will fix additional 10 out of 24 errors. 14 errors will remain and are referenced in the issue.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24132/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24132/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24132.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24132", "merged_at": "2018-12-16T02:08:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24132.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24132" }
https://api.github.com/repos/pandas-dev/pandas/issues/24133
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24133/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24133/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24133/events
https://github.com/pandas-dev/pandas/issues/24133
388,387,273
MDU6SXNzdWUzODgzODcyNzM=
24,133
.sort_values() is not indexing zeros at the begining
{ "avatar_url": "https://avatars.githubusercontent.com/u/34577701?v=4", "events_url": "https://api.github.com/users/banagawa/events{/privacy}", "followers_url": "https://api.github.com/users/banagawa/followers", "following_url": "https://api.github.com/users/banagawa/following{/other_user}", "gists_url": "htt...
[]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
2
2018-12-06T20:35:57Z
2018-12-06T22:49:16Z
2018-12-06T22:32:19Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here This_thing= This_thing.set_index(['index_1','index_2']).sort_values(by=['index_1','index_2']) ``` #### Problem description the indexes of 'index_1' represent a timestamp (e.g. 2018-09-26 05:30:00)and the indexes of 'index_2' are a ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24133/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24133/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24134
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24134/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24134/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24134/events
https://github.com/pandas-dev/pandas/pull/24134
388,419,736
MDExOlB1bGxSZXF1ZXN0MjM2Njg5NjMx
24,134
Fix repr of DataFrame with IntervalIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "ededed", "default": false, "description": "__repr__ of pandas objec...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
8
2018-12-06T22:10:22Z
2018-12-16T07:54:28Z
2018-12-13T00:51:11Z
MEMBER
null
@TomAugspurger after the repr PR, the docs build catched an error: the repr of a DataFrame with an IntervalIndex started failing: ``` In [1]: df = pd.DataFrame({'A': [1, 2, 3, 4]}, ...: index=pd.IntervalIndex.from_breaks([0, 1, 2, 3, 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/24134/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24134/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24134.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24134", "merged_at": "2018-12-13T00:51:11Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24134.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24134" }
https://api.github.com/repos/pandas-dev/pandas/issues/24135
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24135/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24135/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24135/events
https://github.com/pandas-dev/pandas/issues/24135
388,422,889
MDU6SXNzdWUzODg0MjI4ODk=
24,135
BUG: repr of Series with regular (freq) datetime index after reading with msgpack
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-12-06T22:20:46Z
2018-12-18T13:37:37Z
2018-12-18T13:37:37Z
MEMBER
null
From the io docs: ``` In [18]: s = pd.Series(np.random.rand(5), index=pd.date_range('20130101', periods=5)) In [19]: s ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24135/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24135/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24136
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24136/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24136/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24136/events
https://github.com/pandas-dev/pandas/issues/24136
388,458,027
MDU6SXNzdWUzODg0NTgwMjc=
24,136
Rename silently ignores missing key
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "color": "009800", "default": false, "description": "Duplicate issue or pull request", "id": 40153326, "name": "Duplicate Report", "node_id": "MDU6TGFiZWw0MDE1MzMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report" } ]
closed
false
null
[]
null
1
2018-12-07T00:40:26Z
2018-12-07T00:45:44Z
2018-12-07T00:45:44Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd df = pd.DataFrame([{'a': 1, 'b': 2}, {'a': 10, 'b': 20}]) df.rename(columns={'XXX': 'YYY'}) Out[16]: a b 0 1 2 1 10 20 ``` #### Problem description If I t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24136/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24136/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24137
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24137/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24137/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24137/events
https://github.com/pandas-dev/pandas/issues/24137
388,484,206
MDU6SXNzdWUzODg0ODQyMDY=
24,137
Incorrect Timestamp Parsing for ISO8601-like Format
{ "avatar_url": "https://avatars.githubusercontent.com/u/3137319?v=4", "events_url": "https://api.github.com/users/nathanielatom/events{/privacy}", "followers_url": "https://api.github.com/users/nathanielatom/followers", "following_url": "https://api.github.com/users/nathanielatom/following{/other_user}", "gi...
[]
closed
false
null
[]
null
2
2018-12-07T02:50:42Z
2018-12-09T05:06:38Z
2018-12-07T06:52:57Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd string = '2016-06-01T02-01-00+00-00' pd.Timestamp(string) # Timestamp('2016-06-01 02:00:00+0000', tz='UTC') ``` #### Problem description The minute is parsed incorrectly. I know this isn't exactly an ISO8601 formatted timest...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24137/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24137/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24138
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24138/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24138/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24138/events
https://github.com/pandas-dev/pandas/issues/24138
388,490,641
MDU6SXNzdWUzODg0OTA2NDE=
24,138
Join or concat int and float by axis=1 would cast int columns to float
{ "avatar_url": "https://avatars.githubusercontent.com/u/3938751?v=4", "events_url": "https://api.github.com/users/eromoe/events{/privacy}", "followers_url": "https://api.github.com/users/eromoe/followers", "following_url": "https://api.github.com/users/eromoe/following{/other_user}", "gists_url": "https://ap...
[]
closed
false
null
[]
null
3
2018-12-07T03:24:24Z
2018-12-07T12:25:52Z
2018-12-07T04:26:53Z
NONE
null
#### Code Sample, a copy-pastable example if possible ## Wait .. below example can't work , I don't know why my dataset would occur this error. ```python testb = pd.DataFrame({"a": np.ones(5)}).astype(int) testa = pd.DataFrame({"b": np.zeros(5)}).astype(int) testc = pd.DataFrame({"c": np.random.rand(5)}) r...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24138/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24138/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24139
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24139/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24139/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24139/events
https://github.com/pandas-dev/pandas/issues/24139
388,543,232
MDU6SXNzdWUzODg1NDMyMzI=
24,139
df.eval: "log10" is not a supported function
{ "avatar_url": "https://avatars.githubusercontent.com/u/1104190?v=4", "events_url": "https://api.github.com/users/euri10/events{/privacy}", "followers_url": "https://api.github.com/users/euri10/followers", "following_url": "https://api.github.com/users/euri10/following{/other_user}", "gists_url": "https://ap...
[ { "color": "006b75", "default": false, "description": "Arithmetic, Comparison, and Logical operations", "id": 47223669, "name": "Numeric Operations", "node_id": "MDU6TGFiZWw0NzIyMzY2OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
1
2018-12-07T07:54:43Z
2018-12-09T19:51:28Z
2018-12-09T19:51:28Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd import numpy as np df = pd.DataFrame({'a': np.random.randn(10)}) a = df.a expr_works = "log(a)/log(10)" expr_notsupported = "log10(a)" out_works = df.eval(expr_works) out_notsupported = df.eval(expr_notsupported) ``` #### P...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24139/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24139/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24140
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24140/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24140/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24140/events
https://github.com/pandas-dev/pandas/pull/24140
388,543,933
MDExOlB1bGxSZXF1ZXN0MjM2NzgyNjgx
24,140
Added log10 to the list of unary functions df.eval can handle
{ "avatar_url": "https://avatars.githubusercontent.com/u/1104190?v=4", "events_url": "https://api.github.com/users/euri10/events{/privacy}", "followers_url": "https://api.github.com/users/euri10/followers", "following_url": "https://api.github.com/users/euri10/following{/other_user}", "gists_url": "https://ap...
[ { "color": "006b75", "default": false, "description": "Arithmetic, Comparison, and Logical operations", "id": 47223669, "name": "Numeric Operations", "node_id": "MDU6TGFiZWw0NzIyMzY2OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
10
2018-12-07T07:57:31Z
2018-12-10T08:59:21Z
2018-12-09T18:52:10Z
CONTRIBUTOR
null
- [x] closes https://github.com/pandas-dev/pandas/issues/24139 - [x] tests ~~added~~ / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` `(pandas) ➜ pandas git:(binary_math_log) 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/24140/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24140/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24140.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24140", "merged_at": "2018-12-09T18:52:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24140.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24140" }
https://api.github.com/repos/pandas-dev/pandas/issues/24141
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24141/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24141/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24141/events
https://github.com/pandas-dev/pandas/pull/24141
388,597,863
MDExOlB1bGxSZXF1ZXN0MjM2ODIzNTI5
24,141
REF/TST: Add more pytest idiom to util/test_util
{ "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": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" }, { "color": "C4A000", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-12-07T10:38:13Z
2018-12-07T23:52:33Z
2018-12-07T21:14:44Z
MEMBER
null
Also breaks up `test_util` into multiple test modules by the function or method tested.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24141/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24141/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24141.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24141", "merged_at": "2018-12-07T21:14:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24141.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24141" }
https://api.github.com/repos/pandas-dev/pandas/issues/24142
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24142/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24142/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24142/events
https://github.com/pandas-dev/pandas/issues/24142
388,635,028
MDU6SXNzdWUzODg2MzUwMjg=
24,142
Categorical.__setitem__ should allow setting a Categorical with same unordered categories
{ "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": "e11d21", "default": false, "description": "Categorical Data Type", "id": 78527356, "name": "Categorical", "node_id": "MDU6TGFiZWw3ODUyNzM1Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Categorical" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
2
2018-12-07T12:28:17Z
2018-12-10T15:21:30Z
2018-12-10T15:21:08Z
CONTRIBUTOR
null
We'd need to recode the source categorical's codes to the target's. ```python In [6]: a = pd.Categorical(['a', 'b'], categories=['b', 'a']) In [7]: b = pd.Categorical(['a', 'b'], categories=['a', 'b']) In [8]: a[[True, False]] = b[[True, False]] ``` ```pytb -----------------------------------------------...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24142/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24142/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24143
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24143/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24143/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24143/events
https://github.com/pandas-dev/pandas/issues/24143
388,644,638
MDU6SXNzdWUzODg2NDQ2Mzg=
24,143
DOC: Deprecation directive in docstrings should be placed before the extended summary
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
null
3
2018-12-07T12:57:34Z
2018-12-16T01:59:13Z
2018-12-16T01:59:13Z
MEMBER
null
Based on https://numpydoc.readthedocs.io/en/latest/format.html#sections This is correct: ``` def some_old_method(): """ This is what old methods does. .. deprecated:: 1.0 Use `some_new_method` instead. This is an extended summary with more details about what `some_old_method` ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24143/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24143/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24144
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24144/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24144/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24144/events
https://github.com/pandas-dev/pandas/issues/24144
388,743,637
MDU6SXNzdWUzODg3NDM2Mzc=
24,144
Alternative implementation for `.where` on EA-backed Indexes
{ "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": "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": "6138b5", "default"...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
4
2018-12-07T17:20:49Z
2021-06-07T21:30:16Z
2021-06-07T21:30:16Z
CONTRIBUTOR
null
Followup to https://github.com/pandas-dev/pandas/pull/24114. Right now `Categorical.where` and `IntervalIndex.where` involve converting to objects. We could use an alternative implementation that copies the underlying array and sets the values. https://github.com/pandas-dev/pandas/pull/24114#issuecomment-444571...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24144/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24144/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24145
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24145/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24145/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24145/events
https://github.com/pandas-dev/pandas/issues/24145
388,757,027
MDU6SXNzdWUzODg3NTcwMjc=
24,145
Dataframe.assign performance
{ "avatar_url": "https://avatars.githubusercontent.com/u/39766332?v=4", "events_url": "https://api.github.com/users/bnouvelbmll/events{/privacy}", "followers_url": "https://api.github.com/users/bnouvelbmll/followers", "following_url": "https://api.github.com/users/bnouvelbmll/following{/other_user}", "gists_u...
[ { "color": "207de5", "default": false, "description": "Clarification about behavior needed to assess issue", "id": 307649777, "name": "Needs Info", "node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info" } ]
closed
false
null
[]
null
10
2018-12-07T18:02:15Z
2018-12-08T15:55:15Z
2018-12-08T15:21:04Z
NONE
null
#### Dataframe.assign performance ```python import pandas as pd import numpy as np import time def inplace_assign(df, **kwargs): for k, v in kwargs.items(): df[k]=v return df def functional_assign(df, **kwargs): ndf=df.copy(deep=False) return inplace_assign(ndf, **kwargs) if...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24145/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24145/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24146
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24146/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24146/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24146/events
https://github.com/pandas-dev/pandas/pull/24146
388,765,377
MDExOlB1bGxSZXF1ZXN0MjM2OTU1MTU3
24,146
CLN: minor cleanups for MultiIndex.codes
{ "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
[]
null
5
2018-12-07T18:28:49Z
2018-12-13T02:46:09Z
2018-12-07T20:36:29Z
CONTRIBUTOR
null
Minor cleanup for #23752. The whatsnew didn't parse properly and other small stuff.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24146/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24146/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24146.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24146", "merged_at": "2018-12-07T20:36:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24146.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24146" }
https://api.github.com/repos/pandas-dev/pandas/issues/24147
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24147/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24147/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24147/events
https://github.com/pandas-dev/pandas/issues/24147
388,789,693
MDU6SXNzdWUzODg3ODk2OTM=
24,147
Bug in internals alignment for Series.combine_first with Extension dtype
{ "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": "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" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
0
2018-12-07T19:46:15Z
2018-12-07T22:05:32Z
2018-12-07T22:05:32Z
CONTRIBUTOR
null
```python In [5]: a = pd.Series(pd.Categorical([0, 1, 2], categories=list(range(5)))) In [6]: b = pd.Series(pd.Categorical([2, 3, 4], categories=list(range(5))), index=[2, 3, 4]) In [7]: a.combine_first(b) Out[7]: 0 0.0 1 1.0 2 2.0 3 NaN 4 NaN dtype: category Categories (5, int64): [0, 1, ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24147/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24147/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24148
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24148/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24148/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24148/events
https://github.com/pandas-dev/pandas/issues/24148
388,802,988
MDU6SXNzdWUzODg4MDI5ODg=
24,148
DOC: update usage of randn in io.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "0e8a16", "default": true, "description": null, "id": 7171206...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
3
2018-12-07T20:28:26Z
2018-12-09T15:49:44Z
2018-12-09T15:49:44Z
MEMBER
null
In the IO page of the docs (https://github.com/pandas-dev/pandas/blob/master/doc/source/io.rst), there are some occurrences of direct calls to `randn` instead of using the properly imported `np.random.randn` in full, which makes the examples not reproducible if you only imported `import numpy as np`. A PR that repla...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24148/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24148/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24149
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24149/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24149/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24149/events
https://github.com/pandas-dev/pandas/pull/24149
388,804,028
MDExOlB1bGxSZXF1ZXN0MjM2OTg1ODQ2
24,149
BUG: Fixed block placment from reindex(?)
{ "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": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "fb...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-12-07T20:32:05Z
2018-12-07T22:05:36Z
2018-12-07T22:05:33Z
CONTRIBUTOR
null
Closes https://github.com/pandas-dev/pandas/issues/24147
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24149/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24149/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24149.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24149", "merged_at": "2018-12-07T22:05:32Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24149.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24149" }
https://api.github.com/repos/pandas-dev/pandas/issues/24150
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24150/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24150/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24150/events
https://github.com/pandas-dev/pandas/pull/24150
388,809,337
MDExOlB1bGxSZXF1ZXN0MjM2OTkwMDI4
24,150
DOC: fix warnings in whatsnew about MI.labels -> codes rename
{ "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-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
3
2018-12-07T20:51:10Z
2018-12-07T21:43:21Z
2018-12-07T21:15:16Z
MEMBER
null
Follow-up on https://github.com/pandas-dev/pandas/pull/23752 to get rid of 2 warnings.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24150/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24150/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24150.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24150", "merged_at": "2018-12-07T21:15:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24150.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24150" }
https://api.github.com/repos/pandas-dev/pandas/issues/24151
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24151/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24151/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24151/events
https://github.com/pandas-dev/pandas/issues/24151
388,817,439
MDU6SXNzdWUzODg4MTc0Mzk=
24,151
Inside rolling apply idxmax and idxmin on Datetime Index do not work as expected
{ "avatar_url": "https://avatars.githubusercontent.com/u/4025446?v=4", "events_url": "https://api.github.com/users/dimitar-petrov/events{/privacy}", "followers_url": "https://api.github.com/users/dimitar-petrov/followers", "following_url": "https://api.github.com/users/dimitar-petrov/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" } ]
closed
false
null
[]
null
2
2018-12-07T21:18:38Z
2019-10-20T23:28:58Z
2019-10-20T23:28:57Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python ipdb> df timestamp 2018-07-01 00:01:25.746187 6399.5 2018-07-01 00:01:26.349274 6400.0 2018-07-01 00:01:26.746187 6401.5 2018-07-01 00:01:27.319575 6399.5 2018-07-01 00:01:29.679575 6393.0 dtype: float64 ipdb> df.index DatetimeI...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24151/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24151/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24152
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24152/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24152/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24152/events
https://github.com/pandas-dev/pandas/pull/24152
388,820,128
MDExOlB1bGxSZXF1ZXN0MjM2OTk4NDMx
24,152
DOC: remove long listings in the tutorials.rst page
{ "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-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
3
2018-12-07T21:27:46Z
2018-12-09T16:08:44Z
2018-12-09T14:27:16Z
MEMBER
null
Triggered by discussion in https://github.com/pandas-dev/pandas/pull/24117: currently some of the listed tutorials have a very long included table of content, others much less. Here I kept the current list of tutorials, but simply removed detailed tocs of all of them. Each of them can do that on the page you land on wh...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24152/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24152/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24152.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24152", "merged_at": "2018-12-09T14:27:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24152.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24152" }
https://api.github.com/repos/pandas-dev/pandas/issues/24153
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24153/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24153/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24153/events
https://github.com/pandas-dev/pandas/pull/24153
388,823,306
MDExOlB1bGxSZXF1ZXN0MjM3MDAwODk1
24,153
BLD: Require enum34 for Python < 3.4
{ "avatar_url": "https://avatars.githubusercontent.com/u/83442?v=4", "events_url": "https://api.github.com/users/effigies/events{/privacy}", "followers_url": "https://api.github.com/users/effigies/followers", "following_url": "https://api.github.com/users/effigies/following{/other_user}", "gists_url": "https:...
[ { "color": "d93f0b", "default": false, "description": "Required and optional dependencies", "id": 527603109, "name": "Dependencies", "node_id": "MDU6TGFiZWw1Mjc2MDMxMDk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dependencies" } ]
closed
false
null
[]
null
7
2018-12-07T21:38:48Z
2018-12-09T17:37:06Z
2018-12-09T15:47:34Z
NONE
null
pandas-dev/pandas#22802 imports `enum`, which was added to the built-ins in Python 3.4. The `enum34` package backports `enum` to earlier Python versions, so this should be a dependency as long as Python 2.7 is still supported. To demonstrate the issue, creating a minimal environment using `conda` and installing the ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24153/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24153/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24153.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24153", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/24153.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24153" }
https://api.github.com/repos/pandas-dev/pandas/issues/24154
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24154/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24154/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24154/events
https://github.com/pandas-dev/pandas/pull/24154
388,826,690
MDExOlB1bGxSZXF1ZXN0MjM3MDAzNTUx
24,154
DOC: update usage of randn in io.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4", "events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}", "followers_url": "https://api.github.com/users/charlesdong1991/followers", "following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/oth...
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
8
2018-12-07T21:50:41Z
2018-12-09T15:49:48Z
2018-12-09T15:49:44Z
MEMBER
null
- [x] closes #24148 - [ ] 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/24154/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24154/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24154.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24154", "merged_at": "2018-12-09T15:49:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24154.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24154" }
https://api.github.com/repos/pandas-dev/pandas/issues/24155
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24155/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24155/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24155/events
https://github.com/pandas-dev/pandas/pull/24155
388,841,477
MDExOlB1bGxSZXF1ZXN0MjM3MDE1MDM5
24,155
BUG: Throw ValueError when the format kwarg is passed to the HDFStore…
{ "avatar_url": "https://avatars.githubusercontent.com/u/3957868?v=4", "events_url": "https://api.github.com/users/CianciuStyles/events{/privacy}", "followers_url": "https://api.github.com/users/CianciuStyles/followers", "following_url": "https://api.github.com/users/CianciuStyles/following{/other_user}", "gi...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "5319e7", "default": false, "description": "r...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
7
2018-12-07T22:49:05Z
2018-12-09T16:11:06Z
2018-12-09T16:10:58Z
CONTRIBUTOR
null
… constructor - [x] closes #13291 - [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/24155/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24155/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24155.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24155", "merged_at": "2018-12-09T16:10:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24155.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24155" }
https://api.github.com/repos/pandas-dev/pandas/issues/24156
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24156/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24156/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24156/events
https://github.com/pandas-dev/pandas/pull/24156
388,857,639
MDExOlB1bGxSZXF1ZXN0MjM3MDI2MTkz
24,156
Issue 24071
{ "avatar_url": "https://avatars.githubusercontent.com/u/30026355?v=4", "events_url": "https://api.github.com/users/giantpanpan/events{/privacy}", "followers_url": "https://api.github.com/users/giantpanpan/followers", "following_url": "https://api.github.com/users/giantpanpan/following{/other_user}", "gists_u...
[]
closed
false
null
[]
null
1
2018-12-08T00:04:35Z
2018-12-08T00:27:59Z
2018-12-08T00:26:32Z
NONE
null
![image](https://user-images.githubusercontent.com/30026355/49678501-b114e900-fa52-11e8-8bba-e45e9f900da4.png) Hi I tried my best, but there is still 4 error unfixed.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24156/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24156/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24156.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24156", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/24156.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24156" }
https://api.github.com/repos/pandas-dev/pandas/issues/24157
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24157/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24157/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24157/events
https://github.com/pandas-dev/pandas/pull/24157
388,858,583
MDExOlB1bGxSZXF1ZXN0MjM3MDI2ODIx
24,157
BUG: Assorted DatetimeIndex bugfixes
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "5319e7", "default": false, "description": "Functiona...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
11
2018-12-08T00:09:34Z
2018-12-14T16:12:39Z
2018-12-14T14:53:44Z
MEMBER
null
Bit of a hodge-podge. - Deprecate `time_rule` in `offsets.generate_range` - Improve error messages if NaT gets passed to date_range, or in validate_frequency (closes #11587) - Preserve timezone in DatetimeIndex->CategoricalIndex->DatetimeIndex (closes #18664) - Preserve freq when indexing DTI/TDI with Ellipsis (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/24157/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24157/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24157.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24157", "merged_at": "2018-12-14T14:53:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24157.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24157" }
https://api.github.com/repos/pandas-dev/pandas/issues/24158
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24158/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24158/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24158/events
https://github.com/pandas-dev/pandas/pull/24158
388,861,608
MDExOlB1bGxSZXF1ZXN0MjM3MDI4ODU3
24,158
DOC: Fix quotes position in pandas.core
{ "avatar_url": "https://avatars.githubusercontent.com/u/30026355?v=4", "events_url": "https://api.github.com/users/giantpanpan/events{/privacy}", "followers_url": "https://api.github.com/users/giantpanpan/followers", "following_url": "https://api.github.com/users/giantpanpan/following{/other_user}", "gists_u...
[ { "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": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
null
3
2018-12-08T00:27:14Z
2018-12-08T18:36:09Z
2018-12-08T18:36:09Z
NONE
null
- [X] closes #24071 - [ ] 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/24158/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24158/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24158.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24158", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/24158.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24158" }
https://api.github.com/repos/pandas-dev/pandas/issues/24159
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24159/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24159/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24159/events
https://github.com/pandas-dev/pandas/pull/24159
388,887,664
MDExOlB1bGxSZXF1ZXN0MjM3MDQ2NjM0
24,159
BUG - anchoring dates for resample with Day(n>1)
{ "avatar_url": "https://avatars.githubusercontent.com/u/13501084?v=4", "events_url": "https://api.github.com/users/aa1371/events{/privacy}", "followers_url": "https://api.github.com/users/aa1371/followers", "following_url": "https://api.github.com/users/aa1371/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": "0052cc", "default": false, "description": "DateOffsets", "id": ...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
7
2018-12-08T05:24:02Z
2018-12-13T03:20:05Z
2018-12-13T02:02:21Z
CONTRIBUTOR
null
- [ ] closes #24127 - [ ] 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/24159/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24159/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24159.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24159", "merged_at": "2018-12-13T02:02:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24159.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24159" }
https://api.github.com/repos/pandas-dev/pandas/issues/24160
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24160/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24160/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24160/events
https://github.com/pandas-dev/pandas/pull/24160
388,898,475
MDExOlB1bGxSZXF1ZXN0MjM3MDUzODU3
24,160
DOC: Ignoring F821 in developer.rst, that are breaking the build
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
null
4
2018-12-08T08:00:43Z
2018-12-08T18:26:30Z
2018-12-08T18:26:30Z
MEMBER
null
I merged #18201 without a rebase, and I didn't realize it'd break the CI, because of flake8 errors (variable not defined) in an example that is not supposed to run. Fixing the CI by ignoring the `F821` errors.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24160/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24160/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24160.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24160", "merged_at": "2018-12-08T18:26:30Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24160.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24160" }
https://api.github.com/repos/pandas-dev/pandas/issues/24162
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24162/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24162/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24162/events
https://github.com/pandas-dev/pandas/issues/24162
388,920,513
MDU6SXNzdWUzODg5MjA1MTM=
24,162
DataFrame.clip_upper does not preserve dtype per column
{ "avatar_url": "https://avatars.githubusercontent.com/u/9141564?v=4", "events_url": "https://api.github.com/users/joneugster/events{/privacy}", "followers_url": "https://api.github.com/users/joneugster/followers", "following_url": "https://api.github.com/users/joneugster/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": "eb6420", "default": false, "description": "Non-arithmetic algos: va...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
3
2018-12-08T13:04:26Z
2018-12-28T19:03:31Z
2018-12-28T19:03:31Z
NONE
null
#### Code Sample ```python import pandas as pd data = pd.DataFrame({'INT': [-1, 0, 10, 9], 'FLOAT': [-0.148, 0.2347, 38.237, 12.2233]}, index=pd.date_range("20180101 00:00", periods=4)) print('Original data:') print(data.head()) print('\nThis is probably not a bug but my misunde...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24162/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24162/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24163
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24163/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24163/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24163/events
https://github.com/pandas-dev/pandas/pull/24163
388,921,346
MDExOlB1bGxSZXF1ZXN0MjM3MDY3NTg2
24,163
API: Revert breaking `.values` changes
{ "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": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" }, { "color": "AD7...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
7
2018-12-08T13:14:56Z
2018-12-09T12:11:15Z
2018-12-09T12:11:12Z
CONTRIBUTOR
null
User-facing change: `Series[period].values` nad `Series[interval].values` continues to be an ndarray of objects. Recommend ``.array`` instead. There are a handful of related places in pandas where we assumed that ``Series[EA].values`` was an EA. Part of #23995
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24163/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24163/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24163.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24163", "merged_at": "2018-12-09T12:11:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24163.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24163" }
https://api.github.com/repos/pandas-dev/pandas/issues/24164
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24164/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24164/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24164/events
https://github.com/pandas-dev/pandas/issues/24164
388,945,907
MDU6SXNzdWUzODg5NDU5MDc=
24,164
DOC: Fix docstrings error SS03 - Summary does not end with a period
{ "avatar_url": "https://avatars.githubusercontent.com/u/25010571?v=4", "events_url": "https://api.github.com/users/YuechengWu/events{/privacy}", "followers_url": "https://api.github.com/users/YuechengWu/followers", "following_url": "https://api.github.com/users/YuechengWu/following{/other_user}", "gists_url"...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
null
1
2018-12-08T18:18:48Z
2018-12-11T23:15:43Z
2018-12-11T23:15:43Z
CONTRIBUTOR
null
when checking for errors with ./scripts/validate_docstrings.py --errors=SS03 --format=azure --prefix=pandas.Series. We get all SS03 errors in pandas/core/generic.py file. I will be working on this and create a pull request afterwards. Thanks.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24164/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24164/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24165
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24165/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24165/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24165/events
https://github.com/pandas-dev/pandas/pull/24165
388,958,640
MDExOlB1bGxSZXF1ZXN0MjM3MDkwOTQy
24,165
DOC: Move 0.23.5 release notes
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
3
2018-12-08T20:56:33Z
2018-12-08T22:31:38Z
2018-12-08T22:28:33Z
CONTRIBUTOR
null
Closes https://github.com/pandas-dev/pandas/issues/22923
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24165/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24165/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24165.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24165", "merged_at": "2018-12-08T22:28:33Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24165.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24165" }
https://api.github.com/repos/pandas-dev/pandas/issues/24166
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24166/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24166/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24166/events
https://github.com/pandas-dev/pandas/issues/24166
388,959,228
MDU6SXNzdWUzODg5NTkyMjg=
24,166
Can't be astype a dataframe with CategoricalDtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/36816882?v=4", "events_url": "https://api.github.com/users/AryehGielchinsky/events{/privacy}", "followers_url": "https://api.github.com/users/AryehGielchinsky/followers", "following_url": "https://api.github.com/users/AryehGielchinsky/following{/other_use...
[ { "color": "009800", "default": false, "description": "Duplicate issue or pull request", "id": 40153326, "name": "Duplicate Report", "node_id": "MDU6TGFiZWw0MDE1MzMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
1
2018-12-08T21:03:49Z
2018-12-09T12:17:06Z
2018-12-09T12:17:01Z
NONE
null
``` import pandas as pd from pandas.api.types import CategoricalDtype df = pd.DataFrame({'A': list('abca'), 'B': list('bccd')}) cat_type = CategoricalDtype(categories=list('abcd'), ordered=True) df_cat = df.astype(cat_type) ``` #### Output of last step: ```ValueError: Buffer has wrong number of dimensions ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24166/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24166/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24167
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24167/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24167/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24167/events
https://github.com/pandas-dev/pandas/issues/24167
388,969,383
MDU6SXNzdWUzODg5NjkzODM=
24,167
Hashing ExtensionArrays which factorize to scalar objects with __getitem__ attr fails
{ "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": "6138b5", "default": false, "description": "Extending pandas with custom dtypes or arrays.", "id": 849023693, "name": "ExtensionArray", "node_id": "MDU6TGFiZWw4NDkwMjM2OTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray" } ]
closed
false
null
[]
null
6
2018-12-08T23:25:33Z
2019-01-05T12:38:12Z
2019-01-05T12:38:12Z
NONE
null
```python import pint import numpy as np from pandas._libs import hashing ureg = pint.UnitRegistry() encoding='utf8' hash_key='0123456789123456' vals=np.array([(i*ureg.kilogram) for i in range(0,3)],dtype=object) vals ``` array([<Quantity(0, 'kilogram')>, <Quantity(1, 'kilogram')>, <Quantity(2, ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24167/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24167/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24168
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24168/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24168/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24168/events
https://github.com/pandas-dev/pandas/pull/24168
388,969,418
MDExOlB1bGxSZXF1ZXN0MjM3MDk3NTcz
24,168
Fixes hashing ExtensionArrays which factorize to scalar objects with __getitem__ attr
{ "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": "6138b5", "default": false, "description": "Extending pandas with custom dtypes or arrays.", "id": 849023693, "name": "ExtensionArray", "node_id": "MDU6TGFiZWw4NDkwMjM2OTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray" } ]
closed
false
null
[]
null
3
2018-12-08T23:26:06Z
2018-12-22T17:06:56Z
2018-12-22T17:06:56Z
NONE
null
- [ ] closes ##24167 - [ ] 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/24168/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24168/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24168.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24168", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/24168.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24168" }
https://api.github.com/repos/pandas-dev/pandas/issues/24169
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24169/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24169/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24169/events
https://github.com/pandas-dev/pandas/pull/24169
388,984,537
MDExOlB1bGxSZXF1ZXN0MjM3MTA2OTA5
24,169
BUG GH16983 fix df.where with extension dtypes
{ "avatar_url": "https://avatars.githubusercontent.com/u/29615021?v=4", "events_url": "https://api.github.com/users/JustinZhengBC/events{/privacy}", "followers_url": "https://api.github.com/users/JustinZhengBC/followers", "following_url": "https://api.github.com/users/JustinZhengBC/following{/other_user}", "g...
[]
closed
false
null
[]
null
4
2018-12-09T03:58:29Z
2018-12-09T14:30:21Z
2018-12-09T14:30:21Z
CONTRIBUTOR
null
- [ ] closes #16983??? - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry The referenced issue showcases two bugs. I was not able to replicate the first one, but I tracked down the cause of the ndim ValueError in the second example. An ExtensionBlo...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24169/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24169/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24169.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24169", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/24169.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24169" }
https://api.github.com/repos/pandas-dev/pandas/issues/24170
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24170/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24170/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24170/events
https://github.com/pandas-dev/pandas/pull/24170
389,035,351
MDExOlB1bGxSZXF1ZXN0MjM3MTM4NTM3
24,170
remove enum import for PY2 compat, xref #22802
{ "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://...
[]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
10
2018-12-09T15:46:56Z
2018-12-12T20:42:07Z
2018-12-11T15:11:17Z
CONTRIBUTOR
null
xref #22802
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24170/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24170/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24170.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24170", "merged_at": "2018-12-11T15:11:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24170.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24170" }
https://api.github.com/repos/pandas-dev/pandas/issues/24171
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24171/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24171/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24171/events
https://github.com/pandas-dev/pandas/issues/24171
389,036,769
MDU6SXNzdWUzODkwMzY3Njk=
24,171
IntegerNA Support for DataFrame.diff()
{ "avatar_url": "https://avatars.githubusercontent.com/u/9282127?v=4", "events_url": "https://api.github.com/users/ededovic/events{/privacy}", "followers_url": "https://api.github.com/users/ededovic/followers", "following_url": "https://api.github.com/users/ededovic/following{/other_user}", "gists_url": "http...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "0e8a16", "de...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/5628462?v=4", "events_url": "https://api.github.com/users/Marvzinc/events{/privacy}", "followers_url": "https://api.github.com/users/Marvzinc/followers", "following_url": "https://api.github.com/users/Marvzinc/following{/other_user}", "gists_url": "http...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/5628462?v=4", "events_url": "https://api.github.com/users/Marvzinc/events{/privacy}", "followers_url": "https://api.github.com/users/Marvzinc/followers", "following_url": "https://api.github.com/users/Marvzinc/following{/other_user}", "gis...
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2018-12-09T16:03:59Z
2020-06-20T16:50:33Z
2020-06-20T16:50:33Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd, numpy as np df = pd.DataFrame({'a': np.arange(1,6), 'b': np.arange(1,6)+2, 'c': np.arange(1,6)**2}) print(f"all columns are int: \n{df}") df.loc[2,'b'] = np.nan print(f"if one value 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/24171/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24171/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24172
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24172/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24172/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24172/events
https://github.com/pandas-dev/pandas/pull/24172
389,043,891
MDExOlB1bGxSZXF1ZXN0MjM3MTQ0MTE1
24,172
DOC: Link to dev version of contributing guide from README.md
{ "avatar_url": "https://avatars.githubusercontent.com/u/1047337?v=4", "events_url": "https://api.github.com/users/jamesmyatt/events{/privacy}", "followers_url": "https://api.github.com/users/jamesmyatt/followers", "following_url": "https://api.github.com/users/jamesmyatt/following{/other_user}", "gists_url":...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/oth...
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
12
2018-12-09T17:20:38Z
2018-12-17T15:06:11Z
2018-12-17T12:56:13Z
CONTRIBUTOR
null
README.md should link to the development version of the contributing guide, since the stable version may not match current practice for `master`. For example, see #24069 . I'm not sure this PR is a good idea, but I thought it was easiest open it and get comments directly.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24172/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24172/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24172.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24172", "merged_at": "2018-12-17T12:56:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24172.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24172" }
https://api.github.com/repos/pandas-dev/pandas/issues/24173
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24173/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24173/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24173/events
https://github.com/pandas-dev/pandas/issues/24173
389,047,642
MDU6SXNzdWUzODkwNDc2NDI=
24,173
DOC: Fix all flake8 issues and warning in the documentation pages
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
null
2
2018-12-09T18:03:12Z
2020-09-26T16:36:12Z
2020-09-26T16:36:12Z
MEMBER
null
This issue is to track the pending work in making the `.rst` documentation pages be free of PEP-8 and other flake8 issues, and to not generate warnings. | Page | flake8 | warnings | |------------------------------|--------|----------| | `10min.rst` | FAIL: #24174 | FAIL | ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24173/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24173/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24174
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24174/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24174/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24174/events
https://github.com/pandas-dev/pandas/issues/24174
389,049,950
MDU6SXNzdWUzODkwNDk5NTA=
24,174
DOC: Fix flake8 issues in doc/source/10min.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
0
2018-12-09T18:28:48Z
2018-12-10T12:17:51Z
2018-12-10T12:17:51Z
MEMBER
null
We didn't start validating the format of PEP8 and other code standards in the documentation examples until recently. We still have some files with errors, that we need to skip, and that we should fix, so we can start validating them. The first step of this issue would be edit `setup.cfg` in the pandas home, and in t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24174/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24174/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24175
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24175/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24175/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24175/events
https://github.com/pandas-dev/pandas/issues/24175
389,051,213
MDU6SXNzdWUzODkwNTEyMTM=
24,175
DOC: Fix flake8 issues in doc/source/dsintro.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
null
0
2018-12-09T18:42:51Z
2018-12-10T12:22:36Z
2018-12-10T12:22:36Z
MEMBER
null
We didn't start validating the format of PEP8 and other code standards in the documentation examples until recently. We still have some files with errors, that we need to skip, and that we should fix, so we can start validating them. The first step of this issue would be edit `setup.cfg` in the pandas home, and in t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24175/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24175/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24176
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24176/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24176/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24176/events
https://github.com/pandas-dev/pandas/issues/24176
389,051,417
MDU6SXNzdWUzODkwNTE0MTc=
24,176
DOC: Fix flake8 issues in doc/source/enhancingperf.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
11
2018-12-09T18:45:07Z
2019-01-15T14:12:07Z
2019-01-15T14:12:07Z
MEMBER
null
We didn't start validating the format of PEP8 and other code standards in the documentation examples until recently. We still have some files with errors, that we need to skip, and that we should fix, so we can start validating them. The first step of this issue would be edit `setup.cfg` in the pandas home, and in t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24176/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24176/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24177
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24177/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24177/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24177/events
https://github.com/pandas-dev/pandas/issues/24177
389,051,687
MDU6SXNzdWUzODkwNTE2ODc=
24,177
DOC: Fix flake8 issue in whatsnew files
{ "avatar_url": "https://avatars.githubusercontent.com/u/4477229?v=4", "events_url": "https://api.github.com/users/saurav2608/events{/privacy}", "followers_url": "https://api.github.com/users/saurav2608/followers", "following_url": "https://api.github.com/users/saurav2608/following{/other_user}", "gists_url":...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
null
21
2018-12-09T18:48:15Z
2019-01-05T23:49:18Z
2019-01-05T15:00:16Z
CONTRIBUTOR
null
In some of the whatsnew files we are using implicit imports. For example in "whatsnew/v0.11.0.rst" we import pandas `from pandas import *` implicitly. We instantiate using the implicitly imported class `DataFrame` later in the code. `df1 = DataFrame(randn(8, 1), columns = ['A'], dtype = 'float32')` `df1` The ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24177/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24177/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24178
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24178/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24178/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24178/events
https://github.com/pandas-dev/pandas/issues/24178
389,052,179
MDU6SXNzdWUzODkwNTIxNzk=
24,178
DOC: Fix flake8 issues in doc/source/groupby.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
null
12
2018-12-09T18:53:42Z
2018-12-29T23:35:08Z
2018-12-29T23:35:08Z
MEMBER
null
We didn't start validating the format of PEP8 and other code standards in the documentation examples until recently. We still have some files with errors, that we need to skip, and that we should fix, so we can start validating them. The first step of this issue would be edit `setup.cfg` in the pandas home, and in t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24178/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24178/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24179
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24179/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24179/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24179/events
https://github.com/pandas-dev/pandas/issues/24179
389,052,747
MDU6SXNzdWUzODkwNTI3NDc=
24,179
DOC: Fix flake8 issues in doc/source/merging.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
2
2018-12-09T19:00:14Z
2018-12-10T12:21:13Z
2018-12-10T12:21:13Z
MEMBER
null
We didn't start validating the format of PEP8 and other code standards in the documentation examples until recently. We still have some files with errors, that we need to skip, and that we should fix, so we can start validating them. The first step of this issue would be edit `setup.cfg` in the pandas home, and in t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24179/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24179/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24180
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24180/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24180/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24180/events
https://github.com/pandas-dev/pandas/issues/24180
389,052,934
MDU6SXNzdWUzODkwNTI5MzQ=
24,180
DOC: Fix flake8 issues in doc/source/reshaping.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
3
2018-12-09T19:02:14Z
2018-12-10T13:36:50Z
2018-12-10T13:36:50Z
MEMBER
null
We didn't start validating the format of PEP8 and other code standards in the documentation examples until recently. We still have some files with errors, that we need to skip, and that we should fix, so we can start validating them. The first step of this issue would be edit `setup.cfg` in the pandas home, and in t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24180/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24180/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24181
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24181/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24181/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24181/events
https://github.com/pandas-dev/pandas/issues/24181
389,053,083
MDU6SXNzdWUzODkwNTMwODM=
24,181
DOC: Fix flake8 issues in doc/source/visualization.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
3
2018-12-09T19:04:05Z
2018-12-10T12:20:19Z
2018-12-10T12:20:19Z
MEMBER
null
We didn't start validating the format of PEP8 and other code standards in the documentation examples until recently. We still have some files with errors, that we need to skip, and that we should fix, so we can start validating them. The first step of this issue would be edit `setup.cfg` in the pandas home, and in t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24181/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24181/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24182
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24182/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24182/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24182/events
https://github.com/pandas-dev/pandas/pull/24182
389,053,542
MDExOlB1bGxSZXF1ZXN0MjM3MTUwMjY2
24,182
DOC: Fixes to the docs style
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "eb6420", "default": false, "description": "Code style, linting, ...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
3
2018-12-09T19:09:35Z
2018-12-09T20:13:46Z
2018-12-09T20:09:12Z
MEMBER
null
Fixing flake8 errors in documentation pages that are mostly correct. Also changing `setup.cfg` to avoid false positives. - [X] refs #24173 - [ ] 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/24182/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24182/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24182.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24182", "merged_at": "2018-12-09T20:09:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24182.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24182" }
https://api.github.com/repos/pandas-dev/pandas/issues/24183
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24183/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24183/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24183/events
https://github.com/pandas-dev/pandas/pull/24183
389,056,459
MDExOlB1bGxSZXF1ZXN0MjM3MTUyMDg2
24,183
DOC: Fix flake8 issues in doc/source/reshaping.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4", "events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}", "followers_url": "https://api.github.com/users/charlesdong1991/followers", "following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",...
[ { "color": "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-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
10
2018-12-09T19:42:43Z
2018-12-10T15:41:44Z
2018-12-10T13:36:50Z
MEMBER
null
- [x] closes #24180 - [ ] 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/24183/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24183/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24183.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24183", "merged_at": "2018-12-10T13:36:49Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24183.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24183" }
https://api.github.com/repos/pandas-dev/pandas/issues/24184
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24184/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24184/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24184/events
https://github.com/pandas-dev/pandas/pull/24184
389,056,881
MDExOlB1bGxSZXF1ZXN0MjM3MTUyMzYw
24,184
DOC: Fix docstring of window.Expanding/Rolling.apply and document *args and **kwargs
{ "avatar_url": "https://avatars.githubusercontent.com/u/13453134?v=4", "events_url": "https://api.github.com/users/LJArendse/events{/privacy}", "followers_url": "https://api.github.com/users/LJArendse/followers", "following_url": "https://api.github.com/users/LJArendse/following{/other_user}", "gists_url": "...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/oth...
null
23
2018-12-09T19:47:34Z
2019-01-07T16:11:18Z
2019-01-07T16:11:09Z
CONTRIBUTOR
null
This pull request will - Fix docstring formatting for ```pandas.core.window.Expanding.apply``` and ```pandas.core.window.Rolling.apply``` - Document ```*args``` and ```**kwargs``` parameters: The following functions had ```*args``` and ```**kwargs``` added to their docstring: ```Rolling.max``` ```Expanding.m...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24184/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24184/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24184.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24184", "merged_at": "2019-01-07T16:11:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24184.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24184" }
https://api.github.com/repos/pandas-dev/pandas/issues/24185
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24185/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24185/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24185/events
https://github.com/pandas-dev/pandas/pull/24185
389,063,564
MDExOlB1bGxSZXF1ZXN0MjM3MTU2Nzcz
24,185
DOC: Repair doc/source/merging.rst flake8 issues
{ "avatar_url": "https://avatars.githubusercontent.com/u/21162161?v=4", "events_url": "https://api.github.com/users/addisonlynch/events{/privacy}", "followers_url": "https://api.github.com/users/addisonlynch/followers", "following_url": "https://api.github.com/users/addisonlynch/following{/other_user}", "gist...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
3
2018-12-09T21:00:05Z
2018-12-10T12:21:18Z
2018-12-10T12:21:13Z
CONTRIBUTOR
null
Repairs flake8 issues, removes exclusion from ``setup.cfg``. - [x] closes #24179 - [x] 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": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24185/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24185/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24185.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24185", "merged_at": "2018-12-10T12:21:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24185.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24185" }
https://api.github.com/repos/pandas-dev/pandas/issues/24186
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24186/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24186/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24186/events
https://github.com/pandas-dev/pandas/pull/24186
389,066,353
MDExOlB1bGxSZXF1ZXN0MjM3MTU4NjI2
24,186
DOC: Fix visualization.rst flake8 issues
{ "avatar_url": "https://avatars.githubusercontent.com/u/21162161?v=4", "events_url": "https://api.github.com/users/addisonlynch/events{/privacy}", "followers_url": "https://api.github.com/users/addisonlynch/followers", "following_url": "https://api.github.com/users/addisonlynch/following{/other_user}", "gist...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
3
2018-12-09T21:31:08Z
2018-12-10T12:20:19Z
2018-12-10T12:20:19Z
CONTRIBUTOR
null
Removes a number of trailing whitespaces as well - [x] closes #24181 - [x] 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": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24186/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24186/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24186.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24186", "merged_at": "2018-12-10T12:20:19Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24186.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24186" }
https://api.github.com/repos/pandas-dev/pandas/issues/24187
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24187/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24187/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24187/events
https://github.com/pandas-dev/pandas/pull/24187
389,076,574
MDExOlB1bGxSZXF1ZXN0MjM3MTY0OTI5
24,187
DOC: Fix dsintro.rst flake8 issues
{ "avatar_url": "https://avatars.githubusercontent.com/u/21162161?v=4", "events_url": "https://api.github.com/users/addisonlynch/events{/privacy}", "followers_url": "https://api.github.com/users/addisonlynch/followers", "following_url": "https://api.github.com/users/addisonlynch/following{/other_user}", "gist...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
1
2018-12-09T23:19:35Z
2018-12-10T12:22:40Z
2018-12-10T12:22:36Z
CONTRIBUTOR
null
- [x] closes #24175 - [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/24187/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24187/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24187.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24187", "merged_at": "2018-12-10T12:22:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24187.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24187" }
https://api.github.com/repos/pandas-dev/pandas/issues/24188
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24188/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24188/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24188/events
https://github.com/pandas-dev/pandas/pull/24188
389,078,237
MDExOlB1bGxSZXF1ZXN0MjM3MTY1NzEw
24,188
DOC: Deprecation directive in Docstrings should be placed before the extended summary
{ "avatar_url": "https://avatars.githubusercontent.com/u/12078268?v=4", "events_url": "https://api.github.com/users/aqurilla/events{/privacy}", "followers_url": "https://api.github.com/users/aqurilla/followers", "following_url": "https://api.github.com/users/aqurilla/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
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/oth...
null
9
2018-12-09T23:33:51Z
2018-12-16T02:01:26Z
2018-12-16T01:59:13Z
CONTRIBUTOR
null
- [x] closes #24143 - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry Two methods still show errors due to their docstrings being generated by the [deprecate](https://github.com/pandas-dev/pandas/blob/v0.23.4/pandas/util/_decorators.py#L10) method...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24188/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24188/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24188.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24188", "merged_at": "2018-12-16T01:59:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24188.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24188" }
https://api.github.com/repos/pandas-dev/pandas/issues/24189
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24189/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24189/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24189/events
https://github.com/pandas-dev/pandas/pull/24189
389,079,076
MDExOlB1bGxSZXF1ZXN0MjM3MTY2Mjg0
24,189
DOC: Fix 10min.rst flake8 issues
{ "avatar_url": "https://avatars.githubusercontent.com/u/21162161?v=4", "events_url": "https://api.github.com/users/addisonlynch/events{/privacy}", "followers_url": "https://api.github.com/users/addisonlynch/followers", "following_url": "https://api.github.com/users/addisonlynch/following{/other_user}", "gist...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
3
2018-12-09T23:43:38Z
2018-12-10T12:17:53Z
2018-12-10T12:17:51Z
CONTRIBUTOR
null
Also removes some trailing whitespaces. - [x] closes #24174 - [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/24189/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24189/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24189.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24189", "merged_at": "2018-12-10T12:17:51Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24189.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24189" }
https://api.github.com/repos/pandas-dev/pandas/issues/24190
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24190/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24190/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24190/events
https://github.com/pandas-dev/pandas/pull/24190
389,089,329
MDExOlB1bGxSZXF1ZXN0MjM3MTcxNDY1
24,190
DOC: Fix summaries not ending with a period
{ "avatar_url": "https://avatars.githubusercontent.com/u/25010571?v=4", "events_url": "https://api.github.com/users/YuechengWu/events{/privacy}", "followers_url": "https://api.github.com/users/YuechengWu/followers", "following_url": "https://api.github.com/users/YuechengWu/following{/other_user}", "gists_url"...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/oth...
null
15
2018-12-10T00:54:12Z
2018-12-12T01:04:55Z
2018-12-11T23:15:43Z
CONTRIBUTOR
null
I have fixed all 'Summary does not end with a period' issue except these two: ![image](https://user-images.githubusercontent.com/25010571/49705373-ed2f8180-fbeb-11e8-9f7c-5cf8d2b3aa81.png) I couldn't find the linenumbers in the corresponding file, and also couldn't fix it by looking for 'argmin' or 'argmax' in Panda ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24190/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24190/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24190.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24190", "merged_at": "2018-12-11T23:15:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24190.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24190" }
https://api.github.com/repos/pandas-dev/pandas/issues/24191
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24191/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24191/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24191/events
https://github.com/pandas-dev/pandas/pull/24191
389,100,158
MDExOlB1bGxSZXF1ZXN0MjM3MTc2Nzgx
24,191
DOC: Adding header to the rst files that don't have it
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-12-10T01:52:25Z
2018-12-11T16:55:59Z
2018-12-10T17:24:11Z
MEMBER
null
When using the new style for the pandas documentation, we'll be using the `{{ header }}` context to set the `:tocdepth:` of all pages (sphinx does not have a setting to set all the `:tocdepth:` at once). In #24086 we added to most `.rst` files the header, that it's also used to import pandas and numpy, and set some ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24191/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24191/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24191.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24191", "merged_at": "2018-12-10T17:24:11Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24191.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24191" }
https://api.github.com/repos/pandas-dev/pandas/issues/24192
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24192/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24192/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24192/events
https://github.com/pandas-dev/pandas/issues/24192
389,111,009
MDU6SXNzdWUzODkxMTEwMDk=
24,192
TST: Add missing test case for test_register_option when the key is a reserved key
{ "avatar_url": "https://avatars.githubusercontent.com/u/20958399?v=4", "events_url": "https://api.github.com/users/ywpark1/events{/privacy}", "followers_url": "https://api.github.com/users/ywpark1/followers", "following_url": "https://api.github.com/users/ywpark1/following{/other_user}", "gists_url": "https:...
[]
closed
false
null
[]
null
1
2018-12-10T02:42:59Z
2018-12-10T12:25:02Z
2018-12-10T12:25:02Z
CONTRIBUTOR
null
I am new to Python and Pandas. I was checking the <a href="https://codecov.io/gh/pandas-dev/pandas/src/master/pandas/core/config.py#L441">codecov</a> and found that there was a missing test case for a reserved key under `test_register_option` in the file `test_config.py`. I would like to try working on this test ca...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24192/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24192/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24193
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24193/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24193/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24193/events
https://github.com/pandas-dev/pandas/pull/24193
389,111,952
MDExOlB1bGxSZXF1ZXN0MjM3MTgyODI2
24,193
TST: Add test case when the key is a reserved key
{ "avatar_url": "https://avatars.githubusercontent.com/u/20958399?v=4", "events_url": "https://api.github.com/users/ywpark1/events{/privacy}", "followers_url": "https://api.github.com/users/ywpark1/followers", "following_url": "https://api.github.com/users/ywpark1/following{/other_user}", "gists_url": "https:...
[]
closed
false
null
[]
null
4
2018-12-10T02:47:36Z
2018-12-10T12:24:53Z
2018-12-10T12:24:53Z
CONTRIBUTOR
null
- [ ] closes #24192 - [ ] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry I saw the reserved_key array on top of the `pandas/core/config.py` file. ``` _reserved_keys = ['all'] # keys which have a special meaning ``` So, I added the test case f...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24193/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24193/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24193.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24193", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/24193.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24193" }
https://api.github.com/repos/pandas-dev/pandas/issues/24194
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24194/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24194/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24194/events
https://github.com/pandas-dev/pandas/pull/24194
389,159,702
MDExOlB1bGxSZXF1ZXN0MjM3MjExOTg5
24,194
CLN: Remove tmp.xlsx
{ "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": "...
[]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-12-10T06:35:32Z
2018-12-10T16:10:44Z
2018-12-10T11:47:11Z
MEMBER
null
For some reason a file, `tmp.xlsx`, got included in this commit. https://github.com/pandas-dev/pandas/pull/24086/files#diff-0a840748858a9d8ed007d67b7c7c5fef Contents are the same as this docstring: https://github.com/pandas-dev/pandas/blob/master/pandas/io/excel.py#L251
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24194/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24194/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24194.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24194", "merged_at": "2018-12-10T11:47:11Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24194.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24194" }
https://api.github.com/repos/pandas-dev/pandas/issues/24195
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24195/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24195/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24195/events
https://github.com/pandas-dev/pandas/issues/24195
389,167,257
MDU6SXNzdWUzODkxNjcyNTc=
24,195
pandas.rolling.max() shut down
{ "avatar_url": "https://avatars.githubusercontent.com/u/38076607?v=4", "events_url": "https://api.github.com/users/kid3night/events{/privacy}", "followers_url": "https://api.github.com/users/kid3night/followers", "following_url": "https://api.github.com/users/kid3night/following{/other_user}", "gists_url": "...
[]
closed
false
null
[]
null
5
2018-12-10T07:08:51Z
2018-12-10T13:33:21Z
2018-12-10T13:11:01Z
NONE
null
[####](https://github.com/kid3night/pandas_issue_rolling/blob/master/sample_data.h5) Code Sample, a copy-pastable example if possible ```python # Your code here import pandas as pd z = pd.read_hdf('sample_data.h5', key='d') z.rolling('9S', closed='left').max() #https://github.com/kid3night/pandas_issue_rollin...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24195/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24195/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24196
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24196/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24196/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24196/events
https://github.com/pandas-dev/pandas/issues/24196
389,179,801
MDU6SXNzdWUzODkxNzk4MDE=
24,196
Pandas groupby sum misbehaves when one of the columns has string objects.
{ "avatar_url": "https://avatars.githubusercontent.com/u/45285388?v=4", "events_url": "https://api.github.com/users/kaushikb11/events{/privacy}", "followers_url": "https://api.github.com/users/kaushikb11/followers", "following_url": "https://api.github.com/users/kaushikb11/following{/other_user}", "gists_url"...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
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
2018-12-10T07:52:06Z
2021-11-05T18:16:13Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python df = pd.DataFrame({'A': 'a b c'.split(), 'B': [1,2,3], 'C': [4,6, 5]}) df['B'] = np.nan df.groupby(lambda x:x, axis=1).sum(min_count=1) ``` #### Problem description The output for the above code should return NaN for the column 'B' of the DataFram...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24196/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24196/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24197
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24197/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24197/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24197/events
https://github.com/pandas-dev/pandas/issues/24197
389,187,208
MDU6SXNzdWUzODkxODcyMDg=
24,197
Unexpected Slicing Behavior for DateTimeIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/18585219?v=4", "events_url": "https://api.github.com/users/joseortiz3/events{/privacy}", "followers_url": "https://api.github.com/users/joseortiz3/followers", "following_url": "https://api.github.com/users/joseortiz3/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
null
2
2018-12-10T08:18:37Z
2018-12-10T11:53:15Z
2018-12-10T11:49:43Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python >>> dt_idx = pd.DatetimeIndex(['2015-09-14 09:30:00', '2015-09-14 10:00:00', ... '2015-09-14 10:30:00', '2015-09-14 11:00:00']) >>> start_t = dt_idx[1] >>> end_t = dt_idx[-1] >>> pd.Series(index=dt_idx)[start_t:end_t].index # 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/24197/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24197/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24198
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24198/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24198/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24198/events
https://github.com/pandas-dev/pandas/issues/24198
389,206,725
MDU6SXNzdWUzODkyMDY3MjU=
24,198
Lost timezone after groupby transform
{ "avatar_url": "https://avatars.githubusercontent.com/u/8642344?v=4", "events_url": "https://api.github.com/users/pocin/events{/privacy}", "followers_url": "https://api.github.com/users/pocin/followers", "following_url": "https://api.github.com/users/pocin/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" }, { "color": "5319e7", "default": false, "description": "Timezone data d...
closed
false
null
[]
{ "closed_at": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
9
2018-12-10T09:18:14Z
2019-02-16T16:32:04Z
2019-02-16T16:32:04Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd df = pd.DataFrame({'end_time': [pd.to_datetime('now', utc=True).tz_convert('Asia/Singapore')], 'id': [1]}) df['max_end_time'] = df.groupby('id').end_time.transform(max) ``` `df.info()` shows ``` <cl...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24198/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24198/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24199
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24199/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24199/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24199/events
https://github.com/pandas-dev/pandas/pull/24199
389,245,958
MDExOlB1bGxSZXF1ZXN0MjM3Mjc2ODg0
24,199
DOC: Fixed implicit imports for whatsnew (v >= version 20.0)
{ "avatar_url": "https://avatars.githubusercontent.com/u/4477229?v=4", "events_url": "https://api.github.com/users/saurav2608/events{/privacy}", "followers_url": "https://api.github.com/users/saurav2608/followers", "following_url": "https://api.github.com/users/saurav2608/following{/other_user}", "gists_url":...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/oth...
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
12
2018-12-10T10:55:25Z
2018-12-11T16:43:58Z
2018-12-11T16:34:24Z
CONTRIBUTOR
null
- [x] xref #24177 - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry This partially resolves #24177 .
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24199/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24199/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24199.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24199", "merged_at": "2018-12-11T16:34:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24199.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24199" }
https://api.github.com/repos/pandas-dev/pandas/issues/24200
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24200/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24200/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24200/events
https://github.com/pandas-dev/pandas/issues/24200
389,251,874
MDU6SXNzdWUzODkyNTE4NzQ=
24,200
DOC: Fix flake8 issues in doc/source/whatsnew/v0.24.0.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/4477229?v=4", "events_url": "https://api.github.com/users/saurav2608/events{/privacy}", "followers_url": "https://api.github.com/users/saurav2608/followers", "following_url": "https://api.github.com/users/saurav2608/following{/other_user}", "gists_url":...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
null
8
2018-12-10T11:10:43Z
2018-12-11T05:45:36Z
2018-12-11T05:45:36Z
CONTRIBUTOR
null
We didn't start validating the format of PEP8 and other code standards in the documentation examples until recently. We still have some files with errors, that we need to skip, and that we should fix, so we can start validating them. The first step of this issue would be edit `setup.cfg` in the pandas home, and in t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24200/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24200/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24201
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24201/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24201/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24201/events
https://github.com/pandas-dev/pandas/issues/24201
389,253,486
MDU6SXNzdWUzODkyNTM0ODY=
24,201
DOC: Fix flake8 issues in doc/source/whatsnew/v0.23.0.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/4477229?v=4", "events_url": "https://api.github.com/users/saurav2608/events{/privacy}", "followers_url": "https://api.github.com/users/saurav2608/followers", "following_url": "https://api.github.com/users/saurav2608/following{/other_user}", "gists_url":...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
null
1
2018-12-10T11:15:09Z
2018-12-11T05:46:25Z
2018-12-11T05:46:25Z
CONTRIBUTOR
null
We didn't start validating the format of PEP8 and other code standards in the documentation examples until recently. We still have some files with errors, that we need to skip, and that we should fix, so we can start validating them. The first step of this issue would be edit `setup.cfg` in the pandas home, and in t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24201/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24201/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24202
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24202/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24202/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24202/events
https://github.com/pandas-dev/pandas/issues/24202
389,256,883
MDU6SXNzdWUzODkyNTY4ODM=
24,202
DOC: Fix flake8 issues in doc/source/whatsnew/v0.22.0.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/4477229?v=4", "events_url": "https://api.github.com/users/saurav2608/events{/privacy}", "followers_url": "https://api.github.com/users/saurav2608/followers", "following_url": "https://api.github.com/users/saurav2608/following{/other_user}", "gists_url":...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
null
1
2018-12-10T11:24:35Z
2018-12-11T05:46:08Z
2018-12-11T05:46:08Z
CONTRIBUTOR
null
We didn't start validating the format of PEP8 and other code standards in the documentation examples until recently. We still have some files with errors, that we need to skip, and that we should fix, so we can start validating them. The first step of this issue would be edit `setup.cfg` in the pandas home, and in t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24202/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24202/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24203
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24203/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24203/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24203/events
https://github.com/pandas-dev/pandas/pull/24203
389,297,940
MDExOlB1bGxSZXF1ZXN0MjM3MzE3NDI3
24,203
DEPR: Deprecating .clip_lower and .clip_upper
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
5
2018-12-10T13:20:33Z
2018-12-10T17:23:16Z
2018-12-10T17:23:16Z
MEMBER
null
- [X] xref #18262 - [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/24203/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24203/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24203.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24203", "merged_at": "2018-12-10T17:23:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24203.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24203" }
https://api.github.com/repos/pandas-dev/pandas/issues/24204
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24204/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24204/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24204/events
https://github.com/pandas-dev/pandas/pull/24204
389,336,224
MDExOlB1bGxSZXF1ZXN0MjM3MzQ3NDMx
24,204
BUG/PERF: Use EA in Index.get_value
{ "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": "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": "6138b5", "default"...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
6
2018-12-10T14:51:12Z
2018-12-10T17:59:31Z
2018-12-10T17:59:27Z
CONTRIBUTOR
null
Avoid converting the ExtensionArray to an ndarray. Before ``` pandas/tests/arrays/categorical/test_indexing.py F [100%] ========================================================================= FAILURES =========...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24204/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24204/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/24204.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/24204", "merged_at": "2018-12-10T17:59:27Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/24204.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24204" }
https://api.github.com/repos/pandas-dev/pandas/issues/24205
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24205/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24205/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24205/events
https://github.com/pandas-dev/pandas/issues/24205
389,361,824
MDU6SXNzdWUzODkzNjE4MjQ=
24,205
pd.core.groupby.groupby.DataFrameGroupBy.nth yielding false values with Interval MultiIndex Interval
{ "avatar_url": "https://avatars.githubusercontent.com/u/38665102?v=4", "events_url": "https://api.github.com/users/JoElfner/events{/privacy}", "followers_url": "https://api.github.com/users/JoElfner/followers", "following_url": "https://api.github.com/users/JoElfner/following{/other_user}", "gists_url": "htt...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
open
false
null
[]
null
9
2018-12-10T15:46:41Z
2018-12-10T17:14:34Z
null
CONTRIBUTOR
null
Hi, using a solution for my problem posted on [SO](https://stackoverflow.com/questions/53667685/categorize-data-preserving-all-values), I stumbled upon this bug. Thanks @jorisvandenbossche for looking into that matter and confirming this to be a bug. ```python np.random.seed(123) df = pd.DataFrame({'temp_a': np...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24205/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24205/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24206
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24206/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24206/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24206/events
https://github.com/pandas-dev/pandas/issues/24206
389,404,557
MDU6SXNzdWUzODk0MDQ1NTc=
24,206
BUG: reset_index of MultiIndex with CategoricalIndex levels with missing values fails
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "207de5", "default": false, "description": null, "id": 71268330,...
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
2018-12-10T17:21:49Z
2020-10-11T20:01:58Z
2020-10-11T20:01:58Z
MEMBER
null
MultiIndex with categorical levels without missing values, this works: ``` In [23]: idx = pd.MultiIndex([pd.CategoricalIndex(['A', 'B']), pd.CategoricalIndex(['a', 'b'])], [[0, 0, 1, 1], [0, 1, 0, 1]]) In [25]: df = pd.DataFrame({'col': range(len(idx))}, index=idx) In [26]: df Out[26]: col A a 0 ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 1, "heart": 0, "hooray": 1, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24206/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24206/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24207
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24207/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24207/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24207/events
https://github.com/pandas-dev/pandas/issues/24207
389,411,173
MDU6SXNzdWUzODk0MTExNzM=
24,207
Add tests asserting that EAs shouldn't be coerced to ndarray
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "C4A000", "default": false, "description": "pandas t...
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", ...
0
2018-12-10T17:37:51Z
2020-05-22T03:30:47Z
null
CONTRIBUTOR
null
https://github.com/pandas-dev/pandas/pull/24204 introduced a pattern for ensuring that an extension array (like categorical) isn't implicitly converted to an ndarray as part of a normal pandas operation. This issue is to discuss 1. How these kinds of tests could be better written (is monkeypatching the best choic...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24207/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24207/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24208
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24208/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24208/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24208/events
https://github.com/pandas-dev/pandas/issues/24208
389,439,719
MDU6SXNzdWUzODk0Mzk3MTk=
24,208
rolling.sum() of zeros produce positive output w/ float64
{ "avatar_url": "https://avatars.githubusercontent.com/u/243341?v=4", "events_url": "https://api.github.com/users/someben/events{/privacy}", "followers_url": "https://api.github.com/users/someben/followers", "following_url": "https://api.github.com/users/someben/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": "009800", "default": false, "description": "Duplicate issue or pull ...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
1
2018-12-10T18:57:19Z
2018-12-10T20:11:46Z
2018-12-10T20:11:29Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python import io import numpy as np import pandas as pd def test_rolling_sum(float_type): err_df = pd.DataFrame([[ 123.0, 0.0, 1.123456789, 0.0, 0.0, 0.0, 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/24208/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24208/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24209
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24209/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24209/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24209/events
https://github.com/pandas-dev/pandas/issues/24209
389,459,385
MDU6SXNzdWUzODk0NTkzODU=
24,209
DOC: scripts/validate_docstrings.py should clean up files created from docstrings
{ "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": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
open
false
null
[]
null
9
2018-12-10T19:50:05Z
2021-11-14T04:15:19Z
null
MEMBER
null
Discovered in https://github.com/pandas-dev/pandas/pull/24194 Running `$ python scripts/validate_docstrings.py pandas.read_excel` Produces a file `tmp.xlsx` in the pandas directory from a docstring in read_excel. We don't want to be accidentally committing these files; therefore, `validate_docstrings.py` sho...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24209/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24209/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24210
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24210/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24210/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24210/events
https://github.com/pandas-dev/pandas/issues/24210
389,469,877
MDU6SXNzdWUzODk0Njk4Nzc=
24,210
Possible bug noticed in pandas excel function
{ "avatar_url": "https://avatars.githubusercontent.com/u/10734547?v=4", "events_url": "https://api.github.com/users/mdivk/events{/privacy}", "followers_url": "https://api.github.com/users/mdivk/followers", "following_url": "https://api.github.com/users/mdivk/following{/other_user}", "gists_url": "https://api....
[]
closed
false
null
[]
null
1
2018-12-10T20:19:20Z
2018-12-11T05:49:57Z
2018-12-11T05:49:56Z
NONE
null
**I am using Python 2.7 from Anaconda in Linux, no same issue found in Windows.** pandas version: 0.18.1 Here is the case: `First dataframe: product = pd.DataFrame()` Intend to read in sheet_name=4, indeed the first sheet was read in: `product = pd.read_excel(excelfile, nrows=1, header=None, usecols=[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/24210/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24210/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24211
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24211/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24211/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24211/events
https://github.com/pandas-dev/pandas/issues/24211
389,484,600
MDU6SXNzdWUzODk0ODQ2MDA=
24,211
transform behaves differently with 'ffill' on DataFrameGroupBy and SeriesGroupBy
{ "avatar_url": "https://avatars.githubusercontent.com/u/7656471?v=4", "events_url": "https://api.github.com/users/timgeb/events{/privacy}", "followers_url": "https://api.github.com/users/timgeb/followers", "following_url": "https://api.github.com/users/timgeb/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": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2018-12-10T21:01:21Z
2021-02-15T22:34:48Z
2021-02-15T22:34:48Z
NONE
null
#### Code Sample ```python import pandas as pd data = [['a', 0.0], ['a', float('nan')], ['b', 1.0], ['b', float('nan')]] df = pd.DataFrame(data, columns=['key', 'values']) print(df.groupby('key').transform('ffill')) print(df.groupby('key')['values'].transform('ffill')) ``` #### Problem description The firs...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24211/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24211/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/24212
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/24212/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/24212/comments
https://api.github.com/repos/pandas-dev/pandas/issues/24212/events
https://github.com/pandas-dev/pandas/issues/24212
389,485,650
MDU6SXNzdWUzODk0ODU2NTA=
24,212
Merge Using Index Name Produces Incorrect Result
{ "avatar_url": "https://avatars.githubusercontent.com/u/9262240?v=4", "events_url": "https://api.github.com/users/might2014/events{/privacy}", "followers_url": "https://api.github.com/users/might2014/followers", "following_url": "https://api.github.com/users/might2014/following{/other_user}", "gists_url": "h...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
{ "closed_at": "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
2018-12-10T21:04:27Z
2019-01-30T13:21:22Z
2019-01-30T13:21:22Z
NONE
null
``` In [1]: import pandas as pd In [2]: pd.__version__ Out[2]: '0.23.4' In [3]: df_left_data = [ ...: { ...: 'id': 11, ...: 'left_data': 'left_11' ...: }, ...: { ...: 'id': 22, ...: 'left_data': 'left_22' ...: }, ...: { ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/24212/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/24212/timeline
null
null
null