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/19610
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19610/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19610/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19610/events
https://github.com/pandas-dev/pandas/pull/19610
295,727,247
MDExOlB1bGxSZXF1ZXN0MTY4MTMzODgz
19,610
Consolidate nth / last object Groupby Implementations
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "207de5", "default": false, "description": null, "id": ...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2018-02-09T01:42:18Z
2018-02-10T16:11:20Z
2018-02-10T16:08:59Z
MEMBER
null
- [X] closes #19569 - [X] tests added / passed - [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry Depending on what goes first between this and #19481 some merge conflicts will need to be cleaned up
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19610/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19610/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19610.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19610", "merged_at": "2018-02-10T16:08:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19610.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19610" }
https://api.github.com/repos/pandas-dev/pandas/issues/19611
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19611/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19611/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19611/events
https://github.com/pandas-dev/pandas/pull/19611
295,731,338
MDExOlB1bGxSZXF1ZXN0MTY4MTM2ODU5
19,611
dispatch frame methods to series versions instead of re-implementing masking etc
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "006b75", "default": false, "description": "Arithmetic, Comparison, and Logical operations", "id": 47223669, "name": "Numeric Operations", "node_id": "MDU6TGFiZWw0NzIyMzY2OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations" }, { "c...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
10
2018-02-09T02:07:33Z
2018-02-18T18:23:05Z
2018-02-18T16:36:25Z
MEMBER
null
This moves some of DataFrame's dispatching logic into `ops`, mostly in ways that don't change any logic. The place that logic _is_ changed is in `DataFrame._combine_frame` where instead of defining `arith_op` to mask `func` and wrapping `{col: arith_op(this[col].values, other[col].values) for col in this.columns}`, ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19611/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19611/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19611.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19611", "merged_at": "2018-02-18T16:36:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19611.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19611" }
https://api.github.com/repos/pandas-dev/pandas/issues/19612
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19612/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19612/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19612/events
https://github.com/pandas-dev/pandas/pull/19612
295,747,925
MDExOlB1bGxSZXF1ZXN0MTY4MTQ4NzEw
19,612
Fix uncaught OutOfBounds in array_to_datetime
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2018-02-09T04:00:16Z
2018-02-11T21:36:48Z
2018-02-11T14:48:36Z
MEMBER
null
The call to convert_datetime_to_tsobject has a check_dts_bounds in it. One of the usages in array_to_datetime gets that right, the other misses it.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19612/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19612/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19612.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19612", "merged_at": "2018-02-11T14:48:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19612.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19612" }
https://api.github.com/repos/pandas-dev/pandas/issues/19613
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19613/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19613/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19613/events
https://github.com/pandas-dev/pandas/pull/19613
295,750,769
MDExOlB1bGxSZXF1ZXN0MTY4MTUwNzQw
19,613
De-duplicate masking/fallback logic in ops
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "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": "006b75"...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-09T04:23:04Z
2018-06-22T03:32:38Z
2018-02-13T00:19:23Z
MEMBER
null
Some nice deletions here.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19613/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19613/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19613.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19613", "merged_at": "2018-02-13T00:19:23Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19613.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19613" }
https://api.github.com/repos/pandas-dev/pandas/issues/19614
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19614/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19614/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19614/events
https://github.com/pandas-dev/pandas/issues/19614
295,772,646
MDU6SXNzdWUyOTU3NzI2NDY=
19,614
Is there any fast way to apply crossjoin or join not on two dataframes?
{ "avatar_url": "https://avatars.githubusercontent.com/u/26687078?v=4", "events_url": "https://api.github.com/users/ftune/events{/privacy}", "followers_url": "https://api.github.com/users/ftune/followers", "following_url": "https://api.github.com/users/ftune/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" }, { "color": "009800", "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...
1
2018-02-09T06:57:50Z
2018-02-09T11:54:46Z
2018-02-09T11:54:31Z
NONE
null
I try to find way to apply cross join on pandas. Failed to find useful suggestion in pandas document. Like ` SELECT * FROM [GameScores] CROSS JOIN [Departments] or SELECT * FROM [GameScores] JOIN [Departments] on [GameScores].t1 != [Departments].t1 ` I get one possible answer like: ` import itertools list=...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19614/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19614/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19615
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19615/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19615/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19615/events
https://github.com/pandas-dev/pandas/issues/19615
295,814,133
MDU6SXNzdWUyOTU4MTQxMzM=
19,615
Adding Non-US holidays in pandas.tseries.holiday
{ "avatar_url": "https://avatars.githubusercontent.com/u/9987721?v=4", "events_url": "https://api.github.com/users/cjer/events{/privacy}", "followers_url": "https://api.github.com/users/cjer/followers", "following_url": "https://api.github.com/users/cjer/following{/other_user}", "gists_url": "https://api.gith...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "0052cc", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
1
2018-02-09T09:58:37Z
2018-02-09T11:57:08Z
2018-02-09T11:56:56Z
NONE
null
`pandas.tseries.holiday` has built-in only US holiday calendars. Is it possible to add other countries' holiday calendars to it? This US-centric module seems weird. Maybe add [holidays](https://pypi.python.org/pypi/holidays) module, so this is not hard-coded and maintained within pandas. I could make a pull requ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19615/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19615/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19616
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19616/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19616/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19616/events
https://github.com/pandas-dev/pandas/issues/19616
295,843,037
MDU6SXNzdWUyOTU4NDMwMzc=
19,616
Index Name vanishes when calling concat on two objects with different order indices
{ "avatar_url": "https://avatars.githubusercontent.com/u/3114066?v=4", "events_url": "https://api.github.com/users/swarnakumar/events{/privacy}", "followers_url": "https://api.github.com/users/swarnakumar/followers", "following_url": "https://api.github.com/users/swarnakumar/following{/other_user}", "gists_ur...
[ { "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": "00...
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-02-09T11:41:34Z
2018-02-09T14:13:53Z
2018-02-09T12:42:49Z
NONE
null
Using pd.concat results in index name disappearing when the index is not in the same order for DataFrames being concatenated ```python >>> df1 = pd.DataFrame({'a': [1, 2], 'b': [3,4]}, index=pd.Index(['a', 'b'], name='ind')) >>> df1 a b ind a 1 3 b 2 4 ``` Now create another dataframe, with t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19616/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19616/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19617
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19617/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19617/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19617/events
https://github.com/pandas-dev/pandas/issues/19617
295,872,204
MDU6SXNzdWUyOTU4NzIyMDQ=
19,617
DEPR: .get_values()
{ "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": "e11d21", "default": false, "description": "Blocking issue or pull request for an upcoming release", "id": 77550281, "name": "Blocker", "node_id": "MDU6TGFiZWw3NzU1MDI4MQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Blocker" }, { "color": "5319e7",...
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-02-09T13:32:50Z
2019-07-01T15:57:41Z
2019-07-01T15:57:41Z
CONTRIBUTOR
null
this was always meant as a private implementation detail. deprecate it now!
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 1, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19617/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19617/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19618
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19618/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19618/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19618/events
https://github.com/pandas-dev/pandas/issues/19618
295,878,775
MDU6SXNzdWUyOTU4Nzg3NzU=
19,618
ENH: Series.str.get_dummies should defer to pd.get_dummies and pass thru args
{ "avatar_url": "https://avatars.githubusercontent.com/u/8282510?v=4", "events_url": "https://api.github.com/users/randomgambit/events{/privacy}", "followers_url": "https://api.github.com/users/randomgambit/followers", "following_url": "https://api.github.com/users/randomgambit/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": "02d7e1", "default": false, "description": "Concat, ...
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", ...
7
2018-02-09T13:55:43Z
2019-10-21T19:34:21Z
null
NONE
null
Hello the Pandas team and thanks for making this package greater day after day. I was using the `str.get_dummies` method on a dataframe and I realized that by default the dummies are coded as `int64`. This looks to me very inefficient because I ran into a memory error when trying to get dummies for a 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/19618/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19618/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19619
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19619/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19619/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19619/events
https://github.com/pandas-dev/pandas/pull/19619
295,901,926
MDExOlB1bGxSZXF1ZXN0MTY4MjYzMTIz
19,619
TST: set multi_statement flag for pymysql tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "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": "5319e7", "d...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-09T15:09:54Z
2018-02-11T22:24:38Z
2018-02-11T22:24:35Z
MEMBER
null
Trying something out for #19462 closes #19462
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19619/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19619/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19619.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19619", "merged_at": "2018-02-11T22:24:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19619.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19619" }
https://api.github.com/repos/pandas-dev/pandas/issues/19620
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19620/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19620/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19620/events
https://github.com/pandas-dev/pandas/issues/19620
295,920,571
MDU6SXNzdWUyOTU5MjA1NzE=
19,620
Possibly unexpected behaviour when using apply and custom funcs
{ "avatar_url": "https://avatars.githubusercontent.com/u/35772357?v=4", "events_url": "https://api.github.com/users/cryptotvync/events{/privacy}", "followers_url": "https://api.github.com/users/cryptotvync/followers", "following_url": "https://api.github.com/users/cryptotvync/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
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
4
2018-02-09T16:03:12Z
2018-02-13T14:49:42Z
2018-02-10T18:09:40Z
NONE
null
``` total=pd.DataFrame({"all_eternal":[1,2,1,1,0,1],"country_name":["United States","Germany","Germany","Germany","France","United States"],"amount":[20,40,30,10,5,6]}) ``` When I apply ``` totalbycountrynew=total.groupby(["country_name"],as_index=False).apply( lambda g: pd.Series({ ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19620/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19620/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19621
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19621/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19621/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19621/events
https://github.com/pandas-dev/pandas/pull/19621
295,940,355
MDExOlB1bGxSZXF1ZXN0MTY4MjkyMjYz
19,621
order of exceptions in array_to_datetime
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-09T17:01:00Z
2018-02-10T17:28:41Z
2018-02-10T17:08:40Z
MEMBER
null
First, cleans things up by moving all the seen_datetime and seen_integer variables to the tops of their respective blocks. Mainly splits the `try:` block for `string_to_dts` up into two pieces based on the two lines in that block that _could_ raise and handles errors more specfically.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19621/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19621/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19621.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19621", "merged_at": "2018-02-10T17:08:40Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19621.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19621" }
https://api.github.com/repos/pandas-dev/pandas/issues/19622
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19622/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19622/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19622/events
https://github.com/pandas-dev/pandas/issues/19622
295,946,995
MDU6SXNzdWUyOTU5NDY5OTU=
19,622
Performance issue when using pivot_table with multiple columns out of which at least one is of type 'category'
{ "avatar_url": "https://avatars.githubusercontent.com/u/2463292?v=4", "events_url": "https://api.github.com/users/MishaVeldhoen/events{/privacy}", "followers_url": "https://api.github.com/users/MishaVeldhoen/followers", "following_url": "https://api.github.com/users/MishaVeldhoen/following{/other_user}", "gi...
[ { "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": "a10c02", "default": false, "description": "Memory or execu...
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-02-09T17:22:56Z
2020-01-24T08:06:22Z
2018-02-10T18:14:44Z
CONTRIBUTOR
null
#### Code Sample ```python import pandas as pd import numpy as np import time n_rows = 1000 n_categories = 250 df = pd.DataFrame({'cat1': np.random.choice(np.arange(0,n_categories), size=n_rows, replace=True), 'cat2': np.random.choice(np.arange(0,n_categories), size=n_rows, replace=True...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19622/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19622/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19623
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19623/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19623/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19623/events
https://github.com/pandas-dev/pandas/issues/19623
295,947,366
MDU6SXNzdWUyOTU5NDczNjY=
19,623
Inconsistency in array_to_datetime "utc_convert"
{ "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" } ]
closed
false
null
[]
null
6
2018-02-09T17:24:13Z
2018-09-10T00:31:49Z
2018-09-10T00:31:49Z
MEMBER
null
If tslib.array_to_datetime sees a tz-aware datetime object and `utc_convert` isn't True, it raises. But later a tz-aware datetime may be parsed from dateutil and it is ignored: ``` elif PyDateTime_Check(val): seen_datetime = 1 if val.tzinfo is not None: ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19623/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19623/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19624
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19624/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19624/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19624/events
https://github.com/pandas-dev/pandas/pull/19624
296,008,392
MDExOlB1bGxSZXF1ZXN0MTY4MzM5NzYw
19,624
Fix left join turning into outer join
{ "avatar_url": "https://avatars.githubusercontent.com/u/1485187?v=4", "events_url": "https://api.github.com/users/elrubio/events{/privacy}", "followers_url": "https://api.github.com/users/elrubio/followers", "following_url": "https://api.github.com/users/elrubio/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": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-09T20:53:14Z
2018-02-10T16:54:11Z
2018-02-10T16:53:38Z
CONTRIBUTOR
null
- [x] closes #19607 - [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/19624/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19624/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19624.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19624", "merged_at": "2018-02-10T16:53:38Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19624.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19624" }
https://api.github.com/repos/pandas-dev/pandas/issues/19625
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19625/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19625/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19625/events
https://github.com/pandas-dev/pandas/pull/19625
296,061,229
MDExOlB1bGxSZXF1ZXN0MTY4Mzc4Mjg4
19,625
function for frequently repeated tz-conversion code
{ "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": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-10T01:32:34Z
2018-02-10T17:28:52Z
2018-02-10T16:59:41Z
MEMBER
null
If cython did generators efficiently we could get rid of a ton of boilerplate where these are used.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19625/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19625/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19625.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19625", "merged_at": "2018-02-10T16:59:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19625.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19625" }
https://api.github.com/repos/pandas-dev/pandas/issues/19626
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19626/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19626/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19626/events
https://github.com/pandas-dev/pandas/pull/19626
296,067,457
MDExOlB1bGxSZXF1ZXN0MTY4MzgyNDM5
19,626
fix overflows in Timestamp.tz_localize near boundaries
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" }, { "color": "5319...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-10T02:58:25Z
2018-03-26T01:16:50Z
2018-02-11T00:04:50Z
MEMBER
null
Flesh out docstring for localize_tsobject, add slightly stronger typing. Closes #12677
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19626/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19626/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19626.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19626", "merged_at": "2018-02-11T00:04:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19626.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19626" }
https://api.github.com/repos/pandas-dev/pandas/issues/19627
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19627/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19627/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19627/events
https://github.com/pandas-dev/pandas/pull/19627
296,077,709
MDExOlB1bGxSZXF1ZXN0MTY4Mzg4NTU5
19,627
Collect tslibs test, organize PeriodIndex 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" } ]
closed
false
null
[]
null
2
2018-02-10T06:14:36Z
2018-02-10T18:47:43Z
2018-02-10T17:20:32Z
MEMBER
null
Parametrize a bunch of nested tests.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19627/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19627/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19627.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19627", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/19627.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19627" }
https://api.github.com/repos/pandas-dev/pandas/issues/19628
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19628/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19628/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19628/events
https://github.com/pandas-dev/pandas/pull/19628
296,084,794
MDExOlB1bGxSZXF1ZXN0MTY4MzkyODAy
19,628
BUG: Do not round DatetimeIndex nanosecond precision when iterating
{ "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": "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": "Timezone data dtype", ...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2018-02-10T08:34:19Z
2018-02-14T18:55:38Z
2018-02-14T11:05:47Z
MEMBER
null
- [x] closes #19603 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry ~~This issue was actually very specific to localizing a `DatetimeIndex` with `datetime.timezone.utc`~~ ``` # On master In [1]: import pandas as pd In [2]: datetimeindex ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19628/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19628/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19628.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19628", "merged_at": "2018-02-14T11:05:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19628.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19628" }
https://api.github.com/repos/pandas-dev/pandas/issues/19629
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19629/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19629/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19629/events
https://github.com/pandas-dev/pandas/issues/19629
296,086,749
MDU6SXNzdWUyOTYwODY3NDk=
19,629
series.agg(np.nansum) etc. returns a series, scalar expected
{ "avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4", "events_url": "https://api.github.com/users/topper-123/events{/privacy}", "followers_url": "https://api.github.com/users/topper-123/followers", "following_url": "https://api.github.com/users/topper-123/following{/other_user}", "gists_url"...
[ { "color": "006b75", "default": false, "description": "Arithmetic, Comparison, and Logical operations", "id": 47223669, "name": "Numeric Operations", "node_id": "MDU6TGFiZWw0NzIyMzY2OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github...
2
2018-02-10T09:11:19Z
2018-10-28T03:26:45Z
2018-10-28T03:26:45Z
CONTRIBUTOR
null
```python >>> pd.Series([1,2,3,4]).agg(np.sum) 10 >>> pd.Series([1,2,3,4]).agg(np.nansum) 0 1 1 2 2 3 3 4 dtype: int64 ``` I would expect the return values of ``.agg(np.nansum)`` and ``.agg(np.sum)`` to be the same, given that pandas "normalizes" np.sum into np.nansum (don't know the correct term)...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19629/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19629/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19630
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19630/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19630/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19630/events
https://github.com/pandas-dev/pandas/issues/19630
296,087,217
MDU6SXNzdWUyOTYwODcyMTc=
19,630
Memory leak behaviour using MultiIndex from GroupBy objects
{ "avatar_url": "https://avatars.githubusercontent.com/u/1549342?v=4", "events_url": "https://api.github.com/users/relonger/events{/privacy}", "followers_url": "https://api.github.com/users/relonger/followers", "following_url": "https://api.github.com/users/relonger/following{/other_user}", "gists_url": "http...
[ { "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": "a10c02", "default": false, "description": "Memory or execu...
closed
false
null
[]
null
2
2018-02-10T09:20:00Z
2021-06-18T05:25:53Z
2021-06-18T05:25:53Z
NONE
null
In short: GroupBy group object (got by `get_group()` or by iterating over GroupBy) MultiIndex object is just a window to the original index. When you use this index to create another Series/DataFrame - the whole original index will be copied. Detailed reproduction: ```python df = pd.DataFrame({'A': range(1,55), ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19630/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19630/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19631
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19631/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19631/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19631/events
https://github.com/pandas-dev/pandas/issues/19631
296,096,157
MDU6SXNzdWUyOTYwOTYxNTc=
19,631
DOC: Improve code quality of doc/make.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2018-02-10T12:10:50Z
2018-02-22T02:05:44Z
2018-02-22T02:05:44Z
MEMBER
null
In #18949, python files in the scripts/ directory were reviewed to pass PEP-8, and added to lint. But doc/make.py was left out, as it wasn't in that directory. Besides PEP-8 problems, make.py has repetitive code that could be avoided by a refactoring. Also, #15591 and #10340 can be addressed as part of this refac...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19631/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19631/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19632
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19632/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19632/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19632/events
https://github.com/pandas-dev/pandas/issues/19632
296,107,886
MDU6SXNzdWUyOTYxMDc4ODY=
19,632
Replace with bfill, ffill or pad on DataFrame
{ "avatar_url": "https://avatars.githubusercontent.com/u/21114125?v=4", "events_url": "https://api.github.com/users/reidy-p/events{/privacy}", "followers_url": "https://api.github.com/users/reidy-p/followers", "following_url": "https://api.github.com/users/reidy-p/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": "d7e102", "default": false, "description": "np.nan, ...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2018-02-10T15:13:26Z
2018-03-07T14:32:12Z
2018-03-07T14:32:12Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible With a Series ``replace`` with ``method`` equal to 'bfill', 'ffill' or 'pad' and ``value=None`` works as expected ```python In [1]: s = pd.Series([0, 1, 2, 3, 4]) In [2]: s.replace([1, 2], method='bfill') Out[2]: 0 0 1 3 2 3 3 3 4 4 dtype:...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19632/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19632/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19633
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19633/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19633/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19633/events
https://github.com/pandas-dev/pandas/issues/19633
296,114,991
MDU6SXNzdWUyOTYxMTQ5OTE=
19,633
groupby by levels behaves differently than in pandas 0.20
{ "avatar_url": "https://avatars.githubusercontent.com/u/5675858?v=4", "events_url": "https://api.github.com/users/Zaharid/events{/privacy}", "followers_url": "https://api.github.com/users/Zaharid/followers", "following_url": "https://api.github.com/users/Zaharid/following{/other_user}", "gists_url": "https:/...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "006b75", "default": false, "description": "Arithmetic, Com...
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-02-10T16:51:42Z
2018-02-10T18:23:00Z
2018-02-10T18:22:44Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd from numpy import nan d = {(0, 'NNPDF31_nlo_as_0130_uncorr__combined', 'chi2'): {('NMC', 'Total', 325, 394): nan, ('NMC', 'Total', 325, 400): 906.5202301172686, ('SLAC', 'Total', 67, 394): nan, ('SLAC', 'Tota...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19633/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19633/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19634
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19634/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19634/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19634/events
https://github.com/pandas-dev/pandas/pull/19634
296,118,979
MDExOlB1bGxSZXF1ZXN0MTY4NDEyMjUx
19,634
DOC: Improving code quality of doc/make.py, PEP-8 and refactoring (#19631)
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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...
13
2018-02-10T17:46:41Z
2018-02-22T12:54:17Z
2018-02-22T02:05:44Z
MEMBER
null
- [X] closes #19631 closes #15591 closes #10340 - [ ] tests added / passed - [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry Summary of the PR: - doc/make.py in lint and respects PEP-8 - Making the structure of the code more organized - Added command line arguments 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/19634/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19634/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19634.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19634", "merged_at": "2018-02-22T02:05:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19634.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19634" }
https://api.github.com/repos/pandas-dev/pandas/issues/19635
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19635/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19635/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19635/events
https://github.com/pandas-dev/pandas/pull/19635
296,119,437
MDExOlB1bGxSZXF1ZXN0MTY4NDEyNTYw
19,635
Consolidated Groupby nth / last object Templates
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "207de5", "default": false, "description": null, "id": ...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-10T17:52:59Z
2018-02-10T18:52:45Z
2018-02-10T18:48:16Z
MEMBER
null
- [X] closes #19569 - [ ] tests added / passed - [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry Updated to prevent the group_rank_object method from being templated after the merging of #19481
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19635/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19635/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19635.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19635", "merged_at": "2018-02-10T18:48:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19635.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19635" }
https://api.github.com/repos/pandas-dev/pandas/issues/19636
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19636/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19636/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19636/events
https://github.com/pandas-dev/pandas/pull/19636
296,123,876
MDExOlB1bGxSZXF1ZXN0MTY4NDE1Mjk5
19,636
move shift_months test to test_arithmetic
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" } ]
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-10T18:54:17Z
2018-02-11T01:29:11Z
2018-02-11T00:49:22Z
MEMBER
null
Broken off of #19627
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19636/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19636/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19636.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19636", "merged_at": "2018-02-11T00:49:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19636.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19636" }
https://api.github.com/repos/pandas-dev/pandas/issues/19637
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19637/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19637/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19637/events
https://github.com/pandas-dev/pandas/pull/19637
296,124,433
MDExOlB1bGxSZXF1ZXN0MTY4NDE1NjM1
19,637
test_astype portion of #19627
{ "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": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-10T19:01:42Z
2018-02-11T21:36:56Z
2018-02-11T14:50:47Z
MEMBER
null
parametrized as suggested
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19637/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19637/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19637.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19637", "merged_at": "2018-02-11T14:50:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19637.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19637" }
https://api.github.com/repos/pandas-dev/pandas/issues/19638
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19638/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19638/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19638/events
https://github.com/pandas-dev/pandas/pull/19638
296,124,811
MDExOlB1bGxSZXF1ZXN0MTY4NDE1ODYx
19,638
Move liboffsets, libfreqs, libparsing tests to test_tslibs
{ "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": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-10T19:07:04Z
2018-02-11T21:36:43Z
2018-02-11T14:44:07Z
MEMBER
null
libfreqs and liboffsets tests are moved but not edited. libparsing tests has one test moved to tests.indexes.datetimes.test_tools to keep it self-contained.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19638/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19638/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19638.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19638", "merged_at": "2018-02-11T14:44:07Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19638.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19638" }
https://api.github.com/repos/pandas-dev/pandas/issues/19639
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19639/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19639/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19639/events
https://github.com/pandas-dev/pandas/pull/19639
296,125,278
MDExOlB1bGxSZXF1ZXN0MTY4NDE2MTI2
19,639
move timedelta test_astype test
{ "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": "5319e7", "d...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-10T19:13:21Z
2018-02-11T21:37:03Z
2018-02-11T14:51:48Z
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/19639/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19639/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19639.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19639", "merged_at": "2018-02-11T14:51:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19639.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19639" }
https://api.github.com/repos/pandas-dev/pandas/issues/19640
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19640/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19640/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19640/events
https://github.com/pandas-dev/pandas/pull/19640
296,126,176
MDExOlB1bGxSZXF1ZXN0MTY4NDE2NjY2
19,640
move array_to_datetime timests
{ "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": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-10T19:25:16Z
2018-06-22T03:32:35Z
2018-02-12T11:33:33Z
MEMBER
null
Almost done. With array_to_datetime there is some fuzziness in when a test is for array_to_datetime and when it is for to_datetime. I'm trying to specifically isolate tslibs tests, so for now am erring on the side of keeping to_datetime tests in test_tools.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19640/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19640/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19640.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19640", "merged_at": "2018-02-12T11:33:33Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19640.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19640" }
https://api.github.com/repos/pandas-dev/pandas/issues/19641
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19641/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19641/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19641/events
https://github.com/pandas-dev/pandas/pull/19641
296,127,745
MDExOlB1bGxSZXF1ZXN0MTY4NDE3NDk3
19,641
Organize PeriodIndex 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": "eb6420", "d...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-10T19:44:34Z
2018-02-12T16:32:31Z
2018-02-11T14:56:29Z
MEMBER
null
Crammed a lot of #19627 into this. Also did some new parametrization.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19641/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19641/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19641.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19641", "merged_at": "2018-02-11T14:56:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19641.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19641" }
https://api.github.com/repos/pandas-dev/pandas/issues/19642
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19642/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19642/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19642/events
https://github.com/pandas-dev/pandas/pull/19642
296,128,129
MDExOlB1bGxSZXF1ZXN0MTY4NDE3NzEy
19,642
tests for tslibs.conversion and tslibs.timezones
{ "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": "5319e7", "d...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-10T19:49:07Z
2018-02-14T15:00:17Z
2018-02-14T11:26:51Z
MEMBER
null
This is the last one.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19642/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19642/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19642.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19642", "merged_at": "2018-02-14T11:26:51Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19642.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19642" }
https://api.github.com/repos/pandas-dev/pandas/issues/19643
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19643/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19643/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19643/events
https://github.com/pandas-dev/pandas/issues/19643
296,148,802
MDU6SXNzdWUyOTYxNDg4MDI=
19,643
Period.asfreq issue caused(?) by C division rules
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "eb6420", "default": false, "description": "Period data type", "...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-11T01:00:39Z
2018-02-21T10:31:56Z
2018-02-21T10:31:56Z
MEMBER
null
This behavior is present both before and after #19608/#19540. ``` per = pd.Period('0001-01-01', freq='B') >>> per + 1 Period('0001-01-02', 'B') >>> per - 1 Period('0001-01-05', 'B') >>> per - 4 Period('0001-01-02', 'B') >>> per - 5 Period('0000-12-25', 'B') ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19643/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19643/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19644
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19644/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19644/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19644/events
https://github.com/pandas-dev/pandas/issues/19644
296,156,707
MDU6SXNzdWUyOTYxNTY3MDc=
19,644
pandas.read_csv tries to convert "NaN" even when specifying dtype argument
{ "avatar_url": "https://avatars.githubusercontent.com/u/9159214?v=4", "events_url": "https://api.github.com/users/jamesqo/events{/privacy}", "followers_url": "https://api.github.com/users/jamesqo/followers", "following_url": "https://api.github.com/users/jamesqo/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": 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...
14
2018-02-11T03:31:10Z
2018-02-26T18:13:14Z
2018-02-26T11:30:51Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python from pandas.compat import StringIO import pandas as pd t1 = """float 1 """ t2 = """float NaN """ for t in t1, t2: df = pd.read_csv(StringIO(t), dtype={'float': 'str'}) print(type(df['float'][0])) ``` #### Problem description ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19644/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19644/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19645
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19645/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19645/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19645/events
https://github.com/pandas-dev/pandas/pull/19645
296,195,113
MDExOlB1bGxSZXF1ZXN0MTY4NDU2NDY1
19,645
TST: placement of network error catching in s3 tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "e4a5f1", "d...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-11T14:43:33Z
2018-09-27T18:13:49Z
2018-02-13T00:12:56Z
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/19645/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19645/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19645.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19645", "merged_at": "2018-02-13T00:12:56Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19645.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19645" }
https://api.github.com/repos/pandas-dev/pandas/issues/19646
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19646/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19646/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19646/events
https://github.com/pandas-dev/pandas/issues/19646
296,202,596
MDU6SXNzdWUyOTYyMDI1OTY=
19,646
Actual dtypes of pd.DataFrame(None, [...], dtype=int)
{ "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": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "e102d8", "de...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
0
2018-02-11T16:23:55Z
2018-04-01T17:47:39Z
2018-04-01T17:47:39Z
MEMBER
null
#### Code Sample, a copy-pastable example if possible ```python In [2]: pd.DataFrame(index=range(2), columns=['a', 'b'], dtype=int).dtypes Out[2]: a object b object dtype: object ``` compare to ```python In [3]: pd.Series(index=range(2), dtype=int).dtype Out[3]: dtype('float64') ``` #### Problem d...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19646/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19646/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19647
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19647/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19647/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19647/events
https://github.com/pandas-dev/pandas/issues/19647
296,208,515
MDU6SXNzdWUyOTYyMDg1MTU=
19,647
dtype-unaware (empty) objects ("any" dtype)
{ "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": "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...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
0
2018-02-11T17:37:14Z
2021-06-18T05:26:48Z
null
MEMBER
null
#### Code Sample, a copy-pastable example if possible ```python In [2]: s = pd.Series(dtype='object') In [3]: s.loc['myint'] = 1 In [4]: s.loc['myfloat'] = 2. In [5]: s Out[5]: myint 1.0 myfloat 2.0 dtype: float64 ``` #### Problem description When an empty Series is added the first object...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19647/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19647/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19648
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19648/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19648/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19648/events
https://github.com/pandas-dev/pandas/issues/19648
296,214,511
MDU6SXNzdWUyOTYyMTQ1MTE=
19,648
[Feature Request]: df.plot(type='pca')
{ "avatar_url": "https://avatars.githubusercontent.com/u/2761597?v=4", "events_url": "https://api.github.com/users/alexlenail/events{/privacy}", "followers_url": "https://api.github.com/users/alexlenail/followers", "following_url": "https://api.github.com/users/alexlenail/following{/other_user}", "gists_url":...
[]
closed
false
null
[]
null
2
2018-02-11T18:49:56Z
2018-02-11T22:11:21Z
2018-02-11T19:11:23Z
CONTRIBUTOR
null
Would a PCA macro be out of scope for pandas? Each time I want to generate a PCA plot to look at data in my dataframes, I go and find the little PCA snippet I use everywhere, which is rather verbose: ``` pca = PCA(n_components=2) Y = pca.fit_transform(StandardScaler().fit_transform(df)) with plt.style.contex...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19648/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19648/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19649
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19649/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19649/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19649/events
https://github.com/pandas-dev/pandas/pull/19649
296,226,183
MDExOlB1bGxSZXF1ZXN0MTY4NDc0NTQ4
19,649
Reduce redirection in ops
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" }, { "color": "eb6420", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
7
2018-02-11T21:13:40Z
2018-02-21T16:49:04Z
2018-02-19T23:19:02Z
MEMBER
null
Among other things, this will make it easier to handle the sparse vs non-sparse Frame ops in one place.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19649/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19649/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19649.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19649", "merged_at": "2018-02-19T23:19:02Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19649.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19649" }
https://api.github.com/repos/pandas-dev/pandas/issues/19650
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19650/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19650/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19650/events
https://github.com/pandas-dev/pandas/pull/19650
296,229,457
MDExOlB1bGxSZXF1ZXN0MTY4NDc2NTY0
19,650
BUG: fix Period.asfreq conversion near datetime(1, 1, 1)
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "eb6420", "default": false, "description": "Period data type", "...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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...
22
2018-02-11T21:53:56Z
2018-02-22T05:45:43Z
2018-02-21T10:31:56Z
MEMBER
null
- [x] closes #19643 - [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/19650/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19650/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19650.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19650", "merged_at": "2018-02-21T10:31:56Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19650.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19650" }
https://api.github.com/repos/pandas-dev/pandas/issues/19651
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19651/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19651/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19651/events
https://github.com/pandas-dev/pandas/pull/19651
296,252,311
MDExOlB1bGxSZXF1ZXN0MTY4NDkwNzA2
19,651
Fixes np.unique on SparseArray
{ "avatar_url": "https://avatars.githubusercontent.com/u/138510?v=4", "events_url": "https://api.github.com/users/hexgnu/events{/privacy}", "followers_url": "https://api.github.com/users/hexgnu/followers", "following_url": "https://api.github.com/users/hexgnu/following{/other_user}", "gists_url": "https://api...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
null
7
2018-02-12T02:32:45Z
2018-10-17T13:42:08Z
2018-10-17T13:42:07Z
CONTRIBUTOR
null
- [x] closes #19595 - [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/19651/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19651/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19651.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19651", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/19651.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19651" }
https://api.github.com/repos/pandas-dev/pandas/issues/19652
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19652/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19652/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19652/events
https://github.com/pandas-dev/pandas/pull/19652
296,266,989
MDExOlB1bGxSZXF1ZXN0MTY4NTAwMzg1
19,652
TST: Move fully passing tests from test_interval_new to test_interval
{ "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": "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": "00...
closed
false
null
[]
null
5
2018-02-12T05:00:41Z
2019-07-03T15:00:45Z
2018-06-28T00:05:44Z
MEMBER
null
- [X] tests added / passed - [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` Some of the `test_interval_new.py` tests are fully passing, so moving them to `test_interval.py` to ensure that new changes don't break them. Added a couple of TODO's to the new tests related to checking non-monotonic...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19652/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19652/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19652.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19652", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/19652.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19652" }
https://api.github.com/repos/pandas-dev/pandas/issues/19653
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19653/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19653/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19653/events
https://github.com/pandas-dev/pandas/issues/19653
296,303,271
MDU6SXNzdWUyOTYzMDMyNzE=
19,653
DOC: Clarifiy fill_value behavior in arithmetic ops
{ "avatar_url": "https://avatars.githubusercontent.com/u/17546299?v=4", "events_url": "https://api.github.com/users/HagaiHargil/events{/privacy}", "followers_url": "https://api.github.com/users/HagaiHargil/followers", "following_url": "https://api.github.com/users/HagaiHargil/following{/other_user}", "gists_u...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
11
2018-02-12T09:03:15Z
2018-02-22T00:16:22Z
2018-02-22T00:16:22Z
CONTRIBUTOR
null
When adding two DataFrames using `df1.add(df2)` one can use the `fill_value` parameter to fill in any NaNs that might come up. This parameter seems pretty broken: ```python a = pd.DataFrame(np.ones((3, 2))) b = pd.DataFrame(np.ones((4, 3))) print(a + b) # all good: # 0 1 2 # 0 2.0 2.0 NaN # 1 2.0...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19653/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19653/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19654
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19654/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19654/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19654/events
https://github.com/pandas-dev/pandas/issues/19654
296,323,238
MDU6SXNzdWUyOTYzMjMyMzg=
19,654
Enhancement: Exclude "callable" classes (and subclasses) from callable() calls
{ "avatar_url": "https://avatars.githubusercontent.com/u/2067093?v=4", "events_url": "https://api.github.com/users/NowanIlfideme/events{/privacy}", "followers_url": "https://api.github.com/users/NowanIlfideme/followers", "following_url": "https://api.github.com/users/NowanIlfideme/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": "0b02e1", "default": false, "description": "Related ...
open
false
null
[]
null
3
2018-02-12T10:17:28Z
2021-06-11T22:13:39Z
null
NONE
null
#### Code Sample ```python >>> import pandas as pd >>> from sympy.abc import x, y >>> gg = pd.DataFrame([[1,2],[3,3],[4,5]], columns=[x,y]) >>> print(gg[[x]]) # works fine, but returns a DataFrame x 0 1 1 3 2 4 >>> print(gg[x]) Traceback (most recent call last): File "<stdin>", line 1, in <mod...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19654/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19654/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19655
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19655/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19655/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19655/events
https://github.com/pandas-dev/pandas/issues/19655
296,326,919
MDU6SXNzdWUyOTYzMjY5MTk=
19,655
pip3.4 install pandas .. fails
{ "avatar_url": "https://avatars.githubusercontent.com/u/8971544?v=4", "events_url": "https://api.github.com/users/nskalis/events{/privacy}", "followers_url": "https://api.github.com/users/nskalis/followers", "following_url": "https://api.github.com/users/nskalis/following{/other_user}", "gists_url": "https:/...
[]
closed
false
null
[]
null
2
2018-02-12T10:30:48Z
2018-02-12T11:43:40Z
2018-02-12T10:53:33Z
NONE
null
#### Problem description On a newly installed CentOS server and Python3.4, pandas installation fails. ``` # hostnamectl Static hostname: xxx Icon name: computer-vm Chassis: vm Machine ID: c6f7ceaf2b662447be72221a58fa173a Boot ID: 096b1c0d1c524504997b0c8185ca69d5 ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19655/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19655/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19656
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19656/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19656/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19656/events
https://github.com/pandas-dev/pandas/issues/19656
296,356,626
MDU6SXNzdWUyOTYzNTY2MjY=
19,656
DOC: Sphinx 1.7 compatability
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "d93f0b", "default": false, "description": "Required and optional...
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-02-12T12:21:09Z
2018-02-12T12:34:05Z
2018-02-12T12:34:00Z
CONTRIBUTOR
null
I thought I posted this when the beta was out, but apparently not. We have a bit of work to do. - [ ] Remove vendored IPython sphinxext (should be OK with https://github.com/ipython/ipython/pull/10907 released) - [ ] Remove vendored numpydoc (work around https://github.com/numpy/numpydoc/pull/106#issuecomment-34322...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19656/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19656/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19657
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19657/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19657/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19657/events
https://github.com/pandas-dev/pandas/pull/19657
296,364,134
MDExOlB1bGxSZXF1ZXN0MTY4NTcwNTk5
19,657
DOC: removed vendored IPython.sphinxext - take 2
{ "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": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
9
2018-02-12T12:49:53Z
2018-04-23T14:00:47Z
2018-04-23T13:59:17Z
MEMBER
null
This reverts commit d6049a0efb7c04996bc374f3747bab8fe4c84bac. xref https://github.com/pandas-dev/pandas/issues/18147, re-do https://github.com/pandas-dev/pandas/pull/18193 (which was reverted in https://github.com/pandas-dev/pandas/pull/18320 because there was still a bug in IPython, which is now fixed in the relea...
{ "+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/19657/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19657/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19657.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19657", "merged_at": "2018-04-23T13:59:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19657.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19657" }
https://api.github.com/repos/pandas-dev/pandas/issues/19658
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19658/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19658/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19658/events
https://github.com/pandas-dev/pandas/issues/19658
296,396,755
MDU6SXNzdWUyOTYzOTY3NTU=
19,658
CLN: Remove uses of Index._data
{ "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": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" }, { "color": "fbca04", "default": false, "de...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
3
2018-02-12T14:38:17Z
2021-06-18T05:30:09Z
2021-06-18T05:30:09Z
CONTRIBUTOR
null
The type of `Index._data` is inconsistent across Index subclasses class | output ----------------- | ------ Index | ndarray PeriodIndex | ndarray[int] (ordinals) DatetimeIndex | DatetimeIndex (?) DatetimeIndex[tz] | ndarray[datetime64[ns]] CategoricalIndex | Categorical Inte...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19658/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19658/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19659
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19659/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19659/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19659/events
https://github.com/pandas-dev/pandas/pull/19659
296,448,152
MDExOlB1bGxSZXF1ZXN0MTY4NjMyMzQ5
19,659
Parametrize PeriodIndex 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": "eb6420", "d...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2018-02-12T16:53:15Z
2018-02-18T15:42:06Z
2018-02-17T20:47:19Z
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/19659/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19659/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19659.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19659", "merged_at": "2018-02-17T20:47:19Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19659.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19659" }
https://api.github.com/repos/pandas-dev/pandas/issues/19660
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19660/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19660/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19660/events
https://github.com/pandas-dev/pandas/pull/19660
296,453,532
MDExOlB1bGxSZXF1ZXN0MTY4NjM1OTk3
19,660
DOC: spellchecked io.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/10076072?v=4", "events_url": "https://api.github.com/users/tommyod/events{/privacy}", "followers_url": "https://api.github.com/users/tommyod/followers", "following_url": "https://api.github.com/users/tommyod/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-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-12T17:07:07Z
2018-02-14T11:31:39Z
2018-02-14T11:31:20Z
CONTRIBUTOR
null
Spellcheck of the docs, specifically of `io.rst`. I did not read everything thoroughly, but I believe the suggested changes will help enforce a greater level of consistency in the docs. * Backticks ` `` ` around Series, DataFrame. * Added some function references, i.e. `` :meth:`~DataFrame.method` ``. * Consisten...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19660/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19660/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19660.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19660", "merged_at": "2018-02-14T11:31:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19660.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19660" }
https://api.github.com/repos/pandas-dev/pandas/issues/19661
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19661/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19661/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19661/events
https://github.com/pandas-dev/pandas/pull/19661
296,467,148
MDExOlB1bGxSZXF1ZXN0MTY4NjQ2MTY5
19,661
collect index formatting 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": "0b02e1", "d...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-12T17:51:03Z
2018-02-18T18:21:44Z
2018-02-18T16:09:45Z
MEMBER
null
It looks like PeriodIndex/TDI/DTI tests are using different rules for what constitutes test_indexing/test_setops. Double-checking before making a PR: test_get_loc_* --> test_indexing test_get_indexer_* --> test_indexing test_insert_* --> test_indexing test_where_* --> test_indexing test_join_* --> test_setops...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19661/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19661/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19661.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19661", "merged_at": "2018-02-18T16:09:45Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19661.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19661" }
https://api.github.com/repos/pandas-dev/pandas/issues/19662
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19662/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19662/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19662/events
https://github.com/pandas-dev/pandas/issues/19662
296,480,736
MDU6SXNzdWUyOTY0ODA3MzY=
19,662
Ambiguous description in pandas.DataFrame.to_parquet documentation
{ "avatar_url": "https://avatars.githubusercontent.com/u/4303236?v=4", "events_url": "https://api.github.com/users/pmlandwehr/events{/privacy}", "followers_url": "https://api.github.com/users/pmlandwehr/followers", "following_url": "https://api.github.com/users/pmlandwehr/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": "parquet, feather", ...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-12T18:37:30Z
2018-02-15T08:17:32Z
2018-02-15T08:17:32Z
NONE
null
#### Relevant Docstring In the verson 0.22.0 [pandas.DataFrame.to_parquet documentation](https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.to_parquet.html), the **engine** kwarg is described as: >"Parquet reader library to use. If ‘auto’, then the option ‘io.parquet.engine’ is used. If ‘auto’,...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19662/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19662/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19663
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19663/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19663/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19663/events
https://github.com/pandas-dev/pandas/pull/19663
296,495,284
MDExOlB1bGxSZXF1ZXN0MTY4NjY2NjE5
19,663
DOC: ignore Panel deprecation warnings during doc build
{ "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": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2018-02-12T19:26:48Z
2018-02-13T19:01:46Z
2018-02-13T19:01:43Z
MEMBER
null
The doc build log is currently full of Panel deprecation warnings. To avoid having to put `:okwarning:` on all code-blocks that use Panel, I put a general filterwarnings for this warning in the conf.py file which hopefully works (alternative would be to put this inside the .rst file itself at the top in a suppressed i...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19663/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19663/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19663.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19663", "merged_at": "2018-02-13T19:01:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19663.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19663" }
https://api.github.com/repos/pandas-dev/pandas/issues/19664
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19664/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19664/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19664/events
https://github.com/pandas-dev/pandas/pull/19664
296,501,550
MDExOlB1bGxSZXF1ZXN0MTY4NjcxMjE5
19,664
enable multivalues insert
{ "avatar_url": "https://avatars.githubusercontent.com/u/616139?v=4", "events_url": "https://api.github.com/users/danfrankj/events{/privacy}", "followers_url": "https://api.github.com/users/danfrankj/followers", "following_url": "https://api.github.com/users/danfrankj/following{/other_user}", "gists_url": "ht...
[ { "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": "5319e7", "default"...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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...
16
2018-02-12T19:47:31Z
2018-05-17T11:28:07Z
2018-03-07T21:54:46Z
CONTRIBUTOR
null
### Summary Currently when pushing a dataframe to a database, lines are inserted one by one. This change enables multivalues inserts. TODO - [x] release note - [ ] address chunksize behavior ### Reference http://docs.sqlalchemy.org/en/rel_0_9/core/dml.html?highlight=insert%20values#sqlalchemy.sql.expressio...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19664/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19664/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19664.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19664", "merged_at": "2018-03-07T21:54:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19664.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19664" }
https://api.github.com/repos/pandas-dev/pandas/issues/19665
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19665/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19665/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19665/events
https://github.com/pandas-dev/pandas/issues/19665
296,501,554
MDU6SXNzdWUyOTY1MDE1NTQ=
19,665
remove_unused_levels() mixes labels of a dataframe index
{ "avatar_url": "https://avatars.githubusercontent.com/u/17292790?v=4", "events_url": "https://api.github.com/users/oakca/events{/privacy}", "followers_url": "https://api.github.com/users/oakca/followers", "following_url": "https://api.github.com/users/oakca/following{/other_user}", "gists_url": "https://api....
[ { "color": "207de5", "default": false, "description": null, "id": 71268330, "name": "MultiIndex", "node_id": "MDU6TGFiZWw3MTI2ODMzMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/MultiIndex" }, { "color": "207de5", "default": false, "description": "Cla...
closed
false
null
[]
null
5
2018-02-12T19:47:32Z
2018-02-15T11:51:11Z
2018-02-15T11:51:11Z
NONE
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19665/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19665/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19666
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19666/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19666/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19666/events
https://github.com/pandas-dev/pandas/issues/19666
296,509,396
MDU6SXNzdWUyOTY1MDkzOTY=
19,666
Can't import h5py with pandas
{ "avatar_url": "https://avatars.githubusercontent.com/u/8090350?v=4", "events_url": "https://api.github.com/users/BrendanMartin/events{/privacy}", "followers_url": "https://api.github.com/users/BrendanMartin/followers", "following_url": "https://api.github.com/users/BrendanMartin/following{/other_user}", "gi...
[ { "color": "5319e7", "default": false, "description": "read_hdf, HDFStore", "id": 47229190, "name": "IO HDF5", "node_id": "MDU6TGFiZWw0NzIyOTE5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HDF5" }, { "color": "207de5", "default": false, "descri...
closed
false
null
[]
null
17
2018-02-12T20:14:35Z
2019-10-15T16:18:10Z
2018-02-12T23:21:48Z
NONE
null
Here's what I'm currently doing: ```python import h5py as h5 import pandas as pd def init_stores(): """Check if h5 exists, create one if it doesn't""" for store_path in store_paths: try: with h5.File(store_path, 'r'): pass except OSError: wi...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19666/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19666/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19667
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19667/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19667/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19667/events
https://github.com/pandas-dev/pandas/pull/19667
296,516,866
MDExOlB1bGxSZXF1ZXN0MTY4NjgyNTUw
19,667
TST: split tests for windows to sub-modules
{ "avatar_url": "https://avatars.githubusercontent.com/u/4010050?v=4", "events_url": "https://api.github.com/users/gilbertoolimpio/events{/privacy}", "followers_url": "https://api.github.com/users/gilbertoolimpio/followers", "following_url": "https://api.github.com/users/gilbertoolimpio/following{/other_user}",...
[ { "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
[]
null
13
2018-02-12T20:41:23Z
2018-07-08T16:08:25Z
2018-07-08T16:08:25Z
CONTRIBUTOR
null
Splitting the test_window.py file into the test_rolling.py files, test_expanding.py and test_ewma.py - [x] closes #19228 - [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/19667/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19667/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19667.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19667", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/19667.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19667" }
https://api.github.com/repos/pandas-dev/pandas/issues/19668
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19668/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19668/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19668/events
https://github.com/pandas-dev/pandas/issues/19668
296,556,829
MDU6SXNzdWUyOTY1NTY4Mjk=
19,668
Pip build test CI failures
{ "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": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" }, { "color": "a2bca7", "default": false, ...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2018-02-12T23:06:02Z
2018-02-19T23:40:11Z
2018-02-19T23:38:43Z
CONTRIBUTOR
null
I've seen a couple of these. Is this intermittent? Any idea what's going on? https://travis-ci.org/pandas-dev/pandas/jobs/340640051 ``` running build_ext pandas._libs.algos: -> [['pandas/_libs/algos.c']] Traceback (most recent call last): File "<string>", line 1, in <module> File "/tm...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19668/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19668/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19669
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19669/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19669/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19669/events
https://github.com/pandas-dev/pandas/pull/19669
296,559,465
MDExOlB1bGxSZXF1ZXN0MTY4NzE0NTM2
19,669
DOC: Ambiguous description in to_parquet engine documentation
{ "avatar_url": "https://avatars.githubusercontent.com/u/4010050?v=4", "events_url": "https://api.github.com/users/gilbertoolimpio/events{/privacy}", "followers_url": "https://api.github.com/users/gilbertoolimpio/followers", "following_url": "https://api.github.com/users/gilbertoolimpio/following{/other_user}",...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "5319e7", "default": false, "description": "parquet, feather", ...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
10
2018-02-12T23:17:59Z
2018-02-15T08:17:32Z
2018-02-15T08:17:32Z
CONTRIBUTOR
null
Ambiguity correction in documentation on pandas.DataFrame.to_parquet - [x] closes #19662 - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] tests added / passed - [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/19669/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19669/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19669.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19669", "merged_at": "2018-02-15T08:17:32Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19669.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19669" }
https://api.github.com/repos/pandas-dev/pandas/issues/19670
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19670/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19670/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19670/events
https://github.com/pandas-dev/pandas/pull/19670
296,576,270
MDExOlB1bGxSZXF1ZXN0MTY4NzI3MDYy
19,670
ENH-19629: Adding numpy nansun/nanmean, etc etc to _cython_table
{ "avatar_url": "https://avatars.githubusercontent.com/u/5992653?v=4", "events_url": "https://api.github.com/users/AaronCritchley/events{/privacy}", "followers_url": "https://api.github.com/users/AaronCritchley/followers", "following_url": "https://api.github.com/users/AaronCritchley/following{/other_user}", ...
[ { "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": "006b75"...
closed
false
null
[]
null
15
2018-02-13T00:45:49Z
2018-05-07T21:26:32Z
2018-05-07T21:26:32Z
CONTRIBUTOR
null
- [x] closes #19629 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry As per the issue, here's proof of solution: ```python Python 3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 12:04:33) [GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/fin...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19670/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19670/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19670.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19670", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/19670.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19670" }
https://api.github.com/repos/pandas-dev/pandas/issues/19671
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19671/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19671/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19671/events
https://github.com/pandas-dev/pandas/issues/19671
296,602,126
MDU6SXNzdWUyOTY2MDIxMjY=
19,671
auto convert from string to datetime64 in iterrows.
{ "avatar_url": "https://avatars.githubusercontent.com/u/2585920?v=4", "events_url": "https://api.github.com/users/xiaoluffy/events{/privacy}", "followers_url": "https://api.github.com/users/xiaoluffy/followers", "following_url": "https://api.github.com/users/xiaoluffy/following{/other_user}", "gists_url": "h...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2018-02-13T03:27:38Z
2020-10-08T05:49:05Z
2018-02-25T23:05:25Z
NONE
null
```python In [1]: import pandas as pd In [2]: pd.__version__ Out[2]: '0.20.1' In [4]: pd.DataFrame({'symbol': ['M1609', 'M1701'], 'date': pd.to_datetime(['2016-09-01', '2017-01-01'])}) Out[4]: date symbol 0 2016-09-01 M1609 1 2017-01-01 M1701 In [5]: df = pd.DataFrame({'symbol': ['M1609', 'M170...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19671/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19671/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19672
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19672/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19672/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19672/events
https://github.com/pandas-dev/pandas/pull/19672
296,620,609
MDExOlB1bGxSZXF1ZXN0MTY4NzU4OTkw
19,672
Fix docstrings, error messages
{ "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": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "ffa0ff", "default": false, "description": "Incorrect or improved...
closed
false
null
[]
null
4
2018-02-13T05:43:38Z
2018-06-22T03:32:18Z
2018-02-19T02:40:48Z
MEMBER
null
The discussion in #19558 makes me think getting PeriodArray and DatetimeArray implemented sooner rather than later will make things easier for other goals. In preparation for that, this PR goes through (most) of the methods that will need to be ported and adapts their error messages to be class-agnostic, and to use `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/19672/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19672/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19672.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19672", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/19672.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19672" }
https://api.github.com/repos/pandas-dev/pandas/issues/19673
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19673/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19673/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19673/events
https://github.com/pandas-dev/pandas/pull/19673
296,639,568
MDExOlB1bGxSZXF1ZXN0MTY4NzcyNzYw
19,673
Cythonized GroupBy Fill
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT,...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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...
14
2018-02-13T07:36:11Z
2018-02-25T20:38:08Z
2018-02-25T16:05:27Z
MEMBER
null
- [X] closes #11296 - [X] tests added / passed - [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry I am not a fan of how I've implemented this in `groupby.py` but I think this change highlights even more the need for some refactoring of that module, specifically in how Cython...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19673/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19673/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19673.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19673", "merged_at": "2018-02-25T16:05:27Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19673.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19673" }
https://api.github.com/repos/pandas-dev/pandas/issues/19674
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19674/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19674/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19674/events
https://github.com/pandas-dev/pandas/issues/19674
296,663,631
MDU6SXNzdWUyOTY2NjM2MzE=
19,674
Where operation with setting doesn't work any more
{ "avatar_url": "https://avatars.githubusercontent.com/u/4289743?v=4", "events_url": "https://api.github.com/users/SonoDavid/events{/privacy}", "followers_url": "https://api.github.com/users/SonoDavid/followers", "following_url": "https://api.github.com/users/SonoDavid/following{/other_user}", "gists_url": "h...
[]
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-02-13T09:16:55Z
2018-02-13T14:08:33Z
2018-02-13T12:41:50Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python df2[df2 > 0] = -df2 ``` #### Problem description In the 10-minute tutorial this code is used, which doesn't work as expected. The DataFrame contains a Nan value and positive and negative numeric values. When running the code, an error appear...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19674/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19674/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19675
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19675/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19675/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19675/events
https://github.com/pandas-dev/pandas/pull/19675
296,757,391
MDExOlB1bGxSZXF1ZXN0MTY4ODU5NjQ3
19,675
DOC: Clarify and add fill_value example in arithmetic ops
{ "avatar_url": "https://avatars.githubusercontent.com/u/17546299?v=4", "events_url": "https://api.github.com/users/HagaiHargil/events{/privacy}", "followers_url": "https://api.github.com/users/HagaiHargil/followers", "following_url": "https://api.github.com/users/HagaiHargil/following{/other_user}", "gists_u...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
7
2018-02-13T14:32:36Z
2018-02-22T00:16:25Z
2018-02-22T00:16:22Z
CONTRIBUTOR
null
- [ ] closes #19653 - [ ] tests added / passed - [ ] 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/19675/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19675/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19675.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19675", "merged_at": "2018-02-22T00:16:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19675.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19675" }
https://api.github.com/repos/pandas-dev/pandas/issues/19676
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19676/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19676/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19676/events
https://github.com/pandas-dev/pandas/issues/19676
296,797,370
MDU6SXNzdWUyOTY3OTczNzA=
19,676
Unused util
{ "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-02-13T16:19:25Z
2018-07-26T12:54:08Z
2018-07-26T12:54:08Z
MEMBER
null
util._doctools.TablePlotter is used only in it's own `__main__` block. Does that need to exist? _decorators.docstring_wrapper is 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/19676/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19676/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19677
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19677/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19677/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19677/events
https://github.com/pandas-dev/pandas/issues/19677
296,819,153
MDU6SXNzdWUyOTY4MTkxNTM=
19,677
CI: Make uncaught warnings raise as errors
{ "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": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
closed
false
null
[]
{ "closed_at": "2019-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-02-13T17:19:23Z
2018-09-18T16:52:01Z
2018-09-18T16:52:01Z
CONTRIBUTOR
null
By adding ``` filterwarnings = error ``` to our `setup.cfg`, we can easily make uncaught warnings turn into errors. What are people's thoughts on this? The only downside I see is that contributor's PR will fail due to unrelated changes to a downstream package, but we can quickly fix those. It seems like...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19677/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19677/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19678
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19678/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19678/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19678/events
https://github.com/pandas-dev/pandas/issues/19678
296,825,491
MDU6SXNzdWUyOTY4MjU0OTE=
19,678
python 2 vs python 3 columns ordering using pandas
{ "avatar_url": "https://avatars.githubusercontent.com/u/25582838?v=4", "events_url": "https://api.github.com/users/engahmed1190/events{/privacy}", "followers_url": "https://api.github.com/users/engahmed1190/followers", "following_url": "https://api.github.com/users/engahmed1190/following{/other_user}", "gist...
[]
closed
false
null
[]
null
2
2018-02-13T17:39:19Z
2018-06-29T02:27:26Z
2018-06-29T02:27:26Z
NONE
null
#### Code Sample ```python selective_price = [] for index_sample, row_sample in selectivePriceList.iterrows(): selective_price.append(row_sample.loc[list_keys]) counter +=1 #print(selective_price) selective_price = pd.concat(selective_price, axis=1) selective_price = selective_price.transpose()...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19678/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19678/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19679
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19679/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19679/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19679/events
https://github.com/pandas-dev/pandas/pull/19679
296,837,399
MDExOlB1bGxSZXF1ZXN0MTY4OTE5NzU3
19,679
Explicitly set dtype of np.lexsort in group_rank
{ "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": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" }, { "color": "005...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
10
2018-02-13T18:19:44Z
2018-02-14T19:23:22Z
2018-02-13T23:56:32Z
MEMBER
null
xref #19481 I didn't see any other instance in `group_rank` where the dtype was open to interpretation, so I'm wondering if `np.lexsort` is returning a plain `int` on 32 bit systems. Hoping that explicitly getting a view of that `np.lexsort` result to match the dtype of `_as` will resolve the test issues
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19679/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19679/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19679.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19679", "merged_at": "2018-02-13T23:56:32Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19679.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19679" }
https://api.github.com/repos/pandas-dev/pandas/issues/19680
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19680/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19680/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19680/events
https://github.com/pandas-dev/pandas/issues/19680
296,842,174
MDU6SXNzdWUyOTY4NDIxNzQ=
19,680
to_timedelta does not work properly with nanoseconds
{ "avatar_url": "https://avatars.githubusercontent.com/u/20566367?v=4", "events_url": "https://api.github.com/users/Sup3rGeo/events{/privacy}", "followers_url": "https://api.github.com/users/Sup3rGeo/followers", "following_url": "https://api.github.com/users/Sup3rGeo/following{/other_user}", "gists_url": "htt...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "009800", "default": false, "description": "Duplicate issue or pull ...
closed
false
null
[]
{ "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-02-13T18:36:23Z
2018-02-15T09:16:46Z
2018-02-15T09:16:35Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python >>> index = pandas.to_timedelta([15e-7], unit="s") >>> index[0].nanoseconds 0 >>> index[0].microseconds 2 ``` #### Problem description nanoseconds range input for to_timedelta function are rounded to microseconds. #### Expected 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/19680/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19680/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19681
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19681/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19681/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19681/events
https://github.com/pandas-dev/pandas/issues/19681
296,853,778
MDU6SXNzdWUyOTY4NTM3Nzg=
19,681
Pandas install includes hefty 29MB `tests/` directory
{ "avatar_url": "https://avatars.githubusercontent.com/u/6096029?v=4", "events_url": "https://api.github.com/users/ciarancourtney/events{/privacy}", "followers_url": "https://api.github.com/users/ciarancourtney/followers", "following_url": "https://api.github.com/users/ciarancourtney/following{/other_user}", ...
[ { "color": "009800", "default": false, "description": "Duplicate issue or pull request", "id": 40153326, "name": "Duplicate Report", "node_id": "MDU6TGFiZWw0MDE1MzMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
2
2018-02-13T19:16:40Z
2018-02-13T19:30:23Z
2018-02-13T19:29:26Z
NONE
null
This is particularly relevant to people trying to minimize virtualenvs for AWS Lambda, where a max file size is imposed. pandas 0.22.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/19681/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19681/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19682
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19682/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19682/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19682/events
https://github.com/pandas-dev/pandas/issues/19682
296,859,241
MDU6SXNzdWUyOTY4NTkyNDE=
19,682
Categorical.fillna doesn't validate consistent kwargs
{ "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": "AD7FA8"...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2018-02-13T19:35:37Z
2018-02-22T00:20:58Z
2018-02-22T00:20:58Z
CONTRIBUTOR
null
```python In [3]: pd.Categorical(['a', 'b']).fillna(value='a', method='ffill') Out[3]: [a, b] Categories (2, object): [a, b] In [4]: pd.Series(pd.Categorical(['a', 'b'])).fillna(value='a', method='ffill') --------------------------------------------------------------------------- ValueError ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19682/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19682/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19683
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19683/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19683/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19683/events
https://github.com/pandas-dev/pandas/pull/19683
296,864,608
MDExOlB1bGxSZXF1ZXN0MTY4OTQwMzMy
19,683
DOC: fix IPython spelling.
{ "avatar_url": "https://avatars.githubusercontent.com/u/335567?v=4", "events_url": "https://api.github.com/users/Carreau/events{/privacy}", "followers_url": "https://api.github.com/users/Carreau/followers", "following_url": "https://api.github.com/users/Carreau/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-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2018-02-13T19:53:57Z
2018-02-13T21:41:59Z
2018-02-13T21:41:15Z
CONTRIBUTOR
null
It's upper case I and P (or full lower case),
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19683/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19683/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19683.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19683", "merged_at": "2018-02-13T21:41:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19683.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19683" }
https://api.github.com/repos/pandas-dev/pandas/issues/19684
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19684/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19684/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19684/events
https://github.com/pandas-dev/pandas/pull/19684
296,870,142
MDExOlB1bGxSZXF1ZXN0MTY4OTQ0NTMz
19,684
API: Validate keyword arguments to fillna
{ "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": "ffa0ff"...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2018-02-13T20:13:08Z
2018-05-02T13:09:54Z
2018-02-22T00:20:58Z
CONTRIBUTOR
null
Closes https://github.com/pandas-dev/pandas/issues/19682
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19684/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19684/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19684.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19684", "merged_at": "2018-02-22T00:20:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19684.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19684" }
https://api.github.com/repos/pandas-dev/pandas/issues/19685
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19685/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19685/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19685/events
https://github.com/pandas-dev/pandas/issues/19685
296,876,116
MDU6SXNzdWUyOTY4NzYxMTY=
19,685
pd.read_csv generating different pd.DataFrames with identical dataset
{ "avatar_url": "https://avatars.githubusercontent.com/u/31857455?v=4", "events_url": "https://api.github.com/users/st12yker/events{/privacy}", "followers_url": "https://api.github.com/users/st12yker/followers", "following_url": "https://api.github.com/users/st12yker/following{/other_user}", "gists_url": "htt...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
{ "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...
9
2018-02-13T20:34:40Z
2018-02-19T19:25:14Z
2018-02-14T21:07:14Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python For loading the csvfile: loadedFile = pd.read_csv(fileLocation) For getting the "description" of the pd.DataFrame loadedFile.describe() For outputting the pd.DataFrames # open DEBUG File file_debug_setup = ope...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19685/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19685/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19686
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19686/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19686/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19686/events
https://github.com/pandas-dev/pandas/issues/19686
296,883,837
MDU6SXNzdWUyOTY4ODM4Mzc=
19,686
BUG: MultiIndex .loc fails with all numpy arrays
{ "avatar_url": "https://avatars.githubusercontent.com/u/1129177?v=4", "events_url": "https://api.github.com/users/innominate227/events{/privacy}", "followers_url": "https://api.github.com/users/innominate227/followers", "following_url": "https://api.github.com/users/innominate227/following{/other_user}", "gi...
[ { "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": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-13T21:01:30Z
2018-02-23T01:40:20Z
2018-02-23T01:40:20Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd import numpy as np a = [10,20,30] b = [1,2,3] index = pd.MultiIndex.from_product([a,b]) df = pd.DataFrame(np.arange(len(index)), index=index, columns=['Data']) slice1 = df.loc[([10,20], [2,3]), 'Data']...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19686/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19686/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19687
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19687/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19687/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19687/events
https://github.com/pandas-dev/pandas/pull/19687
296,898,799
MDExOlB1bGxSZXF1ZXN0MTY4OTY2MjAw
19,687
DOC/BLD: unpin sphinx to use sphinx 1.7
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
null
10
2018-02-13T21:53:27Z
2018-02-26T08:46:29Z
2018-02-26T08:46:26Z
MEMBER
null
xref https://github.com/pandas-dev/pandas/issues/18147, closes https://github.com/pandas-dev/pandas/issues/16705 Sphinx 1.7 is released, so let's try out if we can now remove the pinning of sphinx to 1.5.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/19687/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19687/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19687.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19687", "merged_at": "2018-02-26T08:46:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19687.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19687" }
https://api.github.com/repos/pandas-dev/pandas/issues/19688
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19688/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19688/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19688/events
https://github.com/pandas-dev/pandas/issues/19688
296,902,497
MDU6SXNzdWUyOTY5MDI0OTc=
19,688
formatting date with strict json
{ "avatar_url": "https://avatars.githubusercontent.com/u/34282002?v=4", "events_url": "https://api.github.com/users/aurochsen/events{/privacy}", "followers_url": "https://api.github.com/users/aurochsen/followers", "following_url": "https://api.github.com/users/aurochsen/following{/other_user}", "gists_url": "...
[ { "color": "207de5", "default": false, "description": "read_json, to_json, json_normalize", "id": 49379259, "name": "IO JSON", "node_id": "MDU6TGFiZWw0OTM3OTI1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON" }, { "color": "207de5", "default": fa...
closed
false
null
[]
null
9
2018-02-13T22:05:39Z
2018-06-27T14:58:02Z
2018-06-27T14:58:02Z
NONE
null
```python #!/usr/bin/python import pandas as pd import json master_df = pd.read_csv('sg_main__test.txt', parse_dates={'$date' :['date', 'time']}, sep='\s+', encoding='utf-8') out_file = master_df.to_json('sg_main__test.json', date_format='iso', orient='records') ``` #### Problem description I need my ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19688/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19688/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19689
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19689/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19689/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19689/events
https://github.com/pandas-dev/pandas/issues/19689
296,937,269
MDU6SXNzdWUyOTY5MzcyNjk=
19,689
Dead Code Cleanup / Vulture POC
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
null
7
2018-02-14T00:38:01Z
2018-10-05T02:49:25Z
2018-10-05T02:49:25Z
MEMBER
null
With a goal of integrating static checking for "dead code" into the CI suite, it appears like the [Vulture project](https://github.com/jendrikseipp/vulture) may have something to offer pandas. As of writing, running `vulture pandas --exclude pandas/tests/ ` from the top level directory yields 469 items that the tool th...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19689/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19689/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19690
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19690/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19690/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19690/events
https://github.com/pandas-dev/pandas/issues/19690
296,944,256
MDU6SXNzdWUyOTY5NDQyNTY=
19,690
GroupBy.var() is computing sum of squares instead of variance / Returns NaN when there is only 1 instance
{ "avatar_url": "https://avatars.githubusercontent.com/u/10777961?v=4", "events_url": "https://api.github.com/users/Oreki47/events{/privacy}", "followers_url": "https://api.github.com/users/Oreki47/followers", "following_url": "https://api.github.com/users/Oreki47/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
[]
{ "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-02-14T01:17:30Z
2018-02-14T21:25:56Z
2018-02-14T21:25:45Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # returns 10.125 df = pd.DataFrame({'id': [1, 1], 'val': [0.5, 5.0]}) df.groupby('id').agg({'val': 'var'}) # first edit: 10.125. df.groupby('id').agg({'val': np.var}) # second edit: 5.0625 df.groupby('id').agg({'val': lambda x: np.var(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/19690/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19690/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19691
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19691/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19691/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19691/events
https://github.com/pandas-dev/pandas/pull/19691
296,961,946
MDExOlB1bGxSZXF1ZXN0MTY5MDEyMzA0
19,691
add missing args, make kwarg explicit
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" }, { "color": "fbca04", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2018-02-14T03:10:36Z
2018-06-22T03:32:32Z
2018-02-15T12:31:12Z
MEMBER
null
Index._evaluate_compare is never hit, but if it were it would raise twice: once for not having the right signature and again for referencing a non-existent base.AbstractMethodError `BlockManager.isna` is entirely non-obvious because there is a required kwarg that isn't in its signature. This makes it explicit.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19691/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19691/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19691.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19691", "merged_at": "2018-02-15T12:31:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19691.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19691" }
https://api.github.com/repos/pandas-dev/pandas/issues/19692
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19692/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19692/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19692/events
https://github.com/pandas-dev/pandas/pull/19692
296,967,564
MDExOlB1bGxSZXF1ZXN0MTY5MDE2MjYy
19,692
remove usages of _get_na_value
{ "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": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-14T03:53:07Z
2018-02-18T18:22:02Z
2018-02-16T18:21:52Z
MEMBER
null
I think the function might also be incorrectly excluding period_dtype.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19692/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19692/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19692.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19692", "merged_at": "2018-02-16T18:21:52Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19692.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19692" }
https://api.github.com/repos/pandas-dev/pandas/issues/19693
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19693/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19693/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19693/events
https://github.com/pandas-dev/pandas/issues/19693
297,051,463
MDU6SXNzdWUyOTcwNTE0NjM=
19,693
can't subtract utc datetimes from datetime.utcnow()
{ "avatar_url": "https://avatars.githubusercontent.com/u/8074738?v=4", "events_url": "https://api.github.com/users/jstammers/events{/privacy}", "followers_url": "https://api.github.com/users/jstammers/followers", "following_url": "https://api.github.com/users/jstammers/following{/other_user}", "gists_url": "h...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "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...
1
2018-02-14T10:52:14Z
2018-02-14T11:01:04Z
2018-02-14T11:00:41Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here df = pd.DataFrame() df["time"] = pd.date_range(start="2017-01-01", end="2018-01-01", freq="D", tz="utc") df["now"] = pd.datetime.utcnow() df["now"] - df["time"] #raises ValueError: Incompatible tz's on datetime subtraction ops ```...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19693/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19693/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19694
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19694/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19694/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19694/events
https://github.com/pandas-dev/pandas/issues/19694
297,053,167
MDU6SXNzdWUyOTcwNTMxNjc=
19,694
BLD: add 32-bit buid
{ "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-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2018-02-14T10:57:49Z
2019-07-15T20:11:14Z
2019-07-15T20:11:14Z
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/19694/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19694/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19695
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19695/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19695/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19695/events
https://github.com/pandas-dev/pandas/issues/19695
297,053,271
MDU6SXNzdWUyOTcwNTMyNzE=
19,695
BLD: move asv build to a daily travis cron
{ "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" }, { "color": "a2bca7", "default": false, ...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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...
13
2018-02-14T10:58:14Z
2018-03-29T18:55:50Z
2018-03-29T18:55:50Z
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/19695/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19695/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19696
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19696/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19696/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19696/events
https://github.com/pandas-dev/pandas/issues/19696
297,095,462
MDU6SXNzdWUyOTcwOTU0NjI=
19,696
ExtensionArray meta-issue
{ "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": "fbca04", "default": false, "description": "R...
open
false
null
[]
null
36
2018-02-14T13:29:04Z
2020-04-06T13:41:09Z
null
CONTRIBUTOR
null
Just so things don't get lost - [x] Interface, ExtensionBlock, and Internals (#19268) - [x] Series and DataFrame can hold extension arrays (#19520) - [x] overridable `assert_*_equal` (https://github.com/pandas-dev/pandas/pull/19863) - [x] unique (#19869) - [x] fillna (#19909) - [x] `__setitem__` works properly ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19696/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19696/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19697
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19697/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19697/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19697/events
https://github.com/pandas-dev/pandas/issues/19697
297,153,996
MDU6SXNzdWUyOTcxNTM5OTY=
19,697
df.eval fails for Unary operation involving float32 column
{ "avatar_url": "https://avatars.githubusercontent.com/u/13303020?v=4", "events_url": "https://api.github.com/users/vmuriart/events{/privacy}", "followers_url": "https://api.github.com/users/vmuriart/followers", "following_url": "https://api.github.com/users/vmuriart/following{/other_user}", "gists_url": "htt...
[ { "color": "009800", "default": false, "description": "Duplicate issue or pull request", "id": 40153326, "name": "Duplicate Report", "node_id": "MDU6TGFiZWw0MDE1MzMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
2
2018-02-14T16:12:43Z
2018-02-14T16:35:33Z
2018-02-14T16:26:23Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd df = pd.DataFrame({ 'Foo64': [1.2, 2.4, 7.24], }) df['Foo32'] = df['Foo64'].astype('float32') df.eval('-1 + Foo64') # Works df.eval('-1 + Foo32') # Throws Exception ``` ```python traceback Traceback (most re...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19697/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19697/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19698
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19698/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19698/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19698/events
https://github.com/pandas-dev/pandas/pull/19698
297,157,696
MDExOlB1bGxSZXF1ZXN0MTY5MTU2MDgw
19,698
Move conda build and ASV check to cron job
{ "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": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2018-02-14T16:22:16Z
2018-02-14T19:58:11Z
2018-02-14T19:56:52Z
CONTRIBUTOR
null
xref #19695 (not closing until pip build test is moved or we decide to keep that here) https://travis-ci.org/pandas-dev/pandas-ci and http://github.com/pandas-dev/pandas-ci
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19698/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19698/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19698.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19698", "merged_at": "2018-02-14T19:56:52Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19698.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19698" }
https://api.github.com/repos/pandas-dev/pandas/issues/19699
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19699/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19699/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19699/events
https://github.com/pandas-dev/pandas/issues/19699
297,198,289
MDU6SXNzdWUyOTcxOTgyODk=
19,699
Allow list-like for `y` in `DataFrame.plot`.
{ "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": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" }, { "color": "e11d21", "default": false, "description": "Fu...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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-02-14T18:26:36Z
2018-03-22T14:31:51Z
2018-03-22T14:31:51Z
CONTRIBUTOR
null
In pandas 0.22 and earlier, we passing multiple values for `y` worked by accident. The code clearly assumed that `y` was a scalar, but things usually worked, perhaps with an incidental warning: ```python In [12]: df = pd.DataFrame(np.random.uniform(size=(10, 2)), columns=['a', 'b']) In [15]: df.plot(x='c', y=['a...
{ "+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/19699/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19699/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19700
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19700/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19700/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19700/events
https://github.com/pandas-dev/pandas/issues/19700
297,209,946
MDU6SXNzdWUyOTcyMDk5NDY=
19,700
Series.hasnans shouldn't be cached
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "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...
2
2018-02-14T19:05:57Z
2018-07-12T00:13:56Z
2018-07-12T00:13:56Z
MEMBER
null
Series.hasnans is as a cache_readonly inherited from IndexOpsMixin ``` ser = pd.Series([0, 1.0]) >>> ser.hasnans False ser.iloc[0] = np.nan >>> ser.hasnans 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/19700/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19700/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19701
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19701/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19701/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19701/events
https://github.com/pandas-dev/pandas/pull/19701
297,222,049
MDExOlB1bGxSZXF1ZXN0MTY5MjA0NTUx
19,701
GroupBy Rank SegFault Fix - astype instead of view
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "0e8a16", "default": false, "description": "32-bit systems"...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2018-02-14T19:46:29Z
2018-02-14T23:22:37Z
2018-02-14T23:12:15Z
MEMBER
null
xref #19679 and #19481
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19701/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19701/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19701.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19701", "merged_at": "2018-02-14T23:12:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19701.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19701" }
https://api.github.com/repos/pandas-dev/pandas/issues/19702
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19702/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19702/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19702/events
https://github.com/pandas-dev/pandas/pull/19702
297,256,096
MDExOlB1bGxSZXF1ZXN0MTY5MjMwMzE0
19,702
Try matplotlib RC
{ "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": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" }, { "color": "0052cc", "default": false, "description": "pa...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "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...
13
2018-02-14T21:44:34Z
2018-03-12T20:02:44Z
2018-03-12T20:02:40Z
CONTRIBUTOR
null
Don't want to merge this.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19702/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19702/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19702.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19702", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/19702.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19702" }
https://api.github.com/repos/pandas-dev/pandas/issues/19703
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19703/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19703/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19703/events
https://github.com/pandas-dev/pandas/issues/19703
297,259,394
MDU6SXNzdWUyOTcyNTkzOTQ=
19,703
pytest deprecation warning
{ "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": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "a2bca7", "d...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2018-02-14T21:56:02Z
2018-03-05T11:35:00Z
2018-03-05T11:35:00Z
CONTRIBUTOR
null
```python home/travis/miniconda3/envs/pandas/lib/python3.6/site-packages/_pytest/mark.py:73: RemovedInPytest4Warning: Applying marks directly to parameters is deprecated, please use pytest.param(..., marks=...) instead. For more details, see: https://docs.pytest.org/en/latest/parametrize.html warnings.warn(MARK_PA...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19703/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19703/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19704
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19704/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19704/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19704/events
https://github.com/pandas-dev/pandas/pull/19704
297,262,486
MDExOlB1bGxSZXF1ZXN0MTY5MjM1MjEw
19,704
DOC: Adding guide for the pandas documentation sprint
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
15
2018-02-14T22:06:34Z
2018-03-12T17:44:34Z
2018-03-12T17:32:30Z
MEMBER
null
This PR is to make it easier to review the proposal guide for the pandas documentation sprint, as discussed in pandas-dev.
{ "+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/19704/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19704/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19704.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19704", "merged_at": "2018-03-12T17:32:30Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19704.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19704" }
https://api.github.com/repos/pandas-dev/pandas/issues/19705
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19705/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19705/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19705/events
https://github.com/pandas-dev/pandas/issues/19705
297,263,742
MDU6SXNzdWUyOTcyNjM3NDI=
19,705
Bad Error message / docs for Categorical.fillna with dict `value`
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA...
open
false
null
[]
null
2
2018-02-14T22:11:19Z
2021-06-18T05:33:34Z
null
CONTRIBUTOR
null
``` In [1]: import pandas as pd In [2]: pd.Categorical(['a', 'b', None]).fillna({2: 'a'}) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-2-099b4b7d5652> in <module>() ----> 1 pd.Categorical(['...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19705/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19705/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19706
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19706/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19706/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19706/events
https://github.com/pandas-dev/pandas/issues/19706
297,267,709
MDU6SXNzdWUyOTcyNjc3MDk=
19,706
Unable to import pandas when using the gtk3 backend in ipython
{ "avatar_url": "https://avatars.githubusercontent.com/u/2845433?v=4", "events_url": "https://api.github.com/users/memeplex/events{/privacy}", "followers_url": "https://api.github.com/users/memeplex/followers", "following_url": "https://api.github.com/users/memeplex/following{/other_user}", "gists_url": "http...
[ { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" }, { "color": "207de5", "default": false, "description": "Cl...
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...
33
2018-02-14T22:25:57Z
2019-02-11T01:31:32Z
2018-12-06T21:11:35Z
NONE
null
``` In [1]: %matplotlib gtk3 In [2]: import pandas --------------------------------------------------------------------------- UnicodeDecodeError Traceback (most recent call last) <ipython-input-2-38d4b0363d82> in <module>() ----> 1 import pandas ~/.local/lib/python3.6/site-packages/pa...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19706/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19706/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19707
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19707/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19707/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19707/events
https://github.com/pandas-dev/pandas/pull/19707
297,298,582
MDExOlB1bGxSZXF1ZXN0MTY5MjYyNjg1
19,707
Fix the non cython build for cpp extensions
{ "avatar_url": "https://avatars.githubusercontent.com/u/138510?v=4", "events_url": "https://api.github.com/users/hexgnu/events{/privacy}", "followers_url": "https://api.github.com/users/hexgnu/followers", "following_url": "https://api.github.com/users/hexgnu/following{/other_user}", "gists_url": "https://api...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" }, { "color": "a2bca7", "default": false, ...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
8
2018-02-15T00:57:10Z
2018-02-19T23:38:47Z
2018-02-19T23:38:43Z
CONTRIBUTOR
null
- [ ] closes #19668 - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry cc @TomAugspurger @jreback This _should_ fix the problem with building with a non Cython environment. The problem is that we assume extensions are C everywhere and I didn't ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19707/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19707/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19707.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19707", "merged_at": "2018-02-19T23:38:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/19707.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19707" }
https://api.github.com/repos/pandas-dev/pandas/issues/19708
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19708/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19708/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19708/events
https://github.com/pandas-dev/pandas/issues/19708
297,312,837
MDU6SXNzdWUyOTczMTI4Mzc=
19,708
Numeric Indexes should have `diff` method
{ "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": "e99695", "default": false, "description": "Related ...
open
false
null
[]
null
1
2018-02-15T02:33:54Z
2019-06-29T15:46:13Z
null
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19708/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19708/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/19709
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/19709/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/19709/comments
https://api.github.com/repos/pandas-dev/pandas/issues/19709/events
https://github.com/pandas-dev/pandas/pull/19709
297,342,654
MDExOlB1bGxSZXF1ZXN0MTY5Mjk0ODE3
19,709
Implement maybe_cache for compat between immutable/mutable classes
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, d...
closed
false
null
[]
null
4
2018-02-15T06:35:41Z
2020-04-05T17:39:43Z
2018-02-16T03:36:37Z
MEMBER
null
Also fixes lookups/docstrings for class-level access to cache_readonly attributes. - [x] closes #19700 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Related: https://github.com/pandas-dev/pandas2/issues/27
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/19709/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/19709/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/19709.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/19709", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/19709.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/19709" }