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/13604
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13604/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13604/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13604/events
https://github.com/pandas-dev/pandas/issues/13604
164,701,550
MDU6SXNzdWUxNjQ3MDE1NTA=
13,604
read_csv: Infers different column types in different runs
{ "avatar_url": "https://avatars.githubusercontent.com/u/2692385?v=4", "events_url": "https://api.github.com/users/aptiko/events{/privacy}", "followers_url": "https://api.github.com/users/aptiko/followers", "following_url": "https://api.github.com/users/aptiko/following{/other_user}", "gists_url": "https://ap...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "C4A000", "default": false, "description": "pandas testing functions...
closed
false
null
[]
{ "closed_at": "2017-05-06T10:20:19Z", "closed_issues": 987, "created_at": "2016-02-08T15:30:21Z", "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/jr...
9
2016-07-10T06:04:42Z
2017-01-04T08:24:51Z
2017-01-04T08:24:51Z
NONE
null
``` python #!/usr/bin/env python3 from io import StringIO import pandas as pd test_timeseries = """\ 2008-02-07 09:40,1032.43 2008-02-07 09:50,1042.54 2008-02-07 10:00,1051.65 """ df = pd.read_csv(StringIO(test_timeseries), parse_dates=[0], usecols=['date', 'value'], index_col=0, header=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/13604/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13604/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13605
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13605/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13605/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13605/events
https://github.com/pandas-dev/pandas/pull/13605
164,719,817
MDExOlB1bGxSZXF1ZXN0NzY4NzU2OTc=
13,605
CLN: Cleanup ops.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "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": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
3
2016-07-10T15:13:29Z
2016-07-12T10:55:05Z
2016-07-12T10:55:05Z
MEMBER
null
- [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` Cleanup duplicated code paths before fixing some ops related 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/13605/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13605/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13605.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13605", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13605.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13605" }
https://api.github.com/repos/pandas-dev/pandas/issues/13606
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13606/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13606/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13606/events
https://github.com/pandas-dev/pandas/pull/13606
164,720,568
MDExOlB1bGxSZXF1ZXN0NzY4NzYwOTQ=
13,606
CLN: remove radd workaround in ops.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "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": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
3
2016-07-10T15:31:33Z
2016-07-10T21:16:41Z
2016-07-10T21:16:41Z
MEMBER
null
- [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` Remove workaround added in #353. The test added at that time has been passed. - https://github.com/pydata/pandas/blob/master/pandas/tests/series/test_operators.py#L1264
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13606/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13606/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13606.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13606", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13606.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13606" }
https://api.github.com/repos/pandas-dev/pandas/issues/13607
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13607/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13607/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13607/events
https://github.com/pandas-dev/pandas/pull/13607
164,720,765
MDExOlB1bGxSZXF1ZXN0NzY4NzYyMDk=
13,607
CLN: Fix compile time warnings
{ "avatar_url": "https://avatars.githubusercontent.com/u/5356517?v=4", "events_url": "https://api.github.com/users/yui-knk/events{/privacy}", "followers_url": "https://api.github.com/users/yui-knk/followers", "following_url": "https://api.github.com/users/yui-knk/following{/other_user}", "gists_url": "https:/...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
7
2016-07-10T15:35:45Z
2016-07-13T02:20:32Z
2016-07-13T02:17:23Z
CONTRIBUTOR
null
- [x] passes `git diff upstream/master | flake8 --diff` This commit suppresses these warnings warning: comparison of constant -1 with expression\ of type 'PANDAS_DATETIMEUNIT' is always true\ [-Wtautological-constant-out-of-range-compare]
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13607/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13607/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13607.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13607", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13607.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13607" }
https://api.github.com/repos/pandas-dev/pandas/issues/13608
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13608/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13608/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13608/events
https://github.com/pandas-dev/pandas/pull/13608
164,733,046
MDExOlB1bGxSZXF1ZXN0NzY4ODI4OTA=
13,608
GbqConnector should be able to fetch default credentials on Google Compute Engine
{ "avatar_url": "https://avatars.githubusercontent.com/u/7199752?v=4", "events_url": "https://api.github.com/users/mhaseebtariq/events{/privacy}", "followers_url": "https://api.github.com/users/mhaseebtariq/followers", "following_url": "https://api.github.com/users/mhaseebtariq/following{/other_user}", "gists...
[ { "color": "0052cc", "default": false, "description": "pandas-gbq compatability", "id": 57351315, "name": "IO Google", "node_id": "MDU6TGFiZWw1NzM1MTMxNQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Google" } ]
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
28
2016-07-10T20:35:40Z
2016-08-18T10:49:51Z
2016-08-18T10:49:30Z
CONTRIBUTOR
null
- [x] closes #13577 - [x] passed 1 new test - [x] passes `git diff upstream/master | 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/13608/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13608/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13608.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13608", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13608.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13608" }
https://api.github.com/repos/pandas-dev/pandas/issues/13609
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13609/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13609/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13609/events
https://github.com/pandas-dev/pandas/pull/13609
164,737,877
MDExOlB1bGxSZXF1ZXN0NzY4ODU2NDM=
13,609
API: Change Period('NAT') to return NaT
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "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": "eb6420"...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
5
2016-07-10T22:39:40Z
2016-07-15T00:32:17Z
2016-07-15T00:30:34Z
MEMBER
null
- [x] closes #12759, #13582 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry - `pd.Period('NaT', freq='D')` now returns `pd.NaT` rather than its own nat repr. - To be compat with `Period` arithmetic, `pd.NaT` now supports addition / subtraction with `int` (previou...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13609/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13609/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13609.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13609", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13609.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13609" }
https://api.github.com/repos/pandas-dev/pandas/issues/13610
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13610/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13610/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13610/events
https://github.com/pandas-dev/pandas/pull/13610
164,738,421
MDExOlB1bGxSZXF1ZXN0NzY4ODU5Mzg=
13,610
TST: add tests for Timestamp.toordinal/fromordinal
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
2
2016-07-10T22:52:51Z
2016-07-15T00:10:18Z
2016-07-15T00:10:16Z
MEMBER
null
- [x] follow-up for #13593 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` added tests and fixed missed doc change.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13610/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13610/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13610.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13610", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13610.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13610" }
https://api.github.com/repos/pandas-dev/pandas/issues/13611
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13611/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13611/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13611/events
https://github.com/pandas-dev/pandas/pull/13611
164,771,654
MDExOlB1bGxSZXF1ZXN0NzY5MDcxNDQ=
13,611
CLN: Removed the flavor parameter in DataFrame.to_sql
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "5319e7", "default": false, "description": "to_sql, read_sql, read_sql_query", "id": 47232590, "name": "IO SQL", "node_id": "MDU6TGFiZWw0NzIzMjU5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL" }, { "color": "5319e7", "default": false,...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
17
2016-07-11T06:56:30Z
2016-07-19T20:31:08Z
2016-07-19T20:31:08Z
MEMBER
null
Deprecated in `0.14.0`, so way, way overdue.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13611/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13611/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13611.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13611", "merged_at": "2016-07-19T20:31:08Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13611.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13611" }
https://api.github.com/repos/pandas-dev/pandas/issues/13612
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13612/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13612/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13612/events
https://github.com/pandas-dev/pandas/pull/13612
164,776,252
MDExOlB1bGxSZXF1ZXN0NzY5MTAzNTE=
13,612
CLN: Removed levels attribute from Categorical
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "e11d21", "default": false, "description": "Categorical Data Type", "id": 78527356, "name": "Categorical", "node_id": "MDU6TGFiZWw3ODUyNzM1Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Categorical" }, { "color": "5319e7", "default": false, ...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
4
2016-07-11T07:32:53Z
2016-07-15T10:30:43Z
2016-07-15T10:28:35Z
MEMBER
null
Deprecated back in `0.15.0` and therefore long overdue. Closes #8376.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13612/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13612/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13612.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13612", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13612.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13612" }
https://api.github.com/repos/pandas-dev/pandas/issues/13613
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13613/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13613/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13613/events
https://github.com/pandas-dev/pandas/issues/13613
164,782,515
MDU6SXNzdWUxNjQ3ODI1MTU=
13,613
BUG: to_timedelta still raises with errors='ignore'
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "Timedelta data type", ...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
2
2016-07-11T08:16:12Z
2016-08-15T22:27:20Z
2016-08-15T22:27:20Z
MEMBER
null
From the added docs in https://github.com/pydata/pandas/pull/13425: ``` In [10]: pd.to_timedelta(['apple', '1 day'], errors='ignore') ... ValueError: unit abbreviation w/o a number In [12]: pd.to_timedelta(['apple', pd.Timedelta('1day')], errors='ignore') ... ValueError: unit abbreviation w/o a number ``` It's the 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/13613/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13613/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13614
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13614/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13614/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13614/events
https://github.com/pandas-dev/pandas/pull/13614
164,804,444
MDExOlB1bGxSZXF1ZXN0NzY5Mjk5Nzc=
13,614
ENH: Allow to_sql to recognize single sql type (GH11886)
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "5319e7", "default": false, "description": "to_sql, ...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
3
2016-07-11T10:18:00Z
2016-07-23T19:28:48Z
2016-07-23T19:28:48Z
MEMBER
null
Rebase of PR https://github.com/pydata/pandas/pull/13252 Closes https://github.com/pydata/pandas/issues/11886
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13614/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13614/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13614.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13614", "merged_at": "2016-07-23T19:28:48Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13614.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13614" }
https://api.github.com/repos/pandas-dev/pandas/issues/13615
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13615/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13615/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13615/events
https://github.com/pandas-dev/pandas/issues/13615
164,810,382
MDU6SXNzdWUxNjQ4MTAzODI=
13,615
Add option to use Standard SQL dialect in BigQuery
{ "avatar_url": "https://avatars.githubusercontent.com/u/702580?v=4", "events_url": "https://api.github.com/users/RoyalTS/events{/privacy}", "followers_url": "https://api.github.com/users/RoyalTS/followers", "following_url": "https://api.github.com/users/RoyalTS/following{/other_user}", "gists_url": "https://...
[ { "color": "0052cc", "default": false, "description": "pandas-gbq compatability", "id": 57351315, "name": "IO Google", "node_id": "MDU6TGFiZWw1NzM1MTMxNQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Google" } ]
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
1
2016-07-11T10:53:24Z
2016-08-03T10:30:31Z
2016-08-03T10:30:30Z
NONE
null
BigQuery now sports a SQL dialect that's compatible with the 2011 SQL standard. Queries are still run using BigQuery's Legacy SQL dialect at the moment (see https://cloud.google.com/bigquery/sql-reference/enabling-standard-sql) but they may soon switch to Standard SQL by default. `pandas.io.gbq.read_gbq()` should there...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13615/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13615/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13616
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13616/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13616/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13616/events
https://github.com/pandas-dev/pandas/pull/13616
164,830,294
MDExOlB1bGxSZXF1ZXN0NzY5NDg1OTc=
13,616
CLN: remove deprecated io.sql uquery and tquery functions
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "5319e7", "default": false, "description": "to_sql, read_sql, read_sql_query", "id": 47232590, "name": "IO SQL", "node_id": "MDU6TGFiZWw0NzIzMjU5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL" }, { "color": "5319e7", "default": false,...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
1
2016-07-11T12:55:20Z
2016-07-21T11:07:00Z
2016-07-21T11:06:59Z
MEMBER
null
Were already deprecated since 0.14
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13616/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13616/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13616.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13616", "merged_at": "2016-07-21T11:06:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13616.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13616" }
https://api.github.com/repos/pandas-dev/pandas/issues/13617
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13617/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13617/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13617/events
https://github.com/pandas-dev/pandas/pull/13617
164,839,925
MDExOlB1bGxSZXF1ZXN0NzY5NTU1NTI=
13,617
DOC: asfreq clarify original NaNs are not filled (GH9963)
{ "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": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
2
2016-07-11T13:42:11Z
2016-07-12T07:07:41Z
2016-07-12T07:07:41Z
MEMBER
null
Closes #9963
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13617/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13617/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13617.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13617", "merged_at": "2016-07-12T07:07:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13617.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13617" }
https://api.github.com/repos/pandas-dev/pandas/issues/13618
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13618/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13618/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13618/events
https://github.com/pandas-dev/pandas/issues/13618
164,845,031
MDU6SXNzdWUxNjQ4NDUwMzE=
13,618
Resampler: IPython 5.0 triggers wrong FutureWarning
{ "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": "ededed", "default": false, "description": "__repr__ of pandas objects, to_string", "id": 13101118, "name": "Output-Formatting", "node_id": "MDU6TGFiZWwxMzEwMTExOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting" }, { "color": "207de...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
7
2016-07-11T14:04:18Z
2016-07-19T20:46:17Z
2016-07-19T13:15:22Z
MEMBER
null
With the latest IPython: ``` In [1]: rng = pd.date_range('20130101', periods=10, freq='T') ...: ts = pd.Series(np.arange(len(rng)), index=rng) In [3]: r = ts.resample('2T') In [4]: r Out[4]: c:\users\vdbosscj\scipy\ipython-joris\IPython\utils\dir2.py:65: FutureWa rning: .resample() is now a deferred operation use...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13618/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13618/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13619
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13619/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13619/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13619/events
https://github.com/pandas-dev/pandas/pull/13619
164,885,506
MDExOlB1bGxSZXF1ZXN0NzY5ODgwNDY=
13,619
TST: reorganize tools.tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/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": "207de5", "d...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
4
2016-07-11T17:00:02Z
2016-07-14T08:15:44Z
2016-07-14T08:15:23Z
MEMBER
null
- [x] tests passed - [x] passes `git diff upstream/master | flake8 --diff` `merge`, `join` and `concat` related tests are mixed each other. Cleaned up these tests.
{ "+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/13619/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13619/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13619.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13619", "merged_at": "2016-07-14T08:15:23Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13619.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13619" }
https://api.github.com/repos/pandas-dev/pandas/issues/13620
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13620/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13620/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13620/events
https://github.com/pandas-dev/pandas/issues/13620
164,885,932
MDU6SXNzdWUxNjQ4ODU5MzI=
13,620
COMTRADE Import
{ "avatar_url": "https://avatars.githubusercontent.com/u/1375485?v=4", "events_url": "https://api.github.com/users/idahogray/events{/privacy}", "followers_url": "https://api.github.com/users/idahogray/followers", "following_url": "https://api.github.com/users/idahogray/following{/other_user}", "gists_url": "h...
[ { "color": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" }, { "color": "207de5", "...
closed
false
null
[]
null
3
2016-07-11T17:01:56Z
2016-07-11T18:21:11Z
2016-07-11T18:21:10Z
NONE
null
I am curious if there would be any interest in having COMTRADE import functionality in core pandas. This is a file format used to record electrical transient measurements in a power system. It is defined by [IEEE C37.111](https://en.wikipedia.org/wiki/Comtrade). I have an implementation that reads the files and creates...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13620/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13620/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13621
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13621/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13621/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13621/events
https://github.com/pandas-dev/pandas/pull/13621
164,886,308
MDExOlB1bGxSZXF1ZXN0NzY5ODg2MTA=
13,621
TST: Move plotting related tests to tests/plotting
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/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": "207de5", "d...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
14
2016-07-11T17:03:57Z
2016-07-22T12:09:20Z
2016-07-22T12:09:11Z
MEMBER
null
- [x] related to #13579 - [x] tests passed - [x] passes `git diff upstream/master | flake8 --diff` Because `test_graphics` is getting huge, split them based on data types under `tests/plotting` to make visualization related tests easier.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13621/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13621/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13621.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13621", "merged_at": "2016-07-22T12:09:11Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13621.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13621" }
https://api.github.com/repos/pandas-dev/pandas/issues/13622
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13622/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13622/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13622/events
https://github.com/pandas-dev/pandas/pull/13622
164,916,059
MDExOlB1bGxSZXF1ZXN0NzcwMDk4NjU=
13,622
ENH: DataFrame sort columns by rows: sort_values(axis=1)
{ "avatar_url": "https://avatars.githubusercontent.com/u/2002703?v=4", "events_url": "https://api.github.com/users/IamJeffG/events{/privacy}", "followers_url": "https://api.github.com/users/IamJeffG/followers", "following_url": "https://api.github.com/users/IamJeffG/following{/other_user}", "gists_url": "http...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "02d7e1", "default": false, "description": "Concat, ...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
6
2016-07-11T19:34:03Z
2016-07-21T16:18:20Z
2016-07-21T15:05:26Z
CONTRIBUTOR
null
- [X] closes #10806 - [X] tests added / passed - [X] passes `git diff upstream/master | 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/13622/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13622/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13622.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13622", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13622.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13622" }
https://api.github.com/repos/pandas-dev/pandas/issues/13623
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13623/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13623/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13623/events
https://github.com/pandas-dev/pandas/issues/13623
164,939,538
MDU6SXNzdWUxNjQ5Mzk1Mzg=
13,623
ERR: disallow read_hdf mode='w'
{ "avatar_url": "https://avatars.githubusercontent.com/u/6113878?v=4", "events_url": "https://api.github.com/users/jkokorian/events{/privacy}", "followers_url": "https://api.github.com/users/jkokorian/followers", "following_url": "https://api.github.com/users/jkokorian/following{/other_user}", "gists_url": "h...
[ { "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": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
3
2016-07-11T21:32:26Z
2016-08-01T19:22:43Z
2016-08-01T19:22:43Z
NONE
null
Passing `mode='w'` to `pd.read_hdf` erases the target file immediately. I believe this behavior is undesired, because deleting data is a side effect that no method called `read_anything` should have. The fact that a mode argument is even accepted is not documented anywhere. I just lost some experimental data this way...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13623/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13623/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13624
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13624/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13624/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13624/events
https://github.com/pandas-dev/pandas/pull/13624
164,959,416
MDExOlB1bGxSZXF1ZXN0NzcwMzc4MjQ=
13,624
BUG: Invalid Timedelta op may raise ValueError
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/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": "ffa0ff", "default": false, "description": "Incorrect or improved er...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
1
2016-07-11T23:06:11Z
2016-07-12T10:52:19Z
2016-07-12T10:52:19Z
MEMBER
null
- [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry `Timedelta` op may raise `ValueError` for invalid inputs because of internal conversion. ``` pd.Timedelta('1 days') + 'a' # ValueError: unit abbreviation w/o a number ``` Now it raises `TypeError`.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13624/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13624/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13624.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13624", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13624.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13624" }
https://api.github.com/repos/pandas-dev/pandas/issues/13625
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13625/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13625/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13625/events
https://github.com/pandas-dev/pandas/pull/13625
164,964,496
MDExOlB1bGxSZXF1ZXN0NzcwNDE0MTY=
13,625
BUG: Handle infinite values correctly in Series.argmax
{ "avatar_url": "https://avatars.githubusercontent.com/u/6597057?v=4", "events_url": "https://api.github.com/users/matthewwillian/events{/privacy}", "followers_url": "https://api.github.com/users/matthewwillian/followers", "following_url": "https://api.github.com/users/matthewwillian/following{/other_user}", ...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "006b75", "default": false, "description": "Arithmetic, Comparison, ...
closed
false
null
[]
null
9
2016-07-11T23:46:55Z
2016-12-30T23:37:49Z
2016-12-30T21:45:27Z
NONE
null
- [ X] closes #13595 - [X ] tests added / passed - [X ] passes `git diff upstream/master | 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/13625/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13625/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13625.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13625", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13625.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13625" }
https://api.github.com/repos/pandas-dev/pandas/issues/13626
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13626/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13626/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13626/events
https://github.com/pandas-dev/pandas/issues/13626
164,996,726
MDU6SXNzdWUxNjQ5OTY3MjY=
13,626
BUG/API: Index/Series concat inconsistencies
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/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": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
4
2016-07-12T05:25:53Z
2016-09-03T09:20:29Z
2016-09-03T09:20:29Z
MEMBER
null
xref #7795 #13221. Series/Index concat-like op which triggers object-coercion is not well tested. Followings are needed: - Refactor `concat` internal to make it consistent / stabled. - Add comprehensive tests to cover both Index/Series object-coercion cases #### Code Sample, a copy-pastable example if possible Foun...
{ "+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/13626/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13626/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13627
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13627/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13627/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13627/events
https://github.com/pandas-dev/pandas/pull/13627
164,999,182
MDExOlB1bGxSZXF1ZXN0NzcwNjQ1Njk=
13,627
CLN: Removed outtype in DataFrame.to_dict
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
3
2016-07-12T05:48:29Z
2016-07-12T17:19:57Z
2016-07-12T17:19:49Z
MEMBER
null
Follows up from #8486 in `0.15.0` by removing `outtype` in `DataFrame.to_dict()` Fortunately or unfortunately, no tests were written then to test the deprecation, so there was nothing to remove from the test suite this time around.
{ "+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/13627/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13627/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13627.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13627", "merged_at": "2016-07-12T17:19:49Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13627.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13627" }
https://api.github.com/repos/pandas-dev/pandas/issues/13628
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13628/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13628/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13628/events
https://github.com/pandas-dev/pandas/issues/13628
165,024,603
MDU6SXNzdWUxNjUwMjQ2MDM=
13,628
Fillna a categories series with another series breaks
{ "avatar_url": "https://avatars.githubusercontent.com/u/3237939?v=4", "events_url": "https://api.github.com/users/rsdenijs/events{/privacy}", "followers_url": "https://api.github.com/users/rsdenijs/followers", "following_url": "https://api.github.com/users/rsdenijs/following{/other_user}", "gists_url": "http...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "C4A000", "default": false, "description": "pandas testing functions...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
2
2016-07-12T08:46:03Z
2019-08-16T12:14:43Z
2019-08-16T12:14:43Z
NONE
null
On pandas 0.18.1, for some values of `a, b` #### Code Sample `pd.Categorical([1,2,None, None]).fillna(pd.Series([1,1, a, b])) ` #### Expected Output Either the same as `pd.Categorical([1, 2, a, b])` or `ValueError: fill value must be in categories` If a or b do not match the categories. This is what whe get whe...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13628/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13628/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13629
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13629/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13629/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13629/events
https://github.com/pandas-dev/pandas/issues/13629
165,068,908
MDU6SXNzdWUxNjUwNjg5MDg=
13,629
BUG: Binned groupby median function calculates median on empty bins and outputs random numbers
{ "avatar_url": "https://avatars.githubusercontent.com/u/7723080?v=4", "events_url": "https://api.github.com/users/Khris777/events{/privacy}", "followers_url": "https://api.github.com/users/Khris777/followers", "following_url": "https://api.github.com/users/Khris777/following{/other_user}", "gists_url": "http...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
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
2016-07-12T12:33:36Z
2016-09-18T15:57:27Z
2016-09-18T15:57:27Z
NONE
null
#### Code Sample, a copy-pastable example if possible ``` import pandas as pd d = pd.DataFrame([1,2,5,6,9,3,6,5,9,7,11,36,4,7,8,25,8,24]) b = [0,5,10,15,20,25,30,35,40,45,50,55] g = d.groupby(pd.cut(d[0],b)) print g.mean() print g.median() print g.get_group('(0, 5]').median() print g.get_group('(40, 45]').median() ```...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13629/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13629/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13630
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13630/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13630/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13630/events
https://github.com/pandas-dev/pandas/pull/13630
165,108,958
MDExOlB1bGxSZXF1ZXN0NzcxNDAzNTM=
13,630
CLN: fix some issues in asv benchmark suite
{ "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": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "207de5", "default"...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
2
2016-07-12T15:26:07Z
2016-07-14T14:26:07Z
2016-07-14T14:26:07Z
MEMBER
null
Was trying to run benchmarks, and bumped into some issue (+ the DataMatrix, I just removed that as this is now removed from pandas, so not much sense having benchmarks for that)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13630/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13630/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13630.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13630", "merged_at": "2016-07-14T14:26:07Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13630.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13630" }
https://api.github.com/repos/pandas-dev/pandas/issues/13631
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13631/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13631/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13631/events
https://github.com/pandas-dev/pandas/pull/13631
165,137,119
MDExOlB1bGxSZXF1ZXN0NzcxNjAxMTA=
13,631
ENH: Add support for writing variable labels to Stata files
{ "avatar_url": "https://avatars.githubusercontent.com/u/5585221?v=4", "events_url": "https://api.github.com/users/bashtage/events{/privacy}", "followers_url": "https://api.github.com/users/bashtage/followers", "following_url": "https://api.github.com/users/bashtage/following{/other_user}", "gists_url": "http...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "5319e7", "default": false, "description": "read_sta...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
11
2016-07-12T17:41:50Z
2016-07-19T02:00:46Z
2016-07-19T01:59:54Z
CONTRIBUTOR
null
- [x] closes #13536 - [x] closes #13535 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry Add support for writing variable labels Fix documentation for to_stata Clean up function name to improve readability closes #13536 closes #13535
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13631/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13631/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13631.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13631", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13631.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13631" }
https://api.github.com/repos/pandas-dev/pandas/issues/13632
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13632/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13632/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13632/events
https://github.com/pandas-dev/pandas/pull/13632
165,200,898
MDExOlB1bGxSZXF1ZXN0NzcyMDYwMDg=
13,632
DOC: Add reference to frequency strings
{ "avatar_url": "https://avatars.githubusercontent.com/u/5206277?v=4", "events_url": "https://api.github.com/users/sahildua2305/events{/privacy}", "followers_url": "https://api.github.com/users/sahildua2305/followers", "following_url": "https://api.github.com/users/sahildua2305/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": "AFEEEE", "default": false, "description": null, "id": 211840...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
5
2016-07-12T23:00:45Z
2016-07-21T14:31:43Z
2016-07-21T14:31:18Z
CONTRIBUTOR
null
- [x] closes #13160
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13632/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13632/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13632.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13632", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13632.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13632" }
https://api.github.com/repos/pandas-dev/pandas/issues/13633
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13633/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13633/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13633/events
https://github.com/pandas-dev/pandas/pull/13633
165,205,586
MDExOlB1bGxSZXF1ZXN0NzcyMDkzNTQ=
13,633
BUG: Add check for array lengths in from_arrays method (GH13599)
{ "avatar_url": "https://avatars.githubusercontent.com/u/5206277?v=4", "events_url": "https://api.github.com/users/sahildua2305/events{/privacy}", "followers_url": "https://api.github.com/users/sahildua2305/followers", "following_url": "https://api.github.com/users/sahildua2305/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": "207d...
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
2016-07-12T23:39:05Z
2016-07-21T16:30:15Z
2016-07-20T21:56:46Z
CONTRIBUTOR
null
- [x] closes #13599 - [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/13633/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13633/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13633.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13633", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13633.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13633" }
https://api.github.com/repos/pandas-dev/pandas/issues/13634
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13634/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13634/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13634/events
https://github.com/pandas-dev/pandas/issues/13634
165,220,419
MDU6SXNzdWUxNjUyMjA0MTk=
13,634
API: pandas.api
{ "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": "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": "207de5", "default": false, "description": "R...
closed
false
{ "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://...
[ { "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_u...
{ "closed_at": "2017-05-06T10:20:19Z", "closed_issues": 987, "created_at": "2016-02-08T15:30:21Z", "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/jr...
66
2016-07-13T02:01:01Z
2017-05-03T23:41:38Z
2017-04-27T21:32:11Z
CONTRIBUTOR
null
In xref #13147 established a bit of a public api in `pandas.api`; ATM this only contains the type introspection routines. ## 1st question Some disagreement on whether we should not do this, and rather just expose `pandas.types` directly. I think `pandas.api` is actually very important because: 1) limits scope of wh...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13634/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13634/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13635
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13635/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13635/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13635/events
https://github.com/pandas-dev/pandas/issues/13635
165,221,071
MDU6SXNzdWUxNjUyMjEwNzE=
13,635
DOC/API: doc-strings for instrospectors
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "AD7FA8", "default": false, "description": null, "id": 358182...
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", ...
1
2016-07-13T02:08:02Z
2019-07-13T12:04:22Z
2019-07-13T12:04:22Z
CONTRIBUTOR
null
xref #13147 ideally add doc-strings and add to API.rst? for the introspectors these are pretty intuitve (e.g. `is_integer`), but have some nuances that doc-strings (and an example) would be useful.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13635/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13635/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13636
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13636/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13636/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13636/events
https://github.com/pandas-dev/pandas/issues/13636
165,223,590
MDU6SXNzdWUxNjUyMjM1OTA=
13,636
Broken options class for pandas.io.data - Did Yahoo just change their options site?
{ "avatar_url": "https://avatars.githubusercontent.com/u/5732791?v=4", "events_url": "https://api.github.com/users/dscheste/events{/privacy}", "followers_url": "https://api.github.com/users/dscheste/followers", "following_url": "https://api.github.com/users/dscheste/following{/other_user}", "gists_url": "http...
[]
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
2016-07-13T02:33:41Z
2016-07-14T08:26:42Z
2016-07-13T02:46:02Z
NONE
null
Hello, Yahoo seems to have changed their site design as I no longer can pull any options data with panda. Does anyone else experience this? Here's what's called: #### Code Sample, a copy-pastable example if possible # !/usr/bin/python import sys, getopt import pandas as pd import numpy as np from pandas.io.data impo...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13636/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13636/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13637
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13637/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13637/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13637/events
https://github.com/pandas-dev/pandas/issues/13637
165,233,792
MDU6SXNzdWUxNjUyMzM3OTI=
13,637
API: Index/Series/DataFrame op 1-d list-like coercion
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/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": "006b75", "default": false, "description": "Arithmetic, Comparison, ...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
10
2016-07-13T04:15:37Z
2021-05-01T22:35:22Z
null
MEMBER
null
xref #1134. There is another inconsistencies related to op. `Index/Series/DataFrame` op can accept 1-d list-like as input and coercing to `Index/Series`. However, supported 1-d list-likes differ depending on the class and kind of op. #### Code Sample, a copy-pastable example if possible ``` # Series + equal length lis...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13637/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13637/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13638
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13638/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13638/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13638/events
https://github.com/pandas-dev/pandas/issues/13638
165,248,304
MDU6SXNzdWUxNjUyNDgzMDQ=
13,638
Initialised EWM
{ "avatar_url": "https://avatars.githubusercontent.com/u/167164?v=4", "events_url": "https://api.github.com/users/naught101/events{/privacy}", "followers_url": "https://api.github.com/users/naught101/followers", "following_url": "https://api.github.com/users/naught101/following{/other_user}", "gists_url": "ht...
[ { "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": "d4c5f9", "default": false, "description": "rolling,...
open
false
null
[]
null
7
2016-07-13T06:41:03Z
2021-05-01T22:35:40Z
null
NONE
null
Currently, with an exponential weighted moving window, there are two options, adjusted, or non-adjusted. The first one results in excessively high variance at the beginning of the series, the second results in an artificially low mean. Another alternative is to intialise the series with a scalar value - most obviously ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13638/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13638/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13639
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13639/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13639/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13639/events
https://github.com/pandas-dev/pandas/issues/13639
165,287,855
MDU6SXNzdWUxNjUyODc4NTU=
13,639
DOC/BLD: IPython 5.0 breaks doc building
{ "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": "3465A4", "default": false, ...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
7
2016-07-13T10:26:03Z
2016-08-21T18:33:01Z
2016-08-21T18:33:01Z
CONTRIBUTOR
null
https://travis-ci.org/pydata/pandas/jobs/144343193 @jorisvandenbossche @TomAugspurger @sinhrks I just restarted the build, but failed the same way. version change?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13639/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13639/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13640
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13640/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13640/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13640/events
https://github.com/pandas-dev/pandas/pull/13640
165,334,174
MDExOlB1bGxSZXF1ZXN0NzcyOTgxMTE=
13,640
BLD: included pandas.api.* in setup.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "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": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
1
2016-07-13T14:25:13Z
2016-07-13T14:38:15Z
2016-07-13T14:38:09Z
MEMBER
null
Lots of good refactoring in #13147 , but can't use them if they aren't included!
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13640/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13640/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13640.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13640", "merged_at": "2016-07-13T14:38:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13640.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13640" }
https://api.github.com/repos/pandas-dev/pandas/issues/13641
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13641/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13641/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13641/events
https://github.com/pandas-dev/pandas/pull/13641
165,343,748
MDExOlB1bGxSZXF1ZXN0NzczMDQ5ODM=
13,641
BF(TST): allow AttributeError being raised (in addition to TypeError) from matplotlib
{ "avatar_url": "https://avatars.githubusercontent.com/u/39889?v=4", "events_url": "https://api.github.com/users/yarikoptic/events{/privacy}", "followers_url": "https://api.github.com/users/yarikoptic/followers", "following_url": "https://api.github.com/users/yarikoptic/following{/other_user}", "gists_url": "...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "8AE234", "d...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
4
2016-07-13T15:01:57Z
2016-07-14T08:44:27Z
2016-07-14T08:44:19Z
CONTRIBUTOR
null
Closes #13570 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [ ] whatsnew entry: imho not worth it? origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827938
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13641/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13641/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13641.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13641", "merged_at": "2016-07-14T08:44:19Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13641.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13641" }
https://api.github.com/repos/pandas-dev/pandas/issues/13642
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13642/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13642/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13642/events
https://github.com/pandas-dev/pandas/issues/13642
165,347,749
MDU6SXNzdWUxNjUzNDc3NDk=
13,642
Missing DataFrame.rename_axis in API Table of Contents
{ "avatar_url": "https://avatars.githubusercontent.com/u/15113894?v=4", "events_url": "https://api.github.com/users/Dr-Irv/events{/privacy}", "followers_url": "https://api.github.com/users/Dr-Irv/followers", "following_url": "https://api.github.com/users/Dr-Irv/following{/other_user}", "gists_url": "https://a...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
0
2016-07-13T15:18:00Z
2016-07-20T20:21:37Z
2016-07-17T12:40:27Z
CONTRIBUTOR
null
`DataFrame.rename_axis()` is documented here: http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.rename_axis.html But if you go to http://pandas.pydata.org/pandas-docs/stable/api.html, it is not in the sidebar or list of all methods.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13642/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13642/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13643
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13643/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13643/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13643/events
https://github.com/pandas-dev/pandas/pull/13643
165,362,966
MDExOlB1bGxSZXF1ZXN0NzczMTg4ODk=
13,643
CLN: Fix compile time warnings
{ "avatar_url": "https://avatars.githubusercontent.com/u/5356517?v=4", "events_url": "https://api.github.com/users/yui-knk/events{/privacy}", "followers_url": "https://api.github.com/users/yui-knk/followers", "following_url": "https://api.github.com/users/yui-knk/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": "207de5", "default": false, ...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
5
2016-07-13T16:20:52Z
2016-07-14T10:48:47Z
2016-07-14T10:48:43Z
CONTRIBUTOR
null
- [x] passes `git diff upstream/master | flake8 --diff` This commit suppresses these warnings warning: implicit conversion from enumeration type\ 'NPY_DATETIMEUNIT' to different enumeration type\ 'PANDAS_DATETIMEUNIT' [-Wenum-conversion]
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13643/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13643/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13643.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13643", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13643.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13643" }
https://api.github.com/repos/pandas-dev/pandas/issues/13644
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13644/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13644/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13644/events
https://github.com/pandas-dev/pandas/issues/13644
165,371,687
MDU6SXNzdWUxNjUzNzE2ODc=
13,644
QuarterEnd Offset seems to not work with datetimes on the last day
{ "avatar_url": "https://avatars.githubusercontent.com/u/8186432?v=4", "events_url": "https://api.github.com/users/thequackdaddy/events{/privacy}", "followers_url": "https://api.github.com/users/thequackdaddy/followers", "following_url": "https://api.github.com/users/thequackdaddy/following{/other_user}", "gi...
[ { "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": "0052cc", "default": false, "descript...
closed
false
null
[]
null
4
2016-07-13T17:02:17Z
2016-07-14T11:26:36Z
2016-07-14T11:26:36Z
CONTRIBUTOR
null
Hello, I have a column of datetimes which I'm trying to group by moving them to the last day of the calendar quarter. However, I think when the datetime is on the last day of the quarter, It doesn't work. #### Code Sample, a copy-pastable example if possible ``` In [8]: pd.Series(pd.DatetimeIndex(['2016-06-30 12:32']...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13644/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13644/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13645
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13645/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13645/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13645/events
https://github.com/pandas-dev/pandas/issues/13645
165,415,049
MDU6SXNzdWUxNjU0MTUwNDk=
13,645
merge indicator when columns is multiindex
{ "avatar_url": "https://avatars.githubusercontent.com/u/13080968?v=4", "events_url": "https://api.github.com/users/chubukov/events{/privacy}", "followers_url": "https://api.github.com/users/chubukov/followers", "following_url": "https://api.github.com/users/chubukov/following{/other_user}", "gists_url": "htt...
[ { "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
[]
null
0
2016-07-13T20:34:08Z
2021-05-01T22:36:24Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ``` import pandas as pd import numpy as np index=list(range(8)) columns=pd.MultiIndex.from_product([['alpha', 'beta',], ['C','D'],[1,2]], names=['first', 'second','third']) df1=pd.DataFrame(index=index,columns=columns,data=np.random.rand(8,8)) df2=pd.DataFrame(ind...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13645/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13645/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13646
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13646/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13646/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13646/events
https://github.com/pandas-dev/pandas/issues/13646
165,423,019
MDU6SXNzdWUxNjU0MjMwMTk=
13,646
BUG: Series construction w/integer tuples failing on windows
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
0
2016-07-13T21:13:35Z
2016-07-15T10:21:32Z
2016-07-15T10:21:32Z
CONTRIBUTOR
null
This just started failing on windows on master, in the last few PR's. Prob related to #13147. tuples are not being upcast like lists. ``` ====================================================================== FAIL: test_alignment_non_pandas (pandas.tests.frame.test_operators.TestDataFrameOperators) ------------------...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13646/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13646/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13647
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13647/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13647/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13647/events
https://github.com/pandas-dev/pandas/pull/13647
165,424,955
MDExOlB1bGxSZXF1ZXN0NzczNjQyNzQ=
13,647
DOC/BLD: pin IPython version to 4.2.0 (#13639)
{ "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": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
2
2016-07-13T21:24:04Z
2016-07-14T07:13:01Z
2016-07-14T07:12:52Z
MEMBER
null
xref #13639
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13647/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13647/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13647.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13647", "merged_at": "2016-07-14T07:12:52Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13647.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13647" }
https://api.github.com/repos/pandas-dev/pandas/issues/13648
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13648/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13648/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13648/events
https://github.com/pandas-dev/pandas/issues/13648
165,433,850
MDU6SXNzdWUxNjU0MzM4NTA=
13,648
Categorical.from_codes warns if `None` is in categories
{ "avatar_url": "https://avatars.githubusercontent.com/u/1588357?v=4", "events_url": "https://api.github.com/users/ssanderson/events{/privacy}", "followers_url": "https://api.github.com/users/ssanderson/followers", "following_url": "https://api.github.com/users/ssanderson/following{/other_user}", "gists_url":...
[ { "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
[]
null
7
2016-07-13T22:13:25Z
2017-03-27T12:00:04Z
2017-03-26T14:40:10Z
CONTRIBUTOR
null
Born from a gitter conversation with @jorisvandenbossche and @jreback. As of https://github.com/pydata/pandas/issues/10748, it's deprecated to have `np.NaN` as a category label. The deprecation warning also fires if `None` is a category, but it's unclear whether this is intended behavior, and the error message explic...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13648/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13648/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13649
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13649/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13649/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13649/events
https://github.com/pandas-dev/pandas/issues/13649
165,457,207
MDU6SXNzdWUxNjU0NTcyMDc=
13,649
Not working set_index with drop
{ "avatar_url": "https://avatars.githubusercontent.com/u/8209940?v=4", "events_url": "https://api.github.com/users/VelizarVESSELINOV/events{/privacy}", "followers_url": "https://api.github.com/users/VelizarVESSELINOV/followers", "following_url": "https://api.github.com/users/VelizarVESSELINOV/following{/other_u...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
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", ...
6
2016-07-14T01:30:40Z
2021-05-01T22:41:53Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ``` python from io import StringIO from pandas import read_csv dtf = read_csv(StringIO("DATE_TIME,A\n2/8/2015 6:00:30,1")) print(dtf) dtf.set_index(dtf.DATE_TIME, drop=True, inplace=True) print(dtf.columns) print(dtf) ``` #### Current output ``` python ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13649/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13649/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13650
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13650/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13650/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13650/events
https://github.com/pandas-dev/pandas/issues/13650
165,503,587
MDU6SXNzdWUxNjU1MDM1ODc=
13,650
combine_first loses index type information with MultiIndices and different timezones
{ "avatar_url": "https://avatars.githubusercontent.com/u/12200702?v=4", "events_url": "https://api.github.com/users/multiloc/events{/privacy}", "followers_url": "https://api.github.com/users/multiloc/followers", "following_url": "https://api.github.com/users/multiloc/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...
4
2016-07-14T08:17:48Z
2016-07-14T20:12:35Z
2016-07-14T10:00:06Z
CONTRIBUTOR
null
See title and example below. I believe this is due to the fact that combination of indices with different timezones first converts to object dtype, then rebases all timestamps to UTC for comparison and then constructs a DatetimeIndex from that. However, this doesn't seem to be applied for the individual levels in a Mul...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13650/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13650/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13651
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13651/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13651/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13651/events
https://github.com/pandas-dev/pandas/issues/13651
165,517,361
MDU6SXNzdWUxNjU1MTczNjE=
13,651
`df.to_hdf(...format='table')` writes in different format than I'd expect, having used pytables before.
{ "avatar_url": "https://avatars.githubusercontent.com/u/9432929?v=4", "events_url": "https://api.github.com/users/mtzl/events{/privacy}", "followers_url": "https://api.github.com/users/mtzl/followers", "following_url": "https://api.github.com/users/mtzl/following{/other_user}", "gists_url": "https://api.gith...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "AD7FA8", "default": false, "descript...
closed
false
null
[]
null
1
2016-07-14T09:27:30Z
2016-07-14T10:15:59Z
2016-07-14T10:10:55Z
NONE
null
I'm dissatisfied with the current way `DataFrame.to_hdf(...format='table')` works. Take this simple example: ``` python import numpy as np import pandas as pd import tables data = { 'foo': np.zeros(5, dtype=float), 'bar': np.ones(5, dtype=float), 'baz': 2 * np.ones(5, dtype=float), } df = pd.DataFrame.fro...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13651/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13651/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13652
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13652/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13652/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13652/events
https://github.com/pandas-dev/pandas/issues/13652
165,534,222
MDU6SXNzdWUxNjU1MzQyMjI=
13,652
Read CSV using c engine silently swallows useful exceptions
{ "avatar_url": "https://avatars.githubusercontent.com/u/10943181?v=4", "events_url": "https://api.github.com/users/bdrosen96/events{/privacy}", "followers_url": "https://api.github.com/users/bdrosen96/followers", "following_url": "https://api.github.com/users/bdrosen96/following{/other_user}", "gists_url": "...
[ { "color": "444444", "default": false, "description": "Unicode strings", "id": 36380025, "name": "Unicode", "node_id": "MDU6TGFiZWwzNjM4MDAyNQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Unicode" }, { "color": "ffa0ff", "default": false, "description...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
17
2016-07-14T10:59:43Z
2016-07-20T21:54:09Z
2016-07-20T21:54:09Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ``` python import pandas import codecs import traceback import sys pandas.show_versions() print("Pandas version: {}\n".format(pandas.__version__)) print("Python version: {}\n".format(sys.version_info)) def build_stream(): filename = "tests/data/sauron.SHIFT_...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13652/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13652/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13653
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13653/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13653/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13653/events
https://github.com/pandas-dev/pandas/issues/13653
165,559,722
MDU6SXNzdWUxNjU1NTk3MjI=
13,653
Series.to_string ignores empty lines at the start/end when index=False
{ "avatar_url": "https://avatars.githubusercontent.com/u/1274384?v=4", "events_url": "https://api.github.com/users/alberthdev/events{/privacy}", "followers_url": "https://api.github.com/users/alberthdev/followers", "following_url": "https://api.github.com/users/alberthdev/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": "06909A", "default": false, "description": "IO issues that don't fit...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/19568462?v=4", "events_url": "https://api.github.com/users/NomadicDaggy/events{/privacy}", "followers_url": "https://api.github.com/users/NomadicDaggy/followers", "following_url": "https://api.github.com/users/NomadicDaggy/following{/other_user}", "gist...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/19568462?v=4", "events_url": "https://api.github.com/users/NomadicDaggy/events{/privacy}", "followers_url": "https://api.github.com/users/NomadicDaggy/followers", "following_url": "https://api.github.com/users/NomadicDaggy/following{/other_use...
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2016-07-14T13:16:54Z
2020-09-30T02:04:41Z
2020-09-30T02:04:41Z
NONE
null
When running `to_string` on a Series with empty strings at the beginning and end of the Series data, the empty strings are removed from the resulting output. These empty strings should be included to represent the empty data. #### Code Sample: ``` python import pandas as pd pd.Series(["", "Hello", "World", "", "", "Mo...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13653/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13653/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13654
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13654/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13654/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13654/events
https://github.com/pandas-dev/pandas/issues/13654
165,560,890
MDU6SXNzdWUxNjU1NjA4OTA=
13,654
Issue iterating with pd.read_sas
{ "avatar_url": "https://avatars.githubusercontent.com/u/14262420?v=4", "events_url": "https://api.github.com/users/andersbogsnes/events{/privacy}", "followers_url": "https://api.github.com/users/andersbogsnes/followers", "following_url": "https://api.github.com/users/andersbogsnes/following{/other_user}", "g...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "SAS: read_sas", "id"...
closed
false
null
[]
{ "closed_at": "2016-12-24T22:50:46Z", "closed_issues": 107, "created_at": "2016-11-12T15:44:46Z", "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/jr...
2
2016-07-14T13:22:27Z
2016-11-28T09:48:59Z
2016-11-28T09:48:59Z
NONE
null
#### Code Sample, a copy-pastable example if possible ``` import pandas as pd f = pd.read_sas('test.sas7bdat', iterator=True) for chunk in f: print(f) --------------------------------------------------------------------------- AbstractMethodError Traceback (most recent call last) <ipython-i...
{ "+1": 2, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13654/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13654/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13655
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13655/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13655/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13655/events
https://github.com/pandas-dev/pandas/issues/13655
165,597,959
MDU6SXNzdWUxNjU1OTc5NTk=
13,655
DataFrame.loc(axis=1)[..] not working for single-level indexer
{ "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": "0e8a16", "default": true, "description": null, "id": 717120670, "name": "good first issue", "node_id": "MDU6TGFiZWw3MTcxMjA2NzA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue" }, { "color": "cdea3c", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
2
2016-07-14T16:02:18Z
2019-11-13T01:27:53Z
2019-11-13T01:27:53Z
MEMBER
null
When doing `.loc(axis=1)[...]`, this only works when indexing into multiple levels. Here an example with a MultiIndex column: ``` In [23]: df = pd.DataFrame(np.arange(27).reshape(3, 9), columns=pd.MultiIndex.from_product([['a1', 'a2', 'a3'], ['b1', 'b2', 'b3']])) In [24]: df Out[24]: a1 a2 a3 ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13655/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13655/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13656
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13656/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13656/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13656/events
https://github.com/pandas-dev/pandas/pull/13656
165,600,753
MDExOlB1bGxSZXF1ZXN0Nzc0ODM1NzY=
13,656
better error message for non-unique columns
{ "avatar_url": "https://avatars.githubusercontent.com/u/1393288?v=4", "events_url": "https://api.github.com/users/jrenner/events{/privacy}", "followers_url": "https://api.github.com/users/jrenner/followers", "following_url": "https://api.github.com/users/jrenner/following{/other_user}", "gists_url": "https:/...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" } ]
closed
false
null
[]
null
4
2016-07-14T16:15:04Z
2016-11-16T22:21:26Z
2016-11-16T22:21:25Z
NONE
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `git diff upstream/master | flake8 --diff` - [ ] whatsnew entry I ran into this error with my code and the error message didn't help me figure out I was dealing with duplicate columns that couldn't be handled. I think this is more helpful
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13656/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13656/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13656.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13656", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13656.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13656" }
https://api.github.com/repos/pandas-dev/pandas/issues/13657
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13657/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13657/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13657/events
https://github.com/pandas-dev/pandas/issues/13657
165,640,399
MDU6SXNzdWUxNjU2NDAzOTk=
13,657
Row based style.apply doesn't modify background colors
{ "avatar_url": "https://avatars.githubusercontent.com/u/447301?v=4", "events_url": "https://api.github.com/users/shri/events{/privacy}", "followers_url": "https://api.github.com/users/shri/followers", "following_url": "https://api.github.com/users/shri/following{/other_user}", "gists_url": "https://api.githu...
[ { "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": "006b75", "default": false, "description": "conditional formattin...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
3
2016-07-14T19:33:00Z
2021-08-19T21:41:49Z
2021-08-19T21:41:49Z
NONE
null
#### Code Sample, a copy-pastable example if possible ``` py # add color gradient to column(s) import numpy as np import math from pandas import * from IPython.display import display, HTML # color gradient COLORS = ["#F1F2B5", "#CCD7A5", "#A7BC96", "#82A186", "#5D8677", "#386B67", "#135058"] # rows/columns to skip a...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13657/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13657/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13658
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13658/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13658/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13658/events
https://github.com/pandas-dev/pandas/issues/13658
165,648,687
MDU6SXNzdWUxNjU2NDg2ODc=
13,658
Assignment to multiple columns only works if they existed before
{ "avatar_url": "https://avatars.githubusercontent.com/u/1216791?v=4", "events_url": "https://api.github.com/users/jzwinck/events{/privacy}", "followers_url": "https://api.github.com/users/jzwinck/followers", "following_url": "https://api.github.com/users/jzwinck/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
7
2016-07-14T20:15:38Z
2020-06-29T17:37:11Z
2020-03-14T20:31:22Z
CONTRIBUTOR
null
``` Assignment to multiple columns of a :class:`DataFrame` when some of the columns do not exist would previously assign the values to the last column. Now, new columns would be constructed with the right values. .. ipython:: python df = pd.DataFrame({'a': [0, 1, 2], 'b': [3, 4, 5]}) df *Previous beha...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13658/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13658/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13659
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13659/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13659/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13659/events
https://github.com/pandas-dev/pandas/issues/13659
165,665,860
MDU6SXNzdWUxNjU2NjU4NjA=
13,659
[BUG]: DataFrame.join inconsistent behavior, accepts overlapping columns provided suffixes is specified
{ "avatar_url": "https://avatars.githubusercontent.com/u/8196363?v=4", "events_url": "https://api.github.com/users/dragonator4/events{/privacy}", "followers_url": "https://api.github.com/users/dragonator4/followers", "following_url": "https://api.github.com/users/dragonator4/following{/other_user}", "gists_ur...
[ { "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
[]
null
4
2016-07-14T21:43:42Z
2021-05-01T22:44:15Z
null
NONE
null
Here is a sample code to reproduce the error: ``` In [1]: df1 = pd.DataFrame(np.random.rand(5,2)) df2 = pd.DataFrame(np.random.rand(5,2)) In [2]: df2.join(df1) Out[2]: --------------------------------------------------------------------------- ValueError: columns overlap but no suffix specified: Range...
{ "+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/13659/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13659/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13660
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13660/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13660/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13660/events
https://github.com/pandas-dev/pandas/pull/13660
165,683,816
MDExOlB1bGxSZXF1ZXN0Nzc1NDQ2MTk=
13,660
BUG: concat/append misc fixes
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/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": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
8
2016-07-14T23:51:28Z
2016-09-07T13:24:29Z
2016-09-03T09:20:29Z
MEMBER
null
closes #13626 closes #7795
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13660/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13660/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13660.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13660", "merged_at": "2016-09-03T09:20:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13660.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13660" }
https://api.github.com/repos/pandas-dev/pandas/issues/13661
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13661/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13661/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13661/events
https://github.com/pandas-dev/pandas/pull/13661
165,690,054
MDExOlB1bGxSZXF1ZXN0Nzc1NDkwOTM=
13,661
BUG: construction of Series with integers on windows not default to int64
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "fbca04", "default": false, "description": "Windows OS", "id": 5...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
1
2016-07-15T00:54:01Z
2016-07-15T10:21:32Z
2016-07-15T10:21:32Z
CONTRIBUTOR
null
closes #13646
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13661/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13661/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13661.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13661", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13661.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13661" }
https://api.github.com/repos/pandas-dev/pandas/issues/13662
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13662/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13662/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13662/events
https://github.com/pandas-dev/pandas/pull/13662
165,694,182
MDExOlB1bGxSZXF1ZXN0Nzc1NTE5NzY=
13,662
COMPAT/TST Matplotlib 2.0 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": "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": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
10
2016-07-15T01:39:21Z
2017-04-05T02:07:03Z
2016-08-22T20:35:12Z
CONTRIBUTOR
null
- [x] closes #13333 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry Just a WIP for now, I want to cleanup how I handle the errorbar changes. Will wait for a matplotlib RC before changing the Travis matrix I suppose?
{ "+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/13662/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13662/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13662.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13662", "merged_at": "2016-08-22T20:35:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13662.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13662" }
https://api.github.com/repos/pandas-dev/pandas/issues/13663
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13663/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13663/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13663/events
https://github.com/pandas-dev/pandas/issues/13663
165,770,798
MDU6SXNzdWUxNjU3NzA3OTg=
13,663
series with datetime raises pandas.tslib.OutOfBoundsDatetime on value_counts()
{ "avatar_url": "https://avatars.githubusercontent.com/u/20475860?v=4", "events_url": "https://api.github.com/users/13ene/events{/privacy}", "followers_url": "https://api.github.com/users/13ene/followers", "following_url": "https://api.github.com/users/13ene/following{/other_user}", "gists_url": "https://api....
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "e102d8", "default": false, "description": "Unexpecte...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
2
2016-07-15T11:52:07Z
2016-07-24T13:51:12Z
2016-07-24T13:51:12Z
NONE
null
I expected that for each value a the number of entries would be returned, instead it throws an OutOfBoundsDatetime although it is not pandas object in first place, but a datetime object. I am aware that the pandas timestamps have a limited time span, however the objects are not timestamps, but datetimes... Thanks! ####...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13663/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13663/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13664
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13664/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13664/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13664/events
https://github.com/pandas-dev/pandas/pull/13664
165,784,680
MDExOlB1bGxSZXF1ZXN0Nzc2MTQwMDI=
13,664
API: Index doesn't results in PeriodIndex if Period contains NaT
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "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": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
0
2016-07-15T13:17:55Z
2016-07-19T02:07:54Z
2016-07-19T02:07:54Z
MEMBER
null
- [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry This improve `Period` handling a little. - normal `Index` constructor can accept: - `Period` and `NaT` mixed input (result is `PeriodIndex`) `Period` version of #13477) - `Period` with multiple freq (result is `...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13664/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13664/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13664.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13664", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13664.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13664" }
https://api.github.com/repos/pandas-dev/pandas/issues/13665
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13665/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13665/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13665/events
https://github.com/pandas-dev/pandas/issues/13665
165,802,839
MDU6SXNzdWUxNjU4MDI4Mzk=
13,665
merge of sparse dataframe fails
{ "avatar_url": "https://avatars.githubusercontent.com/u/1199593?v=4", "events_url": "https://api.github.com/users/simonm3/events{/privacy}", "followers_url": "https://api.github.com/users/simonm3/followers", "following_url": "https://api.github.com/users/simonm3/following{/other_user}", "gists_url": "https:/...
[ { "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": "ffa0ff", "de...
closed
false
null
[]
null
7
2016-07-15T14:43:01Z
2019-09-18T14:02:16Z
2019-09-18T14:02:16Z
NONE
null
This works fine: ``` df = pd.DataFrame(np.random.randint(0,100,size=(100, 4)), columns=list('ABCD')) df2 = pd.DataFrame(np.random.randint(0,100,size=(100, 4)), columns=list('ABCD')) df.merge(df2, how="left", on="A") ``` This fails with "TypeError: type object argument after \* must be a sequence, not map" ``` df = p...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13665/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13665/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13666
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13666/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13666/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13666/events
https://github.com/pandas-dev/pandas/issues/13666
165,844,182
MDU6SXNzdWUxNjU4NDQxODI=
13,666
groupby.nth() labelling conventions changed from 0.17 -> 0.18
{ "avatar_url": "https://avatars.githubusercontent.com/u/1588357?v=4", "events_url": "https://api.github.com/users/ssanderson/events{/privacy}", "followers_url": "https://api.github.com/users/ssanderson/followers", "following_url": "https://api.github.com/users/ssanderson/following{/other_user}", "gists_url":...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
open
false
null
[]
null
6
2016-07-15T17:59:52Z
2021-05-01T22:45:22Z
null
CONTRIBUTOR
null
In pandas 0.17.1, grouping a DatetimeIndex with monthly frequency produced labels keyed at the start of the month, and `nth()` produces a label keyed by the selected row. In 0.18, we unconditionally return groups labelled by the end of the month. #### Old Pandas ``` In [25]: pd.__version__ Out[25]: u'0.17.1' In [26]...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13666/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13666/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13667
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13667/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13667/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13667/events
https://github.com/pandas-dev/pandas/issues/13667
165,894,984
MDU6SXNzdWUxNjU4OTQ5ODQ=
13,667
Obtaining options data from yahoo is broken
{ "avatar_url": "https://avatars.githubusercontent.com/u/1548345?v=4", "events_url": "https://api.github.com/users/rajanshah/events{/privacy}", "followers_url": "https://api.github.com/users/rajanshah/followers", "following_url": "https://api.github.com/users/rajanshah/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
2016-07-15T23:28:53Z
2016-07-16T09:30:33Z
2016-07-16T09:29:35Z
NONE
null
I am not sure, but it appears that obtaining options data from yahoo is broken as it results into following error at the end. #### Code Sample, a copy-pastable example if possible from pandas.io.data import Options aapl = Options('aapl', 'yahoo') data = aapl.get_all_data() #### Expected Output AAPL options data for n...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13667/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13667/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13668
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13668/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13668/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13668/events
https://github.com/pandas-dev/pandas/pull/13668
165,905,244
MDExOlB1bGxSZXF1ZXN0Nzc2OTg3NzY=
13,668
MAINT: Make pandasSQL_builder private
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "5319e7", "default": false, "description": "t...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
8
2016-07-16T03:01:13Z
2016-07-24T19:25:26Z
2016-07-24T19:24:00Z
MEMBER
null
Per discussion with @jorisvandenbossche <a href="https://github.com/pydata/pandas/pull/13611#discussion_r71048508">here</a>.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13668/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13668/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13668.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13668", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13668.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13668" }
https://api.github.com/repos/pandas-dev/pandas/issues/13669
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13669/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13669/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13669/events
https://github.com/pandas-dev/pandas/pull/13669
165,908,606
MDExOlB1bGxSZXF1ZXN0Nzc3MDA4MjI=
13,669
CLN: removed the 'diff' method for Index
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
2
2016-07-16T04:58:34Z
2016-07-20T21:28:14Z
2016-07-20T21:28:11Z
MEMBER
null
Deprecated all the way back in `0.15.0` <a href="https://github.com/pydata/pandas/pull/8227">here</a>.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13669/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13669/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13669.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13669", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13669.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13669" }
https://api.github.com/repos/pandas-dev/pandas/issues/13670
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13670/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13670/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13670/events
https://github.com/pandas-dev/pandas/pull/13670
165,914,680
MDExOlB1bGxSZXF1ZXN0Nzc3MDI3MDE=
13,670
CLN: removed pandas.sandbox
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" }, { "color": "207de5", "default": f...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
3
2016-07-16T06:56:51Z
2016-07-19T01:20:26Z
2016-07-19T01:20:18Z
MEMBER
null
Deprecated back in `0.16.0` <a href="https://github.com/pydata/pandas/pull/9615">here</a>, and the module seems to be rarely, if at all, used according to @jorisvandenbossche .
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13670/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13670/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13670.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13670", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13670.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13670" }
https://api.github.com/repos/pandas-dev/pandas/issues/13671
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13671/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13671/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13671/events
https://github.com/pandas-dev/pandas/pull/13671
165,917,603
MDExOlB1bGxSZXF1ZXN0Nzc3MDM0NDY=
13,671
CLN: removed setter method of categorical's ordered attribute
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "e11d21", "default": false, "description": "Categorical Data Type", "id": 78527356, "name": "Categorical", "node_id": "MDU6TGFiZWw3ODUyNzM1Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Categorical" }, { "color": "207de5", "default": false, ...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
5
2016-07-16T07:41:48Z
2016-07-19T02:13:44Z
2016-07-19T01:44:45Z
MEMBER
null
Deprecated back in `0.16.0` <a href="https://github.com/pydata/pandas/pull/9611">here</a>.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13671/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13671/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13671.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13671", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13671.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13671" }
https://api.github.com/repos/pandas-dev/pandas/issues/13672
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13672/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13672/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13672/events
https://github.com/pandas-dev/pandas/issues/13672
165,917,680
MDU6SXNzdWUxNjU5MTc2ODA=
13,672
BUG: DatetimeIndex with nanosecond frequency does not include `end`
{ "avatar_url": "https://avatars.githubusercontent.com/u/280864?v=4", "events_url": "https://api.github.com/users/ChadFulton/events{/privacy}", "followers_url": "https://api.github.com/users/ChadFulton/followers", "following_url": "https://api.github.com/users/ChadFulton/following{/other_user}", "gists_url": ...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
1
2016-07-16T07:43:04Z
2016-07-23T13:09:18Z
2016-07-23T13:09:18Z
NONE
null
I'm not sure if this is a bug or intended behavior, but documentation says "If periods is none, generated index will extend to first conforming time on or just past end argument", and it appears here that in the nanosecond frequency case, the generated index only extends to just _before_ the end argument. #### Code Sam...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13672/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13672/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13673
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13673/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13673/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13673/events
https://github.com/pandas-dev/pandas/pull/13673
165,935,924
MDExOlB1bGxSZXF1ZXN0Nzc3MTMyNDA=
13,673
CLN: Replace float64_t with int64_t in _ensure_components
{ "avatar_url": "https://avatars.githubusercontent.com/u/5356517?v=4", "events_url": "https://api.github.com/users/yui-knk/events{/privacy}", "followers_url": "https://api.github.com/users/yui-knk/followers", "following_url": "https://api.github.com/users/yui-knk/following{/other_user}", "gists_url": "https:/...
[ { "color": "5319e7", "default": false, "description": "Timedelta data type", "id": 49597148, "name": "Timedelta", "node_id": "MDU6TGFiZWw0OTU5NzE0OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timedelta" }, { "color": "207de5", "default": false, "des...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
4
2016-07-16T16:18:31Z
2016-07-20T22:16:32Z
2016-07-20T22:16:28Z
CONTRIBUTOR
null
- [x] passes `git diff upstream/master | 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/13673/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13673/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13673.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13673", "merged_at": "2016-07-20T22:16:28Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13673.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13673" }
https://api.github.com/repos/pandas-dev/pandas/issues/13674
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13674/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13674/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13674/events
https://github.com/pandas-dev/pandas/issues/13674
165,938,820
MDU6SXNzdWUxNjU5Mzg4MjA=
13,674
error_bad_lines = False is not ignoring ValueError
{ "avatar_url": "https://avatars.githubusercontent.com/u/1256202?v=4", "events_url": "https://api.github.com/users/bsdis/events{/privacy}", "followers_url": "https://api.github.com/users/bsdis/followers", "following_url": "https://api.github.com/users/bsdis/following{/other_user}", "gists_url": "https://api.g...
[ { "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": "ffa0ff", "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
2016-07-16T17:22:42Z
2016-07-16T18:48:14Z
2016-07-16T18:43:07Z
NONE
null
I have a very long csv file with some bad lines. Here is a sample of a bad line between some good lines: 2016.07.03 09:43:38\t0.01055556\t16.146\t26.9444444444444\n 2016.07.03 09:43:43\t0.01194444\t16.146\t26.9883333333333\n 2016.07.03 09:43:48\t0.01333333\t16.105\t27.0383333333333\n 2016.07.03 09:43:53\t0.01472222\t16...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13674/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13674/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13675
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13675/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13675/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13675/events
https://github.com/pandas-dev/pandas/pull/13675
165,940,372
MDExOlB1bGxSZXF1ZXN0Nzc3MTU2MTM=
13,675
DOC: resample warnings
{ "avatar_url": "https://avatars.githubusercontent.com/u/1924092?v=4", "events_url": "https://api.github.com/users/chris-b1/events{/privacy}", "followers_url": "https://api.github.com/users/chris-b1/followers", "following_url": "https://api.github.com/users/chris-b1/following{/other_user}", "gists_url": "http...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" }, { "color": "207d...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
4
2016-07-16T17:57:53Z
2016-07-19T13:15:26Z
2016-07-19T13:15:22Z
CONTRIBUTOR
null
- [ ] closes #13618, closes #13520 - [ ] tests added / passed - [ ] passes `git diff upstream/master | flake8 --diff` - [ ] whatsnew entry Prevents warnings triggered by IPython by matching against `'_repr'` or `'_ipython'`, and expands the `resample` warning message to indicate what caused the deferred object to be m...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13675/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13675/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13675.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13675", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13675.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13675" }
https://api.github.com/repos/pandas-dev/pandas/issues/13676
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13676/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13676/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13676/events
https://github.com/pandas-dev/pandas/pull/13676
165,943,218
MDExOlB1bGxSZXF1ZXN0Nzc3MTcxMTQ=
13,676
TST: assert message shows unnecessary diff
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
2
2016-07-16T19:09:46Z
2016-07-18T22:08:32Z
2016-07-18T22:08:26Z
MEMBER
null
- [x] passes `git diff upstream/master | flake8 --diff` removed unnecessary trailing `None`. ``` pd.util.testing.assert_index_equal(pd.Index([1, 2, 3]), pd.Index([1 ,2, 4])) # AssertionError: Index are different # # Index values are different (33.33333 %) # [left]: Int64Index([1, 2, 3], dtype='int64') # [right]: 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/13676/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13676/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13676.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13676", "merged_at": "2016-07-18T22:08:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13676.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13676" }
https://api.github.com/repos/pandas-dev/pandas/issues/13677
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13677/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13677/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13677/events
https://github.com/pandas-dev/pandas/pull/13677
165,943,428
MDExOlB1bGxSZXF1ZXN0Nzc3MTcyMjI=
13,677
ENH: Series.append now has ignore_index kw
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/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": "02d7e1", "default": false, "description": "Concat, ...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
4
2016-07-16T19:14:46Z
2016-07-19T01:05:39Z
2016-07-19T01:05:36Z
MEMBER
null
- [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry not sure if there is any reason we haven't supported...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13677/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13677/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13677.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13677", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13677.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13677" }
https://api.github.com/repos/pandas-dev/pandas/issues/13678
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13678/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13678/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13678/events
https://github.com/pandas-dev/pandas/pull/13678
165,945,046
MDExOlB1bGxSZXF1ZXN0Nzc3MTgwNzA=
13,678
Add reference of DataFrame.rename_axis and Series.rename_axis to api.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/7305354?v=4", "events_url": "https://api.github.com/users/shawnheide/events{/privacy}", "followers_url": "https://api.github.com/users/shawnheide/followers", "following_url": "https://api.github.com/users/shawnheide/following{/other_user}", "gists_url":...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
3
2016-07-16T19:58:39Z
2016-07-17T12:42:24Z
2016-07-17T12:40:27Z
CONTRIBUTOR
null
- [x] closes #13642 - [ ] tests added / passed - [ ] passes `git diff upstream/master | 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/13678/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13678/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13678.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13678", "merged_at": "2016-07-17T12:40:27Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13678.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13678" }
https://api.github.com/repos/pandas-dev/pandas/issues/13679
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13679/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13679/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13679/events
https://github.com/pandas-dev/pandas/pull/13679
165,947,254
MDExOlB1bGxSZXF1ZXN0Nzc3MTkyNjY=
13,679
Merge pull request #1 from pydata/master
{ "avatar_url": "https://avatars.githubusercontent.com/u/4710853?v=4", "events_url": "https://api.github.com/users/tjader/events{/privacy}", "followers_url": "https://api.github.com/users/tjader/followers", "following_url": "https://api.github.com/users/tjader/following{/other_user}", "gists_url": "https://ap...
[]
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...
0
2016-07-16T20:57:58Z
2016-07-17T18:47:18Z
2016-07-16T20:58:28Z
NONE
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `git diff upstream/master | flake8 --diff` - [ ] whatsnew entry Merge from pydata master
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13679/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13679/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13679.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13679", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13679.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13679" }
https://api.github.com/repos/pandas-dev/pandas/issues/13680
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13680/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13680/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13680/events
https://github.com/pandas-dev/pandas/pull/13680
165,951,249
MDExOlB1bGxSZXF1ZXN0Nzc3MjE1NDg=
13,680
COMPAT: use mpl area legend if available
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "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": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
4
2016-07-16T22:54:06Z
2017-03-04T11:11:00Z
2016-08-10T12:25:06Z
MEMBER
null
- [x] closes #9161, closes #13544 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry Do not use area legend workaround if mpl >= 1.5.0 is available. Legends are now displayed properly if mpl >= 1.5.0. #9161: ``` df = pd.DataFrame(np.random.rand(10, 3)) df...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13680/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13680/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13680.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13680", "merged_at": "2016-08-10T12:25:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13680.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13680" }
https://api.github.com/repos/pandas-dev/pandas/issues/13681
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13681/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13681/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13681/events
https://github.com/pandas-dev/pandas/issues/13681
165,951,524
MDU6SXNzdWUxNjU5NTE1MjQ=
13,681
Decide recommended version of optional packages
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "2017-10-28T18:54:27Z", "closed_issues": 764, "created_at": "2017-03-23T13:26:25Z", "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/jr...
1
2016-07-16T23:03:38Z
2017-09-23T21:08:40Z
2017-09-23T21:08:40Z
MEMBER
null
For these optional deps, pandas doesn't specify the supported versions. Therefore, pandas needs some codes to support older ones. - scipy - matplotlib - openpyxl I don't think we need strict support version policy for these packages, but how about once decide "recommended versions", and show warnings if user env does...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13681/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13681/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13682
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13682/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13682/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13682/events
https://github.com/pandas-dev/pandas/issues/13682
165,965,176
MDU6SXNzdWUxNjU5NjUxNzY=
13,682
DOCS: Mistake in .cum* descriptions
{ "avatar_url": "https://avatars.githubusercontent.com/u/7305354?v=4", "events_url": "https://api.github.com/users/shawnheide/events{/privacy}", "followers_url": "https://api.github.com/users/shawnheide/followers", "following_url": "https://api.github.com/users/shawnheide/following{/other_user}", "gists_url":...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
0
2016-07-17T07:34:34Z
2016-07-17T18:30:52Z
2016-07-17T18:30:19Z
CONTRIBUTOR
null
For the .cum\* functions the generated documentation description is redundant. As an example, [DataFrame.cumsum()](http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.cumsum.html?highlight=cumsum#pandas.DataFrame.cumsum) has the description "Return cumulative cumsum over requested axis." when it shou...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13682/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13682/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13683
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13683/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13683/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13683/events
https://github.com/pandas-dev/pandas/pull/13683
165,966,654
MDExOlB1bGxSZXF1ZXN0Nzc3Mjk4NTU=
13,683
DOC: slight change in .cum* function descriptions
{ "avatar_url": "https://avatars.githubusercontent.com/u/7305354?v=4", "events_url": "https://api.github.com/users/shawnheide/events{/privacy}", "followers_url": "https://api.github.com/users/shawnheide/followers", "following_url": "https://api.github.com/users/shawnheide/following{/other_user}", "gists_url":...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
2
2016-07-17T08:21:38Z
2016-07-17T18:30:44Z
2016-07-17T18:30:19Z
CONTRIBUTOR
null
closes #13682 I changed the template function to use the _desc_ instead of the _name_ in generic.py. SIDENOTE: I accidentally committed to a branch with another PR, so I rebased without it and created a new branch with this commit.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13683/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13683/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13683.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13683", "merged_at": "2016-07-17T18:30:19Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13683.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13683" }
https://api.github.com/repos/pandas-dev/pandas/issues/13684
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13684/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13684/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13684/events
https://github.com/pandas-dev/pandas/issues/13684
165,968,609
MDU6SXNzdWUxNjU5Njg2MDk=
13,684
DataFrame.__repr__ raises TypeError after pd.show_versions() was run
{ "avatar_url": "https://avatars.githubusercontent.com/u/6342379?v=4", "events_url": "https://api.github.com/users/xflr6/events{/privacy}", "followers_url": "https://api.github.com/users/xflr6/followers", "following_url": "https://api.github.com/users/xflr6/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
14
2016-07-17T09:25:59Z
2016-09-01T07:28:54Z
2016-09-01T07:28:54Z
CONTRIBUTOR
null
Maybe one of the imports in `show_versions` has unwanted side effects? ``` python >>> import pandas as pd >>> pd.DataFrame({'spam': range(10)}) spam 0 0 1 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 >>> pd.show_versions() INSTALLED VERSIONS ------------------ commit: None python: 2.7....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13684/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13684/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13685
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13685/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13685/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13685/events
https://github.com/pandas-dev/pandas/issues/13685
165,975,518
MDU6SXNzdWUxNjU5NzU1MTg=
13,685
Keyerror if set_index list
{ "avatar_url": "https://avatars.githubusercontent.com/u/10682573?v=4", "events_url": "https://api.github.com/users/jesrael/events{/privacy}", "followers_url": "https://api.github.com/users/jesrael/followers", "following_url": "https://api.github.com/users/jesrael/following{/other_user}", "gists_url": "https:...
[]
closed
false
null
[]
null
1
2016-07-17T12:56:09Z
2016-07-17T13:19:27Z
2016-07-17T13:19:27Z
NONE
null
Sample: ``` import pandas as pd import numpy as np df = pd.DataFrame({'A':[1,2], 'B':[3,4], 'C':[5,6]}, index=['a','b']) print (df) A B C a 1 3 5 b 2 4 6 ``` This works nice: ``` L = ['c','d'] df = df.set_index(np.array(L)) print (df) A B C c 1 3 5 d 2 4...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13685/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13685/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13686
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13686/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13686/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13686/events
https://github.com/pandas-dev/pandas/pull/13686
165,978,052
MDExOlB1bGxSZXF1ZXN0Nzc3MzYxNTE=
13,686
DOC: Fix a name of option
{ "avatar_url": "https://avatars.githubusercontent.com/u/5356517?v=4", "events_url": "https://api.github.com/users/yui-knk/events{/privacy}", "followers_url": "https://api.github.com/users/yui-knk/followers", "following_url": "https://api.github.com/users/yui-knk/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": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
2
2016-07-17T14:02:42Z
2016-07-17T18:32:35Z
2016-07-17T18:32:25Z
CONTRIBUTOR
null
- [ ] closes #xxxx - [ ] tests added / passed - [x] passes `git diff upstream/master | 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/13686/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13686/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13686.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13686", "merged_at": "2016-07-17T18:32:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13686.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13686" }
https://api.github.com/repos/pandas-dev/pandas/issues/13687
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13687/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13687/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13687/events
https://github.com/pandas-dev/pandas/pull/13687
165,983,348
MDExOlB1bGxSZXF1ZXN0Nzc3MzkyMTY=
13,687
BUG: Cast a key to NaT before get loc from Index
{ "avatar_url": "https://avatars.githubusercontent.com/u/5356517?v=4", "events_url": "https://api.github.com/users/yui-knk/events{/privacy}", "followers_url": "https://api.github.com/users/yui-knk/followers", "following_url": "https://api.github.com/users/yui-knk/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": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
7
2016-07-17T16:16:56Z
2016-07-19T01:16:31Z
2016-07-19T01:14:14Z
CONTRIBUTOR
null
- [x] closes #13603 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry pd.NaT, None, float('nan') and np.nan are converted NaT in TestTimedeltas. So we should convert keys if keys are these value. Fix #13603
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13687/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13687/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13687.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13687", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13687.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13687" }
https://api.github.com/repos/pandas-dev/pandas/issues/13688
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13688/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13688/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13688/events
https://github.com/pandas-dev/pandas/issues/13688
165,988,163
MDU6SXNzdWUxNjU5ODgxNjM=
13,688
DOCS/ENHANCEMENT: Scroll to top button in documentation
{ "avatar_url": "https://avatars.githubusercontent.com/u/7305354?v=4", "events_url": "https://api.github.com/users/shawnheide/events{/privacy}", "followers_url": "https://api.github.com/users/shawnheide/followers", "following_url": "https://api.github.com/users/shawnheide/following{/other_user}", "gists_url":...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
1
2016-07-17T18:09:45Z
2016-07-23T16:25:35Z
2016-07-23T16:25:20Z
CONTRIBUTOR
null
I've been using pandas for a while and am just now starting to contribute. One of the things that has bugged me for a while is that in the docs there is no scroll to top button. Some of the pages get pretty long, and I'm usually without a Home button on my laptop, so I end up _stuck_ (exaggeration) deep in the docs. ...
{ "+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/13688/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13688/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13689
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13689/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13689/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13689/events
https://github.com/pandas-dev/pandas/pull/13689
165,990,617
MDExOlB1bGxSZXF1ZXN0Nzc3NDMxODQ=
13,689
Closes #13688: added scroll to top button to div.footer via doc/_temp…
{ "avatar_url": "https://avatars.githubusercontent.com/u/7305354?v=4", "events_url": "https://api.github.com/users/shawnheide/events{/privacy}", "followers_url": "https://api.github.com/users/shawnheide/followers", "following_url": "https://api.github.com/users/shawnheide/following{/other_user}", "gists_url":...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
10
2016-07-17T19:06:17Z
2016-07-23T16:26:00Z
2016-07-23T16:25:20Z
CONTRIBUTOR
null
- [x] closes #13688 - [ ] tests added / passed - [ ] passes `git diff upstream/master | flake8 --diff` - [ ] whatsnew entry Added scroll to top feature to documentation div.footer using Sphinx template
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13689/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13689/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13689.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13689", "merged_at": "2016-07-23T16:25:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13689.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13689" }
https://api.github.com/repos/pandas-dev/pandas/issues/13690
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13690/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13690/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13690/events
https://github.com/pandas-dev/pandas/pull/13690
165,991,394
MDExOlB1bGxSZXF1ZXN0Nzc3NDM2MTk=
13,690
BUG: Add type check for width parameter in str.pad method GH13598
{ "avatar_url": "https://avatars.githubusercontent.com/u/13247590?v=4", "events_url": "https://api.github.com/users/wcwagner/events{/privacy}", "followers_url": "https://api.github.com/users/wcwagner/followers", "following_url": "https://api.github.com/users/wcwagner/following{/other_user}", "gists_url": "htt...
[ { "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": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
4
2016-07-17T19:24:26Z
2016-07-19T01:11:36Z
2016-07-19T01:11:18Z
CONTRIBUTOR
null
- [x] closes #13598 - [x] tests added / passed - [x] passes `git diff upstream/master | 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/13690/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13690/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13690.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13690", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13690.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13690" }
https://api.github.com/repos/pandas-dev/pandas/issues/13691
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13691/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13691/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13691/events
https://github.com/pandas-dev/pandas/issues/13691
166,085,272
MDU6SXNzdWUxNjYwODUyNzI=
13,691
s.loc[[]] raises error (only) if index is not unique
{ "avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4", "events_url": "https://api.github.com/users/toobaz/events{/privacy}", "followers_url": "https://api.github.com/users/toobaz/followers", "following_url": "https://api.github.com/users/toobaz/following{/other_user}", "gists_url": "https://ap...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2016-07-18T12:46:10Z
2020-10-16T19:17:11Z
2020-10-16T19:17:11Z
MEMBER
null
#### Code Sample, a copy-pastable example if possible ``` In [2]: s = pd.Series(0, index=pd.MultiIndex.from_product([[0], [1,2]])) In [3]: s.loc[[]] Out[3]: Series([], dtype: int64) In [4]: s = pd.Series(0, index=pd.MultiIndex.from_product([[0], [1,1]])) In [5]: s.loc[[]] ------------------------------------------...
{ "+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/13691/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13691/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13692
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13692/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13692/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13692/events
https://github.com/pandas-dev/pandas/pull/13692
166,087,406
MDExOlB1bGxSZXF1ZXN0Nzc4MDM2MDI=
13,692
PERF: improve DTI string parse
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "a10c02", "default": false, "description": "Memory or...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
4
2016-07-18T12:57:41Z
2016-07-19T13:06:23Z
2016-07-19T13:06:23Z
MEMBER
null
- [x] closes #11169, closes #11287 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry cleaned up `DatetimeIndex` constructor removing slower string-parsing path. ## Performance Improvement related to #7599, internally use `to_datetime` always as it tries some fastp...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13692/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13692/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13692.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13692", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13692.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13692" }
https://api.github.com/repos/pandas-dev/pandas/issues/13693
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13693/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13693/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13693/events
https://github.com/pandas-dev/pandas/pull/13693
166,110,527
MDExOlB1bGxSZXF1ZXN0Nzc4MTk5MTM=
13,693
Test case for patch, plus fix to not swallow exceptions
{ "avatar_url": "https://avatars.githubusercontent.com/u/10943181?v=4", "events_url": "https://api.github.com/users/bdrosen96/events{/privacy}", "followers_url": "https://api.github.com/users/bdrosen96/followers", "following_url": "https://api.github.com/users/bdrosen96/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": "read_csv, to_csv", "...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
11
2016-07-18T14:43:01Z
2016-07-20T21:54:19Z
2016-07-20T21:54:09Z
CONTRIBUTOR
null
- [x] closes #13652 - [x] tests added / passed - [x] passes `git diff upstream/master | 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/13693/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13693/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13693.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13693", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13693.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13693" }
https://api.github.com/repos/pandas-dev/pandas/issues/13694
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13694/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13694/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13694/events
https://github.com/pandas-dev/pandas/issues/13694
166,121,686
MDU6SXNzdWUxNjYxMjE2ODY=
13,694
to_excel function not working as expected
{ "avatar_url": "https://avatars.githubusercontent.com/u/11445102?v=4", "events_url": "https://api.github.com/users/amansing5050/events{/privacy}", "followers_url": "https://api.github.com/users/amansing5050/followers", "following_url": "https://api.github.com/users/amansing5050/following{/other_user}", "gist...
[ { "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": "bfe5bf", "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
2016-07-18T15:29:17Z
2016-07-21T16:18:59Z
2016-07-18T20:40:24Z
NONE
null
#### Code Sample, a copy-pastable example if possible to_excel function displays datetime types incorrectly in Excel before: datetime64[ns] - 2016-09-28 (seconds removed) after saving in excel file via - to_excel -> shows up as 2016-09-28 00:00:00 in excel (00:00:00 is added for no reason) #### Expected Output 2016-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/13694/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13694/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13695
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13695/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13695/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13695/events
https://github.com/pandas-dev/pandas/issues/13695
166,162,646
MDU6SXNzdWUxNjYxNjI2NDY=
13,695
pd.merge_asof() matches out of tolerance when allow_exact_matches=False
{ "avatar_url": "https://avatars.githubusercontent.com/u/453745?v=4", "events_url": "https://api.github.com/users/chrisaycock/events{/privacy}", "followers_url": "https://api.github.com/users/chrisaycock/followers", "following_url": "https://api.github.com/users/chrisaycock/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": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
1
2016-07-18T18:38:35Z
2016-07-19T01:16:41Z
2016-07-19T01:16:41Z
CONTRIBUTOR
null
Using these DataFrames for this example: ``` df1 = pd.DataFrame({'time':pd.to_datetime(['2016-07-15 13:30:00.030']), 'username':['bob']}) df2 = pd.DataFrame({'time':pd.to_datetime(['2016-07-15 13:30:00.000', '2016-07-15 13:30:00.030']), 'version':[1, 2]}) ``` I can perform the `pd.merge_asof()` as expected: ``` In [...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13695/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13695/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13696
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13696/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13696/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13696/events
https://github.com/pandas-dev/pandas/issues/13696
166,175,624
MDU6SXNzdWUxNjYxNzU2MjQ=
13,696
Storing Categorical in DataFrame of different length gives inconsistent results
{ "avatar_url": "https://avatars.githubusercontent.com/u/1216791?v=4", "events_url": "https://api.github.com/users/jzwinck/events{/privacy}", "followers_url": "https://api.github.com/users/jzwinck/followers", "following_url": "https://api.github.com/users/jzwinck/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e11d21", "default": false, "description": "Categorical Data Type", ...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
4
2016-07-18T19:40:13Z
2019-05-13T04:03:03Z
2019-05-13T04:03:02Z
CONTRIBUTOR
null
First, assigning a shorter Categorical into a longer DataFrame does something strange: ``` import pandas as pd df = pd.DataFrame({'a': [1, 2, 3]}) df['b'] = 4 df['c'] = pd.Series([5, 6, 7, 8]) df['d'] = pd.Series([9]) df['e'] = pd.Categorical('foo') ``` If you `print df` it looks reasonable: ``` a b c d e...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13696/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13696/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13697
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13697/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13697/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13697/events
https://github.com/pandas-dev/pandas/issues/13697
166,192,641
MDU6SXNzdWUxNjYxOTI2NDE=
13,697
Accessing with .ix removes time zone info
{ "avatar_url": "https://avatars.githubusercontent.com/u/5473040?v=4", "events_url": "https://api.github.com/users/ekipmanager/events{/privacy}", "followers_url": "https://api.github.com/users/ekipmanager/followers", "following_url": "https://api.github.com/users/ekipmanager/following{/other_user}", "gists_ur...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
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
2016-07-18T21:01:32Z
2016-07-18T21:46:58Z
2016-07-18T21:45:35Z
NONE
null
#### Code Sample, a copy-pastable example if possible I have a dataframe with two columns `start` and `end` both have the dtype of `datetime64[ns, tzoffset(None, -21600)]` but depending on how I access it the output removes the timezone info for for example ``` df.ix[0, 'end'] Out[30]: Timestamp('2016-07-17 06:26:00'...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13697/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13697/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13698
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13698/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13698/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13698/events
https://github.com/pandas-dev/pandas/pull/13698
166,200,418
MDExOlB1bGxSZXF1ZXN0Nzc4ODQ0NDc=
13,698
BUG: merge_asof not handling allow_exact_matches and tolerance on first entry
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
2
2016-07-18T21:41:52Z
2016-07-19T01:16:41Z
2016-07-19T01:16:41Z
CONTRIBUTOR
null
closes #13695
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13698/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13698/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13698.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13698", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13698.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13698" }
https://api.github.com/repos/pandas-dev/pandas/issues/13699
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13699/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13699/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13699/events
https://github.com/pandas-dev/pandas/issues/13699
166,224,373
MDU6SXNzdWUxNjYyMjQzNzM=
13,699
Reindexing/resampling a level in a multi-index dataframe
{ "avatar_url": "https://avatars.githubusercontent.com/u/1993919?v=4", "events_url": "https://api.github.com/users/amelio-vazquez-reina/events{/privacy}", "followers_url": "https://api.github.com/users/amelio-vazquez-reina/followers", "following_url": "https://api.github.com/users/amelio-vazquez-reina/following...
[ { "color": "207de5", "default": false, "description": null, "id": 71268330, "name": "MultiIndex", "node_id": "MDU6TGFiZWw3MTI2ODMzMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/MultiIndex" }, { "color": "207de5", "default": false, "description": "res...
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
2016-07-19T00:41:52Z
2019-09-05T13:16:20Z
2016-07-19T01:25:53Z
CONTRIBUTOR
null
I was wondering if, given the recent set of developments and improvements to `asfreq` and `resample`, we now have a more efficient method for solving [this problem](http://stackoverflow.com/questions/29356412/efficiently-re-indexing-one-level-with-forward-fill-in-a-multi-index-dataframe) [from SO]. Example: ``` item_...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13699/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13699/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13700
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13700/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13700/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13700/events
https://github.com/pandas-dev/pandas/issues/13700
166,228,165
MDU6SXNzdWUxNjYyMjgxNjU=
13,700
Sparse sampling timestamps with filling
{ "avatar_url": "https://avatars.githubusercontent.com/u/1993919?v=4", "events_url": "https://api.github.com/users/amelio-vazquez-reina/events{/privacy}", "followers_url": "https://api.github.com/users/amelio-vazquez-reina/followers", "following_url": "https://api.github.com/users/amelio-vazquez-reina/following...
[ { "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": "0052cc"...
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...
10
2016-07-19T01:20:36Z
2016-07-19T04:42:29Z
2016-07-19T01:22:23Z
CONTRIBUTOR
null
Consider the following DataFrame: ``` 0F001tTt1Q 0F00dqgq6a 0F00ewG3TT 1911-01-01 00:00:00.000000 complete no_creatives complete 2016-07-11 04:14:55.281017 None None None 2016-07-11 04:14:55.836767 None None None 2016-07-11 04:14:56.379465 ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13700/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13700/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/13701
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13701/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13701/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13701/events
https://github.com/pandas-dev/pandas/pull/13701
166,252,699
MDExOlB1bGxSZXF1ZXN0Nzc5MjA1MDg=
13,701
CLN: Removed the return_type param in StringMethods.split
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "5319e7", "default": false, "description": "String extension data type and string data", "id": 57522093, "name": "Strings", "node_id": "MDU6TGFiZWw1NzUyMjA5Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Strings" }, { "color": "5319e7", "defaul...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
5
2016-07-19T05:43:05Z
2016-07-22T08:50:48Z
2016-07-22T08:50:40Z
MEMBER
null
Continues where #10085 left off by removing the `return_type` parameter for good.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13701/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13701/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13701.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13701", "merged_at": "2016-07-22T08:50:40Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/13701.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13701" }
https://api.github.com/repos/pandas-dev/pandas/issues/13702
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13702/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13702/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13702/events
https://github.com/pandas-dev/pandas/pull/13702
166,264,241
MDExOlB1bGxSZXF1ZXN0Nzc5Mjg2MDk=
13,702
MAINT: Removed some warnings in tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "e11d21", "d...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
10
2016-07-19T07:20:34Z
2016-07-20T21:27:15Z
2016-07-20T21:27:06Z
MEMBER
null
Per discussion with @jreback <a href="https://github.com/pydata/pandas/pull/13671#issuecomment-233508468">here</a>.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13702/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13702/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/13702.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/13702", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/13702.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13702" }
https://api.github.com/repos/pandas-dev/pandas/issues/13703
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/13703/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/13703/comments
https://api.github.com/repos/pandas-dev/pandas/issues/13703/events
https://github.com/pandas-dev/pandas/issues/13703
166,291,938
MDU6SXNzdWUxNjYyOTE5Mzg=
13,703
Unexpected segmentation fault in pd.read_csv C-engine
{ "avatar_url": "https://avatars.githubusercontent.com/u/2227377?v=4", "events_url": "https://api.github.com/users/ivannz/events{/privacy}", "followers_url": "https://api.github.com/users/ivannz/followers", "following_url": "https://api.github.com/users/ivannz/following{/other_user}", "gists_url": "https://ap...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "read_csv, to_csv", "...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "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/jr...
6
2016-07-19T09:54:15Z
2016-07-27T10:50:08Z
2016-07-27T10:49:48Z
CONTRIBUTOR
null
Dear developers, I am using pandas in an application where I need to process large **csv** files (around 1Gb each) which have approximately 800k records and 400+ columns of mixed type. That is why I decided to use data iterator functionality of **pd.read_csv()**. When experimenting with `chunksize` my application seem...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/13703/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/13703/timeline
null
null
null