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/10203
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10203/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10203/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10203/events
https://github.com/pandas-dev/pandas/issues/10203
79,859,046
MDU6SXNzdWU3OTg1OTA0Ng==
10,203
Panel.apply (2d) doesn't return a result of Series in 0.16.1
{ "avatar_url": "https://avatars.githubusercontent.com/u/12573919?v=4", "events_url": "https://api.github.com/users/iriyaasagao/events{/privacy}", "followers_url": "https://api.github.com/users/iriyaasagao/followers", "following_url": "https://api.github.com/users/iriyaasagao/following{/other_user}", "gists_u...
[ { "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": "0052cc", "de...
closed
false
null
[]
null
2
2015-05-23T14:18:07Z
2015-06-11T17:24:22Z
2015-06-11T17:24:22Z
NONE
null
Panel.apply (2d) doesn't return a result of Series in 0.16.1 y = panel.apply(lambda df: df + 1, axis=[1, 2]) --> Returns Panel. OK. y = panel.apply(lambda df: df['Column'] + 1, axis=[1, 2]) --> Returns DataFrame. OK. y = panel.apply(lambda df: df['Column'].mean(), axis=[1, 2]) --> Returns Series is expected. but got...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10203/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10203/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10204
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10204/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10204/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10204/events
https://github.com/pandas-dev/pandas/pull/10204
80,299,971
MDExOlB1bGxSZXF1ZXN0MzYxMDk5Mjc=
10,204
Issue #10174. Add 'interpolation' keyword in DataFrame.quantile and Series.quantile
{ "avatar_url": "https://avatars.githubusercontent.com/u/2264215?v=4", "events_url": "https://api.github.com/users/mayankasthana/events{/privacy}", "followers_url": "https://api.github.com/users/mayankasthana/followers", "following_url": "https://api.github.com/users/mayankasthana/following{/other_user}", "gi...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "006b75", "default": false, "description": "A...
closed
false
null
[]
{ "closed_at": "2016-03-12T16:19:08Z", "closed_issues": 469, "created_at": "2015-07-19T20:18: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...
39
2015-05-24T23:06:36Z
2016-01-07T05:46:05Z
2016-01-07T00:20:49Z
CONTRIBUTOR
null
Closes #10174. I have added the new argument to the doc too.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10204/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10204/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10204.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10204", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10204.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10204" }
https://api.github.com/repos/pandas-dev/pandas/issues/10205
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10205/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10205/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10205/events
https://github.com/pandas-dev/pandas/issues/10205
80,372,256
MDU6SXNzdWU4MDM3MjI1Ng==
10,205
read_csv() fills empty string with nan
{ "avatar_url": "https://avatars.githubusercontent.com/u/7624997?v=4", "events_url": "https://api.github.com/users/ronanpaixao/events{/privacy}", "followers_url": "https://api.github.com/users/ronanpaixao/followers", "following_url": "https://api.github.com/users/ronanpaixao/following{/other_user}", "gists_ur...
[ { "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
[]
null
1
2015-05-25T03:46:27Z
2015-05-26T10:29:25Z
2015-05-26T10:29:12Z
NONE
null
Pandas stores strings (str and unicode) with dtype=object. As such, some unexpected things happen, like empty fields being filled with nan, which is a float. Expected behavior should fill with empty string "" or at least None. ``` >>> import pandas as pd >>> from StringIO import StringIO >>> pd.read_csv(StringIO('col1...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10205/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10205/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10206
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10206/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10206/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10206/events
https://github.com/pandas-dev/pandas/pull/10206
80,617,384
MDExOlB1bGxSZXF1ZXN0MzYxNTE4NDg=
10,206
DOC: Added nlargest/nsmallest to API docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/296686?v=4", "events_url": "https://api.github.com/users/robintw/events{/privacy}", "followers_url": "https://api.github.com/users/robintw/followers", "following_url": "https://api.github.com/users/robintw/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": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
1
2015-05-25T18:00:24Z
2015-06-02T19:26:12Z
2015-05-26T10:32:56Z
CONTRIBUTOR
null
Fixes #10145
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10206/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10206/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10206.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10206", "merged_at": "2015-05-26T10:32:56Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10206.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10206" }
https://api.github.com/repos/pandas-dev/pandas/issues/10207
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10207/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10207/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10207/events
https://github.com/pandas-dev/pandas/issues/10207
80,907,925
MDU6SXNzdWU4MDkwNzkyNQ==
10,207
CLN: consolidate Series.quantile / DataFrame.quantile
{ "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": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" }, { "color": "0e8a16", "default": true, "description": null, "id"...
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", ...
2
2015-05-26T10:49:13Z
2019-06-24T15:11:42Z
2019-06-24T15:11:41Z
CONTRIBUTOR
null
these can be moved to `core.generic.NDFrame.quantile` (leave disabled for ndim > 2 though) xref #10174
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10207/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10207/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10208
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10208/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10208/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10208/events
https://github.com/pandas-dev/pandas/issues/10208
80,979,444
MDU6SXNzdWU4MDk3OTQ0NA==
10,208
Regex C Engine Warning
{ "avatar_url": "https://avatars.githubusercontent.com/u/296164?v=4", "events_url": "https://api.github.com/users/jseabold/events{/privacy}", "followers_url": "https://api.github.com/users/jseabold/followers", "following_url": "https://api.github.com/users/jseabold/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": "ffa0ff", "default": false, "description": "Incorrect or improved...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "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
2015-05-26T14:12:06Z
2019-10-14T23:37:49Z
2016-04-03T15:41:14Z
CONTRIBUTOR
null
Using `pd.read_csv(..., sep=", ", ...)` I'm now getting a warning about falling back to the C engine because regex parsing isn't supported in the C engine. That's fine, but this isn't actually using regex. I don't have an idea for a good transition strategy, and maybe the ship has sailed, but perhaps there should be 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/10208/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10208/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10209
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10209/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10209/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10209/events
https://github.com/pandas-dev/pandas/issues/10209
80,990,484
MDU6SXNzdWU4MDk5MDQ4NA==
10,209
to_csv date_format including hh:mm:ss
{ "avatar_url": "https://avatars.githubusercontent.com/u/1502984?v=4", "events_url": "https://api.github.com/users/blitzd/events{/privacy}", "followers_url": "https://api.github.com/users/blitzd/followers", "following_url": "https://api.github.com/users/blitzd/following{/other_user}", "gists_url": "https://ap...
[ { "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": "e11d2...
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
5
2015-05-26T14:35:19Z
2015-06-05T21:45:56Z
2015-06-05T21:45:56Z
NONE
null
Since 0.16.1 the to_csv output of a dataframe has started including hh:mm:ss with date_format strings like: date_format='%d-%m-%Y' Reverting back to 0.16.0 the date output was then formatted properly (without time).
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10209/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10209/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10210
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10210/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10210/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10210/events
https://github.com/pandas-dev/pandas/pull/10210
81,039,699
MDExOlB1bGxSZXF1ZXN0MzYyMjA5Mzk=
10,210
Update bq link
{ "avatar_url": "https://avatars.githubusercontent.com/u/495892?v=4", "events_url": "https://api.github.com/users/mortonfox/events{/privacy}", "followers_url": "https://api.github.com/users/mortonfox/followers", "following_url": "https://api.github.com/users/mortonfox/following{/other_user}", "gists_url": "ht...
[]
closed
false
null
[]
null
1
2015-05-26T16:32:54Z
2015-05-26T17:28:26Z
2015-05-26T17:28:24Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10210/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10210/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10210.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10210", "merged_at": "2015-05-26T17:28:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10210.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10210" }
https://api.github.com/repos/pandas-dev/pandas/issues/10211
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10211/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10211/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10211/events
https://github.com/pandas-dev/pandas/pull/10211
81,114,201
MDExOlB1bGxSZXF1ZXN0MzYyNDAwMTY=
10,211
ENH: less verbose merging on index
{ "avatar_url": "https://avatars.githubusercontent.com/u/781659?v=4", "events_url": "https://api.github.com/users/jakevdp/events{/privacy}", "followers_url": "https://api.github.com/users/jakevdp/followers", "following_url": "https://api.github.com/users/jakevdp/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
[]
null
5
2015-05-26T20:04:53Z
2015-07-28T22:04:14Z
2015-07-28T22:04:14Z
CONTRIBUTOR
null
This is a proposal for a simple API enhancement that would make merging on indices much more convenient. I've put in an initial commit to show the change needed in the library. Here's the old way of merging on indices: ``` python In [1]: from pandas import Index, DataFrame, merge In [2]: df1 = DataFrame({'data1':[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/10211/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10211/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10211.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10211", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10211.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10211" }
https://api.github.com/repos/pandas-dev/pandas/issues/10212
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10212/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10212/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10212/events
https://github.com/pandas-dev/pandas/pull/10212
81,176,820
MDExOlB1bGxSZXF1ZXN0MzYyNTQ5MTI=
10,212
BUG: plot doesnt default to matplotlib axes.grid setting (#9792)
{ "avatar_url": "https://avatars.githubusercontent.com/u/833768?v=4", "events_url": "https://api.github.com/users/artemyk/events{/privacy}", "followers_url": "https://api.github.com/users/artemyk/followers", "following_url": "https://api.github.com/users/artemyk/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" } ]
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
1
2015-05-26T23:08:37Z
2015-06-02T19:26:12Z
2015-05-27T02:48:47Z
CONTRIBUTOR
null
Closes #9792 .
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10212/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10212/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10212.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10212", "merged_at": "2015-05-27T02:48:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10212.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10212" }
https://api.github.com/repos/pandas-dev/pandas/issues/10213
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10213/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10213/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10213/events
https://github.com/pandas-dev/pandas/issues/10213
81,213,512
MDU6SXNzdWU4MTIxMzUxMg==
10,213
PERF: additonal GIL releasing
{ "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": "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": "be21f2", "default"...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
10
2015-05-27T01:20:42Z
2021-04-18T06:54:24Z
2021-04-18T06:54:24Z
CONTRIBUTOR
null
after #10199 (all of the groupbys) these require slightly different templates as the object cannot have the `with nogil:`. These are all in `pandas/src/generate_code.py` ~~\- [ ] `groupby_count`~~ ~~\- [ ] `is_monotonic`~~ - [ ] `take_1d` - [ ] `take_2d` - [ ] `take_2d_multi` - [ ] `pad` - [ ] `backfill` - [x] `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/10213/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10213/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10214
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10214/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10214/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10214/events
https://github.com/pandas-dev/pandas/issues/10214
81,423,486
MDU6SXNzdWU4MTQyMzQ4Ng==
10,214
hist raises AttributeError: 'AxesSubplot' object has no attribute 'ndim' with a one row DataFrame
{ "avatar_url": "https://avatars.githubusercontent.com/u/109167?v=4", "events_url": "https://api.github.com/users/scls19fr/events{/privacy}", "followers_url": "https://api.github.com/users/scls19fr/followers", "following_url": "https://api.github.com/users/scls19fr/following{/other_user}", "gists_url": "https...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "8AE234", "default": false, "description": null, "id": 2413328, ...
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
6
2015-05-27T12:12:06Z
2015-06-09T11:54:20Z
2015-06-09T11:54:19Z
CONTRIBUTOR
null
Hello, this code works fine: ``` import pandas as pd import numpy as np import matplotlib.pyplot as plt bins = np.arange(80, 100 + 2, 1) df = pd.DataFrame({"Name": ["AAA", "BBB"], "ByCol": [1, 2], "Mark": [85, 89]}) df ByCol Mark Name 0 1 85 AAA 1 2 89 BBB df["Mark"].hist(by=df["ByCol"], bins=...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10214/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10214/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10215
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10215/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10215/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10215/events
https://github.com/pandas-dev/pandas/issues/10215
81,431,085
MDU6SXNzdWU4MTQzMTA4NQ==
10,215
DOC: add versionadded specifications to docstrings
{ "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": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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
2015-05-27T12:38:30Z
2015-08-12T11:37:32Z
2015-08-12T11:37:32Z
MEMBER
null
We already use the `.. versionadded::` directive in the tutorial docs to indicate that a certain feature is only present starting from a specific pandas version. But I propose that we also start to do this in the docstrings, when adding a new function/method or adding a new keyword to an existing function/method: - 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/10215/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10215/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10216
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10216/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10216/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10216/events
https://github.com/pandas-dev/pandas/pull/10216
81,435,635
MDExOlB1bGxSZXF1ZXN0MzYzMDExODk=
10,216
add try / except to address issue #10154 to_datetime, Inconsistent be…
{ "avatar_url": "https://avatars.githubusercontent.com/u/232564?v=4", "events_url": "https://api.github.com/users/vincentdavis/events{/privacy}", "followers_url": "https://api.github.com/users/vincentdavis/followers", "following_url": "https://api.github.com/users/vincentdavis/following{/other_user}", "gists_...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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
2015-05-27T13:04:55Z
2015-07-06T17:41:14Z
2015-07-06T17:41:14Z
CONTRIBUTOR
null
closes #10154 to_datetime, Inconsistent behavior with invalid dates. results are now ``` In [2]: pd.to_datetime('2015-02-29', format="%Y-%m-%d", coerce=True) Out[2]: NaT In [3]: pd.to_datetime('2015-03-32', format="%Y-%m-%d", coerce=True) Out[3]: NaT In [4]: pd.to_datetime('2015-02-32', format="%Y-%m-%d", coerce=Tr...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10216/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10216/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10216.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10216", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10216.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10216" }
https://api.github.com/repos/pandas-dev/pandas/issues/10217
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10217/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10217/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10217/events
https://github.com/pandas-dev/pandas/issues/10217
81,514,832
MDU6SXNzdWU4MTUxNDgzMg==
10,217
Holidays Offset not Returning Correct Date
{ "avatar_url": "https://avatars.githubusercontent.com/u/1027357?v=4", "events_url": "https://api.github.com/users/robbyki/events{/privacy}", "followers_url": "https://api.github.com/users/robbyki/followers", "following_url": "https://api.github.com/users/robbyki/following{/other_user}", "gists_url": "https:/...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" } ]
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
4
2015-05-27T16:09:38Z
2015-06-02T19:25:20Z
2015-06-01T11:05:05Z
NONE
null
Why would the below return 11/2/2015 as opposed to 11/30/2015 if 11/30 would be considered the next Monday from the 4th Saturday? ``` Holiday("Cyber Monday", month=11, day=1, offset=pd.DateOffset(weekday=SA(4)), observance=next_monday) ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10217/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10217/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10218
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10218/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10218/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10218/events
https://github.com/pandas-dev/pandas/issues/10218
81,519,720
MDU6SXNzdWU4MTUxOTcyMA==
10,218
DataFrame#where broken in latest 0.16.1 release
{ "avatar_url": "https://avatars.githubusercontent.com/u/2288752?v=4", "events_url": "https://api.github.com/users/dunpyl/events{/privacy}", "followers_url": "https://api.github.com/users/dunpyl/followers", "following_url": "https://api.github.com/users/dunpyl/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": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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
2015-05-27T16:28:14Z
2015-08-26T01:41:14Z
2015-08-26T01:41:14Z
NONE
null
Simple usecase of `DataFrame#where` fails on a freshly installed latest Pandas release: ``` In [1]: df = DataFrame([1, 2]); df Out[1]: 0 0 1 1 2 In [2]: df.where(df[0]==1) --------------------------------------------------------------------------- TypeError Traceback (most recent...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10218/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10218/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10219
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10219/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10219/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10219/events
https://github.com/pandas-dev/pandas/issues/10219
81,609,836
MDU6SXNzdWU4MTYwOTgzNg==
10,219
REGR: indexing with dictionary elements
{ "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": "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", ...
5
2015-05-27T20:26:27Z
2021-04-18T06:55:07Z
null
CONTRIBUTOR
null
xref #9877 regression from 0.16.0 ``` df = pd.DataFrame(columns=['A','B']) df.ix['test1', 'A'] = dict({'1':'test2'}) ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10219/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10219/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10220
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10220/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10220/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10220/events
https://github.com/pandas-dev/pandas/pull/10220
82,019,885
MDExOlB1bGxSZXF1ZXN0MzY0MjY1NDI=
10,220
Update plotting.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/109167?v=4", "events_url": "https://api.github.com/users/scls19fr/events{/privacy}", "followers_url": "https://api.github.com/users/scls19fr/followers", "following_url": "https://api.github.com/users/scls19fr/following{/other_user}", "gists_url": "https...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "8AE234", "default": false, "description": null, "id": 2413328, ...
closed
false
null
[]
{ "closed_at": 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
2015-05-28T16:39:33Z
2015-06-02T19:29:23Z
2015-05-29T17:10:25Z
CONTRIBUTOR
null
Should fix https://github.com/pydata/pandas/issues/10214#issuecomment-106091734
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10220/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10220/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10220.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10220", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10220.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10220" }
https://api.github.com/repos/pandas-dev/pandas/issues/10221
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10221/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10221/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10221/events
https://github.com/pandas-dev/pandas/issues/10221
82,047,061
MDU6SXNzdWU4MjA0NzA2MQ==
10,221
weakrefs on ix objects?
{ "avatar_url": "https://avatars.githubusercontent.com/u/249407?v=4", "events_url": "https://api.github.com/users/hhuuggoo/events{/privacy}", "followers_url": "https://api.github.com/users/hhuuggoo/followers", "following_url": "https://api.github.com/users/hhuuggoo/following{/other_user}", "gists_url": "https...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "a1...
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", ...
6
2015-05-28T17:42:12Z
2017-03-29T01:07:27Z
2017-03-29T01:07:27Z
NONE
null
Would it make sense to make the backref from ix objects to the dataframe be weakrefs (and presumably, loc/iloc) The reason I ask is that it seems that the refcount is incremented once you use ix, and as a result the dataframe won't get garbage collected until the cycle detection runs
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10221/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10221/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10222
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10222/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10222/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10222/events
https://github.com/pandas-dev/pandas/issues/10222
82,095,104
MDU6SXNzdWU4MjA5NTEwNA==
10,222
current implementation of DataFrame.apply where passed function has side effects is a real "gotcha"
{ "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": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "AD7FA8", "de...
closed
false
null
[]
null
6
2015-05-28T19:42:34Z
2017-02-09T18:28:39Z
2016-01-27T15:15:19Z
NONE
null
From the documentation for DataFrame.apply: ` In the current implementation apply calls func twice on the first column/row to decide whether it can take a fast or slow code path. This can lead to unexpected behavior if func has side-effects, as they will take effect twice for the first column/row. ` I am sure there 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/10222/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10222/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10223
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10223/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10223/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10223/events
https://github.com/pandas-dev/pandas/issues/10223
82,112,818
MDU6SXNzdWU4MjExMjgxOA==
10,223
read_csv does not apply dtype=str correctly to NA values
{ "avatar_url": "https://avatars.githubusercontent.com/u/12618397?v=4", "events_url": "https://api.github.com/users/alirezahkb/events{/privacy}", "followers_url": "https://api.github.com/users/alirezahkb/followers", "following_url": "https://api.github.com/users/alirezahkb/following{/other_user}", "gists_url"...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "5319e7", "default": false, "descript...
closed
false
null
[]
null
1
2015-05-28T20:33:56Z
2015-05-28T20:39:10Z
2015-05-28T20:38:51Z
NONE
null
Hi, It seems that read_csv() ignores the dtype=str when encountering NA values. For instance if the contents of file.csv is: ``` id,symbol 1,NA NA,g2 3,g3 4,g4 ``` Then `df=pandas.read_csv('file.csv', dtype={'id':float, 'symbol':str})` will return the following data frame: ``` id symbol 0 1 NaN 1 NaN g2 ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10223/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10223/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10224
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10224/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10224/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10224/events
https://github.com/pandas-dev/pandas/issues/10224
82,113,817
MDU6SXNzdWU4MjExMzgxNw==
10,224
read_csv does not apply dtype=str correctly to NA values
{ "avatar_url": "https://avatars.githubusercontent.com/u/12618397?v=4", "events_url": "https://api.github.com/users/alirezahkb/events{/privacy}", "followers_url": "https://api.github.com/users/alirezahkb/followers", "following_url": "https://api.github.com/users/alirezahkb/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
null
1
2015-05-28T20:36:25Z
2015-05-28T20:39:39Z
2015-05-28T20:39:39Z
NONE
null
Hi, It seems that read_csv() ignores the dtype=str when encountering NA values. For instance if the contents of file.csv is: id,symbol 1,NA NA,g2 3,g3 4,g4 Then df=pandas.read_csv('file.csv', dtype={'id':float, 'symbol':str}) will return the following data frame: id symbol 0 1 NaN 1 NaN g2 2 3 g3 3...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10224/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10224/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10225
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10225/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10225/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10225/events
https://github.com/pandas-dev/pandas/pull/10225
82,122,574
MDExOlB1bGxSZXF1ZXN0MzY0NTAyOTE=
10,225
Fix float formatting edge case
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[ { "color": "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": "e102d...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
5
2015-05-28T21:00:20Z
2016-07-21T16:01:51Z
2015-10-11T16:05:47Z
MEMBER
null
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10225/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10225/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10225.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10225", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10225.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10225" }
https://api.github.com/repos/pandas-dev/pandas/issues/10226
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10226/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10226/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10226/events
https://github.com/pandas-dev/pandas/pull/10226
82,200,173
MDExOlB1bGxSZXF1ZXN0MzY0NjYzMDc=
10,226
BUG: Holiday(..) with both offset and observance raises
{ "avatar_url": "https://avatars.githubusercontent.com/u/4094953?v=4", "events_url": "https://api.github.com/users/bwillers/events{/privacy}", "followers_url": "https://api.github.com/users/bwillers/followers", "following_url": "https://api.github.com/users/bwillers/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" } ]
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
6
2015-05-29T01:16:42Z
2015-06-02T19:26:12Z
2015-06-01T11:04:48Z
CONTRIBUTOR
null
Resolves #10217 Doesn't fix the underlying issue yet, but at least raises on the unsupported behavior.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10226/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10226/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10226.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10226", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10226.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10226" }
https://api.github.com/repos/pandas-dev/pandas/issues/10227
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10227/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10227/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10227/events
https://github.com/pandas-dev/pandas/issues/10227
82,202,847
MDU6SXNzdWU4MjIwMjg0Nw==
10,227
0.16.1 No columns to parse from file
{ "avatar_url": "https://avatars.githubusercontent.com/u/1223112?v=4", "events_url": "https://api.github.com/users/shadow-identity/events{/privacy}", "followers_url": "https://api.github.com/users/shadow-identity/followers", "following_url": "https://api.github.com/users/shadow-identity/following{/other_user}",...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "5319e7", "default": false, "descript...
closed
false
null
[]
null
6
2015-05-29T01:26:55Z
2015-09-30T16:52:04Z
2015-05-29T23:30:39Z
NONE
null
I've updated Pandas from 0.14.1 (all was good) to 0.16.1 and now I have that exception: ``` Error Traceback (most recent call last): File "/home/nedr/progs/MEA-FormBuilder/formbuilder_core/tests/test_reports.py", line 618, in test_no_reports response = self.request(request) File "/home/nedr/progs/MEA-FormBuild...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10227/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10227/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10228
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10228/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10228/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10228/events
https://github.com/pandas-dev/pandas/issues/10228
82,271,589
MDU6SXNzdWU4MjI3MTU4OQ==
10,228
resample() with how=count causes Segmentation Fault
{ "avatar_url": "https://avatars.githubusercontent.com/u/1570054?v=4", "events_url": "https://api.github.com/users/kelvin22/events{/privacy}", "followers_url": "https://api.github.com/users/kelvin22/followers", "following_url": "https://api.github.com/users/kelvin22/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": "207de5", "default": false, "description": "resample method", "i...
closed
false
null
[]
{ "closed_at": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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
2015-05-29T05:29:41Z
2015-06-26T23:24:40Z
2015-06-26T23:24:40Z
NONE
null
Runing the code as is below results in a segmentation fault when it gets to resample() The first pass runs, and then either the 2nd or 3rd run produces: Segmentation fault: 11 It happens on: - Python 2.7.9 and Pandas 0.16.1 - Python 3.4.3 and Pandas 0.16.1 It does not happen on: - Python 2.7.9 with Pandas 0.12.0 Th...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10228/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10228/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10229
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10229/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10229/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10229/events
https://github.com/pandas-dev/pandas/pull/10229
82,334,398
MDExOlB1bGxSZXF1ZXN0MzY0ODQ1OTY=
10,229
CLN: Remove redundant self.unique_check and self._do_unique_check
{ "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...
[]
closed
false
null
[]
null
1
2015-05-29T08:39:44Z
2017-11-23T16:23:55Z
2015-08-15T23:56:31Z
MEMBER
null
New version of https://github.com/pydata/pandas/pull/10139 , which now completely removes unused attribute and method, avoiding a couple of useless checks.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10229/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10229/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10229.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10229", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10229.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10229" }
https://api.github.com/repos/pandas-dev/pandas/issues/10230
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10230/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10230/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10230/events
https://github.com/pandas-dev/pandas/pull/10230
82,344,961
MDExOlB1bGxSZXF1ZXN0MzY0ODY5Nzc=
10,230
Close mysql connection in TestXMySQL to prevent tests freezing
{ "avatar_url": "https://avatars.githubusercontent.com/u/413772?v=4", "events_url": "https://api.github.com/users/graingert/events{/privacy}", "followers_url": "https://api.github.com/users/graingert/followers", "following_url": "https://api.github.com/users/graingert/following{/other_user}", "gists_url": "ht...
[ { "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" } ]
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
4
2015-05-29T09:14:01Z
2015-06-02T19:26:12Z
2015-05-29T12:21:07Z
CONTRIBUTOR
null
The unit tests freeze on my machine without this change because you can't drop a table until other connections that are using that table disconnect.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10230/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10230/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10230.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10230", "merged_at": "2015-05-29T12:21:07Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10230.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10230" }
https://api.github.com/repos/pandas-dev/pandas/issues/10231
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10231/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10231/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10231/events
https://github.com/pandas-dev/pandas/issues/10231
82,502,153
MDU6SXNzdWU4MjUwMjE1Mw==
10,231
Undesired UX behavior of DataFrame output in IPython Notebook
{ "avatar_url": "https://avatars.githubusercontent.com/u/1947204?v=4", "events_url": "https://api.github.com/users/danieljl/events{/privacy}", "followers_url": "https://api.github.com/users/danieljl/followers", "following_url": "https://api.github.com/users/danieljl/following{/other_user}", "gists_url": "http...
[ { "color": "ededed", "default": false, "description": "__repr__ of pandas objects, to_string", "id": 13101118, "name": "Output-Formatting", "node_id": "MDU6TGFiZWwxMzEwMTExOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting" } ]
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
15
2015-05-29T16:50:51Z
2020-01-28T18:05:16Z
2015-06-11T15:39:35Z
CONTRIBUTOR
null
From my previous line comment at https://github.com/pydata/pandas/commit/be80898920eab8f740cf61019327621a75d73947#commitcomment-11338872. cc @takluyver @jorisvandenbossche Because DataFrame's `_repr_html_` returns hardcoded `div` tag with style `max-height:1000px`, if the height of DataFrame's output exceeds 1000px, 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/10231/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10231/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10232
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10232/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10232/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10232/events
https://github.com/pandas-dev/pandas/pull/10232
82,507,469
MDExOlB1bGxSZXF1ZXN0MzY1MjU1Njg=
10,232
Fix undesired UX behavior of DataFrame output in IPython Notebook
{ "avatar_url": "https://avatars.githubusercontent.com/u/1947204?v=4", "events_url": "https://api.github.com/users/danieljl/events{/privacy}", "followers_url": "https://api.github.com/users/danieljl/followers", "following_url": "https://api.github.com/users/danieljl/following{/other_user}", "gists_url": "http...
[ { "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": "006b7...
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
33
2015-05-29T17:09:03Z
2015-08-03T12:33:05Z
2015-06-11T15:39:21Z
CONTRIBUTOR
null
Closes #10231
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10232/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10232/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10232.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10232", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10232.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10232" }
https://api.github.com/repos/pandas-dev/pandas/issues/10233
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10233/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10233/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10233/events
https://github.com/pandas-dev/pandas/pull/10233
82,507,495
MDExOlB1bGxSZXF1ZXN0MzY1MjU1NzY=
10,233
BUG: plotting grouped_hist with a single row frame #10214
{ "avatar_url": "https://avatars.githubusercontent.com/u/109167?v=4", "events_url": "https://api.github.com/users/scls19fr/events{/privacy}", "followers_url": "https://api.github.com/users/scls19fr/followers", "following_url": "https://api.github.com/users/scls19fr/following{/other_user}", "gists_url": "https...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "8AE234", "default": false, "description": null, "id": 2413328, ...
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
4
2015-05-29T17:09:10Z
2015-06-07T06:12:25Z
2015-06-07T06:12:25Z
CONTRIBUTOR
null
Should closes https://github.com/pydata/pandas/issues/10214
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10233/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10233/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10233.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10233", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10233.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10233" }
https://api.github.com/repos/pandas-dev/pandas/issues/10234
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10234/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10234/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10234/events
https://github.com/pandas-dev/pandas/issues/10234
82,608,133
MDU6SXNzdWU4MjYwODEzMw==
10,234
to_excel function unable to subtract offset-naive and offset-aware datetimes
{ "avatar_url": "https://avatars.githubusercontent.com/u/4164048?v=4", "events_url": "https://api.github.com/users/cshjin/events{/privacy}", "followers_url": "https://api.github.com/users/cshjin/followers", "following_url": "https://api.github.com/users/cshjin/following{/other_user}", "gists_url": "https://ap...
[ { "color": "bfe5bf", "default": false, "description": "read_excel, to_excel", "id": 49254273, "name": "IO Excel", "node_id": "MDU6TGFiZWw0OTI1NDI3Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Excel" }, { "color": "207de5", "default": false, "de...
closed
false
null
[]
null
3
2015-05-29T22:13:53Z
2019-01-21T04:18:15Z
2019-01-21T04:18:00Z
NONE
null
Pandas version: **0.15.2** I have a dataframe object with one column of timestamps: ``` ts value 2012-01-01 00:10:00 100 2012-01-01 00:20:00 200 ... ``` And when I dumped them into csv file using to_csv, they are stored properly. While when I dumped them into xlsx file using to_excel. the data in file are miss detai...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10234/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10234/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10235
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10235/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10235/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10235/events
https://github.com/pandas-dev/pandas/issues/10235
82,645,722
MDU6SXNzdWU4MjY0NTcyMg==
10,235
PERF: core/base/IndexOpsMixin duplicated should be changed to use same impl as frame.duplicated
{ "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": "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" } ]
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
2015-05-30T00:40:14Z
2016-07-25T12:03:19Z
2016-07-25T12:03:19Z
CONTRIBUTOR
null
`DataFrame.duplicated` correctly uses `hashtable.duplicated_int64` a specialized routine, while `core.series.IndexOpsMixin.duplicated` uses `lib.duplicated` an object based one. as its almost always better to factorize then use the fast routine, than to do object comparisons. but YMMV, so needs a couple of perf tests....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10235/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10235/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10236
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10236/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10236/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10236/events
https://github.com/pandas-dev/pandas/pull/10236
82,808,102
MDExOlB1bGxSZXF1ZXN0MzY1NjUyMDY=
10,236
ENH: duplicated and drop_duplicates now accept keep 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": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "AD...
closed
false
null
[]
{ "closed_at": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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
2015-05-30T13:00:05Z
2015-08-11T01:23:04Z
2015-08-08T19:46:01Z
MEMBER
null
Closes #6511, Closes #8505. Introduce `keep` kw to handle first / last / all duplicates based on the discussion above. If there is better API/kw, please lmk. ### `duplicated` - `keep='first'` (default): mark duplicates as `True` except for the first occurrence. - `keep='last'`: mark duplicates as `True` except for the...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10236/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10236/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10236.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10236", "merged_at": "2015-08-08T19:46:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10236.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10236" }
https://api.github.com/repos/pandas-dev/pandas/issues/10237
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10237/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10237/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10237/events
https://github.com/pandas-dev/pandas/issues/10237
82,865,098
MDU6SXNzdWU4Mjg2NTA5OA==
10,237
series round ?
{ "avatar_url": "https://avatars.githubusercontent.com/u/1430861?v=4", "events_url": "https://api.github.com/users/apiszcz/events{/privacy}", "followers_url": "https://api.github.com/users/apiszcz/followers", "following_url": "https://api.github.com/users/apiszcz/following{/other_user}", "gists_url": "https:/...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "006b75", "default": false, "descript...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
2
2015-05-30T17:18:51Z
2015-05-31T09:06:30Z
2015-05-30T20:14:03Z
NONE
null
Does .round support arbitrary precision rounding in Python 3.4.3/Pandas 0.16.1? (Pdb) data['h'].round() 0 0 1 54 2 20 3 793 4 72 5 43 6 51 Name: h, dtype: float64 (Pdb) data['h'].round(1) 0 0.00000000000000000000000 1 54.10000000000000142108547 2 19.69999999999999928945726 3 ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10237/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10237/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10238
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10238/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10238/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10238/events
https://github.com/pandas-dev/pandas/issues/10238
82,895,976
MDU6SXNzdWU4Mjg5NTk3Ng==
10,238
Disable networking in tests?
{ "avatar_url": "https://avatars.githubusercontent.com/u/5091511?v=4", "events_url": "https://api.github.com/users/adnelson/events{/privacy}", "followers_url": "https://api.github.com/users/adnelson/followers", "following_url": "https://api.github.com/users/adnelson/following{/other_user}", "gists_url": "http...
[ { "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": "0052cc", "d...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
1
2015-05-30T19:47:19Z
2015-05-31T09:07:38Z
2015-05-30T20:11:59Z
NONE
null
I'd like to run pandas tests but not have it do any tests that require networking. I can get the tests to pass if I disconnect from the internet on my machine, but otherwise I'm getting SSL errors. This might be because am building pandas with nix, but presumably there are other reasons why one might want to disable an...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10238/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10238/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10239
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10239/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10239/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10239/events
https://github.com/pandas-dev/pandas/issues/10239
82,911,926
MDU6SXNzdWU4MjkxMTkyNg==
10,239
BUG: numexpr eval doesn't hold column name via single column selection
{ "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": "f3afff", "default": false, "description": "pd.eval, query", "id...
open
false
null
[]
null
1
2015-05-30T20:58:58Z
2019-12-01T17:57:23Z
null
MEMBER
null
``` python df = pd.DataFrame(np.random.randn(2, 3), columns=['A', 'B', 'C']) numexpr.__version__ # '2.4' # all resets column name pd.eval('df.A') #0 -0.312782 #1 1.204993 # dtype: float64 pd.eval('df["A"]') #0 -0.312782 #1 1.204993 # dtype: float64 df.eval('A') #0 -0.312782 #1 1.204993 # dtype: float...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10239/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10239/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10240
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10240/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10240/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10240/events
https://github.com/pandas-dev/pandas/pull/10240
82,914,553
MDExOlB1bGxSZXF1ZXN0MzY1NzIxNTM=
10,240
BUG: Series arithmetic methods incorrectly hold name
{ "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" } ]
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
1
2015-05-30T21:14:49Z
2015-06-02T19:26:12Z
2015-06-02T10:38:48Z
MEMBER
null
Closes #10068. Should handle the case `_maybe_match_name` is `None`, because of continuous `__finalize__`.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10240/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10240/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10240.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10240", "merged_at": "2015-06-02T10:38:48Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10240.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10240" }
https://api.github.com/repos/pandas-dev/pandas/issues/10241
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10241/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10241/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10241/events
https://github.com/pandas-dev/pandas/pull/10241
82,922,347
MDExOlB1bGxSZXF1ZXN0MzY1NzI2MDA=
10,241
BUG: SparseSeries.abs() resets name
{ "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" } ]
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
4
2015-05-30T21:47:52Z
2015-06-02T19:26:12Z
2015-06-02T10:39:04Z
MEMBER
null
``` # OK: name is preserved s = pd.Series([1, 2, -3], name='a') s.abs() #0 1 #1 2 #2 3 # Name: a, dtype: int64 # NG: name is reset s = pd.SparseSeries([1, 0, -3], name='a') s.name # 'a' s.abs() #0 1 #1 0 #2 3 # dtype: int64 # BlockIndex # Block locations: array([0], dtype=int32) # Block lengths: arr...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10241/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10241/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10241.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10241", "merged_at": "2015-06-02T10:39:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10241.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10241" }
https://api.github.com/repos/pandas-dev/pandas/issues/10242
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10242/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10242/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10242/events
https://github.com/pandas-dev/pandas/issues/10242
82,933,958
MDU6SXNzdWU4MjkzMzk1OA==
10,242
Variance is not calculated correctly in some cases + inconsistent definition
{ "avatar_url": "https://avatars.githubusercontent.com/u/12677513?v=4", "events_url": "https://api.github.com/users/nleehone/events{/privacy}", "followers_url": "https://api.github.com/users/nleehone/followers", "following_url": "https://api.github.com/users/nleehone/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": "3465A4", "default": false, "description": null, "id": 134699, ...
closed
false
null
[]
{ "closed_at": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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
2015-05-30T22:37:57Z
2015-09-04T12:15:33Z
2015-09-04T12:15:33Z
NONE
null
The var method acts inconsistently when used on the Series vs the numpy array returned from values: ``` python dat = pd.DataFrame({'x': [1,2,3,4,0,0,0]}) print(dat['x'].values.var()) print(dat['x'].var()) ``` ``` Prints: 2.24489795918 2.61904761905 ``` This is due to numpy using ddof=0 as its default (calculates the...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10242/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10242/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10243
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10243/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10243/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10243/events
https://github.com/pandas-dev/pandas/pull/10243
83,105,158
MDExOlB1bGxSZXF1ZXN0MzY1ODM0ODg=
10,243
wide table support
{ "avatar_url": "https://avatars.githubusercontent.com/u/249407?v=4", "events_url": "https://api.github.com/users/hhuuggoo/events{/privacy}", "followers_url": "https://api.github.com/users/hhuuggoo/followers", "following_url": "https://api.github.com/users/hhuuggoo/following{/other_user}", "gists_url": "https...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "5319e7", "default": false, "description": "read_hdf...
closed
false
null
[]
null
25
2015-05-31T14:55:02Z
2015-12-07T17:40:51Z
2015-11-25T15:44:00Z
NONE
null
addresses #6245 @jreback this isn't quite working yet for older arrays - the reason is because I have to address values_block_kind_0 and things like that. Currently what I'm doing is creating a group under `self.group` of the Table class, named 'attr', which has all the attributes as CArrays. However the issue is t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10243/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10243/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10243.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10243", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10243.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10243" }
https://api.github.com/repos/pandas-dev/pandas/issues/10244
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10244/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10244/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10244/events
https://github.com/pandas-dev/pandas/issues/10244
83,278,915
MDU6SXNzdWU4MzI3ODkxNQ==
10,244
new feature/enhancement request: new JSON string option for pandas.DataFrame.to_json()
{ "avatar_url": "https://avatars.githubusercontent.com/u/595909?v=4", "events_url": "https://api.github.com/users/gregrahn/events{/privacy}", "followers_url": "https://api.github.com/users/gregrahn/followers", "following_url": "https://api.github.com/users/gregrahn/following{/other_user}", "gists_url": "https...
[ { "color": "207de5", "default": false, "description": "read_json, to_json, json_normalize", "id": 49379259, "name": "IO JSON", "node_id": "MDU6TGFiZWw0OTM3OTI1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON" } ]
closed
false
null
[]
{ "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
2015-06-01T02:48:35Z
2019-08-27T19:01:46Z
2019-08-27T18:43:41Z
NONE
null
Currently `pandas.DataFrame.to_json` supports `orient=records` which yields a file of `[{column -> value}, ... , {column -> value}]` (as a single line). I'd like to request a slight variation of this format which is a single `{column -> value}` per line. This yields a similar format as PostgreSQL's `row_to_json()` fu...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10244/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10244/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10245
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10245/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10245/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10245/events
https://github.com/pandas-dev/pandas/issues/10245
83,373,915
MDU6SXNzdWU4MzM3MzkxNQ==
10,245
numpy error using read_csv with parse_dates=[...] and index_col=[...]
{ "avatar_url": "https://avatars.githubusercontent.com/u/7766733?v=4", "events_url": "https://api.github.com/users/cmeeren/events{/privacy}", "followers_url": "https://api.github.com/users/cmeeren/followers", "following_url": "https://api.github.com/users/cmeeren/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
31
2015-06-01T08:05:39Z
2015-06-08T13:28:39Z
2015-06-08T13:28:39Z
CONTRIBUTOR
null
Consider a file of the following format: ``` week,sow,prn,rxstatus,az,elv,l1_cno,s4,s4_cor,secsigma1,secsigma3,secsigma10,secsigma30,secsigma60,code_carrier,c_cstdev,tec45,tecrate45,tec30,tecrate30,tec15,tecrate15,tec00,tecrate00,l1_loctime,chanstatus,l2_locktime,l2_cno 1765,68460.00,126,00E80000,0.00,0.00,39.38,0.118...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10245/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10245/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10246
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10246/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10246/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10246/events
https://github.com/pandas-dev/pandas/pull/10246
83,658,128
MDExOlB1bGxSZXF1ZXN0MzY2NjI1NjI=
10,246
ENH: GH9746 DataFrame.unstack and Series.unstack now take fill_value …
{ "avatar_url": "https://avatars.githubusercontent.com/u/1170234?v=4", "events_url": "https://api.github.com/users/amcpherson/events{/privacy}", "followers_url": "https://api.github.com/users/amcpherson/followers", "following_url": "https://api.github.com/users/amcpherson/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": "02d7e1"...
closed
false
null
[]
{ "closed_at": "2016-03-12T16:19:08Z", "closed_issues": 469, "created_at": "2015-07-19T20:18: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...
12
2015-06-01T19:36:24Z
2016-01-30T19:29:48Z
2016-01-30T19:27:56Z
CONTRIBUTOR
null
…kw for filling NaN when unstack results in a sparse DataFrame closes #9746
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10246/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10246/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10246.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10246", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10246.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10246" }
https://api.github.com/repos/pandas-dev/pandas/issues/10247
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10247/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10247/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10247/events
https://github.com/pandas-dev/pandas/pull/10247
83,863,735
MDExOlB1bGxSZXF1ZXN0MzY2OTc0NjY=
10,247
BUG: GH10209 fix bug where date_format in to_csv is sometimes ignored
{ "avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4", "events_url": "https://api.github.com/users/kawochen/events{/privacy}", "followers_url": "https://api.github.com/users/kawochen/followers", "following_url": "https://api.github.com/users/kawochen/following{/other_user}", "gists_url": "htt...
[ { "color": "ededed", "default": false, "description": "__repr__ of pandas objects, to_string", "id": 13101118, "name": "Output-Formatting", "node_id": "MDU6TGFiZWwxMzEwMTExOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting" } ]
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
4
2015-06-02T06:13:50Z
2015-06-05T21:45:43Z
2015-06-05T21:45:43Z
CONTRIBUTOR
null
closes #10209 When datetimes are not dates only i.e. have fractional day values, date_format passed to to_csv is ignored.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10247/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10247/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10247.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10247", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10247.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10247" }
https://api.github.com/repos/pandas-dev/pandas/issues/10248
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10248/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10248/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10248/events
https://github.com/pandas-dev/pandas/pull/10248
83,947,782
MDExOlB1bGxSZXF1ZXN0MzY3MTEzMjY=
10,248
Added link to aggregation and plotting time series
{ "avatar_url": "https://avatars.githubusercontent.com/u/60985?v=4", "events_url": "https://api.github.com/users/nipunbatra/events{/privacy}", "followers_url": "https://api.github.com/users/nipunbatra/followers", "following_url": "https://api.github.com/users/nipunbatra/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": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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
2015-06-02T09:52:26Z
2015-07-28T21:59:23Z
2015-07-28T21:59:19Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10248/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10248/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10248.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10248", "merged_at": "2015-07-28T21:59:19Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10248.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10248" }
https://api.github.com/repos/pandas-dev/pandas/issues/10249
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10249/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10249/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10249/events
https://github.com/pandas-dev/pandas/pull/10249
83,990,269
MDExOlB1bGxSZXF1ZXN0MzY3MjA2ODM=
10,249
Datetime resolution coercion
{ "avatar_url": "https://avatars.githubusercontent.com/u/7766733?v=4", "events_url": "https://api.github.com/users/cmeeren/events{/privacy}", "followers_url": "https://api.github.com/users/cmeeren/followers", "following_url": "https://api.github.com/users/cmeeren/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
15
2015-06-02T12:00:16Z
2015-06-08T13:50:57Z
2015-06-08T13:28:39Z
CONTRIBUTOR
null
Fixes #10245 Without this fix, if the `date_parse` function passed to e.g. `read_csv` outputs a `np.datetime64` array, then it must be of `ns` resolution. With this fix, all time resolutions may be used.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10249/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10249/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10249.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10249", "merged_at": "2015-06-08T13:28:39Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10249.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10249" }
https://api.github.com/repos/pandas-dev/pandas/issues/10250
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10250/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10250/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10250/events
https://github.com/pandas-dev/pandas/pull/10250
84,005,251
MDExOlB1bGxSZXF1ZXN0MzY3MjM3NTk=
10,250
ENH: Conditional HTML Formatting
{ "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": "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": "006b7...
closed
false
null
[]
{ "closed_at": "2015-11-21T13:47:07Z", "closed_issues": 216, "created_at": "2015-09-10T14:30:44Z", "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...
89
2015-06-02T12:41:28Z
2020-06-24T18:30:57Z
2015-11-16T00:02:02Z
CONTRIBUTOR
null
closes https://github.com/pydata/pandas/issues/3190 closes #4315 Not close to being done, but I wanted to put this here before the meeting. Maybe someone will have a chance to check it out. ~~http://nbviewer.ipython.org/github/TomAugspurger/pandas/blob/638bd3e361633a4c446ee02534e07b8a9332258a/style.ipynb~~ ~~https:/...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10250/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10250/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10250.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10250", "merged_at": "2015-11-16T00:02:02Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10250.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10250" }
https://api.github.com/repos/pandas-dev/pandas/issues/10251
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10251/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10251/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10251/events
https://github.com/pandas-dev/pandas/pull/10251
84,119,177
MDExOlB1bGxSZXF1ZXN0MzY3NTM4NjA=
10,251
ENH: make sure return dtypes for nan funcs are consistent
{ "avatar_url": "https://avatars.githubusercontent.com/u/1642081?v=4", "events_url": "https://api.github.com/users/mortada/events{/privacy}", "followers_url": "https://api.github.com/users/mortada/followers", "following_url": "https://api.github.com/users/mortada/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": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
2
2015-06-02T17:32:47Z
2015-06-05T21:29:03Z
2015-06-05T21:28:59Z
CONTRIBUTOR
null
this is a follow-up to https://github.com/pydata/pandas/pull/10172 In addition to `mean()`, this PR also makes sure the returned dtype is consistent for `std()`, `var()`, `skew()`, and `kurt()`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10251/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10251/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10251.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10251", "merged_at": "2015-06-05T21:28:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10251.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10251" }
https://api.github.com/repos/pandas-dev/pandas/issues/10252
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10252/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10252/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10252/events
https://github.com/pandas-dev/pandas/pull/10252
84,242,075
MDExOlB1bGxSZXF1ZXN0MzY3ODE3NzM=
10,252
REGR: ensure passed binlabels to pd.cut have a compat dtype on output (#10140)
{ "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": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "AD7FA8", "default": false, "description": null, "id": ...
closed
false
null
[]
{ "closed_at": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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
2015-06-02T22:33:49Z
2015-06-20T12:47:00Z
2015-06-20T12:47:00Z
CONTRIBUTOR
null
From the original issue, closes #10140 ``` In [1]: df = pd.DataFrame() In [2]: df['x'] = 100 * np.random.random(100) In [3]: df['y'] = df.x**2 In [4]: binedges = np.arange(0,110,10) In [5]: binlabels = np.arange(5,105,10) ``` This now yields an `Int64Index` ``` In [6]: df.groupby(pd.cut(df.x,bins=binedges ,labe...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10252/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10252/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10252.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10252", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10252.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10252" }
https://api.github.com/repos/pandas-dev/pandas/issues/10253
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10253/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10253/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10253/events
https://github.com/pandas-dev/pandas/pull/10253
84,315,734
MDExOlB1bGxSZXF1ZXN0MzY3OTMzMjY=
10,253
ENH: Add pipe method
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AD7FA8", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
18
2015-06-03T02:26:03Z
2015-08-19T17:19:06Z
2015-06-06T03:14:27Z
CONTRIBUTOR
null
Closes https://github.com/pydata/pandas/issues/10129 In the dev meeting, we settled on the following: - `.pipe` will **not** include a check for `__pipe_func__` on the function passed in. - To avoid messiness with lambdas when a function takes the DataFrame other than in the first position, users can pass in a `(calla...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10253/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10253/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10253.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10253", "merged_at": "2015-06-06T03:14:27Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10253.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10253" }
https://api.github.com/repos/pandas-dev/pandas/issues/10254
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10254/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10254/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10254/events
https://github.com/pandas-dev/pandas/issues/10254
84,424,689
MDU6SXNzdWU4NDQyNDY4OQ==
10,254
API/BUG: inconsistent plotting of new CategoricalIndex
{ "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": "8AE234", "default": false, "description": null, "id": 2413328, ...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
26
2015-06-03T08:06:49Z
2021-04-18T06:56:40Z
null
MEMBER
null
To record the issue we discussed yesterday, to be solved for 0.16.2 Plotting of categorical: - y-axis: the 'values' itself are used - x-axis: they are not regarded as values, but as all unique items that just gets represented by a `range(len(cat))` x data Overview: http://nbviewer.ipython.org/gist/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/10254/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10254/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10255
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10255/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10255/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10255/events
https://github.com/pandas-dev/pandas/issues/10255
84,427,618
MDU6SXNzdWU4NDQyNzYxOA==
10,255
to_sql : MySQL identifier cannot be entirely numeric
{ "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" } ]
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
1
2015-06-03T08:14:50Z
2015-06-05T09:11:25Z
2015-06-05T09:11:25Z
MEMBER
null
Reported at StackOverflow: http://stackoverflow.com/questions/30586292/valueerror-mysql-identifier-cannot-be-entirely-numeric-with-pandas-to-sql MySQL supports numeric identifiers (if quoted) (http://dev.mysql.com/doc/refman/5.0/en/identifiers.html) @artemyk Was there a reason we explicitely disallowed this? (https:/...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10255/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10255/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10256
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10256/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10256/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10256/events
https://github.com/pandas-dev/pandas/issues/10256
84,495,367
MDU6SXNzdWU4NDQ5NTM2Nw==
10,256
Error in indexing Series and DataFrames with a list: valid index cannot be found
{ "avatar_url": "https://avatars.githubusercontent.com/u/12729550?v=4", "events_url": "https://api.github.com/users/cousin333/events{/privacy}", "followers_url": "https://api.github.com/users/cousin333/followers", "following_url": "https://api.github.com/users/cousin333/following{/other_user}", "gists_url": "...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "00...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
3
2015-06-03T11:00:38Z
2015-06-03T16:39:31Z
2015-06-03T11:33:18Z
NONE
null
(Hopefully I did not find this issue in the list, because there was none...) I have experienced the following issue for a while (wonder if it ever worked actually): I create a Series or a DataFrame with well-defined, floating-point indices. Then I try to slice some rows using a list. For some valid index values I get ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10256/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10256/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10257
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10257/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10257/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10257/events
https://github.com/pandas-dev/pandas/pull/10257
84,520,381
MDExOlB1bGxSZXF1ZXN0MzY4MjQ2MjQ=
10,257
add numba example to enhancingperf.rst
{ "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": "a10c02", "default": false, "description": "Memory or execution s...
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
9
2015-06-03T11:57:09Z
2015-06-03T19:10:23Z
2015-06-03T19:10:10Z
CONTRIBUTOR
null
![enhancing performance pandas 0 16 1-81-g676cb95 documentation 1](https://cloud.githubusercontent.com/assets/953992/7959452/33d0364a-09c7-11e5-867c-b71bb27d085d.png)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10257/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10257/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10257.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10257", "merged_at": "2015-06-03T19:10:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10257.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10257" }
https://api.github.com/repos/pandas-dev/pandas/issues/10258
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10258/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10258/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10258/events
https://github.com/pandas-dev/pandas/pull/10258
84,524,831
MDExOlB1bGxSZXF1ZXN0MzY4MjUzNTg=
10,258
BUG: SparseSeries constructor ignores input data name
{ "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": "009800", "default": false, "description": "Sparse Data Type", "...
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
2
2015-06-03T12:07:26Z
2015-06-04T13:16:14Z
2015-06-03T21:21:22Z
MEMBER
null
When constructing `Series` from `Series`, name attribute is preserved otherwise specified. ``` import pandas as pd s = pd.Series([1, 2, 3], name='a') pd.Series(s) #0 1 #1 2 #2 3 # Name: a, dtype: int64 pd.Series(s, name='x') #0 1 #1 2 #2 3 # Name: x, dtype: int64 ``` But `SparseSeries` doesn't pres...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10258/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10258/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10258.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10258", "merged_at": "2015-06-03T21:21:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10258.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10258" }
https://api.github.com/repos/pandas-dev/pandas/issues/10259
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10259/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10259/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10259/events
https://github.com/pandas-dev/pandas/issues/10259
84,569,878
MDU6SXNzdWU4NDU2OTg3OA==
10,259
API: Support Matrix Multiplication Ops (@)
{ "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": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
7
2015-06-03T13:39:51Z
2018-03-30T21:56:37Z
2018-03-30T21:56:37Z
MEMBER
null
Python 3.5 is being released on Sep.13. Maybe we can wait for v0.17? - http://legacy.python.org/dev/peps/pep-0465/ - numpy fix: https://github.com/numpy/numpy/pull/5878/
{ "+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/10259/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10259/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10260
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10260/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10260/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10260/events
https://github.com/pandas-dev/pandas/issues/10260
84,606,346
MDU6SXNzdWU4NDYwNjM0Ng==
10,260
Convert 1 dimensional iterables returned to .apply() columns to pd.Series
{ "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": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
null
6
2015-06-03T14:54:47Z
2015-06-04T12:39:01Z
2015-06-03T17:00:34Z
NONE
null
As per http://stackoverflow.com/questions/30621887/return-a-column-vector-in-pandas-apply-with-different-length/30622209#30622209 It would be nice if an apply function automatically converted lists to pd.Series when they are returned to .apply(), in other words, ``` python import numpy as np import pandas as pd 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/10260/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10260/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10261
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10261/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10261/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10261/events
https://github.com/pandas-dev/pandas/issues/10261
84,673,227
MDU6SXNzdWU4NDY3MzIyNw==
10,261
read_fwf() doesn't work properly when both skiprows and iterator options are used.
{ "avatar_url": "https://avatars.githubusercontent.com/u/9289235?v=4", "events_url": "https://api.github.com/users/arenius/events{/privacy}", "followers_url": "https://api.github.com/users/arenius/followers", "following_url": "https://api.github.com/users/arenius/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": "ffa0ff", "default": false, "description": "Incorrec...
open
false
null
[]
null
4
2015-06-03T17:21:38Z
2021-04-18T06:57:04Z
null
NONE
null
When read_fwf is used with iterator = True and skiprows = [list] arguments it doesn't properly skip all the rows in the skiprows list. Things work properly when either of those arguments is used in isolation. Here is a simple bit of code to reproduce: ``` python import pandas as pd #Create a fixed width file to tes...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10261/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10261/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10262
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10262/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10262/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10262/events
https://github.com/pandas-dev/pandas/pull/10262
84,738,293
MDExOlB1bGxSZXF1ZXN0MzY4Njk1ODQ=
10,262
TST: test_sql: properly drop tables with names that need to be quoted
{ "avatar_url": "https://avatars.githubusercontent.com/u/833768?v=4", "events_url": "https://api.github.com/users/artemyk/events{/privacy}", "followers_url": "https://api.github.com/users/artemyk/followers", "following_url": "https://api.github.com/users/artemyk/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" } ]
closed
false
null
[]
{ "closed_at": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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
2015-06-03T19:38:14Z
2015-07-10T23:17:58Z
2015-07-10T23:17:52Z
CONTRIBUTOR
null
Closes #10255 . Rewrote some of the code in `test_sql.py` so that it now properly drops tables with names that need to be quoted.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10262/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10262/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10262.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10262", "merged_at": "2015-07-10T23:17:52Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10262.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10262" }
https://api.github.com/repos/pandas-dev/pandas/issues/10263
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10263/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10263/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10263/events
https://github.com/pandas-dev/pandas/pull/10263
84,768,554
MDExOlB1bGxSZXF1ZXN0MzY4NzcxMTI=
10,263
BUG: Should allow numeric mysql table/column names
{ "avatar_url": "https://avatars.githubusercontent.com/u/833768?v=4", "events_url": "https://api.github.com/users/artemyk/events{/privacy}", "followers_url": "https://api.github.com/users/artemyk/followers", "following_url": "https://api.github.com/users/artemyk/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" } ]
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
4
2015-06-03T20:57:06Z
2015-06-05T09:11:32Z
2015-06-05T09:11:25Z
CONTRIBUTOR
null
Closes #10255 , alternative to #10262 .
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10263/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10263/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10263.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10263", "merged_at": "2015-06-05T09:11:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10263.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10263" }
https://api.github.com/repos/pandas-dev/pandas/issues/10264
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10264/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10264/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10264/events
https://github.com/pandas-dev/pandas/issues/10264
84,771,124
MDU6SXNzdWU4NDc3MTEyNA==
10,264
view into modified dataframe of ints causes subsequent set_value to not work properly
{ "avatar_url": "https://avatars.githubusercontent.com/u/6933145?v=4", "events_url": "https://api.github.com/users/jbezaire/events{/privacy}", "followers_url": "https://api.github.com/users/jbezaire/followers", "following_url": "https://api.github.com/users/jbezaire/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": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
15
2015-06-03T21:05:16Z
2015-06-05T21:41:05Z
2015-06-05T21:41:05Z
NONE
null
The following code snippet produces unexpected output: ``` python import pandas as pd import numpy as np x = pd.DataFrame(data=np.zeros((5,5),dtype=np.int),columns=['a','b','c','d','e']) x['f'] = 0 x.f.values[3]=1 y = x.iloc[np.arange(2,len(x))] x.f.values[3]=2 print x print x.f.values ``` ``` Out[130]: a b c ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10264/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10264/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10265
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10265/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10265/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10265/events
https://github.com/pandas-dev/pandas/pull/10265
84,787,632
MDExOlB1bGxSZXF1ZXN0MzY4ODIzNDY=
10,265
BUG: Ensure 'coerce' actually coerces datatypes
{ "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": "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": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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...
40
2015-06-03T21:53:02Z
2015-07-15T21:14:39Z
2015-07-14T12:47:25Z
CONTRIBUTOR
null
Changes behavior of convert objects so that passing 'coerce' will ensure that data of the correct type is returned, even if all values are null-types (NaN or NaT). closes #9589
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10265/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10265/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10265.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10265", "merged_at": "2015-07-14T12:47:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10265.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10265" }
https://api.github.com/repos/pandas-dev/pandas/issues/10266
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10266/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10266/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10266/events
https://github.com/pandas-dev/pandas/pull/10266
84,872,285
MDExOlB1bGxSZXF1ZXN0MzY4OTc1NDU=
10,266
ENH: Initial pass at implementing DataFrame.asof, GH 2941
{ "avatar_url": "https://avatars.githubusercontent.com/u/4094953?v=4", "events_url": "https://api.github.com/users/bwillers/events{/privacy}", "followers_url": "https://api.github.com/users/bwillers/followers", "following_url": "https://api.github.com/users/bwillers/following{/other_user}", "gists_url": "http...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" } ]
closed
false
null
[]
{ "closed_at": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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
2015-06-04T02:37:01Z
2015-06-12T23:39:57Z
2015-06-12T22:23:59Z
CONTRIBUTOR
null
Fixes #2941 This can almost certainly be made quicker, still digging into the internals to understand the various underlying indexers. There are 4 distinct logics you can apply to how to deal with the missings (as opposed to the Series asof, wheres theres just two, either skipna or dont skipna). The default is to b...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10266/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10266/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10266.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10266", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10266.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10266" }
https://api.github.com/repos/pandas-dev/pandas/issues/10267
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10267/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10267/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10267/events
https://github.com/pandas-dev/pandas/pull/10267
84,874,076
MDExOlB1bGxSZXF1ZXN0MzY4OTc2NjM=
10,267
BUG: GH10160 DataFrame construction from nested dict
{ "avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4", "events_url": "https://api.github.com/users/kawochen/events{/privacy}", "followers_url": "https://api.github.com/users/kawochen/followers", "following_url": "https://api.github.com/users/kawochen/following{/other_user}", "gists_url": "htt...
[]
closed
false
null
[]
null
0
2015-06-04T02:40:26Z
2015-06-04T02:52:25Z
2015-06-04T02:52:25Z
CONTRIBUTOR
null
This is to fix #10160, where `DataFrame` construction from nested `dict` with `datetime64` index returns a `DataFrame` of `NaN`s or `None`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/10267/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10267/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10267.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10267", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10267.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10267" }
https://api.github.com/repos/pandas-dev/pandas/issues/10268
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10268/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10268/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10268/events
https://github.com/pandas-dev/pandas/pull/10268
84,889,773
MDExOlB1bGxSZXF1ZXN0MzY4OTk2OTY=
10,268
ENH: allow as_blocks to take a copy argument (#9607)
{ "avatar_url": "https://avatars.githubusercontent.com/u/842982?v=4", "events_url": "https://api.github.com/users/tzinckgraf/events{/privacy}", "followers_url": "https://api.github.com/users/tzinckgraf/followers", "following_url": "https://api.github.com/users/tzinckgraf/following{/other_user}", "gists_url": ...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" } ]
closed
false
null
[]
{ "closed_at": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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
2015-06-04T03:36:08Z
2015-06-26T23:29:38Z
2015-06-26T23:27:14Z
CONTRIBUTOR
null
closes #9607 Added copy argument in as_blocks. Defaults to True as per the original code. Wrote test cases to check the copy=True and copy=False cases work.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10268/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10268/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10268.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10268", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10268.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10268" }
https://api.github.com/repos/pandas-dev/pandas/issues/10269
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10269/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10269/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10269/events
https://github.com/pandas-dev/pandas/pull/10269
84,899,304
MDExOlB1bGxSZXF1ZXN0MzY5MDA3OTQ=
10,269
BUG: GH10160 in DataFrame construction from dict with datetime64 index
{ "avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4", "events_url": "https://api.github.com/users/kawochen/events{/privacy}", "followers_url": "https://api.github.com/users/kawochen/followers", "following_url": "https://api.github.com/users/kawochen/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": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
8
2015-06-04T04:06:49Z
2015-06-10T20:01:05Z
2015-06-10T20:01:04Z
CONTRIBUTOR
null
closes #10160 closes #9456 where `DataFrame/Series` construction from nested `dict` with `datetime64` index returns a `DataFrame\Series` of `NaN`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/10269/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10269/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10269.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10269", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10269.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10269" }
https://api.github.com/repos/pandas-dev/pandas/issues/10270
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10270/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10270/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10270/events
https://github.com/pandas-dev/pandas/pull/10270
85,040,584
MDExOlB1bGxSZXF1ZXN0MzY5MjMzMDk=
10,270
TST: fix for bottleneck >= 1.0 nansum behavior, xref #9422
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "006b75", "d...
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
1
2015-06-04T10:57:29Z
2015-06-04T12:06:05Z
2015-06-04T12:06:05Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10270/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10270/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10270.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10270", "merged_at": "2015-06-04T12:06:05Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10270.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10270" }
https://api.github.com/repos/pandas-dev/pandas/issues/10271
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10271/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10271/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10271/events
https://github.com/pandas-dev/pandas/pull/10271
85,067,000
MDExOlB1bGxSZXF1ZXN0MzY5Mjc4Nzc=
10,271
PERF: write basic datetimes faster
{ "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": "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": "ededed", "default"...
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2015-06-04T12:08:35Z
2015-06-04T13:27:51Z
2015-06-04T13:27:51Z
CONTRIBUTOR
null
with PR ``` In [2]: df = DataFrame({'A' : pd.date_range('20130101',periods=100000,freq='s')}) In [3]: %timeit df.to_csv('test.csv',mode='w') 1 loops, best of 3: 282 ms per loop ``` 0.16.1 ``` In [2]: %timeit df.to_csv('test.csv',mode='w') 1 loops, best of 3: 352 ms per loop ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10271/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10271/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10271.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10271", "merged_at": "2015-06-04T13:27:51Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10271.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10271" }
https://api.github.com/repos/pandas-dev/pandas/issues/10272
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10272/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10272/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10272/events
https://github.com/pandas-dev/pandas/pull/10272
85,067,673
MDExOlB1bGxSZXF1ZXN0MzY5Mjc5NzY=
10,272
BUG: bug in cache updating when consolidating #10264
{ "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" } ]
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2015-06-04T12:10:26Z
2015-06-05T21:41:05Z
2015-06-05T21:41:05Z
CONTRIBUTOR
null
closes #10264
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10272/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10272/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10272.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10272", "merged_at": "2015-06-05T21:41:05Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10272.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10272" }
https://api.github.com/repos/pandas-dev/pandas/issues/10273
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10273/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10273/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10273/events
https://github.com/pandas-dev/pandas/issues/10273
85,117,597
MDU6SXNzdWU4NTExNzU5Nw==
10,273
BUG: Unhandled ValueError when Bigquery called through io.gbq returns zero rows
{ "avatar_url": "https://avatars.githubusercontent.com/u/7361305?v=4", "events_url": "https://api.github.com/users/ssaumitra/events{/privacy}", "followers_url": "https://api.github.com/users/ssaumitra/followers", "following_url": "https://api.github.com/users/ssaumitra/following{/other_user}", "gists_url": "h...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0052cc", "default": false, "description": "pandas-gbq compatability...
closed
false
null
[]
{ "closed_at": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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
2015-06-04T14:14:22Z
2015-08-29T00:08:29Z
2015-08-29T00:08:29Z
NONE
null
Sample code below throws ValueError. Ideally it should return a DataFrame with zero rows. ``` python import pandas as pd #This query returns zero rows query = "SELECT * FROM [publicdata:samples.wikipedia] where timestamp=-9999999" df = pd.io.gbq.read_gbq(query, project_id="my_bigquery_project_id") ``` ``` Job not ye...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10273/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10273/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10274
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10274/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10274/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10274/events
https://github.com/pandas-dev/pandas/pull/10274
85,123,584
MDExOlB1bGxSZXF1ZXN0MzY5Mzk3NDA=
10,274
BUG: Unhandled ValueError when Bigquery called through io.gbq returns zero rows #10273
{ "avatar_url": "https://avatars.githubusercontent.com/u/7361305?v=4", "events_url": "https://api.github.com/users/ssaumitra/events{/privacy}", "followers_url": "https://api.github.com/users/ssaumitra/followers", "following_url": "https://api.github.com/users/ssaumitra/following{/other_user}", "gists_url": "h...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0052cc", "default": false, "description": "pandas-gbq compatability...
closed
false
null
[]
{ "closed_at": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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...
25
2015-06-04T14:30:17Z
2015-09-02T10:41:49Z
2015-08-29T00:08:16Z
NONE
null
closes #10273
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10274/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10274/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10274.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10274", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10274.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10274" }
https://api.github.com/repos/pandas-dev/pandas/issues/10275
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10275/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10275/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10275/events
https://github.com/pandas-dev/pandas/pull/10275
85,128,780
MDExOlB1bGxSZXF1ZXN0MzY5NDExNzk=
10,275
Fix meantim typo
{ "avatar_url": "https://avatars.githubusercontent.com/u/413772?v=4", "events_url": "https://api.github.com/users/graingert/events{/privacy}", "followers_url": "https://api.github.com/users/graingert/followers", "following_url": "https://api.github.com/users/graingert/following{/other_user}", "gists_url": "ht...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
closed
false
null
[]
null
2
2015-06-04T14:43:50Z
2015-06-04T14:50:01Z
2015-06-04T14:49:25Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10275/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10275/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10275.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10275", "merged_at": "2015-06-04T14:49:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10275.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10275" }
https://api.github.com/repos/pandas-dev/pandas/issues/10276
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10276/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10276/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10276/events
https://github.com/pandas-dev/pandas/pull/10276
85,142,528
MDExOlB1bGxSZXF1ZXN0MzY5NDQ3ODk=
10,276
TST: Check series names
{ "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": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
5
2015-06-04T15:16:12Z
2015-06-05T22:48:55Z
2015-06-05T22:16:57Z
MEMBER
null
Related to #9972. Made `assert_series_equal` to check name attribute.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10276/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10276/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10276.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10276", "merged_at": "2015-06-05T22:16:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10276.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10276" }
https://api.github.com/repos/pandas-dev/pandas/issues/10277
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10277/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10277/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10277/events
https://github.com/pandas-dev/pandas/pull/10277
85,143,558
MDExOlB1bGxSZXF1ZXN0MzY5NDUxMDA=
10,277
PERF/CLN: Improve datetime-like index ops perf
{ "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": "d7e102", "default": false, "description": "np.nan, p...
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", ...
14
2015-06-04T15:19:00Z
2015-12-10T12:46:09Z
2015-12-10T12:22:48Z
MEMBER
null
Add `_isnan` to `DatetimeIndexOpsMixin` to cache `NaT` mask. This leads to some perf improvement which is noticeable in larger data. ### after fix ``` import pandas as pd import numpy as np np.random.seed(1) idx = pd.DatetimeIndex(np.append(np.array([pd.tslib.iNaT]), np.random.randint(500, 10...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10277/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10277/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10277.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10277", "merged_at": "2015-12-10T12:22:48Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10277.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10277" }
https://api.github.com/repos/pandas-dev/pandas/issues/10278
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10278/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10278/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10278/events
https://github.com/pandas-dev/pandas/issues/10278
85,194,661
MDU6SXNzdWU4NTE5NDY2MQ==
10,278
The use of USFederalHolidayCalendar will result in incorrect behavior
{ "avatar_url": "https://avatars.githubusercontent.com/u/1944486?v=4", "events_url": "https://api.github.com/users/clearf/events{/privacy}", "followers_url": "https://api.github.com/users/clearf/followers", "following_url": "https://api.github.com/users/clearf/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": "0052cc", "default": false, "description": "DateOffsets", "id": ...
open
false
null
[]
null
3
2015-06-04T17:24:41Z
2020-03-31T04:52:59Z
null
CONTRIBUTOR
null
The definition of the USFederalHolidayCalendar is not correct. ``` from pandas.tseries.holiday import USFederalHolidayCalendar print(USFederalHolidayCalendar.rules) ``` > [Holiday: New Years Day (month=1, day=1, observance=<function nearest_workday at 0x10d17dcf8>), Holiday: Dr. Martin Luther King Jr. (month=1, day=...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10278/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10278/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10279
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10279/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10279/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10279/events
https://github.com/pandas-dev/pandas/issues/10279
85,232,191
MDU6SXNzdWU4NTIzMjE5MQ==
10,279
read_sql_table bug on columns with dots
{ "avatar_url": "https://avatars.githubusercontent.com/u/3168512?v=4", "events_url": "https://api.github.com/users/Gerenuk/events{/privacy}", "followers_url": "https://api.github.com/users/Gerenuk/followers", "following_url": "https://api.github.com/users/Gerenuk/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" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
9
2015-06-04T19:03:41Z
2018-09-05T11:58:27Z
2018-09-05T11:58:19Z
NONE
null
read_sql_table handles columns with dots in the name incorrectly (removes name before dot) ``` from sqlalchemy import create_engine import pandas as pd engine = create_engine('sqlite://') conn = engine.connect() conn.execute("create table test (a int, `b.c` int)") conn.execute("insert into test values (1,2)") df = pd....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10279/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10279/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10280
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10280/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10280/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10280/events
https://github.com/pandas-dev/pandas/issues/10280
85,240,315
MDU6SXNzdWU4NTI0MDMxNQ==
10,280
BUG: indexers coerce partial assignment of float->int
{ "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": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2015-06-04T19:25:04Z
2015-06-09T14:43:27Z
2015-06-09T14:43:27Z
CONTRIBUTOR
null
xref #10264 converts int -> floats for the entire block. ``` In [1]: x = pd.DataFrame(data=np.zeros((5,5),dtype=np.int),columns=['a','b','c','d','e'], index=['one','two','three','four','five']) In [3]: x.loc['three','e'] = 3.1 In [4]: x Out[4]: a b c d e one 0 0 0 0 0.0 two 0 0 0 0 0.0 t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10280/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10280/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10281
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10281/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10281/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10281/events
https://github.com/pandas-dev/pandas/issues/10281
85,262,978
MDU6SXNzdWU4NTI2Mjk3OA==
10,281
CLN: remove scikit-timeseries migration docs from FAQ
{ "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": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
{ "closed_at": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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
2015-06-04T20:28:26Z
2015-06-24T10:55:34Z
2015-06-24T10:55:34Z
CONTRIBUTOR
null
this is really really old.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10281/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10281/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10282
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10282/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10282/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10282/events
https://github.com/pandas-dev/pandas/pull/10282
85,265,367
MDExOlB1bGxSZXF1ZXN0MzY5NzUyNTY=
10,282
Update holiday.py to reflect that MLK Jr. Day was first observed in 1986.
{ "avatar_url": "https://avatars.githubusercontent.com/u/1944486?v=4", "events_url": "https://api.github.com/users/clearf/events{/privacy}", "followers_url": "https://api.github.com/users/clearf/followers", "following_url": "https://api.github.com/users/clearf/following{/other_user}", "gists_url": "https://ap...
[ { "color": "0052cc", "default": false, "description": "DateOffsets", "id": 53181044, "name": "Frequency", "node_id": "MDU6TGFiZWw1MzE4MTA0NA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency" } ]
closed
false
null
[]
{ "closed_at": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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...
18
2015-06-04T20:34:51Z
2015-08-18T16:58:13Z
2015-08-18T11:09:17Z
CONTRIBUTOR
null
closes #9760 Fixing MLK day not observed before 1986, per https://github.com/pydata/pandas/issues/10278#issuecomment-109002244
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10282/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10282/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10282.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10282", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10282.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10282" }
https://api.github.com/repos/pandas-dev/pandas/issues/10283
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10283/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10283/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10283/events
https://github.com/pandas-dev/pandas/pull/10283
85,395,767
MDExOlB1bGxSZXF1ZXN0MzY5OTczMzk=
10,283
BUG: DataFrame.where does not handle Series slice correctly (#10218)
{ "avatar_url": "https://avatars.githubusercontent.com/u/1642081?v=4", "events_url": "https://api.github.com/users/mortada/events{/privacy}", "followers_url": "https://api.github.com/users/mortada/followers", "following_url": "https://api.github.com/users/mortada/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": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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...
36
2015-06-05T03:00:16Z
2015-08-30T18:08:39Z
2015-08-26T01:41:14Z
CONTRIBUTOR
null
closes #10218
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10283/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10283/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10283.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10283", "merged_at": "2015-08-26T01:41:14Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10283.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10283" }
https://api.github.com/repos/pandas-dev/pandas/issues/10284
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10284/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10284/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10284/events
https://github.com/pandas-dev/pandas/issues/10284
85,446,951
MDU6SXNzdWU4NTQ0Njk1MQ==
10,284
How To Filter Pandas DataFrames Using Dynamic URL Query String
{ "avatar_url": "https://avatars.githubusercontent.com/u/3523655?v=4", "events_url": "https://api.github.com/users/BastinRobin/events{/privacy}", "followers_url": "https://api.github.com/users/BastinRobin/followers", "following_url": "https://api.github.com/users/BastinRobin/following{/other_user}", "gists_ur...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
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
2015-06-05T06:14:49Z
2015-06-05T08:44:39Z
2015-06-05T07:34:35Z
NONE
null
Currently i am having an question in python pandas. I want to filter a dataframe using url query string dynamically. Detailed question: http://stackoverflow.com/questions/30658017/filter-pandas-dataframes-using-dynamic-url-query-string
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10284/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10284/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10285
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10285/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10285/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10285/events
https://github.com/pandas-dev/pandas/issues/10285
85,463,961
MDU6SXNzdWU4NTQ2Mzk2MQ==
10,285
Add dtype keyword to read_sql_query to control per column dtypes.
{ "avatar_url": "https://avatars.githubusercontent.com/u/3168512?v=4", "events_url": "https://api.github.com/users/Gerenuk/events{/privacy}", "followers_url": "https://api.github.com/users/Gerenuk/followers", "following_url": "https://api.github.com/users/Gerenuk/following{/other_user}", "gists_url": "https:/...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "5319e7", "default": false, "description": "to_sql, ...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/44933366?v=4", "events_url": "https://api.github.com/users/avinashpancham/events{/privacy}", "followers_url": "https://api.github.com/users/avinashpancham/followers", "following_url": "https://api.github.com/users/avinashpancham/following{/other_user}", ...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/44933366?v=4", "events_url": "https://api.github.com/users/avinashpancham/events{/privacy}", "followers_url": "https://api.github.com/users/avinashpancham/followers", "following_url": "https://api.github.com/users/avinashpancham/following{/oth...
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2015-06-05T07:45:39Z
2021-09-03T10:15:55Z
2020-12-23T23:28:23Z
NONE
null
When reading from SQL queries - especially when reading chunk-wise - issues with type conversion can occur. It would be ideal if one could specify the types of the columns, so that type conversions go right. A very common case is reading pure float results chunk-wise from a large table. The nuisance comes in when and...
{ "+1": 4, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 4, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10285/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10285/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10286
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10286/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10286/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10286/events
https://github.com/pandas-dev/pandas/pull/10286
85,477,555
MDExOlB1bGxSZXF1ZXN0MzcwMTI5MjM=
10,286
Update v0.16.2.txt
{ "avatar_url": "https://avatars.githubusercontent.com/u/697622?v=4", "events_url": "https://api.github.com/users/fbrundu/events{/privacy}", "followers_url": "https://api.github.com/users/fbrundu/followers", "following_url": "https://api.github.com/users/fbrundu/following{/other_user}", "gists_url": "https://...
[]
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
2015-06-05T09:04:00Z
2015-06-05T09:16:44Z
2015-06-05T09:16:00Z
CONTRIBUTOR
null
Added description of Pull Request 9544
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10286/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10286/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10286.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10286", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10286.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10286" }
https://api.github.com/repos/pandas-dev/pandas/issues/10287
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10287/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10287/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10287/events
https://github.com/pandas-dev/pandas/issues/10287
85,530,491
MDU6SXNzdWU4NTUzMDQ5MQ==
10,287
PERF: mutli-index selection vs repeated selections
{ "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": "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": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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
2015-06-05T13:12:06Z
2015-06-24T20:59:59Z
2015-06-24T20:59:59Z
CONTRIBUTOR
null
from [SO](http://stackoverflow.com/questions/30657115/optimize-pandas-query-on-multiple-columns-multiindex/30667394#30667394) ``` idx = pd.IndexSlice n=10000000 np.random.seed(1234) mdt = pandas.DataFrame() mdt['A'] = np.random.choice(range(10000,45000,1000), n) mdt['B'] = np.random.choice(range(10,400), n) mdt['C'] ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10287/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10287/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10288
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10288/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10288/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10288/events
https://github.com/pandas-dev/pandas/issues/10288
85,534,978
MDU6SXNzdWU4NTUzNDk3OA==
10,288
SettingWithCopyWarning: possible spurious warning after dropna() call
{ "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...
[]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
5
2015-06-05T13:36:36Z
2015-06-05T14:12:57Z
2015-06-05T14:00:38Z
MEMBER
null
I get a SettingWithCopyWarning after the use of `dropna`, which does not really seem logical: ``` In [102]: df = pd.DataFrame({'a':[1,2,np.nan], 'b':['A', 'B', 'C']}) In [103]: df Out[103]: a b 0 1 A 1 2 B 2 NaN C In [104]: df = df.dropna(subset=['a']) In [105]: df Out[105]: a b 0 1 A 1 2 B 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/10288/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10288/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10289
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10289/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10289/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10289/events
https://github.com/pandas-dev/pandas/issues/10289
85,583,919
MDU6SXNzdWU4NTU4MzkxOQ==
10,289
mixed data type to_json(orient='index') repeats only the first index value
{ "avatar_url": "https://avatars.githubusercontent.com/u/1043542?v=4", "events_url": "https://api.github.com/users/sborgeson/events{/privacy}", "followers_url": "https://api.github.com/users/sborgeson/followers", "following_url": "https://api.github.com/users/sborgeson/following{/other_user}", "gists_url": "h...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "207de5", "default": false, "description": "read_json, to_json, json...
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
3
2015-06-05T17:09:53Z
2015-07-02T19:04:02Z
2015-06-07T23:05:24Z
NONE
null
``` python from pandas import DataFrame df = DataFrame({ 'one' : pandas.Series(['foo','bar','bee'],index=['a','b','c']), 'two' : pandas.Series([1,2,3],index=['a','b','c']) } ) df.to_json(orient='index') ``` Observe that the first index value 'a' is used for all the record returned, rather than for just the f...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10289/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10289/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10290
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10290/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10290/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10290/events
https://github.com/pandas-dev/pandas/pull/10290
85,611,800
MDExOlB1bGxSZXF1ZXN0MzcwNjE0MzY=
10,290
PERF: improved performance of multiindex slicing
{ "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": "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": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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
2015-06-05T19:16:08Z
2015-06-24T20:59:59Z
2015-06-24T20:59:59Z
CONTRIBUTOR
null
closes #10287 master ``` In [22]: %timeit mdt2.loc[idx[test_A-eps_A:test_A+eps_A],:].loc[idx[:,test_B-eps_B:test_B+eps_B],:].loc[idx[:,:,test_C-eps_C:test_C+eps_C],:].loc[idx[:,:,:,test_D-eps_D:test_D+eps_D],:] 10 loops, best of 3: 141 ms per loop In [23]: %timeit mdt2.loc[idx[test_A-eps_A:test_A+eps_A,test_B-eps_B...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10290/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10290/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10290.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10290", "merged_at": "2015-06-24T20:59:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10290.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10290" }
https://api.github.com/repos/pandas-dev/pandas/issues/10291
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10291/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10291/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10291/events
https://github.com/pandas-dev/pandas/issues/10291
85,655,291
MDU6SXNzdWU4NTY1NTI5MQ==
10,291
KeyError: '__dummy__' for pd.crosstab in pandas
{ "avatar_url": "https://avatars.githubusercontent.com/u/1667488?v=4", "events_url": "https://api.github.com/users/songhuiming/events{/privacy}", "followers_url": "https://api.github.com/users/songhuiming/followers", "following_url": "https://api.github.com/users/songhuiming/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": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
{ "closed_at": "2016-03-12T16:19:08Z", "closed_issues": 469, "created_at": "2015-07-19T20:18: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...
12
2015-06-05T23:20:24Z
2016-02-12T03:02:26Z
2016-02-12T03:02:26Z
NONE
null
get ~~ KeyError: '**dummy**' ~~ when I run the following: ``` np.random.seed(seed = 99) s = np.random.randint(1,10,200) s = pd.Series(np.where(s > 9, np.nan, s)) s1 = s[:100] s2 = s[100:] pd.crosstab(s1, s2) KeyError: '__dummy__ ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10291/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10291/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10292
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10292/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10292/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10292/events
https://github.com/pandas-dev/pandas/pull/10292
85,656,615
MDExOlB1bGxSZXF1ZXN0MzcwNzg4NzI=
10,292
BUG: TimedeltaIndex slicing may reset freq
{ "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": "5319e7", "default": false, "description": "Timedelta data type", ...
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
1
2015-06-05T23:31:04Z
2015-06-08T13:20:31Z
2015-06-07T23:02:54Z
MEMBER
null
`DatetimeIndex` preserve freq after slicing. ``` di = pd.date_range('2001', '2005', freq='D') di[1:5:2] # DatetimeIndex(['2001-01-02', '2001-01-04'], dtype='datetime64[ns]', freq='2D', tz=None) ``` But `TimedeltaIndex` doesn't. ``` tdi = pd.timedelta_range('1day', '5day', freq='D') tdi[1:5:2] # TimedeltaIndex(['2 da...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10292/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10292/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10292.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10292", "merged_at": "2015-06-07T23:02:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10292.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10292" }
https://api.github.com/repos/pandas-dev/pandas/issues/10293
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10293/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10293/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10293/events
https://github.com/pandas-dev/pandas/issues/10293
85,664,591
MDU6SXNzdWU4NTY2NDU5MQ==
10,293
Python quit unexpectedly while using the lib.so plug-in.
{ "avatar_url": "https://avatars.githubusercontent.com/u/6980874?v=4", "events_url": "https://api.github.com/users/Jeeva-G/events{/privacy}", "followers_url": "https://api.github.com/users/Jeeva-G/followers", "following_url": "https://api.github.com/users/Jeeva-G/following{/other_user}", "gists_url": "https:/...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "00...
closed
false
null
[]
null
3
2015-06-06T00:36:29Z
2015-06-06T13:51:49Z
2015-06-06T13:51:35Z
NONE
null
Hello All, I am trying to replace certain pattern with empty value in my dataframe, this my snippet, ``` python mydfv2['Values used'].replace(to_replace= r"\[.*?\].", value="",inplace = True, regex=True) ``` This column --> "Values used" will have a list of strings or list of list of strings in each cell. Every time...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10293/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10293/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10294
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10294/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10294/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10294/events
https://github.com/pandas-dev/pandas/pull/10294
85,671,189
MDExOlB1bGxSZXF1ZXN0MzcwODI0NDU=
10,294
ENH: #2679 - DataFrame.to_html() urls_as_links parameter.
{ "avatar_url": "https://avatars.githubusercontent.com/u/410907?v=4", "events_url": "https://api.github.com/users/lexual/events{/privacy}", "followers_url": "https://api.github.com/users/lexual/followers", "following_url": "https://api.github.com/users/lexual/following{/other_user}", "gists_url": "https://api...
[ { "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": "006b7...
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", ...
11
2015-06-06T01:34:57Z
2015-11-14T07:30:10Z
2015-11-02T12:09:03Z
CONTRIBUTOR
null
New urls_as_links boolean paramater that will output urls as href html links. ref #2679 Thanks for @tdas14 for initial code.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10294/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10294/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10294.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10294", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10294.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10294" }
https://api.github.com/repos/pandas-dev/pandas/issues/10295
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10295/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10295/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10295/events
https://github.com/pandas-dev/pandas/issues/10295
85,675,154
MDU6SXNzdWU4NTY3NTE1NA==
10,295
BUG/API: Datetime-like Index.order reset freq
{ "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": "5319e7", "default": false, "description": "Timedelta...
closed
false
null
[]
{ "closed_at": "2015-10-09T18:34:35Z", "closed_issues": 593, "created_at": "2015-03-23T10:47:38Z", "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
2015-06-06T01:55:16Z
2015-08-08T14:38:47Z
2015-08-08T14:38:47Z
MEMBER
null
### DatetimeIndex / TimedeltaIndex ``` import pandas as pd idx = pd.date_range('2011-01-01', '2011-05-01', freq='M') # freq must be preserved, because ``DatetimeIndex`` is ordered when it has freq idx.order() # DatetimeIndex(['2011-01-31', '2011-02-28', '2011-03-31', '2011-04-30'], dtype='datetime64[ns]', freq=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/10295/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10295/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10296
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10296/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10296/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10296/events
https://github.com/pandas-dev/pandas/pull/10296
85,695,838
MDExOlB1bGxSZXF1ZXN0MzcwODQ4Mjk=
10,296
ENH: #3335 Pivot table support for setting name of margins column.
{ "avatar_url": "https://avatars.githubusercontent.com/u/410907?v=4", "events_url": "https://api.github.com/users/lexual/events{/privacy}", "followers_url": "https://api.github.com/users/lexual/followers", "following_url": "https://api.github.com/users/lexual/following{/other_user}", "gists_url": "https://api...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "AD7FA8", "de...
closed
false
null
[]
null
6
2015-06-06T04:41:00Z
2015-11-12T07:52:30Z
2015-11-10T01:26:51Z
CONTRIBUTOR
null
ref #3335. Adds margin_column parameter to pivot_table so that user can set it to something other than 'All'. Raises ValueError exception if there is a conflict between the value of margin_column and one of the other values appearing in the indices of the pivot table.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10296/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10296/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10296.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10296", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10296.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10296" }
https://api.github.com/repos/pandas-dev/pandas/issues/10297
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10297/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10297/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10297/events
https://github.com/pandas-dev/pandas/issues/10297
85,698,841
MDU6SXNzdWU4NTY5ODg0MQ==
10,297
Date Operations
{ "avatar_url": "https://avatars.githubusercontent.com/u/4349929?v=4", "events_url": "https://api.github.com/users/ywhcuhk/events{/privacy}", "followers_url": "https://api.github.com/users/ywhcuhk/followers", "following_url": "https://api.github.com/users/ywhcuhk/following{/other_user}", "gists_url": "https:/...
[ { "color": "0052cc", "default": false, "description": "DateOffsets", "id": 53181044, "name": "Frequency", "node_id": "MDU6TGFiZWw1MzE4MTA0NA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency" } ]
closed
false
null
[]
null
3
2015-06-06T05:04:42Z
2015-06-06T13:56:07Z
2015-06-06T13:55:58Z
NONE
null
IMHO, two date functions from `SAS` can be very useful and straight forward. I wonder if they can be incorporated in Pandas. ### [`intck()`](http://support.sas.com/documentation/cdl/en/lefunctionsref/63354/HTML/default/viewer.htm#p1md4mx2crzfaqn14va8kt7qvfhr.htm) This function computes the difference between 2 dates/...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10297/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10297/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10298
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10298/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10298/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10298/events
https://github.com/pandas-dev/pandas/pull/10298
85,702,150
MDExOlB1bGxSZXF1ZXN0MzcwODUzNDg=
10,298
BUG: plotting grouped_hist with a single row frame #10214
{ "avatar_url": "https://avatars.githubusercontent.com/u/109167?v=4", "events_url": "https://api.github.com/users/scls19fr/events{/privacy}", "followers_url": "https://api.github.com/users/scls19fr/followers", "following_url": "https://api.github.com/users/scls19fr/following{/other_user}", "gists_url": "https...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "8AE234", "default": false, "description": null, "id": 2413328, ...
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
8
2015-06-06T05:29:13Z
2015-06-09T11:54:08Z
2015-06-09T11:54:08Z
CONTRIBUTOR
null
closes #10214
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10298/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10298/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10298.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10298", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10298.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10298" }
https://api.github.com/repos/pandas-dev/pandas/issues/10299
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10299/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10299/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10299/events
https://github.com/pandas-dev/pandas/issues/10299
85,704,919
MDU6SXNzdWU4NTcwNDkxOQ==
10,299
Cannot use hex strings or named matplotlib colors with DataFrame.plot
{ "avatar_url": "https://avatars.githubusercontent.com/u/8889265?v=4", "events_url": "https://api.github.com/users/pbreach/events{/privacy}", "followers_url": "https://api.github.com/users/pbreach/followers", "following_url": "https://api.github.com/users/pbreach/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": "8AE234", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": "2015-11-21T13:47:07Z", "closed_issues": 216, "created_at": "2015-09-10T14:30:44Z", "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
2015-06-06T05:47:58Z
2015-10-15T14:20:58Z
2015-10-15T14:20:58Z
CONTRIBUTOR
null
I was going to put this on SO but I think it might belong here instead: I have a pandas DataFrame where I want to plot each column as a line with the same color. This might sound useless but I am showing groups of lines from certain selections of the DataFrame. The only problem is it appears that the `DataFrame.plot` ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10299/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10299/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/10300
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10300/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10300/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10300/events
https://github.com/pandas-dev/pandas/pull/10300
85,726,110
MDExOlB1bGxSZXF1ZXN0MzcwODc2MTU=
10,300
ENH: #8750 add Series support for to_html and _repr_html_
{ "avatar_url": "https://avatars.githubusercontent.com/u/410907?v=4", "events_url": "https://api.github.com/users/lexual/events{/privacy}", "followers_url": "https://api.github.com/users/lexual/followers", "following_url": "https://api.github.com/users/lexual/following{/other_user}", "gists_url": "https://api...
[ { "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": "006b7...
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...
22
2015-06-06T09:07:44Z
2016-10-10T16:19:48Z
2016-07-21T16:16:11Z
CONTRIBUTOR
null
closes #5563
{ "+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/10300/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10300/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10300.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10300", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/10300.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10300" }
https://api.github.com/repos/pandas-dev/pandas/issues/10301
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10301/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10301/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10301/events
https://github.com/pandas-dev/pandas/pull/10301
85,761,224
MDExOlB1bGxSZXF1ZXN0MzcwOTEzNTE=
10,301
DOC: #7828 Add json_normalize to api docs.
{ "avatar_url": "https://avatars.githubusercontent.com/u/410907?v=4", "events_url": "https://api.github.com/users/lexual/events{/privacy}", "followers_url": "https://api.github.com/users/lexual/followers", "following_url": "https://api.github.com/users/lexual/following{/other_user}", "gists_url": "https://api...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
3
2015-06-06T14:45:10Z
2015-06-08T12:04:03Z
2015-06-07T22:24:16Z
CONTRIBUTOR
null
closes #7828 Is this all we need?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10301/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10301/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10301.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10301", "merged_at": "2015-06-07T22:24:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10301.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10301" }
https://api.github.com/repos/pandas-dev/pandas/issues/10302
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/10302/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/10302/comments
https://api.github.com/repos/pandas-dev/pandas/issues/10302/events
https://github.com/pandas-dev/pandas/pull/10302
85,781,211
MDExOlB1bGxSZXF1ZXN0MzcwOTMzNDM=
10,302
BUG: read_csv does not set index name on an empty DataFrame
{ "avatar_url": "https://avatars.githubusercontent.com/u/1621449?v=4", "events_url": "https://api.github.com/users/evanpw/events{/privacy}", "followers_url": "https://api.github.com/users/evanpw/followers", "following_url": "https://api.github.com/users/evanpw/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": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
1
2015-06-06T16:57:35Z
2015-09-19T00:38:30Z
2015-06-07T23:06:15Z
CONTRIBUTOR
null
Fixes GH #10184.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/10302/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/10302/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/10302.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/10302", "merged_at": "2015-06-07T23:06:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/10302.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10302" }