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/22212
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22212/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22212/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22212/events
https://github.com/pandas-dev/pandas/issues/22212
347,849,109
MDU6SXNzdWUzNDc4NDkxMDk=
22,212
unexpected behavior when using infer_object function
{ "avatar_url": "https://avatars.githubusercontent.com/u/11760585?v=4", "events_url": "https://api.github.com/users/rora002/events{/privacy}", "followers_url": "https://api.github.com/users/rora002/followers", "following_url": "https://api.github.com/users/rora002/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" } ]
open
false
null
[]
null
4
2018-08-06T09:35:07Z
2021-06-21T05:31:49Z
null
NONE
null
#### Code Sample In the code sample below: column "A" consists entirely of numbers formatted as strings. ```python df = pd.DataFrame({"A": ["1","2","3"]}) df.convert_objects(convert_numeric=True).dtypes df.infer_objects().dtypes ``` #### Problem description At present, I am using the convert_objects functio...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22212/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22212/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22213
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22213/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22213/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22213/events
https://github.com/pandas-dev/pandas/pull/22213
347,874,500
MDExOlB1bGxSZXF1ZXN0MjA2MzYwODc4
22,213
Fix Python2 test failures in certain locales
{ "avatar_url": "https://avatars.githubusercontent.com/u/1970404?v=4", "events_url": "https://api.github.com/users/ginggs/events{/privacy}", "followers_url": "https://api.github.com/users/ginggs/followers", "following_url": "https://api.github.com/users/ginggs/following{/other_user}", "gists_url": "https://ap...
[]
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...
20
2018-08-06T10:52:14Z
2018-09-10T11:02:03Z
2018-08-13T01:14:36Z
CONTRIBUTOR
null
Check that we can also get the locale, after setting it, without raising an Exception. - [x] closes #22129 - [x] 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/22213/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22213/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22213.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22213", "merged_at": "2018-08-13T01:14:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22213.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22213" }
https://api.github.com/repos/pandas-dev/pandas/issues/22214
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22214/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22214/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22214/events
https://github.com/pandas-dev/pandas/pull/22214
347,881,986
MDExOlB1bGxSZXF1ZXN0MjA2MzY2NjAz
22,214
DOC: Added 0.23.4 whatsnew [ci skip]
{ "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
[]
null
0
2018-08-06T11:17:33Z
2018-08-06T11:17:53Z
2018-08-06T11:17:49Z
CONTRIBUTOR
null
[ci skip]
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22214/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22214/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22214.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22214", "merged_at": "2018-08-06T11:17:49Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22214.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22214" }
https://api.github.com/repos/pandas-dev/pandas/issues/22215
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22215/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22215/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22215/events
https://github.com/pandas-dev/pandas/issues/22215
347,923,728
MDU6SXNzdWUzNDc5MjM3Mjg=
22,215
Should ExtensionArray.take accept scalar inputs?
{ "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": "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": "6138b5", "default": false, "description": "E...
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-08-06T13:27:49Z
2018-11-12T17:02:52Z
2018-11-12T17:02:52Z
CONTRIBUTOR
null
ndarray.take accepts scalars, and returns a scalar. We should probably make that part of the interface, or document that we don't support it. ```python In [18]: np.array([1, 2]).take(0) Out[18]: 1 ``` Categorical currently returns an invalid categorical: ``` In [19]: res = pd.Categorical([0, 1]).take(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/22215/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22215/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22216
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22216/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22216/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22216/events
https://github.com/pandas-dev/pandas/issues/22216
347,942,208
MDU6SXNzdWUzNDc5NDIyMDg=
22,216
ExtensionArray.astype and missing values
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "6138b5"...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
9
2018-08-06T14:15:18Z
2020-01-02T15:16:04Z
2020-01-02T15:16:04Z
CONTRIBUTOR
null
How should ExtensionArray.astype handle coercing values to dtype? Currently, we seem to follow NumPy: ```python In [19]: np.array([1, 2, np.nan]).astype('i8') Out[19]: array([ 1, 2, -9223372036854775808]) In [20]: pd.Categorical([1, 2, None]).astype('i8') Out[20]: array(...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22216/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22216/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22217
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22217/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22217/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22217/events
https://github.com/pandas-dev/pandas/pull/22217
347,984,842
MDExOlB1bGxSZXF1ZXN0MjA2NDQ1NDQ5
22,217
Add missing period to pandas.Series.interpolate docstring
{ "avatar_url": "https://avatars.githubusercontent.com/u/12021217?v=4", "events_url": "https://api.github.com/users/adamjstewart/events{/privacy}", "followers_url": "https://api.github.com/users/adamjstewart/followers", "following_url": "https://api.github.com/users/adamjstewart/following{/other_user}", "gist...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "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-08-06T16:01:14Z
2018-08-08T12:56:05Z
2018-08-08T10:39:48Z
CONTRIBUTOR
null
Previously, the _new in version_ message seemed like a run-on sentence: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.Series.interpolate.html Also added code formatting for `BPoly.from_derivatives` reference.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22217/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22217/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22217.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22217", "merged_at": "2018-08-08T10:39:48Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22217.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22217" }
https://api.github.com/repos/pandas-dev/pandas/issues/22218
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22218/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22218/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22218/events
https://github.com/pandas-dev/pandas/issues/22218
347,990,366
MDU6SXNzdWUzNDc5OTAzNjY=
22,218
Flesh Out Period Benchmarks
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "eb6420", "default": false, "description": "Period data type", "id": 60635328, "name": "Period", "node_id": "MDU6TGFiZWw2MDYzNTMyOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Period" }, { "color": "ae68cc", "default": false, "description"...
closed
false
null
[]
null
0
2018-08-06T16:17:25Z
2020-06-06T02:34:14Z
2020-06-06T02:34:14Z
MEMBER
null
https://github.com/pandas-dev/pandas/pull/22196#issuecomment-410666276
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22218/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22218/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22219
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22219/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22219/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22219/events
https://github.com/pandas-dev/pandas/pull/22219
348,010,535
MDExOlB1bGxSZXF1ZXN0MjA2NDYzMzg5
22,219
[CLN] Merge inference into lib.pyx
{ "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": "fbca04", "default": false, "description": "Related to non-user accessible pandas implementation", "id": 49094459, "name": "Internals", "node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals" }, { "color": "207de5...
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-08-06T17:15:58Z
2018-08-08T15:50:46Z
2018-08-08T10:38:49Z
MEMBER
null
Continue trimming down _libs/src. src/inference is a minor hassle, particularly because ATM there are imports/cimports in both it and lib. Its existence also complicates setup.py a bit. Evidently parse_helper.h depended on the order in which it was included (I assume this is a code smell in C, but who knows). 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/22219/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22219/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22219.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22219", "merged_at": "2018-08-08T10:38:49Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22219.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22219" }
https://api.github.com/repos/pandas-dev/pandas/issues/22220
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22220/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22220/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22220/events
https://github.com/pandas-dev/pandas/issues/22220
348,013,157
MDU6SXNzdWUzNDgwMTMxNTc=
22,220
Integer NA Doc Updates
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "6138b5", "default": false, "description": "Extending pandas with...
open
false
null
[]
null
3
2018-08-06T17:22:39Z
2020-02-02T09:24:53Z
null
MEMBER
null
With some of the work being done in #21160 do we want to update the documentation section on Integer NA support, or do we feel it is still too experimental at the moment? http://pandas.pydata.org/pandas-docs/stable/gotchas.html#support-for-integer-na
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22220/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22220/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22221
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22221/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22221/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22221/events
https://github.com/pandas-dev/pandas/issues/22221
348,014,263
MDU6SXNzdWUzNDgwMTQyNjM=
22,221
mi.drop(x).get_loc_level(x) returns empty slice (rather than raising KeyError)
{ "avatar_url": "https://avatars.githubusercontent.com/u/19802403?v=4", "events_url": "https://api.github.com/users/HuntJSparra/events{/privacy}", "followers_url": "https://api.github.com/users/HuntJSparra/followers", "following_url": "https://api.github.com/users/HuntJSparra/following{/other_user}", "gists_u...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "e1...
closed
false
null
[]
{ "closed_at": "2019-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-08-06T17:26:20Z
2018-08-13T17:00:56Z
2018-08-09T00:29:45Z
NONE
null
#### Code Sample ```python import pandas as pd df = pd.DataFrame(dict(value=[0, 1], group=['filled','empty'])) groups = df.groupby('group') def remove1 (group): return group[group.value != 1]['value'] trimmed = groups.apply(remove1) print("Trimmed.loc['empty']:\n",trimmed.loc['empty']) ``` #### Pro...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22221/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22221/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22222
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22222/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22222/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22222/events
https://github.com/pandas-dev/pandas/issues/22222
348,017,928
MDU6SXNzdWUzNDgwMTc5Mjg=
22,222
ENH: groupby.hist bins don't match
{ "avatar_url": "https://avatars.githubusercontent.com/u/26352146?v=4", "events_url": "https://api.github.com/users/javadnoorb/events{/privacy}", "followers_url": "https://api.github.com/users/javadnoorb/followers", "following_url": "https://api.github.com/users/javadnoorb/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": "729FCF", "default": false, "description": null, ...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
2
2018-08-06T17:38:13Z
2021-06-21T05:47:08Z
null
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python import numpy as np import pandas as pd N = 100 df = pd.DataFrame(np.append(np.random.randn(N), np.random.randn(N)/10), columns = ['rand']) df['group'] = [0]*N + [1]*N df.groupby('group')['rand'].hist(bins=20, alpha=0.7) ``` #### Problem descript...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22222/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22222/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22223
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22223/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22223/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22223/events
https://github.com/pandas-dev/pandas/pull/22223
348,062,861
MDExOlB1bGxSZXF1ZXN0MjA2NTAxODUx
22,223
Fix test_info_repr #21746
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "ededed", "d...
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-08-06T20:02:24Z
2018-08-08T15:51:22Z
2018-08-07T13:12:13Z
MEMBER
null
Fixes test that fails locally in py27 when run in a terminal window wider than 80 characters. - [x] closes #21746 - [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/22223/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22223/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22223.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22223", "merged_at": "2018-08-07T13:12:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22223.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22223" }
https://api.github.com/repos/pandas-dev/pandas/issues/22224
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22224/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22224/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22224/events
https://github.com/pandas-dev/pandas/issues/22224
348,074,729
MDU6SXNzdWUzNDgwNzQ3Mjk=
22,224
API: Standardize ExtensionDtype subtype name
{ "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": "AD7FA8", "default": false, "description": null, ...
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", ...
14
2018-08-06T20:42:13Z
2021-06-21T05:49:39Z
null
CONTRIBUTOR
null
We have a few extension arrays that build off one or more ndarrays. You'll often want to get the underlying NumPy dtype for that array. * IntegerArray uses `.type` * IntervalArray uses `.subtype` IntervalArray can't use `.type`, since that has to be `Interval`. So IntegerArray will need to alias subtype to type....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22224/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22224/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22225
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22225/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22225/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22225/events
https://github.com/pandas-dev/pandas/pull/22225
348,098,344
MDExOlB1bGxSZXF1ZXN0MjA2NTI5NTQ2
22,225
ENH: Add set_index to Series
{ "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": "0b02e1", "default": false, "description": "Related ...
closed
false
null
[]
null
41
2018-08-06T22:07:25Z
2019-07-22T20:21:17Z
2019-01-06T17:20:10Z
CONTRIBUTOR
null
- [x] closes #21684 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] examples for series.set_index - [x] whatsnew entry Following https://github.com/pandas-dev/pandas/issues/21684#issuecomment-401584844, I unified the method to `core/generic.py`. If this is ap...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22225/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22225/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22225.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22225", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22225.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22225" }
https://api.github.com/repos/pandas-dev/pandas/issues/22226
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22226/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22226/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22226/events
https://github.com/pandas-dev/pandas/pull/22226
348,115,930
MDExOlB1bGxSZXF1ZXN0MjA2NTQzMTQz
22,226
WIP - Bool Extension Array
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "6138b5", "default": false, "description": "Extendin...
closed
false
null
[]
null
7
2018-08-06T23:34:29Z
2020-01-16T00:34:24Z
2018-11-21T15:38:38Z
MEMBER
null
This is nowhere near complete as I have a ton of broken tests that need to be resolved, but theoretically progress towards #21778 as I get my feet wet with EAs. My thought here was to leverage the masking operations used by the Integer EAs to implement an easy Boolean EA on top of that. I've essentially copied over ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22226/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22226/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22226.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22226", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22226.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22226" }
https://api.github.com/repos/pandas-dev/pandas/issues/22227
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22227/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22227/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22227/events
https://github.com/pandas-dev/pandas/issues/22227
348,132,842
MDU6SXNzdWUzNDgxMzI4NDI=
22,227
BUG: Regression creating DataFrame from nested dict
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e11d21", "default": false, "description": "Functionality that used ...
closed
false
null
[]
{ "closed_at": "2018-10-23T02:32:44Z", "closed_issues": 18, "created_at": "2018-08-02T10:03:24Z", "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/jre...
8
2018-08-07T01:21:04Z
2018-08-08T11:45:52Z
2018-08-08T10:30:07Z
MEMBER
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here pop = {'Nevada': {2001: 2.4, 2002: 2.9}, 'Ohio': {2000: 1.5, 2001: 1.7, 2002: 3.6}} pd.DataFrame(pop, index=[2001, 2002, 2003]) ``` #### Problem description Raises exception: ``` In [6]: pd.DataFrame(pop, index=[2001...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22227/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22227/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22228
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22228/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22228/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22228/events
https://github.com/pandas-dev/pandas/pull/22228
348,155,036
MDExOlB1bGxSZXF1ZXN0MjA2NTcxMTIz
22,228
ENH: option for groupby.hist to match bins
{ "avatar_url": "https://avatars.githubusercontent.com/u/26352146?v=4", "events_url": "https://api.github.com/users/javadnoorb/events{/privacy}", "followers_url": "https://api.github.com/users/javadnoorb/followers", "following_url": "https://api.github.com/users/javadnoorb/following{/other_user}", "gists_url"...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "8AE234", "default": false, "description": null, "id": ...
closed
false
null
[]
null
5
2018-08-07T03:37:54Z
2018-11-23T03:32:55Z
2018-11-23T03:32:55Z
CONTRIBUTOR
null
- [x] closes #22222 - [ ] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Example code and result: ```python %matplotlib inline import numpy as np import pandas as pd def test_hist_bins_match(): # GH-22222 N = 100 bins = 5 ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22228/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22228/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22228.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22228", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22228.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22228" }
https://api.github.com/repos/pandas-dev/pandas/issues/22229
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22229/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22229/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22229/events
https://github.com/pandas-dev/pandas/pull/22229
348,156,946
MDExOlB1bGxSZXF1ZXN0MjA2NTcyNDQy
22,229
ENH: Add strings_as_fixed_length parameter for df.to_records() (#18146)
{ "avatar_url": "https://avatars.githubusercontent.com/u/6337103?v=4", "events_url": "https://api.github.com/users/qinghao1/events{/privacy}", "followers_url": "https://api.github.com/users/qinghao1/followers", "following_url": "https://api.github.com/users/qinghao1/following{/other_user}", "gists_url": "http...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "ededed", "default": false, "description": "__repr__...
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...
22
2018-08-07T03:49:30Z
2018-12-30T22:40:50Z
2018-12-30T22:40:39Z
CONTRIBUTOR
null
This option changes DataFrame.to_records() dtype for string arrays to 'Sx', where x is the length of the longest string, instead of 'O" - [x] closes #18146 - [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/22229/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22229/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22229.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22229", "merged_at": "2018-12-30T22:40:39Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22229.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22229" }
https://api.github.com/repos/pandas-dev/pandas/issues/22230
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22230/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22230/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22230/events
https://github.com/pandas-dev/pandas/pull/22230
348,219,565
MDExOlB1bGxSZXF1ZXN0MjA2NjE5MDMx
22,230
BUG: raise KeyError if MultiIndex.get_loc_level is asked unused label
{ "avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4", "events_url": "https://api.github.com/users/toobaz/events{/privacy}", "followers_url": "https://api.github.com/users/toobaz/followers", "following_url": "https://api.github.com/users/toobaz/following{/other_user}", "gists_url": "https://ap...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "207de5", "default": false, "description": null, "id": 71268330,...
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-08-07T08:30:52Z
2018-08-09T05:43:34Z
2018-08-09T00:29:46Z
MEMBER
null
- [x] closes #22221 - [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/22230/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22230/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22230.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22230", "merged_at": "2018-08-09T00:29:45Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22230.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22230" }
https://api.github.com/repos/pandas-dev/pandas/issues/22231
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22231/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22231/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22231/events
https://github.com/pandas-dev/pandas/issues/22231
348,281,047
MDU6SXNzdWUzNDgyODEwNDc=
22,231
Consistent API for suffixes in merge / join
{ "avatar_url": "https://avatars.githubusercontent.com/u/7316037?v=4", "events_url": "https://api.github.com/users/ksyme99/events{/privacy}", "followers_url": "https://api.github.com/users/ksyme99/followers", "following_url": "https://api.github.com/users/ksyme99/following{/other_user}", "gists_url": "https:/...
[ { "color": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" }, { "color": "b60205", "default": f...
open
false
null
[]
null
1
2018-08-07T11:31:17Z
2021-06-21T05:50:01Z
null
NONE
null
The way to add suffixes is inconsistent between join and merge: ```python df1.merge(df2, suffixes=('left', 'right') df1.join(df2, lsuffix='left', rsuffix='right') ``` I always have to look this up as I get it wrong every time! I do not have a strong preference for which to use, perhaps slightly prefer the me...
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22231/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22231/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22232
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22232/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22232/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22232/events
https://github.com/pandas-dev/pandas/pull/22232
348,374,552
MDExOlB1bGxSZXF1ZXN0MjA2NzM5NTE1
22,232
BUG: Fix DataFrame construction regression
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/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": "e11d21", "default": false, "description": "Functionality that used ...
closed
false
null
[]
{ "closed_at": "2018-10-23T02:32:44Z", "closed_issues": 18, "created_at": "2018-08-02T10:03:24Z", "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/jre...
6
2018-08-07T15:32:11Z
2019-03-11T19:15:32Z
2018-08-08T10:30:07Z
MEMBER
null
- [x] closes #22227 - [x] tests added - [x] tests 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/22232/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22232/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22232.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22232", "merged_at": "2018-08-08T10:30:07Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22232.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22232" }
https://api.github.com/repos/pandas-dev/pandas/issues/22233
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22233/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22233/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22233/events
https://github.com/pandas-dev/pandas/pull/22233
348,394,572
MDExOlB1bGxSZXF1ZXN0MjA2NzU0ODg3
22,233
Added whatsnew for v0.23.5
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2018-10-23T02:32:44Z", "closed_issues": 18, "created_at": "2018-08-02T10:03:24Z", "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/jre...
3
2018-08-07T16:22:52Z
2018-08-07T17:45:03Z
2018-08-07T16:23:03Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22233/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22233/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22233.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22233", "merged_at": "2018-08-07T16:23:03Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22233.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22233" }
https://api.github.com/repos/pandas-dev/pandas/issues/22234
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22234/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22234/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22234/events
https://github.com/pandas-dev/pandas/issues/22234
348,499,202
MDU6SXNzdWUzNDg0OTkyMDI=
22,234
Incorrect tzinfo check in tslibs.parsing
{ "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": "5319e7", "default": false, "description": "Timezone data dtype", "id": 60458168, "name": "Timezones", "node_id": "MDU6TGFiZWw2MDQ1ODE2OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones" }, { "color": "207de5", "default": false, "des...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
6
2018-08-07T21:46:52Z
2019-12-23T18:32:25Z
2019-12-23T18:32:25Z
MEMBER
null
https://github.com/pandas-dev/pandas/blob/master/pandas/_libs/tslibs/parsing.pyx#L339 ``` if isinstance(tzdata, datetime.tzinfo): tzinfo = tzdata ``` If this were ever hit it would raise an error because `datetime.tzinfo` refers to the tzinfo attached to a datetime object, _not_...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22234/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22234/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22235
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22235/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22235/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22235/events
https://github.com/pandas-dev/pandas/pull/22235
348,505,733
MDExOlB1bGxSZXF1ZXN0MjA2ODQxMzAz
22,235
Assorted _libs cleanups
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "eb6420", "default": false, "description": "Code style, linting, code_checks", "id": 106935113, "name": "Code Style", "node_id": "MDU6TGFiZWwxMDY5MzUxMTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style" } ]
closed
false
null
[]
{ "closed_at": "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-08-07T22:11:28Z
2018-08-10T17:21:04Z
2018-08-10T07:55:29Z
MEMBER
null
Modernize for-loop syntax Modernize string formatting Use memoryviews in a few places Docstrings, change a couple of funcs in tslibs.parsing to cdef Follow-up cleanup in tslibs.period Move some unneeded stuff out of tslibs.util to wrap up the self-contained goal.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22235/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22235/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22235.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22235", "merged_at": "2018-08-10T07:55:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22235.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22235" }
https://api.github.com/repos/pandas-dev/pandas/issues/22236
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22236/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22236/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22236/events
https://github.com/pandas-dev/pandas/pull/22236
348,512,531
MDExOlB1bGxSZXF1ZXN0MjA2ODQ2Njcx
22,236
TST/CLN: break up & parametrize tests for df.set_index
{ "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": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "02d7e1", "d...
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...
25
2018-08-07T22:41:48Z
2018-09-16T21:12:21Z
2018-09-15T22:50:55Z
CONTRIBUTOR
null
While working on #22225 I had the strong urge to clean up the tests for `df.set_index` (to be able to work off of them for `series.set_index`) Since the diff is pretty busted, here's a description. In `tests/frame/test_alter_axes.py`, I did: - externalised an often-used df as a fixture - broke up `test_set_index2`...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22236/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22236/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22236.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22236", "merged_at": "2018-09-15T22:50:55Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22236.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22236" }
https://api.github.com/repos/pandas-dev/pandas/issues/22237
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22237/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22237/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22237/events
https://github.com/pandas-dev/pandas/pull/22237
348,518,706
MDExOlB1bGxSZXF1ZXN0MjA2ODUxMzA2
22,237
Collect datetime64 and PeriodDtype arithmetic tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "AFEEEE", "d...
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-08-07T23:11:39Z
2018-08-08T15:48:16Z
2018-08-08T10:06:54Z
MEMBER
null
As suggested, these are split by dtype in a new tests/arithmetic directory. Started parametrizing a few of these over `box` classes, but for the most part this is just collecting tests from their existing locations. There is going to be a lot of parametrization and de-duplication coming up. Holding off on moving...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22237/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22237/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22237.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22237", "merged_at": "2018-08-08T10:06:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22237.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22237" }
https://api.github.com/repos/pandas-dev/pandas/issues/22238
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22238/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22238/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22238/events
https://github.com/pandas-dev/pandas/pull/22238
348,522,626
MDExOlB1bGxSZXF1ZXN0MjA2ODU0MzA5
22,238
WIP: Bitarray backed Int EAs
{ "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": "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
11
2018-08-07T23:32:05Z
2019-01-31T14:01:41Z
2019-01-31T14:01:41Z
MEMBER
null
First pass at #21839 and most likely a precursor to #22226. Very hacky at the moment but was able to get tests to pass locally (will fail CI given new Bitarray depdencendy). Going to work through a refactor of this but sharing as POC in case anyone has feedback. Generally the hard part here was working around pla...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22238/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22238/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22238.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22238", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22238.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22238" }
https://api.github.com/repos/pandas-dev/pandas/issues/22239
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22239/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22239/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22239/events
https://github.com/pandas-dev/pandas/issues/22239
348,529,354
MDU6SXNzdWUzNDg1MjkzNTQ=
22,239
Add groupby(level=0) example to Documentation
{ "avatar_url": "https://avatars.githubusercontent.com/u/42023077?v=4", "events_url": "https://api.github.com/users/chunponglai/events{/privacy}", "followers_url": "https://api.github.com/users/chunponglai/followers", "following_url": "https://api.github.com/users/chunponglai/following{/other_user}", "gists_u...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "0052cc", "default": false, "description": null, "id": ...
closed
false
null
[]
null
7
2018-08-08T00:09:20Z
2018-08-11T00:21:51Z
2018-08-10T17:16:48Z
NONE
null
The definition is from the documentation is level: int, level name, or sequence of such, default None If the axis is a MultiIndex (hierarchical), group by a particular level or levels. But I still don't understand, can anyone provide a sample to explain what (level =) actually does?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22239/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22239/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22240
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22240/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22240/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22240/events
https://github.com/pandas-dev/pandas/issues/22240
348,535,880
MDU6SXNzdWUzNDg1MzU4ODA=
22,240
Groupby mean precision different than numpy
{ "avatar_url": "https://avatars.githubusercontent.com/u/778194?v=4", "events_url": "https://api.github.com/users/bear24rw/events{/privacy}", "followers_url": "https://api.github.com/users/bear24rw/followers", "following_url": "https://api.github.com/users/bear24rw/following{/other_user}", "gists_url": "https...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
null
1
2018-08-08T00:50:01Z
2018-08-08T02:08:16Z
2018-08-08T02:08:16Z
NONE
null
```python import numpy as np import pandas as pd N = int(1e5) x = np.random.rand(N) n = np.random.rand(N) x[n>0.9] = np.nan df = pd.DataFrame() df['value'] = x df['group'] = 'a' print(x.dtype) print(df['value'].dtype) print("numpy mean : %.20f" % np.mean(x)) print("numpy nanmean ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22240/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22240/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22241
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22241/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22241/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22241/events
https://github.com/pandas-dev/pandas/issues/22241
348,558,175
MDU6SXNzdWUzNDg1NTgxNzU=
22,241
DOC: the document for DataFrameGroupby.hist is identical to that of DataFrame.hist
{ "avatar_url": "https://avatars.githubusercontent.com/u/26352146?v=4", "events_url": "https://api.github.com/users/javadnoorb/events{/privacy}", "followers_url": "https://api.github.com/users/javadnoorb/followers", "following_url": "https://api.github.com/users/javadnoorb/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": "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", ...
2
2018-08-08T03:05:28Z
2021-06-21T05:50:53Z
null
CONTRIBUTOR
null
Here's the document for DataFrameGroupby.hist: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.core.groupby.DataFrameGroupBy.hist.html and here's an almost identical document for DataFrame.hist: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.hist.html I don't understand 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/22241/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22241/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22242
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22242/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22242/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22242/events
https://github.com/pandas-dev/pandas/issues/22242
348,558,621
MDU6SXNzdWUzNDg1NTg2MjE=
22,242
Problem in comparisons for DataFrame with pd.NaT
{ "avatar_url": "https://avatars.githubusercontent.com/u/11066355?v=4", "events_url": "https://api.github.com/users/philippegr/events{/privacy}", "followers_url": "https://api.github.com/users/philippegr/followers", "following_url": "https://api.github.com/users/philippegr/following{/other_user}", "gists_url"...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "2019-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-08-08T03:08:12Z
2018-08-14T10:49:12Z
2018-08-14T10:49:12Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd import datetime as dt tmp = pd.DataFrame.from_records(data=[[dt.datetime(1999,12,31), pd.NaT], [pd.NaT, dt.datetime(1999,12,31)]]) print(tmp.iloc[0]==dt.datetime(1999,12,31)) print(tmp==dt.datetime(1999,12,31)) ``` Output ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22242/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22242/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22243
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22243/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22243/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22243/events
https://github.com/pandas-dev/pandas/issues/22243
348,567,107
MDU6SXNzdWUzNDg1NjcxMDc=
22,243
DataFrame.groupby()[col].transform() tries to convert result to original column type
{ "avatar_url": "https://avatars.githubusercontent.com/u/7928086?v=4", "events_url": "https://api.github.com/users/mfripp/events{/privacy}", "followers_url": "https://api.github.com/users/mfripp/followers", "following_url": "https://api.github.com/users/mfripp/following{/other_user}", "gists_url": "https://ap...
[ { "color": "0e8a16", "default": true, "description": null, "id": 717120670, "name": "good first issue", "node_id": "MDU6TGFiZWw3MTcxMjA2NzA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue" }, { "color": "cdea3c", "default": false, "de...
open
false
null
[]
null
1
2018-08-08T04:01:56Z
2021-06-21T05:54:36Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python df = pd.DataFrame({'a': [1], 'val': [1.35]}) # no groupby, result is 'object', correct behavior print(df['val'].transform(lambda x: x.map('+{}'.format)).dtype) # result can't be converted to float, result is 'object', correct behavior print(df.grou...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22243/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22243/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22244
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22244/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22244/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22244/events
https://github.com/pandas-dev/pandas/pull/22244
348,667,573
MDExOlB1bGxSZXF1ZXN0MjA2OTYyMTQ0
22,244
Backport PR #22232 on branch 0.23.x
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "e11d21", "de...
closed
false
null
[]
{ "closed_at": "2018-10-23T02:32:44Z", "closed_issues": 18, "created_at": "2018-08-02T10:03:24Z", "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/jre...
1
2018-08-08T10:30:33Z
2018-08-09T00:12:01Z
2018-08-09T00:12:01Z
NONE
null
Backport PR #22232: BUG: Fix DataFrame construction regression
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22244/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22244/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22244.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22244", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22244.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22244" }
https://api.github.com/repos/pandas-dev/pandas/issues/22245
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22245/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22245/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22245/events
https://github.com/pandas-dev/pandas/pull/22245
348,690,400
MDExOlB1bGxSZXF1ZXN0MjA2OTgwMTcw
22,245
CLN: remove redundant call to ensure_index
{ "avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4", "events_url": "https://api.github.com/users/toobaz/events{/privacy}", "followers_url": "https://api.github.com/users/toobaz/followers", "following_url": "https://api.github.com/users/toobaz/following{/other_user}", "gists_url": "https://ap...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "20...
closed
false
null
[]
{ "closed_at": "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-08-08T11:45:01Z
2018-08-09T05:46:51Z
2018-08-09T00:17:42Z
MEMBER
null
- [x] tests passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` Small followup to #22232
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22245/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22245/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22245.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22245", "merged_at": "2018-08-09T00:17:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22245.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22245" }
https://api.github.com/repos/pandas-dev/pandas/issues/22246
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22246/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22246/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22246/events
https://github.com/pandas-dev/pandas/issues/22246
348,737,601
MDU6SXNzdWUzNDg3Mzc2MDE=
22,246
swaplevel() does not need to always be slow?
{ "avatar_url": "https://avatars.githubusercontent.com/u/5793?v=4", "events_url": "https://api.github.com/users/lebigot/events{/privacy}", "followers_url": "https://api.github.com/users/lebigot/followers", "following_url": "https://api.github.com/users/lebigot/following{/other_user}", "gists_url": "https://ap...
[ { "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-08-08T13:56:11Z
2018-09-06T16:21:26Z
2018-09-06T16:21:26Z
CONTRIBUTOR
null
#### Problem description `pandas.DataFrame.swaplevel()` is slow (I observed 15 seconds on a 100,000 column MultiIndex), when in principle it could simply swap labels, levels and names in almost no time (right?). Now, I see that this operation returns a copy of the whole data, [which seems to explain the slowness]...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22246/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22246/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22247
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22247/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22247/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22247/events
https://github.com/pandas-dev/pandas/issues/22247
348,757,970
MDU6SXNzdWUzNDg3NTc5NzA=
22,247
MultiIndex Bug Copying Values Incorrectly When Adding Values To Index
{ "avatar_url": "https://avatars.githubusercontent.com/u/5926559?v=4", "events_url": "https://api.github.com/users/JonahJ/events{/privacy}", "followers_url": "https://api.github.com/users/JonahJ/followers", "following_url": "https://api.github.com/users/JonahJ/following{/other_user}", "gists_url": "https://ap...
[ { "color": "0e8a16", "default": true, "description": null, "id": 717120670, "name": "good first issue", "node_id": "MDU6TGFiZWw3MTcxMjA2NzA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue" }, { "color": "cdea3c", "default": false, "de...
open
false
null
[]
null
3
2018-08-08T14:43:52Z
2021-06-21T05:56:26Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python df = pd.DataFrame( [ ['A', np.nan, 1.23, 4.56], ['A', 'G', 1.23, 4.56], ['A', 'D', 9.87, 10.54], ], columns=['pivot_0', 'pivot_1', 'col_1', 'col_2'], ) df.set_index(['pivot_0', 'pivot_1'], inplace=True) pivo...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22247/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22247/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22248
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22248/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22248/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22248/events
https://github.com/pandas-dev/pandas/issues/22248
348,788,024
MDU6SXNzdWUzNDg3ODgwMjQ=
22,248
ENH: Implement is_any_scalar
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "e102d8", "default": false, "description": "Unexpect...
closed
false
null
[]
null
0
2018-08-08T15:54:59Z
2018-12-05T06:57:55Z
2018-12-05T06:57:55Z
MEMBER
null
https://github.com/pandas-dev/pandas/pull/22163#discussion_r208527242
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22248/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22248/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22249
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22249/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22249/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22249/events
https://github.com/pandas-dev/pandas/pull/22249
348,798,991
MDExOlB1bGxSZXF1ZXN0MjA3MDY0NzI1
22,249
DOC: Fix dateutil link in install instructions
{ "avatar_url": "https://avatars.githubusercontent.com/u/604850?v=4", "events_url": "https://api.github.com/users/jarmar/events{/privacy}", "followers_url": "https://api.github.com/users/jarmar/followers", "following_url": "https://api.github.com/users/jarmar/following{/other_user}", "gists_url": "https://api...
[ { "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...
1
2018-08-08T16:24:00Z
2018-08-08T18:32:42Z
2018-08-08T16:26:45Z
CONTRIBUTOR
null
This should be a rather straightforward review. :) Some errant slashes were preventing the python-dateutil link from working.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22249/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22249/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22249.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22249", "merged_at": "2018-08-08T16:26:45Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22249.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22249" }
https://api.github.com/repos/pandas-dev/pandas/issues/22250
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22250/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22250/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22250/events
https://github.com/pandas-dev/pandas/issues/22250
348,834,016
MDU6SXNzdWUzNDg4MzQwMTY=
22,250
PERF: Apply on Series much slower than DataFrame when the function is related with scipy.stats.norm
{ "avatar_url": "https://avatars.githubusercontent.com/u/23481654?v=4", "events_url": "https://api.github.com/users/tian-yu-ic/events{/privacy}", "followers_url": "https://api.github.com/users/tian-yu-ic/followers", "following_url": "https://api.github.com/users/tian-yu-ic/following{/other_user}", "gists_url"...
[ { "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": "0052cc", "default"...
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...
5
2018-08-08T18:08:08Z
2018-08-11T13:42:59Z
2018-08-11T13:42:44Z
NONE
null
#### Code Sample, a copy-pastable example if possible ``` %%timeit pd.Series([1.0]*1000).apply(lambda x: x**2) 771 µs ± 15.2 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each) %%timeit pd.DataFrame([1.0]*1000).apply(lambda x: x**2) 1.8 ms ± 15.1 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22250/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22250/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22251
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22251/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22251/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22251/events
https://github.com/pandas-dev/pandas/pull/22251
348,836,721
MDExOlB1bGxSZXF1ZXN0MjA3MDkzOTg0
22,251
DOC: Add missing question mark in README
{ "avatar_url": "https://avatars.githubusercontent.com/u/29937202?v=4", "events_url": "https://api.github.com/users/santosh2702/events{/privacy}", "followers_url": "https://api.github.com/users/santosh2702/followers", "following_url": "https://api.github.com/users/santosh2702/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" } ]
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-08-08T18:16:37Z
2018-08-09T07:10:34Z
2018-08-09T04:38:38Z
CONTRIBUTOR
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22251/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22251/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22251.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22251", "merged_at": "2018-08-09T04:38:38Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22251.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22251" }
https://api.github.com/repos/pandas-dev/pandas/issues/22252
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22252/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22252/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22252/events
https://github.com/pandas-dev/pandas/issues/22252
348,848,155
MDU6SXNzdWUzNDg4NDgxNTU=
22,252
A future error warning and a problem with autoconversion of types
{ "avatar_url": "https://avatars.githubusercontent.com/u/3341119?v=4", "events_url": "https://api.github.com/users/dbfin/events{/privacy}", "followers_url": "https://api.github.com/users/dbfin/followers", "following_url": "https://api.github.com/users/dbfin/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2018-08-08T18:50:29Z
2019-04-21T16:21:00Z
2019-04-21T16:21:00Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd pd.DataFrame([ { 'a': 1, 'b': 2 } ]).append([ { 'a': 3 } ]) ``` #### Problem description **Problem 1.** The result is as expected (except for `2.0` instead of `2`, see Problem 2). ``` a b 0 1 2.0 0 3 NaN ``` ...
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22252/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22252/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22253
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22253/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22253/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22253/events
https://github.com/pandas-dev/pandas/pull/22253
348,853,342
MDExOlB1bGxSZXF1ZXN0MjA3MTA3MDc3
22,253
Resampling with NaT in TimedeltaIndex raises MemoryError
{ "avatar_url": "https://avatars.githubusercontent.com/u/4944021?v=4", "events_url": "https://api.github.com/users/discort/events{/privacy}", "followers_url": "https://api.github.com/users/discort/followers", "following_url": "https://api.github.com/users/discort/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": "Timedelta data type", ...
closed
false
null
[]
{ "closed_at": "2018-10-23T02:32:44Z", "closed_issues": 18, "created_at": "2018-08-02T10:03:24Z", "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/jre...
1
2018-08-08T19:05:53Z
2018-08-09T10:33:35Z
2018-08-09T10:33:35Z
CONTRIBUTOR
null
- [x] closes #13223 - [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/22253/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22253/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22253.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22253", "merged_at": "2018-08-09T10:33:34Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22253.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22253" }
https://api.github.com/repos/pandas-dev/pandas/issues/22254
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22254/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22254/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22254/events
https://github.com/pandas-dev/pandas/pull/22254
348,915,809
MDExOlB1bGxSZXF1ZXN0MjA3MTU2MjMx
22,254
Implement arithmetic.test_numeric and arithmetic.test_object
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
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-08-08T22:32:26Z
2018-08-09T15:57:45Z
2018-08-09T10:31:38Z
MEMBER
null
Also move a bunch more dt64 and td64 tests that have been hiding. For the most part this doesn't do any of the parametrizing over box-classes; that and a bunch of de-duplication are for the next pass.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22254/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22254/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22254.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22254", "merged_at": "2018-08-09T10:31:38Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22254.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22254" }
https://api.github.com/repos/pandas-dev/pandas/issues/22255
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22255/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22255/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22255/events
https://github.com/pandas-dev/pandas/issues/22255
348,922,054
MDU6SXNzdWUzNDg5MjIwNTQ=
22,255
Proposal: Allow operator overloading for custom classes to return custom objects
{ "avatar_url": "https://avatars.githubusercontent.com/u/767425?v=4", "events_url": "https://api.github.com/users/mhsekhavat/events{/privacy}", "followers_url": "https://api.github.com/users/mhsekhavat/followers", "following_url": "https://api.github.com/users/mhsekhavat/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": "207de5", "default": false, "description": "Requires...
open
false
null
[]
null
3
2018-08-08T23:02:31Z
2021-06-21T05:58:06Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import numpy import pandas class Pipe: def __init__(self, function): self.function = function def __ror__(self, other): return self.function(other) def __array_ufunc__(self, func, method, *args, **kwargs): ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22255/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22255/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22256
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22256/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22256/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22256/events
https://github.com/pandas-dev/pandas/issues/22256
349,033,392
MDU6SXNzdWUzNDkwMzMzOTI=
22,256
BUG or DOC: pd.read_csv with parse_dates does not recognize timezone
{ "avatar_url": "https://avatars.githubusercontent.com/u/10072033?v=4", "events_url": "https://api.github.com/users/swyoon/events{/privacy}", "followers_url": "https://api.github.com/users/swyoon/followers", "following_url": "https://api.github.com/users/swyoon/following{/other_user}", "gists_url": "https://a...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "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...
7
2018-08-09T08:45:12Z
2018-08-22T10:27:16Z
2018-08-22T10:27:16Z
CONTRIBUTOR
null
When parsing a timezone-aware datetime in a csv file with `pd.read_csv` + `parse_dates`, it returns naive timestampes converted to UTC, and it was a surprise for me. #### Example Consider we are reading the following data. Let's say its name is `pandas_read_csv_bug.csv`. It is a simple timeseries data with time...
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22256/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22256/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22257
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22257/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22257/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22257/events
https://github.com/pandas-dev/pandas/issues/22257
349,047,986
MDU6SXNzdWUzNDkwNDc5ODY=
22,257
get_group(...) fails for groupby(...) based on a function
{ "avatar_url": "https://avatars.githubusercontent.com/u/42236071?v=4", "events_url": "https://api.github.com/users/Kimonode/events{/privacy}", "followers_url": "https://api.github.com/users/Kimonode/followers", "following_url": "https://api.github.com/users/Kimonode/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
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
2
2018-08-09T09:27:04Z
2020-05-11T01:02:26Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python """ IMPORTANT: The issue happens with pandas==0.21.1 but does NOT happen with pandas==0.19 """ # Define simple dataframe, from Pandas doc ;) # http://pandas.pydata.org/pandas-docs/stable/groupby.html#groupby-sorting df3 = pd.DataFrame({'X' : ['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/22257/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22257/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22258
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22258/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22258/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22258/events
https://github.com/pandas-dev/pandas/pull/22258
349,071,012
MDExOlB1bGxSZXF1ZXN0MjA3MjcxNTI2
22,258
Backport PR #22253 on branch 0.23.x
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[]
closed
false
null
[]
{ "closed_at": "2018-10-23T02:32:44Z", "closed_issues": 18, "created_at": "2018-08-02T10:03:24Z", "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/jre...
0
2018-08-09T10:33:55Z
2018-08-09T14:45:30Z
2018-08-09T14:45:30Z
NONE
null
Backport PR #22253: Resampling with NaT in TimedeltaIndex raises MemoryError
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22258/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22258/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22258.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22258", "merged_at": "2018-08-09T14:45:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22258.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22258" }
https://api.github.com/repos/pandas-dev/pandas/issues/22259
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22259/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22259/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22259/events
https://github.com/pandas-dev/pandas/pull/22259
349,072,490
MDExOlB1bGxSZXF1ZXN0MjA3MjcyNzEx
22,259
Backport PR #22169 on branch 0.23.x
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[]
closed
false
null
[]
{ "closed_at": "2018-10-23T02:32:44Z", "closed_issues": 18, "created_at": "2018-08-02T10:03:24Z", "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/jre...
0
2018-08-09T10:38:22Z
2018-08-09T14:45:13Z
2018-08-09T14:45:12Z
NONE
null
Backport PR #22169: BUG: Fix using "inf"/"-inf" in na_values for csv with int index column
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22259/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22259/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22259.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22259", "merged_at": "2018-08-09T14:45:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22259.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22259" }
https://api.github.com/repos/pandas-dev/pandas/issues/22260
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22260/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22260/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22260/events
https://github.com/pandas-dev/pandas/issues/22260
349,092,397
MDU6SXNzdWUzNDkwOTIzOTc=
22,260
Allow to specify column names other than 'level_*' in reset_index()
{ "avatar_url": "https://avatars.githubusercontent.com/u/10776763?v=4", "events_url": "https://api.github.com/users/AKuederle/events{/privacy}", "followers_url": "https://api.github.com/users/AKuederle/followers", "following_url": "https://api.github.com/users/AKuederle/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": "0b02e1", "default": false, "description": "Related ...
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...
8
2018-08-09T11:44:45Z
2019-02-14T22:54:01Z
2019-02-14T07:14:14Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Instead of new_df = old_df.reset_index() new_df = new_df.rename({'level_0': 'my_name', 'level_1': 'my_other_name'}) # it should be possible to do new_df = old_df.reset_index(index_cols = ['my_name', 'my_other_name']) ``` #### Problem descri...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22260/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22260/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22261
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22261/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22261/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22261/events
https://github.com/pandas-dev/pandas/pull/22261
349,093,416
MDExOlB1bGxSZXF1ZXN0MjA3Mjg5Mzc1
22,261
Unable to pass additional arguments to resample().apply()
{ "avatar_url": "https://avatars.githubusercontent.com/u/4944021?v=4", "events_url": "https://api.github.com/users/discort/events{/privacy}", "followers_url": "https://api.github.com/users/discort/followers", "following_url": "https://api.github.com/users/discort/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": "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...
9
2018-08-09T11:48:09Z
2018-08-22T12:24:32Z
2018-08-22T12:24:24Z
CONTRIBUTOR
null
- [x] closes #14615 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry There is flake8 warning ^ but it is not related with my changes.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22261/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22261/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22261.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22261", "merged_at": "2018-08-22T12:24:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22261.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22261" }
https://api.github.com/repos/pandas-dev/pandas/issues/22262
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22262/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22262/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22262/events
https://github.com/pandas-dev/pandas/issues/22262
349,155,789
MDU6SXNzdWUzNDkxNTU3ODk=
22,262
object of type 'CategoricalDtype' has no len()
{ "avatar_url": "https://avatars.githubusercontent.com/u/886074?v=4", "events_url": "https://api.github.com/users/teto/events{/privacy}", "followers_url": "https://api.github.com/users/teto/followers", "following_url": "https://api.github.com/users/teto/following{/other_user}", "gists_url": "https://api.githu...
[]
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...
5
2018-08-09T14:35:21Z
2018-08-13T10:58:32Z
2018-08-13T03:06:06Z
NONE
null
#### Code Sample, a copy-pastable example if possible Using 0.23.3 My goal: I have an enum with 2 values Client/Server and would like to make use of the categorical dtype for performance reasons. ```python import pandas as pd from enum import IntEnum, auto # Your code here class ConnectionRoles(IntEnum):...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22262/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22262/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22263
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22263/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22263/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22263/events
https://github.com/pandas-dev/pandas/issues/22263
349,232,885
MDU6SXNzdWUzNDkyMzI4ODU=
22,263
int64 objects returned from pandas.read_sql_query on windows with sqlalchemy engine
{ "avatar_url": "https://avatars.githubusercontent.com/u/16259960?v=4", "events_url": "https://api.github.com/users/jl0000285/events{/privacy}", "followers_url": "https://api.github.com/users/jl0000285/followers", "following_url": "https://api.github.com/users/jl0000285/following{/other_user}", "gists_url": "...
[ { "color": "006b75", "default": false, "description": "Arithmetic, Comparison, and Logical operations", "id": 47223669, "name": "Numeric Operations", "node_id": "MDU6TGFiZWw0NzIyMzY2OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations" }, { "c...
closed
false
null
[]
null
9
2018-08-09T18:06:46Z
2020-03-08T17:24:47Z
2020-03-08T17:24:47Z
NONE
null
# Example pseudo code ~~~python >> import pandas >> sql = "some_sql_statement" >> engine="some_sqlalchemy_engine" >> df = pandas.read_sql_query(sql, engine) >> df.dtypes #Result contains several numpy.int64 objects, even on windows machines ~~~ On macs (and perhaps other unix systems), pandas.read_sql_que...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22263/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22263/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22264
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22264/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22264/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22264/events
https://github.com/pandas-dev/pandas/pull/22264
349,235,455
MDExOlB1bGxSZXF1ZXN0MjA3NDAwNDI4
22,264
DEPR: list-likes of list-likes in str.cat
{ "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": "5319e7", "default": false, "description": "String extension data type and string data", "id": 57522093, "name": "Strings", "node_id": "MDU6TGFiZWw1NzUyMjA5Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Strings" }, { "color": "5319e7", "defaul...
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...
15
2018-08-09T18:14:53Z
2018-09-04T23:11:55Z
2018-08-31T10:25:40Z
CONTRIBUTOR
null
- [x] closes #21950 - [x] tests modified / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry As mentioned in #21950, my suggestion is to modify the allowed combinations (as of v0.23) as follows: ``` Type of "others" | action | comment ---...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22264/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22264/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22264.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22264", "merged_at": "2018-08-31T10:25:40Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22264.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22264" }
https://api.github.com/repos/pandas-dev/pandas/issues/22265
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22265/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22265/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22265/events
https://github.com/pandas-dev/pandas/issues/22265
349,257,444
MDU6SXNzdWUzNDkyNTc0NDQ=
22,265
Cannot pickle parser functions?
{ "avatar_url": "https://avatars.githubusercontent.com/u/29638907?v=4", "events_url": "https://api.github.com/users/smcveigh-phunware/events{/privacy}", "followers_url": "https://api.github.com/users/smcveigh-phunware/followers", "following_url": "https://api.github.com/users/smcveigh-phunware/following{/other_...
[ { "color": "0e8a16", "default": true, "description": null, "id": 717120670, "name": "good first issue", "node_id": "MDU6TGFiZWw3MTcxMjA2NzA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue" }, { "color": "cdea3c", "default": false, "de...
open
false
null
[]
null
5
2018-08-09T19:22:40Z
2021-06-21T06:06:57Z
null
NONE
null
#### Code Sample ```python import pandas as pd import concurrent.futures as futs from pathlib import Path paths = Path('data').rglob('*.csv') with futs.ProcessPoolExecutor() as e: futures = {e.submit(pd.read_csv, p, index_col='id'): p for p in paths} done, _ = futs.wait(f) for d in done: r = f.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/22265/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22265/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22266
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22266/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22266/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22266/events
https://github.com/pandas-dev/pandas/pull/22266
349,260,415
MDExOlB1bGxSZXF1ZXN0MjA3NDE5ODg2
22,266
ENH: Add support for excluding the index from Parquet files (GH20768)
{ "avatar_url": "https://avatars.githubusercontent.com/u/620513?v=4", "events_url": "https://api.github.com/users/dargueta/events{/privacy}", "followers_url": "https://api.github.com/users/dargueta/followers", "following_url": "https://api.github.com/users/dargueta/following{/other_user}", "gists_url": "https...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "5319e7", "default": false, "description": "parquet,...
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...
23
2018-08-09T19:32:05Z
2018-09-21T21:16:52Z
2018-09-21T08:18:02Z
CONTRIBUTOR
null
- [x] closes #20768 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22266/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22266/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22266.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22266", "merged_at": "2018-09-21T08:18:00Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22266.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22266" }
https://api.github.com/repos/pandas-dev/pandas/issues/22267
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22267/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22267/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22267/events
https://github.com/pandas-dev/pandas/pull/22267
349,261,293
MDExOlB1bGxSZXF1ZXN0MjA3NDIwNTgz
22,267
Continue Collecting Arithmetic Tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "207de5", "d...
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-08-09T19:35:04Z
2018-08-10T17:21:13Z
2018-08-10T09:58:21Z
MEMBER
null
A small amount of cleanup/parametrization, but mostly moving tests ~unchanged. A few tests in tests.frame.test_operators are moved to tests.frame.test_arithmetic. In a bunch of cases I'm trying to not move things that will cause merge conflicts with #22163; will get those in an upcoming pass.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22267/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22267/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22267.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22267", "merged_at": "2018-08-10T09:58:21Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22267.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22267" }
https://api.github.com/repos/pandas-dev/pandas/issues/22268
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22268/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22268/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22268/events
https://github.com/pandas-dev/pandas/issues/22268
349,402,209
MDU6SXNzdWUzNDk0MDIyMDk=
22,268
Rolling with win_type='triang' strange results
{ "avatar_url": "https://avatars.githubusercontent.com/u/3362647?v=4", "events_url": "https://api.github.com/users/WangWenQiang/events{/privacy}", "followers_url": "https://api.github.com/users/WangWenQiang/followers", "following_url": "https://api.github.com/users/WangWenQiang/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "eb6420", "default": false, "description": "Non-arithmetic algos: va...
closed
false
null
[]
null
5
2018-08-10T07:15:42Z
2020-04-26T03:30:22Z
2019-06-12T01:42:50Z
NONE
null
in my env(mac, python3.6.1,pandas0.23.4) ```python In [26]: df = pd.DataFrame({'B': [0, 1, 2, np.nan, 4]}) In [27]: df Out[27]: B 0 0.0 1 1.0 2 2.0 3 NaN 4 4.0 In [28]: df.rolling(2, win_type='triang').sum() Out[28]: B 0 NaN 1 0.5 2 1.5 3 NaN 4 NaN In [29]: df.rolling(2, win_type='triang').mean...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22268/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22268/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22269
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22269/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22269/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22269/events
https://github.com/pandas-dev/pandas/pull/22269
349,464,438
MDExOlB1bGxSZXF1ZXN0MjA3NTcyODE0
22,269
Replace tar_csv.tar.gz with gzipped tar
{ "avatar_url": "https://avatars.githubusercontent.com/u/1970404?v=4", "events_url": "https://api.github.com/users/ginggs/events{/privacy}", "followers_url": "https://api.github.com/users/ginggs/followers", "following_url": "https://api.github.com/users/ginggs/following{/other_user}", "gists_url": "https://ap...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "06909A", "d...
closed
false
null
[]
null
5
2018-08-10T10:36:39Z
2018-08-17T12:25:54Z
2018-08-17T11:17:54Z
CONTRIBUTOR
null
tar was not compressed previously
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22269/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22269/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22269.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22269", "merged_at": "2018-08-17T11:17:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22269.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22269" }
https://api.github.com/repos/pandas-dev/pandas/issues/22270
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22270/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22270/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22270/events
https://github.com/pandas-dev/pandas/issues/22270
349,498,959
MDU6SXNzdWUzNDk0OTg5NTk=
22,270
to_html w/ float_format="%.0f" renders 100.0 as 1
{ "avatar_url": "https://avatars.githubusercontent.com/u/4449214?v=4", "events_url": "https://api.github.com/users/tothandor/events{/privacy}", "followers_url": "https://api.github.com/users/tothandor/followers", "following_url": "https://api.github.com/users/tothandor/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": "006b75", "default": false, "description": "read_html, to_html, Styl...
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-08-10T12:35:26Z
2018-11-26T13:59:22Z
2018-11-26T13:59:22Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd print(pd.DataFrame([100.0]).to_html(float_format='%.0f')) ``` #### Problem description The above code will render a value of 1 instead of 100. ```html <table border="1" class="dataframe"> ... <td>1</td> ... </table...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22270/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22270/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22271
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22271/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22271/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22271/events
https://github.com/pandas-dev/pandas/issues/22271
349,595,272
MDU6SXNzdWUzNDk1OTUyNzI=
22,271
Change Default to/read JSON Format to orient='table'
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "207de5", "default": false, "description": "read_json, to_json, json_normalize", "id": 49379259, "name": "IO JSON", "node_id": "MDU6TGFiZWw0OTM3OTI1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON" }, { "color": "207de5", "default": fa...
closed
false
null
[]
null
0
2018-08-10T17:21:55Z
2019-09-02T20:45:08Z
2019-09-02T20:45:08Z
MEMBER
null
Assuming #21827 goes through I think it will make sense to change the default JSON format for reading/writing to `orient="table"` as it does the best job of preserving metadata. This would require a `FutureWarning` for the existing defaults ('index' for Series and 'columns' for DataFrame)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22271/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22271/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22272
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22272/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22272/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22272/events
https://github.com/pandas-dev/pandas/issues/22272
349,596,008
MDU6SXNzdWUzNDk1OTYwMDg=
22,272
Add 'table' as Allowed `orient` Value in to_json Docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": "read_json, to_json, j...
closed
false
null
[]
null
3
2018-08-10T17:24:33Z
2018-08-11T01:37:09Z
2018-08-11T01:37:09Z
MEMBER
null
Right now the allowed values for Series and DataFrame objects are missing `table` as an allowed value for the `orient` parameter in to_json https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.to_json.html
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22272/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22272/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22273
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22273/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22273/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22273/events
https://github.com/pandas-dev/pandas/pull/22273
349,617,963
MDExOlB1bGxSZXF1ZXN0MjA3NjkxNzMy
22,273
Comments to understand code!
{ "avatar_url": "https://avatars.githubusercontent.com/u/29937202?v=4", "events_url": "https://api.github.com/users/santosh2702/events{/privacy}", "followers_url": "https://api.github.com/users/santosh2702/followers", "following_url": "https://api.github.com/users/santosh2702/following{/other_user}", "gists_u...
[]
closed
false
null
[]
null
3
2018-08-10T18:40:27Z
2018-08-10T18:51:13Z
2018-08-10T18:46:37Z
CONTRIBUTOR
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22273/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22273/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22273.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22273", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22273.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22273" }
https://api.github.com/repos/pandas-dev/pandas/issues/22274
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22274/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22274/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22274/events
https://github.com/pandas-dev/pandas/issues/22274
349,671,251
MDU6SXNzdWUzNDk2NzEyNTE=
22,274
API: Add Calendar Day Frequency ("CD")
{ "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": "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": "0052cc", "default": false, "description": "D...
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...
31
2018-08-10T22:09:14Z
2018-09-27T21:14:39Z
2018-09-27T21:14:39Z
MEMBER
null
This is a proposal to replace #20633. `offsets.Day` (`'D'`) is documented to represent calendar day; however, `Day` arithmetic and usage of the `'D'` offset alias (e.g. `df.resample('D')`, `timedelta_range(..., freq='D')`, etc.) currently respects absolute time (i.e. `Day` acts like `Timedelta(days=1)`). This usage ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22274/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22274/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22275
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22275/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22275/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22275/events
https://github.com/pandas-dev/pandas/issues/22275
349,675,557
MDU6SXNzdWUzNDk2NzU1NTc=
22,275
Decimal fields dropped in group by with more than one column
{ "avatar_url": "https://avatars.githubusercontent.com/u/4128715?v=4", "events_url": "https://api.github.com/users/drudd/events{/privacy}", "followers_url": "https://api.github.com/users/drudd/followers", "following_url": "https://api.github.com/users/drudd/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "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", ...
10
2018-08-10T22:31:34Z
2021-06-21T06:08:09Z
null
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd import decimal df = pd.DataFrame({'a': [decimal.Decimal('4.56')]*6, 'b': range(3, 6)*2, 'c': range(6)}) print df.groupby('b')['a'].sum() print df.groupby('b')['a', 'c'].sum() print df.groupby('b').agg({'a': 'sum', 'c': 'sum'}...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22275/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22275/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22276
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22276/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22276/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22276/events
https://github.com/pandas-dev/pandas/issues/22276
349,678,382
MDU6SXNzdWUzNDk2NzgzODI=
22,276
read.csv index_col argument accepts string, list-of-string
{ "avatar_url": "https://avatars.githubusercontent.com/u/1179309?v=4", "events_url": "https://api.github.com/users/smcinerney/events{/privacy}", "followers_url": "https://api.github.com/users/smcinerney/followers", "following_url": "https://api.github.com/users/smcinerney/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": "5319e7", "default": false, "description": "read_csv, to_csv", ...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2018-08-10T22:47:51Z
2019-03-15T21:29:05Z
2019-03-15T21:29:05Z
NONE
null
1. `read.csv` index_col argument has been accepting either string or list-of-string for years, but the doc (as of 0.24 dev) has never been updated to reflect this. Current and suggested text at bottom. 1. All columns used in index_col get dropped as regular columns. The doc never explicitly says this and [it causes us...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22276/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22276/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22277
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22277/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22277/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22277/events
https://github.com/pandas-dev/pandas/pull/22277
349,692,659
MDExOlB1bGxSZXF1ZXN0MjA3NzQ5Mjkx
22,277
Added table as Allowed `orient` Value in to_json Docs(#22272)
{ "avatar_url": "https://avatars.githubusercontent.com/u/21965025?v=4", "events_url": "https://api.github.com/users/NikhilKumarM/events{/privacy}", "followers_url": "https://api.github.com/users/NikhilKumarM/followers", "following_url": "https://api.github.com/users/NikhilKumarM/following{/other_user}", "gist...
[]
closed
false
null
[]
null
1
2018-08-11T00:50:32Z
2018-08-11T01:37:15Z
2018-08-11T01:37:09Z
CONTRIBUTOR
null
- [x] closes #22272 - [ ] 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/22277/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22277/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22277.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22277", "merged_at": "2018-08-11T01:37:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22277.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22277" }
https://api.github.com/repos/pandas-dev/pandas/issues/22278
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22278/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22278/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22278/events
https://github.com/pandas-dev/pandas/issues/22278
349,716,687
MDU6SXNzdWUzNDk3MTY2ODc=
22,278
Are multiple callable/dict groupers allowed in groupby?
{ "avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4", "events_url": "https://api.github.com/users/toobaz/events{/privacy}", "followers_url": "https://api.github.com/users/toobaz/followers", "following_url": "https://api.github.com/users/toobaz/following{/other_user}", "gists_url": "https://ap...
[ { "color": "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": "Functionality t...
open
false
null
[]
null
1
2018-08-11T08:26:06Z
2021-06-21T06:09:07Z
null
MEMBER
null
#### Problem description The docs for ``DataFrame.groupby`` signature start with: ``` by : mapping, function, label, or list of labels Used to determine the groups for the groupby. ``` ... but the code assumes that lists of mappings or functions can also be passed, and this is also tested, although with lim...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22278/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22278/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22279
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22279/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22279/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22279/events
https://github.com/pandas-dev/pandas/pull/22279
349,721,242
MDExOlB1bGxSZXF1ZXN0MjA3NzY3MzU0
22,279
BUG: do not crash on a callable grouper returning tuples
{ "avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4", "events_url": "https://api.github.com/users/toobaz/events{/privacy}", "followers_url": "https://api.github.com/users/toobaz/followers", "following_url": "https://api.github.com/users/toobaz/following{/other_user}", "gists_url": "https://ap...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "e11d21", "default": false, "description": "Functionality t...
closed
false
null
[]
null
4
2018-08-11T09:45:42Z
2018-12-14T15:51:59Z
2018-12-14T15:51:59Z
MEMBER
null
- [x] closes #22257 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Notice I didn't have time to test which commit caused the regression.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22279/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22279/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22279.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22279", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22279.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22279" }
https://api.github.com/repos/pandas-dev/pandas/issues/22280
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22280/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22280/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22280/events
https://github.com/pandas-dev/pandas/pull/22280
349,732,790
MDExOlB1bGxSZXF1ZXN0MjA3NzczOTYw
22,280
Add initial property-based tests using Hypothesis
{ "avatar_url": "https://avatars.githubusercontent.com/u/12229877?v=4", "events_url": "https://api.github.com/users/Zac-HD/events{/privacy}", "followers_url": "https://api.github.com/users/Zac-HD/followers", "following_url": "https://api.github.com/users/Zac-HD/following{/other_user}", "gists_url": "https://a...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2019-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...
27
2018-08-11T13:04:53Z
2018-08-28T00:05:08Z
2018-08-25T02:05:41Z
CONTRIBUTOR
null
This pull request has no features or bugfixes for Pandas itself (though it does have a whatsnew entry for contributors), but adds support for and actually adds a few tests using Hypothesis. The new section of the contributing guide below should explain what this means and why it's desirable. There are basically three...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22280/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22280/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22280.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22280", "merged_at": "2018-08-25T02:05:40Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22280.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22280" }
https://api.github.com/repos/pandas-dev/pandas/issues/22281
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22281/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22281/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22281/events
https://github.com/pandas-dev/pandas/issues/22281
349,736,103
MDU6SXNzdWUzNDk3MzYxMDM=
22,281
pd.read_csv return wrong number of lines
{ "avatar_url": "https://avatars.githubusercontent.com/u/5175685?v=4", "events_url": "https://api.github.com/users/ATPs/events{/privacy}", "followers_url": "https://api.github.com/users/ATPs/followers", "following_url": "https://api.github.com/users/ATPs/following{/other_user}", "gists_url": "https://api.gith...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "5319e7", "default": false, "descript...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
2
2018-08-11T14:00:12Z
2018-08-12T02:28:41Z
2018-08-11T16:36:18Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here import pandas as pd df_name = pd.read_csv(r"D:\linux\W\NCBI\taxonamy\names.dmp",sep = "\t", header=None) print(df_name.shape) ``` #### Problem description We can download a file of the taxonomy from NCBI (https://ftp.ncbi.nlm.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/22281/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22281/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22282
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22282/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22282/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22282/events
https://github.com/pandas-dev/pandas/pull/22282
349,745,472
MDExOlB1bGxSZXF1ZXN0MjA3NzgxNTE4
22,282
BUG: Swap byteorder in constructor of Block Manager (#4737)
{ "avatar_url": "https://avatars.githubusercontent.com/u/22367686?v=4", "events_url": "https://api.github.com/users/MHC03/events{/privacy}", "followers_url": "https://api.github.com/users/MHC03/followers", "following_url": "https://api.github.com/users/MHC03/following{/other_user}", "gists_url": "https://api....
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" }, { "color": "fbca...
closed
false
null
[]
null
4
2018-08-11T16:17:35Z
2018-12-09T20:06:58Z
2018-12-09T20:06:58Z
NONE
null
- [x] closes #4737 - [x] tests added / passed (at least the test_internals.py) - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry This is one possible approach to directly change the dtypes to the native byteorder in the constructor of the BlockManager. This code does it aut...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22282/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22282/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22282.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22282", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22282.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22282" }
https://api.github.com/repos/pandas-dev/pandas/issues/22283
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22283/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22283/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22283/events
https://github.com/pandas-dev/pandas/pull/22283
349,746,449
MDExOlB1bGxSZXF1ZXN0MjA3NzgyMTI2
22,283
[CLN] More cython cleanups, with bonus type annotations
{ "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": "fbca04", "default": false, "description": "Related to non-user accessible pandas implementation", "id": 49094459, "name": "Internals", "node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals" }, { "color": "207de5...
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-08-11T16:31:16Z
2018-09-08T03:10:34Z
2018-09-08T02:45:30Z
MEMBER
null
A few places where string formatting is modernized Removed remaining `# cython: profile=False` comments The main (and possible controversial) thing done here is changing some functions to use type-hint syntax. The affected functions are all currently `cpdef`, but are never used in cython, so _should_ only be `de...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22283/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22283/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22283.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22283", "merged_at": "2018-09-08T02:45:30Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22283.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22283" }
https://api.github.com/repos/pandas-dev/pandas/issues/22284
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22284/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22284/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22284/events
https://github.com/pandas-dev/pandas/pull/22284
349,756,132
MDExOlB1bGxSZXF1ZXN0MjA3Nzg4MDIx
22,284
[PERF] use numexpr in dispatch_to_series
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "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...
5
2018-08-11T18:58:40Z
2018-09-08T03:11:27Z
2018-09-08T02:42:47Z
MEMBER
null
Also avoid copy/cast in mixed-dtype case for `_combine_match_index` Lets us use `dispatch_to_series` and get rid of `DataFrame._compare_frame`. ``` asv continuous -f 1.1 -E virtualenv master HEAD -b binary_ops [...] before after ratio [03707400] [0cf9fa00] - 105.09ms 94.39ms 0.90 bi...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22284/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22284/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22284.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22284", "merged_at": "2018-09-08T02:42:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22284.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22284" }
https://api.github.com/repos/pandas-dev/pandas/issues/22285
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22285/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22285/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22285/events
https://github.com/pandas-dev/pandas/issues/22285
349,759,323
MDU6SXNzdWUzNDk3NTkzMjM=
22,285
BUG: SeriesGroupBy.hist ignores input arguments in python2
{ "avatar_url": "https://avatars.githubusercontent.com/u/26352146?v=4", "events_url": "https://api.github.com/users/javadnoorb/events{/privacy}", "followers_url": "https://api.github.com/users/javadnoorb/followers", "following_url": "https://api.github.com/users/javadnoorb/following{/other_user}", "gists_url"...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "8AE234", "default": false, "description": null, "id": ...
closed
false
null
[]
null
5
2018-08-11T19:49:08Z
2019-09-19T17:15:47Z
2019-09-19T17:15:47Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python %matplotlib inline import numpy as np import pandas as pd N = 100 np.random.seed(0) df = pd.DataFrame(np.append(np.random.randn(N), np.random.randn(N) / 10), columns=['rand']) df['group'] = [0] * N + [1] * N df.groupby('group')...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22285/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22285/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22286
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22286/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22286/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22286/events
https://github.com/pandas-dev/pandas/pull/22286
349,769,340
MDExOlB1bGxSZXF1ZXN0MjA3Nzk1OTUw
22,286
ENH: add inplace-kwarg to df.update
{ "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": "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": "AD7FA8", "de...
closed
false
null
[]
null
29
2018-08-11T22:47:43Z
2018-12-03T06:56:15Z
2018-12-03T01:59:21Z
CONTRIBUTOR
null
- [x] closes #21858 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry There wasn't a lot of discussion yet in #21858, so I thought I'd speed things up with a PR. So far: * @gfyoung @toobaz (in https://github.com/pandas-dev/pandas/issues/21855#iss...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22286/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22286/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22286.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22286", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22286.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22286" }
https://api.github.com/repos/pandas-dev/pandas/issues/22287
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22287/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22287/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22287/events
https://github.com/pandas-dev/pandas/pull/22287
349,769,407
MDExOlB1bGxSZXF1ZXN0MjA3Nzk1OTg1
22,287
[CLN] More Misc Cleanups in _libs
{ "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": "fbca04", "default": false, "description": "Related to non-user accessible pandas implementation", "id": 49094459, "name": "Internals", "node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals" }, { "color": "207de5...
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-08-11T22:49:06Z
2018-08-24T04:07:19Z
2018-08-20T11:13:10Z
MEMBER
null
cpdef --> cdef in a few cases modernize string formatting modernize for loop syntax Should be orthogonal to other outstanding PR(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/22287/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22287/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22287.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22287", "merged_at": "2018-08-20T11:13:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22287.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22287" }
https://api.github.com/repos/pandas-dev/pandas/issues/22288
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22288/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22288/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22288/events
https://github.com/pandas-dev/pandas/pull/22288
349,773,618
MDExOlB1bGxSZXF1ZXN0MjA3Nzk4NTI4
22,288
API: Add CalendarDay ('CD') offset
{ "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": "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": "0052cc", "default": false, "description": "D...
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...
22
2018-08-12T00:26:27Z
2018-09-08T02:36:13Z
2018-09-07T12:08:14Z
MEMBER
null
- [x] closes #22274 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Adds `CalendarDay` and `'CD'` offset and alias respectively and changes `Day` (`'D'`) in `date_range` to respect calendar day. With regards to `CalendarDay` added tests 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/22288/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22288/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22288.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22288", "merged_at": "2018-09-07T12:08:14Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22288.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22288" }
https://api.github.com/repos/pandas-dev/pandas/issues/22289
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22289/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22289/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22289/events
https://github.com/pandas-dev/pandas/pull/22289
349,774,156
MDExOlB1bGxSZXF1ZXN0MjA3Nzk4ODMx
22,289
Remove unused param/method
{ "avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4", "events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}", "followers_url": "https://api.github.com/users/alimcmaster1/followers", "following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}", "gist...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
null
3
2018-08-12T00:39:32Z
2018-08-13T20:01:43Z
2018-08-13T20:01:43Z
CONTRIBUTOR
null
- [y] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` -Remove unused param "op" in `_validate_for_numeric_unaryop`. ( Param remove from single call of function) -Static method `_from_element` appears to be unused
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22289/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22289/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22289.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22289", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22289.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22289" }
https://api.github.com/repos/pandas-dev/pandas/issues/22290
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22290/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22290/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22290/events
https://github.com/pandas-dev/pandas/issues/22290
349,775,435
MDU6SXNzdWUzNDk3NzU0MzU=
22,290
ExtensionBlock.is_numeric is always False
{ "avatar_url": "https://avatars.githubusercontent.com/u/5332445?v=4", "events_url": "https://api.github.com/users/jschendel/events{/privacy}", "followers_url": "https://api.github.com/users/jschendel/followers", "following_url": "https://api.github.com/users/jschendel/following{/other_user}", "gists_url": "h...
[ { "color": "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": "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-08-12T01:11:19Z
2018-08-20T11:18:11Z
2018-08-20T11:18:11Z
MEMBER
null
#### Code Sample/Problem Description Currently `ExtensionBlock.is_numeric` always returns `False`. This can be problematic for extension arrays that are numeric, as this is used under the hood in places to filter to numeric columns in a `DataFrame`. I'll be using `IntegerArray` as an example, but this in principle...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22290/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22290/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22291
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22291/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22291/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22291/events
https://github.com/pandas-dev/pandas/issues/22291
349,799,348
MDU6SXNzdWUzNDk3OTkzNDg=
22,291
I am looking for simulation of KNN algorithm for temperature in python or in MATLAB . IF any one can provide me the code than that will be great. cheers. please mail me if you find anything :sonupival6@gmail.com
{ "avatar_url": "https://avatars.githubusercontent.com/u/42314287?v=4", "events_url": "https://api.github.com/users/Sonupival6/events{/privacy}", "followers_url": "https://api.github.com/users/Sonupival6/followers", "following_url": "https://api.github.com/users/Sonupival6/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
null
1
2018-08-12T09:48:34Z
2018-08-12T15:55:57Z
2018-08-12T15:55:57Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here ``` #### Problem description [this should explain **why** the current behaviour is a problem and why the expected output is a better solution.] **Note**: We receive a lot of issues on our GitHub tracker, so it is very possibl...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22291/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22291/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22292
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22292/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22292/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22292/events
https://github.com/pandas-dev/pandas/issues/22292
349,807,167
MDU6SXNzdWUzNDk4MDcxNjc=
22,292
TypeError: cannot convert datetimelike to dtype [datetime64[s]]
{ "avatar_url": "https://avatars.githubusercontent.com/u/33579426?v=4", "events_url": "https://api.github.com/users/alvaromorono/events{/privacy}", "followers_url": "https://api.github.com/users/alvaromorono/followers", "following_url": "https://api.github.com/users/alvaromorono/following{/other_user}", "gist...
[]
closed
false
null
[]
null
2
2018-08-12T12:02:44Z
2018-08-12T16:54:00Z
2018-08-12T16:48:27Z
NONE
null
#### 1ST ISSUE #### This is part of the function that generates the warning ``` data = urllib.request.urlopen(dataLink) data = data.read().decode("utf-8") data = json.loads(data) data = data["btc_usd"] data = pd.DataFrame(data) buys = data[(data['type']=="bid")] buys...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22292/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22292/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22293
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22293/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22293/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22293/events
https://github.com/pandas-dev/pandas/pull/22293
349,815,995
MDExOlB1bGxSZXF1ZXN0MjA3ODIzMzM0
22,293
Bug: Logical operator of Series with Index (#22092)
{ "avatar_url": "https://avatars.githubusercontent.com/u/14367887?v=4", "events_url": "https://api.github.com/users/makbigc/events{/privacy}", "followers_url": "https://api.github.com/users/makbigc/followers", "following_url": "https://api.github.com/users/makbigc/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": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
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...
14
2018-08-12T14:15:20Z
2018-09-18T13:54:15Z
2018-09-18T13:54:15Z
CONTRIBUTOR
null
- [ ] closes #22092 - [ ] 1 test added for &, | and ^ logical operator of series - [ ] 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/22293/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22293/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22293.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22293", "merged_at": "2018-09-18T13:54:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22293.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22293" }
https://api.github.com/repos/pandas-dev/pandas/issues/22294
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22294/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22294/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22294/events
https://github.com/pandas-dev/pandas/pull/22294
349,825,811
MDExOlB1bGxSZXF1ZXN0MjA3ODI5Mzcw
22,294
TST: Add test of DataFrame.xs() with duplicates (#13719)
{ "avatar_url": "https://avatars.githubusercontent.com/u/3150861?v=4", "events_url": "https://api.github.com/users/nmusolino/events{/privacy}", "followers_url": "https://api.github.com/users/nmusolino/followers", "following_url": "https://api.github.com/users/nmusolino/following{/other_user}", "gists_url": "h...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "207de5", "d...
closed
false
null
[]
{ "closed_at": "2019-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-08-12T16:35:54Z
2018-09-15T15:42:02Z
2018-09-15T12:37:25Z
CONTRIBUTOR
null
Added tests of DataFrame.xs() method for multilevel index containing duplicates. The underlying bug reported in #13719 was fixed previously, but was not covered by specific unit tests. - [ ] closes #13719 - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsn...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22294/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22294/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22294.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22294", "merged_at": "2018-09-15T12:37:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22294.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22294" }
https://api.github.com/repos/pandas-dev/pandas/issues/22295
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22295/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22295/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22295/events
https://github.com/pandas-dev/pandas/issues/22295
349,837,801
MDU6SXNzdWUzNDk4Mzc4MDE=
22,295
Don't mangle pd.NaT and np.nan in dp.unqiue()
{ "avatar_url": "https://avatars.githubusercontent.com/u/17513912?v=4", "events_url": "https://api.github.com/users/realead/events{/privacy}", "followers_url": "https://api.github.com/users/realead/followers", "following_url": "https://api.github.com/users/realead/following{/other_user}", "gists_url": "https:...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, d...
closed
false
null
[]
{ "closed_at": "2019-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-08-12T19:32:29Z
2018-09-18T12:51:16Z
2018-09-18T12:51:16Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd pd.unique([np.nan, pd.NaT]) # returns [nan] ``` #### Problem description This result is a little bit inconsistent, because: ``` import pandas.core.algorithms as algos algos.isin([np.nan], [pd.NaT]) ``` returns False,...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22295/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22295/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22296
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22296/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22296/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22296/events
https://github.com/pandas-dev/pandas/pull/22296
349,840,210
MDExOlB1bGxSZXF1ZXN0MjA3ODM4MTMy
22,296
BUG: don't mangle NaN-float-values and pd.NaT (GH 22295)
{ "avatar_url": "https://avatars.githubusercontent.com/u/17513912?v=4", "events_url": "https://api.github.com/users/realead/events{/privacy}", "followers_url": "https://api.github.com/users/realead/followers", "following_url": "https://api.github.com/users/realead/following{/other_user}", "gists_url": "https:...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, d...
closed
false
null
[]
{ "closed_at": "2019-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...
13
2018-08-12T20:10:14Z
2018-09-19T11:00:36Z
2018-09-18T12:51:16Z
CONTRIBUTOR
null
it is more or less the clean-up after PR #21904 and PR #22207, the underlying hash-map handles all cases correctly out-of-the box and thus no special handling is needed. As a collateral, the mangling of NaNs and NaT is fixed. - [x] closes #22295 - [x] closes #22332 - [x] tests added / passed - [x] passes `git...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22296/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22296/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22296.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22296", "merged_at": "2018-09-18T12:51:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22296.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22296" }
https://api.github.com/repos/pandas-dev/pandas/issues/22297
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22297/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22297/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22297/events
https://github.com/pandas-dev/pandas/issues/22297
349,840,933
MDU6SXNzdWUzNDk4NDA5MzM=
22,297
dep_root not available
{ "avatar_url": "https://avatars.githubusercontent.com/u/42325120?v=4", "events_url": "https://api.github.com/users/PyJai/events{/privacy}", "followers_url": "https://api.github.com/users/PyJai/followers", "following_url": "https://api.github.com/users/PyJai/following{/other_user}", "gists_url": "https://api....
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
1
2018-08-12T20:22:06Z
2018-08-12T20:24:58Z
2018-08-12T20:24:51Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here ``` **dep_root module** Im following a tutorial and have downloaded the pandas module, but are getting this error displayed in the python console. _C:\server\Python37\python.exe "C:/server/Python37/PyCharm-workspace/PokerPart...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22297/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22297/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22298
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22298/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22298/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22298/events
https://github.com/pandas-dev/pandas/pull/22298
349,854,472
MDExOlB1bGxSZXF1ZXN0MjA3ODQ3MTIx
22,298
Use a more helpful error message for invalid correlation methods in DataFrame.corr
{ "avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4", "events_url": "https://api.github.com/users/dsaxton/events{/privacy}", "followers_url": "https://api.github.com/users/dsaxton/followers", "following_url": "https://api.github.com/users/dsaxton/following{/other_user}", "gists_url": "https:/...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" } ]
closed
false
null
[]
{ "closed_at": "2019-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-08-12T23:53:02Z
2018-08-18T19:53:34Z
2018-08-18T19:48:01Z
MEMBER
null
`DataFrame.corr` currently returns a `KeyError` for invalid correlation methods. The proposed change would instead return a `ValueError` with an error message reminding the user of the valid correlation methods. ``` import pandas as pd import numpy as np df = pd.DataFrame(np.random.normal(size=(10, 3))) df.co...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22298/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22298/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22298.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22298", "merged_at": "2018-08-18T19:48:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22298.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22298" }
https://api.github.com/repos/pandas-dev/pandas/issues/22299
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22299/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22299/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22299/events
https://github.com/pandas-dev/pandas/issues/22299
349,862,863
MDU6SXNzdWUzNDk4NjI4NjM=
22,299
KeyError after merging dataframes with columns renamed from the same name
{ "avatar_url": "https://avatars.githubusercontent.com/u/6433951?v=4", "events_url": "https://api.github.com/users/QuinRiva/events{/privacy}", "followers_url": "https://api.github.com/users/QuinRiva/followers", "following_url": "https://api.github.com/users/QuinRiva/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
1
2018-08-13T01:35:02Z
2018-08-13T01:41:30Z
2018-08-13T01:38:44Z
NONE
null
Not an error, just a typo. Please ignore the below. #### Code Sample, a copy-pastable example if possible ```python keywords = keywords.rename(columns={'id':'keywordId'} campaigns = campaigns.rename(columns={'id':'campaignId'} combined = keywords.merge(campains, left_on='keywordFull', right_on='keyword', how=...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22299/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22299/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22300
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22300/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22300/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22300/events
https://github.com/pandas-dev/pandas/issues/22300
349,865,535
MDU6SXNzdWUzNDk4NjU1MzU=
22,300
DataFrame.corrwith doesn't warn user about potentially bad alignment
{ "avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4", "events_url": "https://api.github.com/users/dsaxton/events{/privacy}", "followers_url": "https://api.github.com/users/dsaxton/followers", "following_url": "https://api.github.com/users/dsaxton/following{/other_user}", "gists_url": "https:/...
[ { "color": "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": "ffa0ff", "default": false, "description": "I...
closed
false
null
[]
null
1
2018-08-13T01:59:51Z
2018-08-17T01:11:39Z
2018-08-17T01:11:39Z
MEMBER
null
#### Code Sample ```python import numpy as np import pandas as pd np.random.seed(2357) df = pd.DataFrame(np.random.normal(size=(100, 3))) s = pd.Series(np.random.randn(50)) df.corrwith(s) ``` #### Problem description It might be desirable to have `corrwith` return a warning in situations like the ab...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22300/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22300/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22301
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22301/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22301/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22301/events
https://github.com/pandas-dev/pandas/pull/22301
349,894,835
MDExOlB1bGxSZXF1ZXN0MjA3ODc1MTcx
22,301
DOC fix parenthesis placement in style docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/78827?v=4", "events_url": "https://api.github.com/users/jnothman/events{/privacy}", "followers_url": "https://api.github.com/users/jnothman/followers", "following_url": "https://api.github.com/users/jnothman/following{/other_user}", "gists_url": "https:...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2019-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-08-13T05:47:35Z
2018-08-13T09:50:25Z
2018-08-13T05:57:51Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22301/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22301/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22301.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22301", "merged_at": "2018-08-13T05:57:51Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22301.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22301" }
https://api.github.com/repos/pandas-dev/pandas/issues/22302
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22302/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22302/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22302/events
https://github.com/pandas-dev/pandas/issues/22302
349,896,789
MDU6SXNzdWUzNDk4OTY3ODk=
22,302
.head() method for Styler
{ "avatar_url": "https://avatars.githubusercontent.com/u/78827?v=4", "events_url": "https://api.github.com/users/jnothman/events{/privacy}", "followers_url": "https://api.github.com/users/jnothman/followers", "following_url": "https://api.github.com/users/jnothman/following{/other_user}", "gists_url": "https:...
[]
closed
false
null
[]
null
5
2018-08-13T05:59:24Z
2018-08-21T02:33:11Z
2018-08-13T06:37:27Z
CONTRIBUTOR
null
#### Problem description Currently it is convenient to experiment with adding styling to a DataFrame in Jupyter. But if the DataFrame is large, rendering time is slow. `Styler.head()` would be very useful to just display a fraction of the DataFrame. #### Expected Output Styler.head(n) would display the fi...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22302/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22302/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22303
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22303/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22303/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22303/events
https://github.com/pandas-dev/pandas/issues/22303
349,908,851
MDU6SXNzdWUzNDk5MDg4NTE=
22,303
Please make DatatimeIndex slicing behave as int slicing .
{ "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
2
2018-08-13T06:59:21Z
2018-08-13T11:46:16Z
2018-08-13T11:46:16Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python In [15]: index = pd.date_range(start='2018-01-01', end='2018-01-05', freq='H') In [16]: df = pd.DataFrame({'s':1} , index=index) In [17]: df['2018-01-04': '2018-01-05'] Out[17]: s 2018-01-04 00:00:00 1 2018-01-04 01:00:00 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/22303/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22303/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22304
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22304/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22304/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22304/events
https://github.com/pandas-dev/pandas/pull/22304
349,916,002
MDExOlB1bGxSZXF1ZXN0MjA3ODkwODc3
22,304
ENH: add quantile method to resample
{ "avatar_url": "https://avatars.githubusercontent.com/u/4944021?v=4", "events_url": "https://api.github.com/users/discort/events{/privacy}", "followers_url": "https://api.github.com/users/discort/followers", "following_url": "https://api.github.com/users/discort/following{/other_user}", "gists_url": "https:/...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "207de5", "default": false, "description": "resample...
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-08-13T07:28:02Z
2018-08-22T12:27:10Z
2018-08-22T12:27:04Z
CONTRIBUTOR
null
- [x] closes #15023 - [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/22304/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22304/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22304.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22304", "merged_at": "2018-08-22T12:27:03Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22304.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22304" }
https://api.github.com/repos/pandas-dev/pandas/issues/22305
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22305/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22305/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22305/events
https://github.com/pandas-dev/pandas/issues/22305
349,932,298
MDU6SXNzdWUzNDk5MzIyOTg=
22,305
pd.to_datetime() throws if caching is on with Null-like arguments
{ "avatar_url": "https://avatars.githubusercontent.com/u/17513912?v=4", "events_url": "https://api.github.com/users/realead/events{/privacy}", "followers_url": "https://api.github.com/users/realead/followers", "following_url": "https://api.github.com/users/realead/following{/other_user}", "gists_url": "https:...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
6
2018-08-13T08:25:40Z
2020-08-24T11:56:23Z
2019-04-17T12:48:32Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd result = pd.to_datetime([pd.NaT, None], cache=True) ``` #### Problem description It results in error: > ... > ~/anaconda3/lib/python3.6/site-packages/pandas/core/indexes/base.py in get_indexer(self, target, method, limit, ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22305/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22305/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22306
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22306/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22306/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22306/events
https://github.com/pandas-dev/pandas/issues/22306
349,958,700
MDU6SXNzdWUzNDk5NTg3MDA=
22,306
Fatal Python error: GC object already tracked : Linux Centos
{ "avatar_url": "https://avatars.githubusercontent.com/u/17468330?v=4", "events_url": "https://api.github.com/users/deathstar1/events{/privacy}", "followers_url": "https://api.github.com/users/deathstar1/followers", "following_url": "https://api.github.com/users/deathstar1/following{/other_user}", "gists_url"...
[ { "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-08-13T09:44:43Z
2018-08-14T03:28:39Z
2018-08-14T03:28:39Z
NONE
null
#### Code Sample ``` def parallel_lookup_data_frame(args): return ProcessDataByBatch(*args) def ProcessDataByBatch(data,lookupdataset): for index,row in lookupdataset.iterrows(): print("something as data won't matter ") def writeframes(lookupdata): chunks = pd.read_json(filenames...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22306/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22306/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22307
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22307/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22307/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22307/events
https://github.com/pandas-dev/pandas/pull/22307
349,962,929
MDExOlB1bGxSZXF1ZXN0MjA3OTI1ODEw
22,307
DOC: fixes to DataFrame.plot.area docstring
{ "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...
1
2018-08-13T09:57:28Z
2018-08-14T08:46:46Z
2018-08-14T08:46:43Z
MEMBER
null
Follow-up on https://github.com/pandas-dev/pandas/pull/20170
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22307/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22307/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22307.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22307", "merged_at": "2018-08-14T08:46:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22307.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22307" }
https://api.github.com/repos/pandas-dev/pandas/issues/22308
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22308/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22308/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22308/events
https://github.com/pandas-dev/pandas/pull/22308
349,965,608
MDExOlB1bGxSZXF1ZXN0MjA3OTI3ODky
22,308
BUG: Fix float formatting when a string is passed as float_format arg
{ "avatar_url": "https://avatars.githubusercontent.com/u/17545360?v=4", "events_url": "https://api.github.com/users/tomneep/events{/privacy}", "followers_url": "https://api.github.com/users/tomneep/followers", "following_url": "https://api.github.com/users/tomneep/following{/other_user}", "gists_url": "https:...
[ { "color": "ededed", "default": false, "description": "__repr__ of pandas objects, to_string", "id": 13101118, "name": "Output-Formatting", "node_id": "MDU6TGFiZWwxMzEwMTExOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting" } ]
closed
false
null
[]
{ "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-08-13T10:05:39Z
2018-11-26T14:21:49Z
2018-11-26T13:59:23Z
CONTRIBUTOR
null
closes #21625 closes #22270. If a string `float_format` argument is passed by the user to `to_string`, `to_latex`, `to_html`, etc, then disable fixed width, so that now e.g. ```python df.to_string(float_format='%.3f') ``` will give the same result as ```python df.to_string(float_format=lambda x: '%.3f' % x) ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22308/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22308/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22308.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22308", "merged_at": "2018-11-26T13:59:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22308.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22308" }
https://api.github.com/repos/pandas-dev/pandas/issues/22309
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22309/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22309/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22309/events
https://github.com/pandas-dev/pandas/issues/22309
349,978,978
MDU6SXNzdWUzNDk5Nzg5Nzg=
22,309
BLD: wheels for 3.6 failing
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
{ "closed_at": "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-08-13T10:48:46Z
2018-08-13T12:36:35Z
2018-08-13T12:36:34Z
CONTRIBUTOR
null
https://travis-ci.org/MacPython/pandas-wheels/jobs/415273186 looks like a test that is in a loop
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22309/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22309/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22310
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22310/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22310/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22310/events
https://github.com/pandas-dev/pandas/pull/22310
350,007,953
MDExOlB1bGxSZXF1ZXN0MjA3OTYwNzUx
22,310
DOC/DEPR: clarify argmin/argmax deprecation message
{ "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...
1
2018-08-13T12:26:08Z
2018-08-14T08:45:43Z
2018-08-13T16:33:45Z
MEMBER
null
Attempt to better phrase the message, xref https://github.com/pandas-dev/pandas/issues/16830#issuecomment-412211029
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22310/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22310/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22310.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22310", "merged_at": "2018-08-13T16:33:45Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22310.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22310" }
https://api.github.com/repos/pandas-dev/pandas/issues/22311
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22311/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22311/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22311/events
https://github.com/pandas-dev/pandas/issues/22311
350,012,772
MDU6SXNzdWUzNTAwMTI3NzI=
22,311
pd.Timestamp(timestamp) looses freq
{ "avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4", "events_url": "https://api.github.com/users/toobaz/events{/privacy}", "followers_url": "https://api.github.com/users/toobaz/followers", "following_url": "https://api.github.com/users/toobaz/following{/other_user}", "gists_url": "https://ap...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "0052cc", "default": false, "description": "DateOffse...
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-08-13T12:40:49Z
2018-11-07T14:05:46Z
2018-11-07T14:05:46Z
MEMBER
null
#### Code Sample, a copy-pastable example if possible ```python In [2]: print(pd.Timestamp(pd.Timestamp('2010-08-08', freq='D')).freq) None ``` #### Problem description I expect a timestamp initialized from a timestamp to keep its properties. And indeeed: ``` In [3]: print(pd.Timestamp(pd.Timestamp('2010-...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22311/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22311/timeline
null
null
null