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/8802
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8802/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8802/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8802/events
https://github.com/pandas-dev/pandas/issues/8802
48,628,307
MDU6SXNzdWU0ODYyODMwNw==
8,802
Version 0.15 MultiIndex forces Datetime.date objects to Timestamp objects
{ "avatar_url": "https://avatars.githubusercontent.com/u/9717992?v=4", "events_url": "https://api.github.com/users/eoincondron/events{/privacy}", "followers_url": "https://api.github.com/users/eoincondron/followers", "following_url": "https://api.github.com/users/eoincondron/following{/other_user}", "gists_ur...
[ { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" }, { "color": "AD7...
closed
false
null
[]
null
4
2014-11-13T11:59:35Z
2014-11-13T15:07:16Z
2014-11-13T12:50:49Z
NONE
null
I recently updated Pandas and found this strange behaviour which broke some of my existing code. I was using a column of Datetime.date objects as a the second level in a two-level MulitIndex. However, when setting the index with the latest version, the Datetime.date objects are converted to Timestamp objects with 00:...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8802/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8802/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8803
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8803/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8803/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8803/events
https://github.com/pandas-dev/pandas/issues/8803
48,659,270
MDU6SXNzdWU0ODY1OTI3MA==
8,803
DateParseError on bar plot
{ "avatar_url": "https://avatars.githubusercontent.com/u/1324881?v=4", "events_url": "https://api.github.com/users/vfilimonov/events{/privacy}", "followers_url": "https://api.github.com/users/vfilimonov/followers", "following_url": "https://api.github.com/users/vfilimonov/following{/other_user}", "gists_url":...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "8AE234", "default": false, "description": null, "id": 2413328, ...
open
false
null
[]
null
8
2014-11-13T16:41:53Z
2020-04-10T02:36:37Z
null
CONTRIBUTOR
null
`DateParseError` is raised when Series with DateTimeIndex is plotted using bar-plot on axis that already contains another plot: ``` import pandas as pd df = pd.Series([4,2,1,3,5], index=pd.to_datetime(['2004','2005','2006','2007','2008'])) df.plot() df.plot(kind='bar') ``` Both of plots work independently, but being ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8803/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8803/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8804
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8804/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8804/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8804/events
https://github.com/pandas-dev/pandas/issues/8804
48,666,244
MDU6SXNzdWU0ODY2NjI0NA==
8,804
BUG: index union between Int64 and non orderable raise AttributeError
{ "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": "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
[]
null
13
2014-11-13T17:32:54Z
2014-11-26T13:47:28Z
2014-11-20T15:20:53Z
CONTRIBUTOR
null
``` python x = pd.Index([1, 2, 3]) y = pd.Index(['a', 'b', 'c']) x.union(y) ``` Sorry no stack trace (on a remote server). Raises with an AttributeError and a message about no attribute is_monotonic_increasing. This is on 0.15.1 I think I saw a thing in the release notes about adding that property in 0.15.1 and I can...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8804/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8804/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8805
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8805/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8805/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8805/events
https://github.com/pandas-dev/pandas/issues/8805
48,668,278
MDU6SXNzdWU0ODY2ODI3OA==
8,805
ENH: other join types than 'left' for .update
{ "avatar_url": "https://avatars.githubusercontent.com/u/6059365?v=4", "events_url": "https://api.github.com/users/maxgrenderjones/events{/privacy}", "followers_url": "https://api.github.com/users/maxgrenderjones/followers", "following_url": "https://api.github.com/users/maxgrenderjones/following{/other_user}",...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "02d7e1", "default": false, "description": "Concat, ...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
5
2014-11-13T17:49:29Z
2021-08-23T15:19:57Z
null
CONTRIBUTOR
null
Running 0.15.1 ``` DataFrame.update(other, join='left', overwrite=True, filter_func=None, raise_conflict=False) Modify DataFrame in place using non-NA values from passed DataFrame. Aligns on indices Parameters : other : DataFrame, or object coercible into a DataFrame join : {‘left’, ‘right’, ‘oute...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8805/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8805/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8806
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8806/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8806/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8806/events
https://github.com/pandas-dev/pandas/pull/8806
48,688,605
MDExOlB1bGxSZXF1ZXN0MjQzOTgyNjQ=
8,806
[ENH] Add ability to enforce specific filter on Google Analytics query
{ "avatar_url": "https://avatars.githubusercontent.com/u/3670355?v=4", "events_url": "https://api.github.com/users/manugarri/events{/privacy}", "followers_url": "https://api.github.com/users/manugarri/followers", "following_url": "https://api.github.com/users/manugarri/following{/other_user}", "gists_url": "h...
[ { "color": "0052cc", "default": false, "description": "pandas-gbq compatability", "id": 57351315, "name": "IO Google", "node_id": "MDU6TGFiZWw1NzM1MTMxNQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Google" } ]
closed
false
null
[]
null
4
2014-11-13T20:37:20Z
2014-11-14T15:36:40Z
2014-11-14T15:36:26Z
NONE
null
Fix for #3505 This PR allows to directly write filters to ga.py `read_ga` function. Currently only **OR** filters are supported. with this PR we can support directly writing the filters as a string, allowing for example **AND** filtering. **Example here** ![example](http://i.imgur.com/28FojWh.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/8806/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8806/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8806.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8806", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/8806.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8806" }
https://api.github.com/repos/pandas-dev/pandas/issues/8807
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8807/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8807/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8807/events
https://github.com/pandas-dev/pandas/pull/8807
48,691,640
MDExOlB1bGxSZXF1ZXN0MjQ0MDAxNDQ=
8,807
GH3508 added basic documentation of google analytics
{ "avatar_url": "https://avatars.githubusercontent.com/u/104787?v=4", "events_url": "https://api.github.com/users/benoitpointet/events{/privacy}", "followers_url": "https://api.github.com/users/benoitpointet/followers", "following_url": "https://api.github.com/users/benoitpointet/following{/other_user}", "gis...
[ { "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": "0052cc", "default": false, "description": "pandas-gbq compatabil...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
7
2014-11-13T21:04:40Z
2014-11-17T00:36:48Z
2014-11-17T00:36:48Z
CONTRIBUTOR
null
closes #3508
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8807/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8807/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8807.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8807", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/8807.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8807" }
https://api.github.com/repos/pandas-dev/pandas/issues/8808
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8808/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8808/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8808/events
https://github.com/pandas-dev/pandas/issues/8808
48,698,660
MDU6SXNzdWU0ODY5ODY2MA==
8,808
Timestamp methods not working
{ "avatar_url": "https://avatars.githubusercontent.com/u/1993919?v=4", "events_url": "https://api.github.com/users/amelio-vazquez-reina/events{/privacy}", "followers_url": "https://api.github.com/users/amelio-vazquez-reina/followers", "following_url": "https://api.github.com/users/amelio-vazquez-reina/following...
[ { "color": "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
2014-11-13T22:06:21Z
2014-11-13T22:29:18Z
2014-11-13T22:28:46Z
CONTRIBUTOR
null
Consider the following: ``` > df['lifespan'].head() 0 -7 days +13:01:00 1 -26 days +00:01:00 2 -18 days +00:01:00 3 -7 days +13:01:00 4 -42 days +00:01:00 Name: flight_time_lifespan, dtype: timedelta64[ns] ``` ``` > df['lifespan'].values[:5] ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8808/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8808/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8809
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8809/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8809/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8809/events
https://github.com/pandas-dev/pandas/pull/8809
48,714,027
MDExOlB1bGxSZXF1ZXN0MjQ0MTIwNzQ=
8,809
BUG: Passing multiple levels to stack when having mixed integer/string level names (#8584)
{ "avatar_url": "https://avatars.githubusercontent.com/u/1460294?v=4", "events_url": "https://api.github.com/users/onesandzeroes/events{/privacy}", "followers_url": "https://api.github.com/users/onesandzeroes/followers", "following_url": "https://api.github.com/users/onesandzeroes/following{/other_user}", "gi...
[ { "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
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
10
2014-11-14T00:18:43Z
2014-11-17T15:25:57Z
2014-11-17T15:24:10Z
CONTRIBUTOR
null
closes #8584 Stacking should now work as expected for the cases described in the bug report (#8584). So we can pass a list of both ints and strs to `DataFrame.stack`, provided the ints are level names. Mixed ints and strs when the ints aren't level names raises `ValueError`, but that's unchanged. I've added a new hi...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8809/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8809/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8809.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8809", "merged_at": "2014-11-17T15:24:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8809.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8809" }
https://api.github.com/repos/pandas-dev/pandas/issues/8810
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8810/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8810/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8810/events
https://github.com/pandas-dev/pandas/pull/8810
48,718,130
MDExOlB1bGxSZXF1ZXN0MjQ0MTQ0NDA=
8,810
TST: Skip hist testing for matplotlib <= 1.2
{ "avatar_url": "https://avatars.githubusercontent.com/u/1460294?v=4", "events_url": "https://api.github.com/users/onesandzeroes/events{/privacy}", "followers_url": "https://api.github.com/users/onesandzeroes/followers", "following_url": "https://api.github.com/users/onesandzeroes/following{/other_user}", "gi...
[ { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" }, { "color": "0052cc", "default": false, "description": "pa...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-14T01:16:21Z
2014-11-14T12:45:52Z
2014-11-14T12:45:36Z
CONTRIBUTOR
null
Not a huge issue, just skipping an incompatible test when testing with matplotlib 1.2. closes #8648.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8810/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8810/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8810.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8810", "merged_at": "2014-11-14T12:45:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8810.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8810" }
https://api.github.com/repos/pandas-dev/pandas/issues/8811
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8811/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8811/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8811/events
https://github.com/pandas-dev/pandas/pull/8811
48,719,395
MDExOlB1bGxSZXF1ZXN0MjQ0MTUyMDk=
8,811
DOC: Added get_group() example to grouby.html
{ "avatar_url": "https://avatars.githubusercontent.com/u/2401026?v=4", "events_url": "https://api.github.com/users/matthewgilbert/events{/privacy}", "followers_url": "https://api.github.com/users/matthewgilbert/followers", "following_url": "https://api.github.com/users/matthewgilbert/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "729FCF", "default": false, "description": null, "id": 233160...
closed
false
null
[]
null
4
2014-11-14T01:36:36Z
2014-11-15T09:55:31Z
2014-11-15T09:55:31Z
CONTRIBUTOR
null
Added a get_group example in the Iterating through groups section of grouby.html to demonstrate selecting single group from a DataFrameGrouBy object Fixed typo in README
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8811/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8811/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8811.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8811", "merged_at": "2014-11-15T09:55:31Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8811.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8811" }
https://api.github.com/repos/pandas-dev/pandas/issues/8812
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8812/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8812/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8812/events
https://github.com/pandas-dev/pandas/pull/8812
48,726,830
MDExOlB1bGxSZXF1ZXN0MjQ0MTkzNDg=
8,812
VIS: plot with `use_index=False` shouldn't plot the index name
{ "avatar_url": "https://avatars.githubusercontent.com/u/1460294?v=4", "events_url": "https://api.github.com/users/onesandzeroes/events{/privacy}", "followers_url": "https://api.github.com/users/onesandzeroes/followers", "following_url": "https://api.github.com/users/onesandzeroes/following{/other_user}", "gi...
[ { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-14T03:42:40Z
2014-11-16T14:09:39Z
2014-11-16T14:09:36Z
CONTRIBUTOR
null
Fixes #8558. As far as I can tell the two plot types where this applies are line and bar plots, if there any others they should also be easy to fix. Bar and line plots no longer include the index name: ``` python import pandas as pd from pandas import Series import matplotlib.pyplot as plt s = Series([1, 2, 3], index...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8812/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8812/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8812.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8812", "merged_at": "2014-11-16T14:09:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8812.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8812" }
https://api.github.com/repos/pandas-dev/pandas/issues/8813
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8813/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8813/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8813/events
https://github.com/pandas-dev/pandas/issues/8813
48,729,062
MDU6SXNzdWU0ODcyOTA2Mg==
8,813
BUG: Timedelta * Series -> TypeError
{ "avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4", "events_url": "https://api.github.com/users/shoyer/events{/privacy}", "followers_url": "https://api.github.com/users/shoyer/followers", "following_url": "https://api.github.com/users/shoyer/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": "Timedelta data type", ...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
17
2014-11-14T04:23:32Z
2014-11-26T02:30:02Z
2014-11-26T02:30:02Z
MEMBER
null
I encountered this today when rerunning a script that worked prior to the 0.15 arrival of Timedelta: ``` In [2]: pd.to_timedelta(10, unit='D') * pd.Series(range(10)) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8813/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8813/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8814
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8814/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8814/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8814/events
https://github.com/pandas-dev/pandas/issues/8814
48,748,795
MDU6SXNzdWU0ODc0ODc5NQ==
8,814
API: preferred way to check if column/Series has Categorical dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "AD7FA8", "default": false, "description": null, "id": 358182...
closed
false
null
[]
{ "closed_at": "2015-03-23T10:50:37Z", "closed_issues": 400, "created_at": "2014-02-14T03:31:22Z", "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...
20
2014-11-14T07:56:34Z
2015-03-11T01:35:33Z
2015-03-11T01:35:33Z
MEMBER
null
From http://stackoverflow.com/questions/26924904/check-if-dataframe-column-is-categorical/26925340#26925340 What is the preferred way to check for categorical dtype? I now answered: ``` In [42]: isinstance(df.cat_column.dtype, pd.core.common.CategoricalDtype) Out[42]: True In [43]: pd.core.common.is_categorical_dty...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8814/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8814/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8815
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8815/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8815/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8815/events
https://github.com/pandas-dev/pandas/issues/8815
48,761,643
MDU6SXNzdWU0ODc2MTY0Mw==
8,815
API/DOC: unclear scope of index.asof
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "AD7FA8", "default": false, "description": null, "id": 358182...
closed
false
null
[]
{ "closed_at": "2015-03-23T10:50:37Z", "closed_issues": 400, "created_at": "2014-02-14T03:31:22Z", "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
2014-11-14T09:33:27Z
2015-03-06T02:47:09Z
2015-03-06T02:47:09Z
MEMBER
null
From http://stackoverflow.com/questions/26918045/python-pandas-typeerror-cannot-compare-type-timestamp-with-type-float The docstring of `Index.asof` says: ``` In [73]: pd.Index.asof? Type: instancemethod String form: <unbound method Index.asof> File: c:\anaconda\lib\site-packages\pandas\core\index.py De...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8815/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8815/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8816
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8816/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8816/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8816/events
https://github.com/pandas-dev/pandas/pull/8816
48,786,651
MDExOlB1bGxSZXF1ZXN0MjQ0Mzk5OTI=
8,816
StataReader: Support sorting categoricals
{ "avatar_url": "https://avatars.githubusercontent.com/u/731902?v=4", "events_url": "https://api.github.com/users/PKEuS/events{/privacy}", "followers_url": "https://api.github.com/users/PKEuS/followers", "following_url": "https://api.github.com/users/PKEuS/following{/other_user}", "gists_url": "https://api.gi...
[ { "color": "e11d21", "default": false, "description": "Categorical Data Type", "id": 78527356, "name": "Categorical", "node_id": "MDU6TGFiZWw3ODUyNzM1Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Categorical" }, { "color": "5319e7", "default": false, ...
closed
false
null
[]
null
25
2014-11-14T13:07:03Z
2014-11-18T13:23:22Z
2014-11-18T13:23:22Z
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/8816/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8816/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8816.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8816", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/8816.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8816" }
https://api.github.com/repos/pandas-dev/pandas/issues/8817
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8817/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8817/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8817/events
https://github.com/pandas-dev/pandas/issues/8817
48,799,419
MDU6SXNzdWU0ODc5OTQxOQ==
8,817
Unexpected shift() and tshift() behavior with StaticTzInfo datetimes
{ "avatar_url": "https://avatars.githubusercontent.com/u/685216?v=4", "events_url": "https://api.github.com/users/joshpurvis/events{/privacy}", "followers_url": "https://api.github.com/users/joshpurvis/followers", "following_url": "https://api.github.com/users/joshpurvis/following{/other_user}", "gists_url": ...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "009800", "default": false, "description": "Duplicate issue or pull ...
closed
false
null
[]
null
2
2014-11-14T15:08:10Z
2014-11-14T15:13:42Z
2014-11-14T15:13:21Z
NONE
null
When shifting a DateTimeIndex with a StaticTzInfo (namely EST in my case), I'm seeing odd behavior in which it first seems to be shifting -5 (the offset for EST), and then shifting relative to that: ``` python import pandas as pd import pytz import datetime dt = datetime.datetime(2014, 11, 14, 0) dt_est = pytz.timezo...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8817/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8817/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8818
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8818/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8818/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8818/events
https://github.com/pandas-dev/pandas/issues/8818
48,805,437
MDU6SXNzdWU0ODgwNTQzNw==
8,818
BUG: retbins options not working with cut
{ "avatar_url": "https://avatars.githubusercontent.com/u/4360170?v=4", "events_url": "https://api.github.com/users/8one6/events{/privacy}", "followers_url": "https://api.github.com/users/8one6/followers", "following_url": "https://api.github.com/users/8one6/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e11d21", "default": false, "description": "Categorical Data Type", ...
closed
false
null
[]
null
1
2014-11-14T15:59:40Z
2014-11-14T16:02:16Z
2014-11-14T16:02:07Z
NONE
null
``` import pandas as pd import numpy as np s = pd.Series(np.random.randn(100)) pd.cut(s, 10, retbins=True) ``` This throws ``` ValueError: Wrong number of items passed 2, placement implies 100 ``` Am I doing something obviously wrong?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8818/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8818/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8819
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8819/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8819/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8819/events
https://github.com/pandas-dev/pandas/issues/8819
48,830,810
MDU6SXNzdWU0ODgzMDgxMA==
8,819
ENH: pd.factorize to accept a Dataframe
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "eb6420", "default": false, "description": "Non-arit...
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", ...
1
2014-11-14T19:36:58Z
2021-04-11T05:33:22Z
null
CONTRIBUTOR
null
from #8626 discussion cc @fkaufer allow `pd.factorize` to take a Dataframe and process with tuples of columns. further allow `DataFrame.factorize` with a `subset` argument which just calls `pd.factorize` impl is below (e.g. simple fast-zipping then factorizing after dense conversion) just needs some tests ``` In [41...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8819/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8819/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8820
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8820/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8820/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8820/events
https://github.com/pandas-dev/pandas/issues/8820
48,850,962
MDU6SXNzdWU0ODg1MDk2Mg==
8,820
io.sql issues with Oracle DB
{ "avatar_url": "https://avatars.githubusercontent.com/u/9746279?v=4", "events_url": "https://api.github.com/users/peacedefender/events{/privacy}", "followers_url": "https://api.github.com/users/peacedefender/followers", "following_url": "https://api.github.com/users/peacedefender/following{/other_user}", "gi...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "to_sql, read_sql, read_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", ...
14
2014-11-14T23:00:23Z
2020-05-16T03:37:49Z
null
NONE
null
With Oracle Database Express Edition 11g Release 2 in use as a SQL DB I have tried to reproduce **Writing DataFrames** example from http://pandas.pydata.org/pandas-docs/stable/io.html#io-sql ``` python import pandas as pd from cStringIO import StringIO from sqlalchemy import create_engine csv_sample = '''id,Date,Col_...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8820/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8820/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8821
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8821/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8821/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8821/events
https://github.com/pandas-dev/pandas/issues/8821
48,858,102
MDU6SXNzdWU0ODg1ODEwMg==
8,821
categories grouping needed for tools.plotting.scatter_matrix
{ "avatar_url": "https://avatars.githubusercontent.com/u/3393101?v=4", "events_url": "https://api.github.com/users/tikazyq/events{/privacy}", "followers_url": "https://api.github.com/users/tikazyq/followers", "following_url": "https://api.github.com/users/tikazyq/following{/other_user}", "gists_url": "https:/...
[]
closed
false
null
[]
null
2
2014-11-15T00:36:52Z
2014-11-15T20:16:37Z
2014-11-15T20:16:37Z
NONE
null
I found scatter_matrix super useful to discover correlations between variables. However, it doesn't support distinguishing different categories of points. Check check [this](http://trellischarts.com/images/Scatter-Plot-Matrix-Window.png) out. I've modified scatter_matrix a a bit so it supports this functionality. See...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8821/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8821/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8822
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8822/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8822/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8822/events
https://github.com/pandas-dev/pandas/pull/8822
48,860,995
MDExOlB1bGxSZXF1ZXN0MjQ0ODI1NjM=
8,822
BUG: Error when creating sparse dataframe with nan column label
{ "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": "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-05-11T15:46:03Z", "closed_issues": 237, "created_at": "2014-10-07T14:39:07Z", "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...
19
2014-11-15T01:33:18Z
2015-04-11T18:35:21Z
2015-04-11T18:35:12Z
CONTRIBUTOR
null
Right now the following raises an exception: ``` from pandas import DataFrame, Series from numpy import nan nan_colname = DataFrame(Series(1.0,index=[0]),columns=[nan]) nan_colname_sparse = nan_colname.to_sparse() ``` This is because sparse dataframes use a dictionary to store information about columns, with the colu...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8822/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8822/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8822.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8822", "merged_at": "2015-04-11T18:35:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8822.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8822" }
https://api.github.com/repos/pandas-dev/pandas/issues/8823
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8823/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8823/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8823/events
https://github.com/pandas-dev/pandas/pull/8823
48,864,995
MDExOlB1bGxSZXF1ZXN0MjQ0ODQxMjU=
8,823
ENH: Allow get_dummies to return SparseDataFrame
{ "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": "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": "009800", "de...
closed
false
null
[]
null
5
2014-11-15T03:13:47Z
2015-04-13T13:24:45Z
2015-04-13T13:24:45Z
CONTRIBUTOR
null
For dataframes with a large number of unique values, `get_dummies` can use enormous amounts of memory. This provides a `sparse` flag to `get_dummies` which returns a much more memory-efficient structure. For example: ``` import pandas as pd df1 = pd.get_dummies(pd.DataFrame({'a':range(1000)}, dtype='category').a, sp...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8823/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8823/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8823.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8823", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/8823.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8823" }
https://api.github.com/repos/pandas-dev/pandas/issues/8824
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8824/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8824/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8824/events
https://github.com/pandas-dev/pandas/issues/8824
48,893,286
MDU6SXNzdWU0ODg5MzI4Ng==
8,824
Yahoo options failing again in the docs
{ "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-03-23T10:50:37Z", "closed_issues": 400, "created_at": "2014-02-14T03:31:22Z", "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
2014-11-15T09:58:09Z
2015-03-06T00:06:18Z
2015-03-06T00:06:18Z
MEMBER
null
See http://pandas-docs.github.io/pandas-docs-travis/remote_data.html#yahoo-finance-options and http://pandas-docs.github.io/pandas-docs-travis/whatsnew.html#whatsnew-0151-api @dstephens99
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8824/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8824/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8825
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8825/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8825/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8825/events
https://github.com/pandas-dev/pandas/issues/8825
48,919,170
MDU6SXNzdWU0ODkxOTE3MA==
8,825
Pandas Series should provide to_excel method
{ "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": "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": "bfe5bf", "default": false, "description": "r...
closed
false
null
[]
{ "closed_at": "2017-05-06T10:20:19Z", "closed_issues": 987, "created_at": "2016-02-08T15:30:21Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2014-11-15T17:26:14Z
2016-12-05T14:39:14Z
2016-12-05T14:39:14Z
CONTRIBUTOR
null
Hello, Pandas Series provide `to_csv`method but they doesn't provide `to_excel` method. Adding `to_excel` will avoid user to convert a `pandas.core.series.Series` to a `pandas.core.frame.DataFrame` in order to output Excel file DataFrames provide ``` df.to_clipboard df.to_hdf df.to_period df.to_string d...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8825/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8825/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8826
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8826/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8826/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8826/events
https://github.com/pandas-dev/pandas/issues/8826
48,919,979
MDU6SXNzdWU0ODkxOTk3OQ==
8,826
ENH: Add Series.to_list, alias for tolist
{ "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": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "0052cc", "default": false, "description": "p...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github...
2
2014-11-15T17:33:31Z
2018-12-13T01:47:43Z
2018-12-13T01:47:43Z
CONTRIBUTOR
null
Hello, IPython autocomplete (tab) shows ``` In [1]: ts.to ts.to_clipboard ts.to_frame ts.to_period ts.to_string ts.to_csv ts.to_hdf ts.to_pickle ts.to_timestamp ts.to_dense ts.to_json ts.to_sparse ts.tolist ts.to_dict ts.to_msgpack ts.to_sql ``` maybe `tolist` shou...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8826/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8826/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8827
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8827/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8827/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8827/events
https://github.com/pandas-dev/pandas/pull/8827
48,935,614
MDExOlB1bGxSZXF1ZXN0MjQ0OTUxNjk=
8,827
BUG: sql_schema does not generate dialect-specific DDL
{ "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": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-15T22:51:12Z
2014-12-05T09:07:50Z
2014-11-17T08:31:13Z
CONTRIBUTOR
null
Closes #8697 . sqlalchemy `CreateTable` needs to be called slightly differently to create dialect-specific SQL. See http://stackoverflow.com/questions/2128717/sqlalchemy-printing-raw-sql-from-create .
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8827/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8827/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8827.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8827", "merged_at": "2014-11-17T08:31:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8827.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8827" }
https://api.github.com/repos/pandas-dev/pandas/issues/8828
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8828/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8828/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8828/events
https://github.com/pandas-dev/pandas/pull/8828
48,946,608
MDExOlB1bGxSZXF1ZXN0MjQ0OTgxNTY=
8,828
BUG: query modifies the frame when you compare with `=`
{ "avatar_url": "https://avatars.githubusercontent.com/u/1460294?v=4", "events_url": "https://api.github.com/users/onesandzeroes/events{/privacy}", "followers_url": "https://api.github.com/users/onesandzeroes/followers", "following_url": "https://api.github.com/users/onesandzeroes/following{/other_user}", "gi...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AD7FA8", "default": false, "description": null, "id": 35818298,...
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", ...
15
2014-11-16T05:01:57Z
2015-12-09T15:18:25Z
2015-12-09T15:18:25Z
CONTRIBUTOR
null
Fix for #8664. The simplest way to fix this involved adding an `assignment_allowed=True` arg to the internal `eval()` function. All existing behaviour should be preserved. If adding the arg isn't okay I'm not quite sure how else to do it, as it's only once we reach the internal eval function that the expression is actu...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8828/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8828/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8828.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8828", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/8828.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8828" }
https://api.github.com/repos/pandas-dev/pandas/issues/8829
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8829/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8829/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8829/events
https://github.com/pandas-dev/pandas/issues/8829
48,960,795
MDU6SXNzdWU0ODk2MDc5NQ==
8,829
Pandas Series should provide to_html method
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "006b75", "default": false, "description": "read_htm...
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", ...
13
2014-11-16T08:27:31Z
2021-04-11T05:34:01Z
null
CONTRIBUTOR
null
Hello, Pandas Series provide `to_json` method but they doesn't provide `to_html` method. Adding `to_html` will avoid user to convert a `pandas.core.series.Series` to a `pandas.core.frame.DataFrame` in order to output HTML file using `s.to_frame().to_html(...)` but directly use `s.to_html(...)` see also https://github...
{ "+1": 10, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 10, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8829/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8829/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8830
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8830/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8830/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8830/events
https://github.com/pandas-dev/pandas/pull/8830
48,986,353
MDExOlB1bGxSZXF1ZXN0MjQ1MDE5NzA=
8,830
BLD: fix odd usage of cython imports, xref (GH8602)
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-16T13:40:44Z
2014-11-17T00:34:05Z
2014-11-17T00:34:05Z
CONTRIBUTOR
null
closes #8602 easy enough, that import should not have been there. we don't import from other pyx files unless its explicity exported (which is in very few cases).
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8830/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8830/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8830.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8830", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/8830.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8830" }
https://api.github.com/repos/pandas-dev/pandas/issues/8831
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8831/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8831/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8831/events
https://github.com/pandas-dev/pandas/issues/8831
48,989,992
MDU6SXNzdWU0ODk4OTk5Mg==
8,831
Pandas(0.15.1) cannot generate an executable file(.exe) by cx_Freeze,why?
{ "avatar_url": "https://avatars.githubusercontent.com/u/7219739?v=4", "events_url": "https://api.github.com/users/vortexroc/events{/privacy}", "followers_url": "https://api.github.com/users/vortexroc/followers", "following_url": "https://api.github.com/users/vortexroc/following{/other_user}", "gists_url": "h...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" }, { "color": "009800", "default": false, ...
closed
false
null
[]
null
1
2014-11-16T14:26:57Z
2014-11-16T14:29:50Z
2014-11-16T14:29:36Z
NONE
null
I put the pandas upgrade from 0.13 to 0.15,when I use cx_freeze to generate the executable file,I get the error “AttributeError: 'module' object has no attribute '**pyx_capi**‘ ”,but no such error in version 0.13,why?The following are the contents of the file: import os,pandas as pd print('hello world!!!') os.system('p...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8831/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8831/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8832
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8832/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8832/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8832/events
https://github.com/pandas-dev/pandas/pull/8832
48,990,143
MDExOlB1bGxSZXF1ZXN0MjQ1MDI0Njc=
8,832
Fix unrecognized 'Z' UTC designator
{ "avatar_url": "https://avatars.githubusercontent.com/u/7666987?v=4", "events_url": "https://api.github.com/users/broessli/events{/privacy}", "followers_url": "https://api.github.com/users/broessli/followers", "following_url": "https://api.github.com/users/broessli/following{/other_user}", "gists_url": "http...
[ { "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": "e11d21", "default": false, "description": "Functiona...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
6
2014-11-16T14:29:01Z
2014-11-27T17:48:15Z
2014-11-27T17:48:12Z
NONE
null
closes #8771
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8832/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8832/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8832.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8832", "merged_at": "2014-11-27T17:48:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8832.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8832" }
https://api.github.com/repos/pandas-dev/pandas/issues/8833
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8833/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8833/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8833/events
https://github.com/pandas-dev/pandas/issues/8833
48,990,493
MDU6SXNzdWU0ODk5MDQ5Mw==
8,833
BUG: unhelpful parser exception when passing names and dtype
{ "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": "ffa0ff", "default": false, "description": "Incorrect or improved er...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-16T14:34:48Z
2014-11-17T12:54:59Z
2014-11-17T12:54:59Z
CONTRIBUTOR
null
``` In [1]: data = """1.0 1 ...: 2.0 2 ...: 3.0 3""" In [2]: read_csv(StringIO(data),sep='\s+') Out[2]: 1.0 1 0 2 2 1 3 3 In [3]: read_csv(StringIO(data),sep='\s+',header=None) Out[3]: 0 1 0 1 1 1 2 2 2 3 3 In [4]: read_csv(StringIO(data),sep='\s+',header=None,names=['a','b']) Out[4]: ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8833/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8833/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8834
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8834/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8834/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8834/events
https://github.com/pandas-dev/pandas/pull/8834
49,012,107
MDExOlB1bGxSZXF1ZXN0MjQ1MDU3NTg=
8,834
BUG: Bug in csv parsing when passing dtype and names and the parsed data is a different data type (GH8833)
{ "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": "5319e7", "default": false, "description": "read_csv, to_csv", "...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-16T19:23:30Z
2014-11-17T12:54:59Z
2014-11-17T12:54:59Z
CONTRIBUTOR
null
closes #8833 ``` In [5]: data = """1.0,a ...: nan,b ...: 3.0,c ...: """ In [8]: read_csv(StringIO(data),sep=',',names=['A','B']) Out[8]: A B 0 1 a 1 NaN b 2 3 c In [9]: read_csv(StringIO(data),sep=',',names=['A','B'],dtype={'A' : int}) ValueError: cannot safely convert passed user dtype of <i8...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8834/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8834/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8834.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8834", "merged_at": "2014-11-17T12:54:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8834.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8834" }
https://api.github.com/repos/pandas-dev/pandas/issues/8835
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8835/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8835/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8835/events
https://github.com/pandas-dev/pandas/pull/8835
49,016,641
MDExOlB1bGxSZXF1ZXN0MjQ1MDc0MjQ=
8,835
DOC GH3508 (bis) added basic documentation of google analytics in remot...
{ "avatar_url": "https://avatars.githubusercontent.com/u/104787?v=4", "events_url": "https://api.github.com/users/benoitpointet/events{/privacy}", "followers_url": "https://api.github.com/users/benoitpointet/followers", "following_url": "https://api.github.com/users/benoitpointet/following{/other_user}", "gis...
[ { "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": "0052cc", "default": false, "description": "pandas-gbq compatabil...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
10
2014-11-16T21:31:19Z
2014-11-18T20:12:59Z
2014-11-17T11:05:18Z
CONTRIBUTOR
null
added the GA doc to the correct file: "remote_data.rst" closes #3508
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8835/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8835/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8835.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8835", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/8835.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8835" }
https://api.github.com/repos/pandas-dev/pandas/issues/8836
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8836/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8836/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8836/events
https://github.com/pandas-dev/pandas/pull/8836
49,034,128
MDExOlB1bGxSZXF1ZXN0MjQ1MTQwMTg=
8,836
FIX: Correct Categorical behavior in StataReader
{ "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": "e11d21", "default": false, "description": "Categorical Data Type", "id": 78527356, "name": "Categorical", "node_id": "MDU6TGFiZWw3ODUyNzM1Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Categorical" }, { "color": "5319e7", "default": false, ...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
17
2014-11-17T04:09:58Z
2014-11-19T17:15:00Z
2014-11-19T11:20:03Z
CONTRIBUTOR
null
Ensure that category codes have the same order as the underlying Stata data. xref #8816
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8836/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8836/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8836.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8836", "merged_at": "2014-11-19T11:20:03Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8836.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8836" }
https://api.github.com/repos/pandas-dev/pandas/issues/8837
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8837/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8837/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8837/events
https://github.com/pandas-dev/pandas/pull/8837
49,034,568
MDExOlB1bGxSZXF1ZXN0MjQ1MTQxMDk=
8,837
ENH: Timestamp: Support addl datetime classmethods
{ "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/jtratner/followers", "following_url": "https://api.github.com/users/jtratner/following{/other_user}", "gists_url": "http...
[ { "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": "AD7FA8", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-17T04:13:57Z
2014-11-17T10:56:49Z
2014-11-17T10:56:44Z
CONTRIBUTOR
null
- `utcfromtimestamp`,`timestamp`, and `combine` now supported Closes #5351.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8837/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8837/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8837.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8837", "merged_at": "2014-11-17T10:56:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8837.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8837" }
https://api.github.com/repos/pandas-dev/pandas/issues/8838
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8838/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8838/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8838/events
https://github.com/pandas-dev/pandas/issues/8838
49,069,456
MDU6SXNzdWU0OTA2OTQ1Ng==
8,838
Cannot add column to copy of DataFrame
{ "avatar_url": "https://avatars.githubusercontent.com/u/1845771?v=4", "events_url": "https://api.github.com/users/edrevo/events{/privacy}", "followers_url": "https://api.github.com/users/edrevo/followers", "following_url": "https://api.github.com/users/edrevo/following{/other_user}", "gists_url": "https://ap...
[]
closed
false
null
[]
null
1
2014-11-17T10:09:04Z
2014-11-17T10:16:10Z
2014-11-17T10:16:01Z
NONE
null
This problem does not happen with all DataFrames, but only with the one I'm using. The original DataFrame looks something like this: ``` python >>> df.head() ``` | | date | text1 | number1 | text2 | text3 | text4 | | --- | --- | --- | --- | --- | --- | --- | | 0 | 2014-10-02 | foo | NaN | NaN | NaN | NaN | | 1 | 20...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8838/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8838/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8839
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8839/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8839/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8839/events
https://github.com/pandas-dev/pandas/issues/8839
49,100,718
MDU6SXNzdWU0OTEwMDcxOA==
8,839
ENH: add axis parameter to between_time, at_time
{ "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": "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": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github...
2
2014-11-17T15:09:52Z
2018-11-19T01:21:33Z
2018-11-19T01:21:33Z
CONTRIBUTOR
null
from [SO](http://stackoverflow.com/questions/26973393/between-time-not-working-on-a-pandas-panel/26974754#26974754) xref #2141
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8839/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8839/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8840
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8840/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8840/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8840/events
https://github.com/pandas-dev/pandas/pull/8840
49,101,471
MDExOlB1bGxSZXF1ZXN0MjQ1NDE3NzU=
8,840
TST: add tests for index.groupby (GH5620)
{ "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": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-17T15:15:44Z
2014-11-18T10:15:19Z
2014-11-18T10:15:13Z
MEMBER
null
Closes #5620 Also added a docstring.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8840/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8840/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8840.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8840", "merged_at": "2014-11-18T10:15:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8840.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8840" }
https://api.github.com/repos/pandas-dev/pandas/issues/8841
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8841/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8841/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8841/events
https://github.com/pandas-dev/pandas/pull/8841
49,113,833
MDExOlB1bGxSZXF1ZXN0MjQ1NDgyODk=
8,841
ENH: Allow unicode separators in to_csv & read_csv
{ "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/jtratner/followers", "following_url": "https://api.github.com/users/jtratner/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": "444444", "default": false, "description": "Unicode strings", "i...
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
2014-11-17T16:40:39Z
2015-05-09T16:07:09Z
2015-05-09T16:07:09Z
CONTRIBUTOR
null
- single byte UTF8 separators will always work if utf8 encoding is specified (i.e. seps in range(256)) - single byte delimiters with encodings will always work in Python 3, but will not work in Python 2 if they are multibyte when coerced to UTF8 - multi byte delimiters with encodings will not work on reads with C engin...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8841/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8841/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8841.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8841", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/8841.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8841" }
https://api.github.com/repos/pandas-dev/pandas/issues/8842
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8842/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8842/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8842/events
https://github.com/pandas-dev/pandas/issues/8842
49,118,275
MDU6SXNzdWU0OTExODI3NQ==
8,842
ME breakpoints in fama french factors library
{ "avatar_url": "https://avatars.githubusercontent.com/u/1874691?v=4", "events_url": "https://api.github.com/users/MichaelWS/events{/privacy}", "followers_url": "https://api.github.com/users/MichaelWS/followers", "following_url": "https://api.github.com/users/MichaelWS/following{/other_user}", "gists_url": "h...
[]
closed
false
null
[]
null
19
2014-11-17T17:14:19Z
2015-02-09T17:34:06Z
2015-02-09T17:34:06Z
CONTRIBUTOR
null
ME_breakpoints.zip is not read because it is a different format. In this zip, there is only one file "ME_Breakpoints.txt". How should this be handed?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8842/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8842/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8843
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8843/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8843/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8843/events
https://github.com/pandas-dev/pandas/pull/8843
49,143,342
MDExOlB1bGxSZXF1ZXN0MjQ1NjU2NDA=
8,843
BUG: Implement step in slice StringMethod
{ "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/jtratner/followers", "following_url": "https://api.github.com/users/jtratner/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
1
2014-11-17T20:48:47Z
2014-11-18T10:14:55Z
2014-11-18T10:14:22Z
CONTRIBUTOR
null
Resolves #8754. Turned out to be dead simple 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/8843/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8843/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8843.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8843", "merged_at": "2014-11-18T10:14:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8843.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8843" }
https://api.github.com/repos/pandas-dev/pandas/issues/8844
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8844/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8844/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8844/events
https://github.com/pandas-dev/pandas/issues/8844
49,155,022
MDU6SXNzdWU0OTE1NTAyMg==
8,844
BUG: .stack(dropna=False) looks through views incorrectly for dataframe views with multi-index columns
{ "avatar_url": "https://avatars.githubusercontent.com/u/7441788?v=4", "events_url": "https://api.github.com/users/seth-p/events{/privacy}", "followers_url": "https://api.github.com/users/seth-p/followers", "following_url": "https://api.github.com/users/seth-p/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": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-17T22:34:21Z
2014-12-02T11:14:42Z
2014-12-02T11:14:42Z
CONTRIBUTOR
null
xref #8850 In the example below, `[11]` is incorrectly reflecting columns in `dfa` that should not be visible to `dfa1`. Note that this is not a problem when the columns are not a multi-index (`[5]` and `[6]`), or when `dropna=True` (the default; `[10]` and `[12]`). ``` Python 3.4.2 (v3.4.2:ab2c023a9432, Oct 6 2014,...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8844/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8844/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8845
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8845/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8845/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8845/events
https://github.com/pandas-dev/pandas/issues/8845
49,180,263
MDU6SXNzdWU0OTE4MDI2Mw==
8,845
API: Index.get_nearest method
{ "avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4", "events_url": "https://api.github.com/users/shoyer/events{/privacy}", "followers_url": "https://api.github.com/users/shoyer/followers", "following_url": "https://api.github.com/users/shoyer/following{/other_user}", "gists_url": "https://ap...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "AD7FA8", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": "2015-03-23T10:50:37Z", "closed_issues": 400, "created_at": "2014-02-14T03:31:22Z", "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
2014-11-18T04:41:29Z
2015-02-23T18:30:41Z
2015-02-23T18:30:41Z
MEMBER
null
xref #3004 xref #841 xref #7873 xref #7223 xref #8815 Building on @immerrr's excellent refactor in #8753, I would like to propose adding a `get_nearest` method to pandas.Index that does nearest neighbor lookups. The idea is that nearest neighbor lookups are usually the desirable/sane thing to do when using inexact 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/8845/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8845/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8846
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8846/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8846/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8846/events
https://github.com/pandas-dev/pandas/issues/8846
49,196,328
MDU6SXNzdWU0OTE5NjMyOA==
8,846
splitting pandas dataframe - np.array_split error
{ "avatar_url": "https://avatars.githubusercontent.com/u/3358417?v=4", "events_url": "https://api.github.com/users/yemu/events{/privacy}", "followers_url": "https://api.github.com/users/yemu/followers", "following_url": "https://api.github.com/users/yemu/following{/other_user}", "gists_url": "https://api.gith...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0052cc", "default": false, "description": "pandas objects compatabi...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-18T08:56:24Z
2014-11-18T11:56:11Z
2014-11-18T11:56:11Z
NONE
null
I just noticed that after upgrading to numpy 1.9.0, when I'm trying to split dataframe with pandas 0.15.1 with the code: ``` split_dfs = np.array_split(big_df,8) ``` I get the error: ``` Traceback (most recent call last): File "./test.py", line 127, in <module> split_dfs = np.array_split(big_df,8) File "...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8846/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8846/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8847
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8847/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8847/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8847/events
https://github.com/pandas-dev/pandas/pull/8847
49,209,012
MDExOlB1bGxSZXF1ZXN0MjQ2MDM2MzI=
8,847
BUG: Defined .size attribute across NDFrame objects to provide compat with numpy 1.9.1
{ "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": "0052cc", "default": false, "description": "pandas objects compatabi...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-18T11:09:54Z
2014-11-18T11:56:11Z
2014-11-18T11:56:11Z
CONTRIBUTOR
null
closes #8846
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8847/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8847/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8847.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8847", "merged_at": "2014-11-18T11:56:11Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8847.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8847" }
https://api.github.com/repos/pandas-dev/pandas/issues/8848
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8848/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8848/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8848/events
https://github.com/pandas-dev/pandas/issues/8848
49,217,783
MDU6SXNzdWU0OTIxNzc4Mw==
8,848
ENH: add missing methods to .dt for Period
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "eb6420", "default": false, "description": "P...
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...
2
2014-11-18T12:26:04Z
2016-02-27T16:03:10Z
2016-02-27T16:02:50Z
CONTRIBUTOR
null
methods - to_timestamp - asfreq properties - start_time/end_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/8848/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8848/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8849
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8849/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8849/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8849/events
https://github.com/pandas-dev/pandas/issues/8849
49,234,997
MDU6SXNzdWU0OTIzNDk5Nw==
8,849
reindex from a duplicate axis: inconsistent behaviour
{ "avatar_url": "https://avatars.githubusercontent.com/u/9131212?v=4", "events_url": "https://api.github.com/users/urraca/events{/privacy}", "followers_url": "https://api.github.com/users/urraca/followers", "following_url": "https://api.github.com/users/urraca/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" } ]
open
false
null
[]
null
4
2014-11-18T14:14:21Z
2021-04-11T05:35:58Z
null
NONE
null
The behaviour below occurs in version `'0.15.1'`. When a series has a duplicate index, the method `reindex` will raise an exception, unless the index passed to `reindex` is identical to the series' index. I propose that when a series has a duplicate index, the method `reindex` should always raise an exception, becaus...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8849/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8849/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8850
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8850/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8850/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8850/events
https://github.com/pandas-dev/pandas/issues/8850
49,239,816
MDU6SXNzdWU0OTIzOTgxNg==
8,850
BUG: Accessing DataFrame multi-index column *seems* to modify its content
{ "avatar_url": "https://avatars.githubusercontent.com/u/4803053?v=4", "events_url": "https://api.github.com/users/kubaczer/events{/privacy}", "followers_url": "https://api.github.com/users/kubaczer/followers", "following_url": "https://api.github.com/users/kubaczer/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": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-18T14:48:27Z
2014-11-20T22:55:08Z
2014-11-20T22:55:08Z
NONE
null
In the example below, `[13]` gives a different result than `[11]`, even though you would think that `[12]` has no effect on data. ``` Python 2.7.8 (default, Oct 19 2014, 16:02:00) Type "copyright", "credits" or "license" for more information. IPython 2.1.0 -- An enhanced Interactive Python. ? -> Introduction...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8850/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8850/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8851
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8851/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8851/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8851/events
https://github.com/pandas-dev/pandas/issues/8851
49,293,388
MDU6SXNzdWU0OTI5MzM4OA==
8,851
API/ENH: df.stack(level=[0,1], dropna=False) behavior
{ "avatar_url": "https://avatars.githubusercontent.com/u/7441788?v=4", "events_url": "https://api.github.com/users/seth-p/events{/privacy}", "followers_url": "https://api.github.com/users/seth-p/followers", "following_url": "https://api.github.com/users/seth-p/following{/other_user}", "gists_url": "https://ap...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "AD7FA8", "de...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
3
2014-11-18T21:08:25Z
2018-07-06T21:15:40Z
2018-07-06T21:15:39Z
CONTRIBUTOR
null
`df.stack(level=[0,1], dropna=False)` appears to be equivalent to `df.stack(level=0, dropna=False).stack(level=0, dropna=False)`. While this makes a certain amount of sense, it results in additional rows that in many cases are probably not expected/desired. In particular, `df.stack(level=[0,1], dropna=False)` is not eq...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8851/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8851/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8852
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8852/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8852/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8852/events
https://github.com/pandas-dev/pandas/issues/8852
49,305,593
MDU6SXNzdWU0OTMwNTU5Mw==
8,852
BUG: plot with kind=scatter fails when checking if an array is in the DataFrame
{ "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": "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": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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...
16
2014-11-18T22:59:04Z
2014-12-03T22:33:53Z
2014-12-03T22:33:53Z
CONTRIBUTOR
null
``` python df = pd.DataFrame({'A': [1, 2], 'B': [3, 4]}) c = np.array([1, 0]) df.plot(kind='scatter', x='A', y='B', c=c, cmap='spring') ``` fails with a TypeError. we check `elif c in self.data.columns` which tries to hash the array. (I know I can just add the array as a column to the DataFrame)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8852/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8852/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8853
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8853/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8853/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8853/events
https://github.com/pandas-dev/pandas/pull/8853
49,323,281
MDExOlB1bGxSZXF1ZXN0MjQ2NjMwMzg=
8,853
BUG: type change breaks BlockManager integrity
{ "avatar_url": "https://avatars.githubusercontent.com/u/1288998?v=4", "events_url": "https://api.github.com/users/behzadnouri/events{/privacy}", "followers_url": "https://api.github.com/users/behzadnouri/followers", "following_url": "https://api.github.com/users/behzadnouri/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": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-19T03:07:16Z
2014-11-21T01:00:59Z
2014-11-20T22:55:08Z
CONTRIBUTOR
null
closes https://github.com/pydata/pandas/issues/8850 on master: ``` >>> cols = MultiIndex.from_tuples([('1st', 'a'), ('2nd', 'b'), ('3rd', 'c')]) >>> df = DataFrame([[1.0, 2, 3], [4.0, 5, 6]], columns=cols) >>> df['2nd'] = df['2nd'] * 2.0 # type change in block manager /usr/lib/python3.4/site-packages/numpy/lib/funct...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8853/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8853/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8853.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8853", "merged_at": "2014-11-20T22:55:08Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8853.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8853" }
https://api.github.com/repos/pandas-dev/pandas/issues/8854
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8854/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8854/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8854/events
https://github.com/pandas-dev/pandas/pull/8854
49,334,475
MDExOlB1bGxSZXF1ZXN0MjQ2Njc2Mjc=
8,854
BUG: Panel4D setitem by indexer to Series fails for mixed-dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/7545449?v=4", "events_url": "https://api.github.com/users/stahlous/events{/privacy}", "followers_url": "https://api.github.com/users/stahlous/followers", "following_url": "https://api.github.com/users/stahlous/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": 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
2014-11-19T06:02:11Z
2015-05-09T16:06:55Z
2015-05-09T16:06:55Z
CONTRIBUTOR
null
This is another tweak to `_setitem_with_indexer` that allows it better to comprehend higher dimensional frames of mixed-dtype. With this tweak setting by indexer to a Series now works. Unfortunately setting to a DataFrame is still broken. I plan to open an issue for that.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8854/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8854/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8854.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8854", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/8854.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8854" }
https://api.github.com/repos/pandas-dev/pandas/issues/8855
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8855/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8855/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8855/events
https://github.com/pandas-dev/pandas/pull/8855
49,340,728
MDExOlB1bGxSZXF1ZXN0MjQ2Njk2NDI=
8,855
BUG: DataFrame.stack(..., dropna=False) with partial MultiIndex.
{ "avatar_url": "https://avatars.githubusercontent.com/u/7441788?v=4", "events_url": "https://api.github.com/users/seth-p/events{/privacy}", "followers_url": "https://api.github.com/users/seth-p/followers", "following_url": "https://api.github.com/users/seth-p/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": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
7
2014-11-19T07:09:27Z
2014-12-02T20:13:13Z
2014-12-02T11:14:42Z
CONTRIBUTOR
null
Closes #8844 Fixes `DataFrame.stack(..., dropna=False)` when the columns consist of a "partial" `MultiIndex`, i.e. one in which the `labels` don't reference all the `levels`.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8855/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8855/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8855.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8855", "merged_at": "2014-12-02T11:14:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8855.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8855" }
https://api.github.com/repos/pandas-dev/pandas/issues/8856
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8856/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8856/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8856/events
https://github.com/pandas-dev/pandas/issues/8856
49,371,244
MDU6SXNzdWU0OTM3MTI0NA==
8,856
BUG: loc.__setitem__ over MultiIndex with slice key and step != 1 does strange things
{ "avatar_url": "https://avatars.githubusercontent.com/u/579798?v=4", "events_url": "https://api.github.com/users/immerrr/events{/privacy}", "followers_url": "https://api.github.com/users/immerrr/followers", "following_url": "https://api.github.com/users/immerrr/following{/other_user}", "gists_url": "https://...
[ { "color": "0e8a16", "default": true, "description": null, "id": 717120670, "name": "good first issue", "node_id": "MDU6TGFiZWw3MTcxMjA2NzA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue" }, { "color": "cdea3c", "default": false, "de...
closed
false
null
[]
{ "closed_at": "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...
8
2014-11-19T11:25:19Z
2021-05-10T21:45:31Z
2021-05-10T21:45:31Z
CONTRIBUTOR
null
Here's how it looks like: ``` python In [11]: s = pd.Series(np.arange(10), pd.MultiIndex.from_product(([0, 1], list('abcde')))) In [12]: s Out[12]: 0 a 0 0 b 1 0 c 2 0 d 3 0 e 4 1 a 5 1 b 6 1 c 7 1 d 8 1 e 9 dtype: int64 In [13]: s.iloc[::4] = 100; s Out[13]: 0 a 100 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/8856/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8856/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8857
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8857/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8857/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8857/events
https://github.com/pandas-dev/pandas/pull/8857
49,413,091
MDExOlB1bGxSZXF1ZXN0MjQ2OTg4Mzg=
8,857
Clarify encoding kwarg on to_csv
{ "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": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "444444", "default": false, "description": "Unicode strings", ...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-19T16:04:43Z
2014-11-20T11:15:00Z
2014-11-20T10:58:48Z
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/8857/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8857/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8857.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8857", "merged_at": "2014-11-20T10:58:48Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8857.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8857" }
https://api.github.com/repos/pandas-dev/pandas/issues/8858
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8858/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8858/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8858/events
https://github.com/pandas-dev/pandas/pull/8858
49,415,930
MDExOlB1bGxSZXF1ZXN0MjQ3MDAxNTI=
8,858
DOC: Clean up Stata documentation
{ "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": "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": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-19T16:21:09Z
2015-06-04T20:46:57Z
2014-11-20T07:38:44Z
CONTRIBUTOR
null
Clean up and simplification of Stata documentation.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8858/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8858/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8858.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8858", "merged_at": "2014-11-20T07:38:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8858.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8858" }
https://api.github.com/repos/pandas-dev/pandas/issues/8859
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8859/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8859/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8859/events
https://github.com/pandas-dev/pandas/issues/8859
49,424,939
MDU6SXNzdWU0OTQyNDkzOQ==
8,859
reading only header row to help map data types to file headers
{ "avatar_url": "https://avatars.githubusercontent.com/u/8962926?v=4", "events_url": "https://api.github.com/users/pmart123/events{/privacy}", "followers_url": "https://api.github.com/users/pmart123/followers", "following_url": "https://api.github.com/users/pmart123/following{/other_user}", "gists_url": "http...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "5319e7", "default": false, "descript...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
1
2014-11-19T17:22:00Z
2016-07-04T11:03:20Z
2016-07-04T11:03:14Z
NONE
null
I am interested in seeing if there is a method, or a method could be built to only read in the header column of a text or excel file. The reason I am proposing this is that I generally have to read in files from sources that use different header names for the same underlying data. Internally, I keep a list of column ...
{ "+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/8859/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8859/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8860
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8860/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8860/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8860/events
https://github.com/pandas-dev/pandas/issues/8860
49,455,442
MDU6SXNzdWU0OTQ1NTQ0Mg==
8,860
Maintaining the order of the categorical variable that is passed into pd.crosstab
{ "avatar_url": "https://avatars.githubusercontent.com/u/5950690?v=4", "events_url": "https://api.github.com/users/nsriram13/events{/privacy}", "followers_url": "https://api.github.com/users/nsriram13/followers", "following_url": "https://api.github.com/users/nsriram13/following{/other_user}", "gists_url": "h...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "e11d21", "de...
closed
false
null
[]
{ "closed_at": "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
2014-11-19T21:26:03Z
2016-12-06T21:34:41Z
2016-12-06T19:10:40Z
NONE
null
xref #8731, soln might be the same Currently when we do a `crosstab`, the distinct values in each column is reported in the lexical order. But crosstabs are usually useful when we have categorical data (that may have an inherent ordering). ``` python import pandas as pd d = {'MAKE' : pd.Series(['Honda', 'Acura', '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/8860/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8860/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8861
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8861/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8861/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8861/events
https://github.com/pandas-dev/pandas/issues/8861
49,462,823
MDU6SXNzdWU0OTQ2MjgyMw==
8,861
need help to clarify ewma() using adjust =TRUE
{ "avatar_url": "https://avatars.githubusercontent.com/u/8626306?v=4", "events_url": "https://api.github.com/users/aviPython/events{/privacy}", "followers_url": "https://api.github.com/users/aviPython/followers", "following_url": "https://api.github.com/users/aviPython/following{/other_user}", "gists_url": "h...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "006b75", "default": false, "description": "Arithmetic, Compariso...
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...
6
2014-11-19T22:31:24Z
2016-07-04T11:04:22Z
2016-07-04T11:04:15Z
NONE
null
Hi! Can someone please help me understand how `adjust = True` in the function `ewma()` works mathematically? I understand the idea of simple exponential smoothing and it's basic formula when `adjust = FALSE`, then alpha is constant, as in the equation: ![daum_equation_1416434433349](https://cloud.githubusercontent.co...
{ "+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/8861/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8861/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8862
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8862/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8862/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8862/events
https://github.com/pandas-dev/pandas/issues/8862
49,515,792
MDU6SXNzdWU0OTUxNTc5Mg==
8,862
Import Error: cannot import name TimeDelta
{ "avatar_url": "https://avatars.githubusercontent.com/u/7898603?v=4", "events_url": "https://api.github.com/users/balajikalluri/events{/privacy}", "followers_url": "https://api.github.com/users/balajikalluri/followers", "following_url": "https://api.github.com/users/balajikalluri/following{/other_user}", "gi...
[]
closed
false
null
[]
null
20
2014-11-20T09:11:02Z
2019-12-05T15:08:25Z
2014-11-20T13:49:46Z
NONE
null
While running "nosetests" after installing python anaconda, git repositories from command prompt, I get this error on my windows PC ![image](https://cloud.githubusercontent.com/assets/7898603/5122153/2741ef5a-70d8-11e4-97a3-cf9221834af9.png) How to resolve this?? thanks
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8862/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8862/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8863
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8863/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8863/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8863/events
https://github.com/pandas-dev/pandas/issues/8863
49,540,003
MDU6SXNzdWU0OTU0MDAwMw==
8,863
PERF: provide c-parsing of timedelta string formats
{ "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": "5319e7", "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", ...
1
2014-11-20T12:28:00Z
2015-06-18T16:15:21Z
2015-06-18T16:15:21Z
CONTRIBUTOR
null
string Timedelta parsing is done via regexes now would have a large perf boost to in-line parse.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8863/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8863/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8864
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8864/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8864/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8864/events
https://github.com/pandas-dev/pandas/issues/8864
49,602,809
MDU6SXNzdWU0OTYwMjgwOQ==
8,864
Undesired auto sort when adding two multiindexes
{ "avatar_url": "https://avatars.githubusercontent.com/u/8102120?v=4", "events_url": "https://api.github.com/users/Aurthes/events{/privacy}", "followers_url": "https://api.github.com/users/Aurthes/followers", "following_url": "https://api.github.com/users/Aurthes/following{/other_user}", "gists_url": "https:/...
[]
closed
false
null
[]
null
6
2014-11-20T18:49:27Z
2014-11-21T15:58:31Z
2014-11-21T15:58:31Z
NONE
null
idx0 = timestamp sequence attribute 2014-11-12 17:02:23.635000-06:00 0 price count quantity idx1 = ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8864/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8864/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8865
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8865/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8865/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8865/events
https://github.com/pandas-dev/pandas/issues/8865
49,607,297
MDU6SXNzdWU0OTYwNzI5Nw==
8,865
BUG: Timestamp - Timestamp should be pd.Timedelta, not datetime.timedelta
{ "avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4", "events_url": "https://api.github.com/users/shoyer/events{/privacy}", "followers_url": "https://api.github.com/users/shoyer/followers", "following_url": "https://api.github.com/users/shoyer/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": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-20T19:26:54Z
2014-12-04T02:48:19Z
2014-12-04T02:48:19Z
MEMBER
null
Currently it returns a `datetime.timedelta` object: ``` >>> pd.Timestamp('2000-01-01') - pd.Timestamp('1999-01-01') datetime.timedelta(365) ``` Somewhat related: #8813
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8865/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8865/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8866
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8866/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8866/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8866/events
https://github.com/pandas-dev/pandas/issues/8866
49,633,830
MDU6SXNzdWU0OTYzMzgzMA==
8,866
BUG: pd.Grouper specification broken for non-datetimelike when level specified
{ "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": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-20T23:41:52Z
2014-12-05T02:34:01Z
2014-12-05T02:34:01Z
CONTRIBUTOR
null
``` In [15]: s = Series(np.arange(8),index=pd.MultiIndex.from_product([list('ab'),range(2),pd.date_range('20130101',periods=2)],names=['one','two','three'])) In [16]: s Out[16]: one two three a 0 2013-01-01 0 2013-01-02 1 1 2013-01-01 2 2013-01-02 3 b 0 2013-...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8866/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8866/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8867
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8867/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8867/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8867/events
https://github.com/pandas-dev/pandas/pull/8867
49,644,532
MDExOlB1bGxSZXF1ZXN0MjQ4MTUwMTQ=
8,867
BUG: missing nose import for skip test
{ "avatar_url": "https://avatars.githubusercontent.com/u/67612?v=4", "events_url": "https://api.github.com/users/matthew-brett/events{/privacy}", "followers_url": "https://api.github.com/users/matthew-brett/followers", "following_url": "https://api.github.com/users/matthew-brett/following{/other_user}", "gist...
[ { "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": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-21T02:24:20Z
2014-11-21T14:05:16Z
2014-11-21T14:05:11Z
CONTRIBUTOR
null
nose.SkipTest used but nose not imported.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8867/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8867/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8867.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8867", "merged_at": "2014-11-21T14:05:11Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8867.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8867" }
https://api.github.com/repos/pandas-dev/pandas/issues/8868
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8868/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8868/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8868/events
https://github.com/pandas-dev/pandas/issues/8868
49,675,835
MDU6SXNzdWU0OTY3NTgzNQ==
8,868
BUG: sort=False ignored when grouping with a categorical column
{ "avatar_url": "https://avatars.githubusercontent.com/u/8589139?v=4", "events_url": "https://api.github.com/users/aimboden/events{/privacy}", "followers_url": "https://api.github.com/users/aimboden/followers", "following_url": "https://api.github.com/users/aimboden/following{/other_user}", "gists_url": "http...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "AD7FA8", "default": false, "description": null, "id": ...
closed
false
null
[]
{ "closed_at": "2015-03-23T10:50:37Z", "closed_issues": 400, "created_at": "2014-02-14T03:31:22Z", "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
2014-11-21T09:29:30Z
2015-02-18T11:27:50Z
2015-02-18T11:27:50Z
NONE
null
Hello everyone, I stumbled upon the following behavior of groubpy with categorical, which seems at least inconsistent with the way groupby usually operates. When grouping on a string type column with `sort=False`, the order of the groups is the order in which the keys first appear in the column. However, when group...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8868/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8868/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8869
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8869/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8869/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8869/events
https://github.com/pandas-dev/pandas/issues/8869
49,679,661
MDU6SXNzdWU0OTY3OTY2MQ==
8,869
BUG: Multi grouper containing a categorical not dropped from index when using groupby with as_index=False
{ "avatar_url": "https://avatars.githubusercontent.com/u/8589139?v=4", "events_url": "https://api.github.com/users/aimboden/events{/privacy}", "followers_url": "https://api.github.com/users/aimboden/followers", "following_url": "https://api.github.com/users/aimboden/following{/other_user}", "gists_url": "http...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
3
2014-11-21T10:14:22Z
2018-05-01T15:09:11Z
2018-05-01T15:09:11Z
NONE
null
Hello, The following example definitely seems like a bug. The grouper is not dropped from the index of the resulting DataFrame, even when `as_index = False`. Actually, even the aggregation step completely fails, so there may be more to it, as shown in this example. ``` python import pandas as pd d = {'foo': [10, 8, ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8869/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8869/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8870
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8870/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8870/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8870/events
https://github.com/pandas-dev/pandas/issues/8870
49,685,038
MDU6SXNzdWU0OTY4NTAzOA==
8,870
BUG: groupby with categorical drops empty groups when aggregating over a series
{ "avatar_url": "https://avatars.githubusercontent.com/u/8589139?v=4", "events_url": "https://api.github.com/users/aimboden/events{/privacy}", "followers_url": "https://api.github.com/users/aimboden/followers", "following_url": "https://api.github.com/users/aimboden/following{/other_user}", "gists_url": "http...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "e11d21", "default": false, "description": "Categorical Dat...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
4
2014-11-21T11:15:57Z
2020-01-03T23:23:43Z
2020-01-03T23:23:43Z
NONE
null
- [ ] Series groupby excluding NaN groups with Categorical (DataFrame DOES include) - [ ] sorting via a returned Interval-like-Index (string based) Hello, When grouping a DataFrame over more than one column including a categorical, the empty groups are kept in the aggregation result. A test for this behaviour was int...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8870/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8870/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8871
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8871/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8871/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8871/events
https://github.com/pandas-dev/pandas/issues/8871
49,701,359
MDU6SXNzdWU0OTcwMTM1OQ==
8,871
Inconsistent behavior when accessing None value
{ "avatar_url": "https://avatars.githubusercontent.com/u/725737?v=4", "events_url": "https://api.github.com/users/jorenvs/events{/privacy}", "followers_url": "https://api.github.com/users/jorenvs/followers", "following_url": "https://api.github.com/users/jorenvs/following{/other_user}", "gists_url": "https://...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
null
10
2014-11-21T14:23:26Z
2019-10-06T00:47:41Z
2019-10-06T00:47:41Z
NONE
null
I'm working with OpenStreetMap data queried from a postgresql database. When I extract one row and try to access the name column, the resulting value is inconsistent based on the access method: the row: ``` osm_id 1895277228 name None admin_level -1 leisure ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8871/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8871/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8872
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8872/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8872/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8872/events
https://github.com/pandas-dev/pandas/issues/8872
49,716,217
MDU6SXNzdWU0OTcxNjIxNw==
8,872
ImportError: DLL load failed using latest
{ "avatar_url": "https://avatars.githubusercontent.com/u/1223959?v=4", "events_url": "https://api.github.com/users/jamesfowkes/events{/privacy}", "followers_url": "https://api.github.com/users/jamesfowkes/followers", "following_url": "https://api.github.com/users/jamesfowkes/following{/other_user}", "gists_ur...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
null
2
2014-11-21T16:19:59Z
2014-11-21T17:33:14Z
2014-11-21T17:33:14Z
NONE
null
I am building a GUI application that uses pandas for processing data. I am now trying to deploy this application using cx_freeze. Initially I encountered the issue as described in https://github.com/pydata/pandas/issues/8602 and fixed by https://github.com/pydata/pandas/pull/8830. I was using pandas as installed thro...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8872/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8872/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8873
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8873/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8873/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8873/events
https://github.com/pandas-dev/pandas/issues/8873
49,722,063
MDU6SXNzdWU0OTcyMjA2Mw==
8,873
ERR: bytes partially converted with convert_objects(convert_numeric=True)
{ "avatar_url": "https://avatars.githubusercontent.com/u/4633429?v=4", "events_url": "https://api.github.com/users/arijun/events{/privacy}", "followers_url": "https://api.github.com/users/arijun/followers", "following_url": "https://api.github.com/users/arijun/following{/other_user}", "gists_url": "https://ap...
[ { "color": "444444", "default": false, "description": "Unicode strings", "id": 36380025, "name": "Unicode", "node_id": "MDU6TGFiZWwzNjM4MDAyNQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Unicode" }, { "color": "ffa0ff", "default": false, "description...
closed
false
null
[]
{ "closed_at": 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...
6
2014-11-21T17:08:15Z
2019-10-09T06:00:28Z
2019-10-09T05:49:25Z
NONE
null
If you have a series of binary strings containing numbers in a DataFrame, if you try to convert it using `convert_objects`, the first will show up as `NaN`. ``` In [3]: df = pd.DataFrame([b'1',b'1']) In [4]: df.convert_objects(convert_numeric=True) Out[4]: 0 0 NaN 1 1 ``` Python 3, obviously; happens on Windo...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8873/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8873/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8874
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8874/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8874/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8874/events
https://github.com/pandas-dev/pandas/issues/8874
49,740,597
MDU6SXNzdWU0OTc0MDU5Nw==
8,874
HDF corrupts data when using complib='blosc:zlib'
{ "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": "ffa0ff", "default": false, "description": "Incorrect or improved er...
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
2014-11-21T19:49:36Z
2015-06-12T21:50:02Z
2015-06-12T21:50:02Z
CONTRIBUTOR
null
I'm not sure if this is supported or not -- it isn't in the doc string for HDFStore, but it seems to be allowed by the HDFStore (nothing is raised). Unfortunately so far I can only get it to show the bad behavior on a proprietary dataset, which is storing a `pd.Panel` which contains items of of mixed types. Some of...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8874/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8874/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8875
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8875/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8875/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8875/events
https://github.com/pandas-dev/pandas/issues/8875
49,769,148
MDU6SXNzdWU0OTc2OTE0OA==
8,875
API: Index should support __inverse__ 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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "e99695", "default": false, "description": "Related ...
open
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/38671637?v=4", "events_url": "https://api.github.com/users/YuRenee/events{/privacy}", "followers_url": "https://api.github.com/users/YuRenee/followers", "following_url": "https://api.github.com/users/YuRenee/following{/other_user}", "gists_url": "https:...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/38671637?v=4", "events_url": "https://api.github.com/users/YuRenee/events{/privacy}", "followers_url": "https://api.github.com/users/YuRenee/followers", "following_url": "https://api.github.com/users/YuRenee/following{/other_user}", "gists...
{ "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", ...
9
2014-11-22T02:16:30Z
2021-04-11T05:39:14Z
null
MEMBER
null
- [ ] Add `__inverse__` to Index. - [x] Change duplicated to return np.array (PR #9112) Related to #7979 Because `Index` is no more the subclass of `np.array`, `Index.duplicated` returns `Index` with `dtype=object`. And `Index` don't accepts logical not. ``` idx = pd.Index([1, 2, 1, 3]) idx.duplicated() # Index(...
{ "+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/8875/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8875/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8876
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8876/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8876/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8876/events
https://github.com/pandas-dev/pandas/pull/8876
49,770,150
MDExOlB1bGxSZXF1ZXN0MjQ4ODI4NzE=
8,876
DOC: Add where and mask to API doc
{ "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": "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": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-22T02:54:48Z
2014-11-22T21:16:17Z
2014-11-22T16:49:21Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8876/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8876/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8876.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8876", "merged_at": "2014-11-22T16:49:21Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8876.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8876" }
https://api.github.com/repos/pandas-dev/pandas/issues/8877
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8877/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8877/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8877/events
https://github.com/pandas-dev/pandas/pull/8877
49,772,532
MDExOlB1bGxSZXF1ZXN0MjQ4ODM5MjI=
8,877
DOC: Suppress warnings in visualization.rst
{ "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": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "8AE234", "default": false, "description": null, "id": 241332...
closed
false
null
[]
{ "closed_at": "2015-03-23T10:50:37Z", "closed_issues": 400, "created_at": "2014-02-14T03:31:22Z", "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...
20
2014-11-22T04:28:48Z
2015-02-15T01:33:27Z
2015-02-12T14:22:59Z
MEMBER
null
Closes #8234. Sorry to take a long. I understand there are 2 warnings: 1. Warning in /Users/sin/Documents/Git/pandas/doc/source/visualization.rst at block ending on line 1275 This is raised from `mpl` as plotting empty axes for demonstration purpose. Thus simply suppressed. 2. Warning in /Users/sin/Documents/Git/pa...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8877/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8877/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8877.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8877", "merged_at": "2015-02-12T14:22:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8877.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8877" }
https://api.github.com/repos/pandas-dev/pandas/issues/8878
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8878/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8878/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8878/events
https://github.com/pandas-dev/pandas/issues/8878
49,784,326
MDU6SXNzdWU0OTc4NDMyNg==
8,878
python make.py html failure
{ "avatar_url": "https://avatars.githubusercontent.com/u/5382885?v=4", "events_url": "https://api.github.com/users/nilswagner/events{/privacy}", "followers_url": "https://api.github.com/users/nilswagner/followers", "following_url": "https://api.github.com/users/nilswagner/following{/other_user}", "gists_url":...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" }, { "color": "3465A4", "default": false, ...
closed
false
null
[]
{ "closed_at": 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
2014-11-22T11:41:02Z
2016-07-04T11:05:42Z
2016-07-04T11:05:37Z
NONE
null
nils@linux-5fmr:~/git/pandas/doc> python make.py html Traceback (most recent call last): File "/home/nils/local/bin/sphinx-build", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2829, in <module> working_set.require(**requires**)...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8878/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8878/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8879
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8879/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8879/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8879/events
https://github.com/pandas-dev/pandas/pull/8879
49,790,522
MDExOlB1bGxSZXF1ZXN0MjQ4ODg0NTQ=
8,879
DOC: Add Nano to offsets table
{ "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": "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": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-22T13:31:42Z
2014-11-22T21:16:26Z
2014-11-22T16:48:54Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8879/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8879/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8879.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8879", "merged_at": "2014-11-22T16:48:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8879.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8879" }
https://api.github.com/repos/pandas-dev/pandas/issues/8880
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8880/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8880/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8880/events
https://github.com/pandas-dev/pandas/issues/8880
49,797,278
MDU6SXNzdWU0OTc5NzI3OA==
8,880
PERF/API/BUG: index memory not releasing when manipulated by numpy functions
{ "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": "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...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
0
2014-11-22T16:45:33Z
2021-04-11T05:40:34Z
null
CONTRIBUTOR
null
http://stackoverflow.com/questions/27074469/memory-leak-in-python-pandas-reshuffling-index ``` In [1]: df = DataFrame(np.random.randn(10000)) In [2]: def f(df): ...: for dfi in np.array_split(df,100): ...: shuffle = dfi.reindex(np.random.permutation(dfi.index)) ...: one = shuffle.iloc[:50...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8880/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8880/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8881
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8881/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8881/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8881/events
https://github.com/pandas-dev/pandas/issues/8881
49,807,330
MDU6SXNzdWU0OTgwNzMzMA==
8,881
ENH: Could Numba be used to make the groupby aggregation functions faster?
{ "avatar_url": "https://avatars.githubusercontent.com/u/5187727?v=4", "events_url": "https://api.github.com/users/jsphon/events{/privacy}", "followers_url": "https://api.github.com/users/jsphon/followers", "following_url": "https://api.github.com/users/jsphon/following{/other_user}", "gists_url": "https://ap...
[ { "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": "006b75", "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", ...
8
2014-11-22T22:48:30Z
2017-09-24T19:31:39Z
2017-09-24T19:31:39Z
NONE
null
I have been doing some experiments with Numba and groupby operations such as max() and sum(). Using Numba might make them faster, though my analysis in incomplete as my functions are returning results as ndarrays, rather than Pandas Series (I don't know how large the overhead of creating the Series result is, and can'...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8881/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8881/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8882
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8882/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8882/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8882/events
https://github.com/pandas-dev/pandas/issues/8882
49,828,875
MDU6SXNzdWU0OTgyODg3NQ==
8,882
Release the GIL in Cython code
{ "avatar_url": "https://avatars.githubusercontent.com/u/306380?v=4", "events_url": "https://api.github.com/users/mrocklin/events{/privacy}", "followers_url": "https://api.github.com/users/mrocklin/followers", "following_url": "https://api.github.com/users/mrocklin/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": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
4
2014-11-23T15:43:06Z
2015-06-30T10:55:04Z
2015-06-30T10:55:04Z
CONTRIBUTOR
null
Pandas could release the GIL in parts of the Cython code. This would enable the parallel use of multiple cores with threading. From off-line conversation with @jreback @cpcloud http://lbolla.info/blog/2013/12/23/python-threads-cython-gil
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8882/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8882/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8883
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8883/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8883/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8883/events
https://github.com/pandas-dev/pandas/pull/8883
49,841,803
MDExOlB1bGxSZXF1ZXN0MjQ5MDc1NjA=
8,883
REF: refactor **kwargs usage
{ "avatar_url": "https://avatars.githubusercontent.com/u/1288998?v=4", "events_url": "https://api.github.com/users/behzadnouri/events{/privacy}", "followers_url": "https://api.github.com/users/behzadnouri/followers", "following_url": "https://api.github.com/users/behzadnouri/following{/other_user}", "gists_ur...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "ffa0ff", "default": false, "description": "I...
closed
false
null
[]
{ "closed_at": "2015-03-23T10:50:37Z", "closed_issues": 400, "created_at": "2014-02-14T03:31:22Z", "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
2014-11-23T22:20:35Z
2015-03-05T12:46:51Z
2015-03-04T20:42:39Z
CONTRIBUTOR
null
related issue: https://github.com/pydata/pandas/issues/8597. among changes: [tests/test_generic.py](https://github.com/pydata/pandas/blob/0a2ea0ac39a74771d54b91522728f6092b0ef897/pandas/tests/test_generic.py#L603) `downcast` is misspelled `donwcast`, but no error is raised, because of how `**kwargs` is used. [core/...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8883/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8883/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8883.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8883", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/8883.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8883" }
https://api.github.com/repos/pandas-dev/pandas/issues/8884
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8884/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8884/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8884/events
https://github.com/pandas-dev/pandas/pull/8884
49,856,928
MDExOlB1bGxSZXF1ZXN0MjQ5MTM5MDY=
8,884
BUG/ENH: cleanup for Timedelta arithmetic
{ "avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4", "events_url": "https://api.github.com/users/shoyer/events{/privacy}", "followers_url": "https://api.github.com/users/shoyer/followers", "following_url": "https://api.github.com/users/shoyer/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": "Timedelta data type", ...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
8
2014-11-24T05:08:33Z
2014-11-26T10:45:31Z
2014-11-26T02:30:02Z
MEMBER
null
Fixes #8813 Fixes #5963 Fixes #5436 If the other argument has a dtype attribute, I assume that it is ndarray-like and convert the `Timedelta` into a `np.timedelta64` object. Alternatively, we could just return `NotImplemented` and let the other type handle it, but this has the bonus of making `Timedelta` compatible w...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8884/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8884/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8884.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8884", "merged_at": "2014-11-26T02:30:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8884.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8884" }
https://api.github.com/repos/pandas-dev/pandas/issues/8885
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8885/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8885/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8885/events
https://github.com/pandas-dev/pandas/pull/8885
49,876,431
MDExOlB1bGxSZXF1ZXN0MjQ5MjQ0NjA=
8,885
ENH/VIS: Pass DataFrame column to size argument in DataFrame.scatter
{ "avatar_url": "https://avatars.githubusercontent.com/u/1460294?v=4", "events_url": "https://api.github.com/users/onesandzeroes/events{/privacy}", "followers_url": "https://api.github.com/users/onesandzeroes/followers", "following_url": "https://api.github.com/users/onesandzeroes/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": "8AE234", "default": false, "description": null, ...
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", ...
15
2014-11-24T10:47:40Z
2015-05-14T15:47:47Z
2015-05-09T20:11:46Z
CONTRIBUTOR
null
Originally discussed in #8244. Currently this only uses the column from the dataframe if the `s` argument is a string, supporting int column names is ambiguous and liable to break existing code, but if people can think of a good way to do this I'll try to add it. Example output: ``` python import pandas as pd import ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8885/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8885/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8885.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8885", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/8885.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8885" }
https://api.github.com/repos/pandas-dev/pandas/issues/8886
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8886/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8886/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8886/events
https://github.com/pandas-dev/pandas/issues/8886
49,912,167
MDU6SXNzdWU0OTkxMjE2Nw==
8,886
Strange output from timedelta_range for integer start/end
{ "avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4", "events_url": "https://api.github.com/users/shoyer/events{/privacy}", "followers_url": "https://api.github.com/users/shoyer/followers", "following_url": "https://api.github.com/users/shoyer/following{/other_user}", "gists_url": "https://ap...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "ffa0ff", "default": false, "description": "Incorrec...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
6
2014-11-24T16:40:16Z
2021-04-11T05:40:57Z
null
MEMBER
null
Here I expected a TimedeltaIndex with 11 elements from 0 hours through 11 hours: ``` >>> pd.timedelta_range(0, 10, freq='H') <class 'pandas.tseries.tdi.TimedeltaIndex'> ['0 days'] Length: 1, Freq: <Hour> ``` It appears that `freq` is taken to refer only to the step size, not the start/stop, and the unit defaults to `...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8886/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8886/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8887
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8887/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8887/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8887/events
https://github.com/pandas-dev/pandas/issues/8887
49,924,654
MDU6SXNzdWU0OTkyNDY1NA==
8,887
ERR: HDF5 serialization of datelike-object dtypes should raise
{ "avatar_url": "https://avatars.githubusercontent.com/u/1253515?v=4", "events_url": "https://api.github.com/users/cowpig/events{/privacy}", "followers_url": "https://api.github.com/users/cowpig/followers", "following_url": "https://api.github.com/users/cowpig/following{/other_user}", "gists_url": "https://ap...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, ...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
4
2014-11-24T18:28:40Z
2020-05-16T20:14:08Z
null
NONE
null
UPDATE: ``` In [157]: problem_date = old.dob.loc[4231354] In [158]: problem_date Out[158]: datetime.date(2939, 6, 2) In [159]: test_series = pd.Series([problem_date]) In [160]: pd.to_datetime(test_series) Out[160]: 0 2939-06-02 dtype: object ``` It seems this is the source of the problem. I think there may be ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8887/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8887/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8888
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8888/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8888/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8888/events
https://github.com/pandas-dev/pandas/issues/8888
49,929,979
MDU6SXNzdWU0OTkyOTk3OQ==
8,888
Implement StringMethod slice_replace
{ "avatar_url": "https://avatars.githubusercontent.com/u/2702341?v=4", "events_url": "https://api.github.com/users/billletson/events{/privacy}", "followers_url": "https://api.github.com/users/billletson/followers", "following_url": "https://api.github.com/users/billletson/following{/other_user}", "gists_url":...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "5319e7", "default": false, "description": "String e...
closed
false
null
[]
{ "closed_at": "2015-03-23T10:50:37Z", "closed_issues": 400, "created_at": "2014-02-14T03:31:22Z", "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
2014-11-24T19:17:29Z
2015-01-08T01:59:16Z
2015-01-08T01:59:16Z
CONTRIBUTOR
null
The `StringMethod` `slice_replace` currently raises `NotImplementedError`. Couldn't find an issue for it, so opening this. PR with implementation in the works. Could use thoughts on how to handle slices that return an empty string on some subset of strings - should the replacement string appear or not? This could happ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8888/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8888/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8889
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8889/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8889/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8889/events
https://github.com/pandas-dev/pandas/issues/8889
49,931,852
MDU6SXNzdWU0OTkzMTg1Mg==
8,889
Timezone Problem in MultiIndexing
{ "avatar_url": "https://avatars.githubusercontent.com/u/8102120?v=4", "events_url": "https://api.github.com/users/Aurthes/events{/privacy}", "followers_url": "https://api.github.com/users/Aurthes/followers", "following_url": "https://api.github.com/users/Aurthes/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": "5319e7", "default": false, "descript...
closed
false
null
[]
null
7
2014-11-24T19:34:04Z
2014-11-25T15:03:46Z
2014-11-25T15:03:46Z
NONE
null
``` dt = datetime.datetime(2014,11,24,12,0,0) dt = dt.replace(tzinfo=td.CHICAGO_TZ) mi = pd.MultiIndex.from_product([[dt],[1],[2]]) print mi print print mi.get_level_values(0)[0] print ``` When I use get_level_values function and try to filter dataframe based on time index(which is the first level), it always loses ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8889/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8889/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8890
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8890/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8890/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8890/events
https://github.com/pandas-dev/pandas/issues/8890
49,945,943
MDU6SXNzdWU0OTk0NTk0Mw==
8,890
BUG: iterator of DatetimeIndex broken with tzoffset timezone
{ "avatar_url": "https://avatars.githubusercontent.com/u/5361193?v=4", "events_url": "https://api.github.com/users/Oxtay/events{/privacy}", "followers_url": "https://api.github.com/users/Oxtay/followers", "following_url": "https://api.github.com/users/Oxtay/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e11d21", "default": false, "description": "Functionality that used ...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
7
2014-11-24T21:39:18Z
2014-12-04T02:47:31Z
2014-12-04T02:47:31Z
NONE
null
**Summary:** The trigger is the `tzoffset` timezone. This bug can be reproduced as follows: ``` In [86]: index = pd.date_range("2012-01-01", periods=3, freq='H', tz=dateutil.tz.tzoffset(None, -28800)) In [87]: index Out[87]: <class 'pandas.tseries.index.DatetimeIndex'> [2012-01-01 00:00:00-08:00, ..., 2012-01-01 02:...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8890/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8890/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8891
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8891/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8891/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8891/events
https://github.com/pandas-dev/pandas/issues/8891
49,960,180
MDU6SXNzdWU0OTk2MDE4MA==
8,891
IO: ensure compatibility with 01-24 date formats
{ "avatar_url": "https://avatars.githubusercontent.com/u/8660305?v=4", "events_url": "https://api.github.com/users/dacoex/events{/privacy}", "followers_url": "https://api.github.com/users/dacoex/followers", "following_url": "https://api.github.com/users/dacoex/following{/other_user}", "gists_url": "https://ap...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, ...
open
false
null
[]
{ "closed_at": null, "closed_issues": 278, "created_at": "2013-01-06T03:02:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "f...
1
2014-11-25T00:06:54Z
2019-12-18T03:04:45Z
null
CONTRIBUTOR
null
In many engineering and measurement applications, the time is counted from 01-24 to indicate the end of a measurement or integration period. This issue is to propose that pandas IO functions support importing such timestamps from CSV, Excel etc. out of the box and furthermore, Series can have a flag indicating the ref...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8891/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8891/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8892
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8892/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8892/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8892/events
https://github.com/pandas-dev/pandas/issues/8892
50,050,997
MDU6SXNzdWU1MDA1MDk5Nw==
8,892
Cannot print DataFrame with non-ascii column names in ipython 3.0.0
{ "avatar_url": "https://avatars.githubusercontent.com/u/700813?v=4", "events_url": "https://api.github.com/users/gutman/events{/privacy}", "followers_url": "https://api.github.com/users/gutman/followers", "following_url": "https://api.github.com/users/gutman/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": "44444...
closed
false
null
[]
null
2
2014-11-25T16:34:46Z
2019-10-09T05:49:56Z
2019-10-09T05:49:56Z
NONE
null
``` python import pandas df = pandas.DataFrame({u'превед':[1,2,3]}) df ``` I get: ``` UnicodeDecodeError Traceback (most recent call last) <ipython-input-1-114199e6a3fa> in <module>() 3 print pandas.__version__ 4 df = pandas.DataFrame({u'превед':[1,2,3]}) ----> 5 df /home/gutman/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/8892/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8892/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8893
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8893/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8893/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8893/events
https://github.com/pandas-dev/pandas/issues/8893
50,059,008
MDU6SXNzdWU1MDA1OTAwOA==
8,893
MultiIndexing Issue
{ "avatar_url": "https://avatars.githubusercontent.com/u/8102120?v=4", "events_url": "https://api.github.com/users/Aurthes/events{/privacy}", "followers_url": "https://api.github.com/users/Aurthes/followers", "following_url": "https://api.github.com/users/Aurthes/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": "207de5", "default": false, "descript...
closed
false
null
[]
null
4
2014-11-25T17:31:50Z
2014-11-26T00:44:18Z
2014-11-26T00:44:18Z
NONE
null
Let 'b' be a large dataframe with MulitiIndex. I pull the 4th block based on the 1st level of the index, and I got the block fine. > > > a = b.ix[b.index.levels[0][4]] Then I printed the index of the block, which also seemed fine, code and result as follows: > > > print a.index sequence attribute 4 ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8893/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8893/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8894
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8894/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8894/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8894/events
https://github.com/pandas-dev/pandas/pull/8894
50,095,740
MDExOlB1bGxSZXF1ZXN0MjUwNDc2ODI=
8,894
fix to_datetime default error suppression
{ "avatar_url": "https://avatars.githubusercontent.com/u/1253515?v=4", "events_url": "https://api.github.com/users/cowpig/events{/privacy}", "followers_url": "https://api.github.com/users/cowpig/followers", "following_url": "https://api.github.com/users/cowpig/following{/other_user}", "gists_url": "https://ap...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "AD7FA8", "default": false, "description": null, ...
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", ...
5
2014-11-25T22:54:50Z
2015-05-09T16:06:43Z
2015-05-09T16:06:43Z
NONE
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8894/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8894/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8894.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8894", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/8894.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8894" }
https://api.github.com/repos/pandas-dev/pandas/issues/8895
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8895/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8895/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8895/events
https://github.com/pandas-dev/pandas/pull/8895
50,102,982
MDExOlB1bGxSZXF1ZXN0MjUwNTIxOTM=
8,895
modified: pandas/io/ga.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/6540809?v=4", "events_url": "https://api.github.com/users/DeliciousHair/events{/privacy}", "followers_url": "https://api.github.com/users/DeliciousHair/followers", "following_url": "https://api.github.com/users/DeliciousHair/following{/other_user}", "gi...
[ { "color": "0052cc", "default": false, "description": "pandas-gbq compatability", "id": 57351315, "name": "IO Google", "node_id": "MDU6TGFiZWw1NzM1MTMxNQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Google" } ]
closed
false
null
[]
null
5
2014-11-26T00:23:40Z
2015-03-25T23:51:50Z
2015-03-25T23:20:41Z
NONE
null
``` ENH I've made a number of alterations to this module to improve the usability of it. 1. A feature has been added to the 'filters' keyword, in that compound filters can now be created with AND and OR combinations as in the API, while still allowing the user to create 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/8895/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8895/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8895.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8895", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/8895.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8895" }
https://api.github.com/repos/pandas-dev/pandas/issues/8896
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8896/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8896/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8896/events
https://github.com/pandas-dev/pandas/pull/8896
50,107,461
MDExOlB1bGxSZXF1ZXN0MjUwNTUwNDE=
8,896
COMPAT: windows compat for tests for dtype inference in parser xref (GH8833)
{ "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": "fbca04", "default": false, "description": "Windows OS", "id": 57186974, "name": "Windows", "node_id": "MDU6TGFiZWw1NzE4Njk3NA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Windows" }, { "color": "0052cc", "default": false, "description": "p...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "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
2014-11-26T01:32:09Z
2016-02-12T17:40:26Z
2014-11-26T01:32:36Z
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/8896/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8896/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8896.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8896", "merged_at": "2014-11-26T01:32:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/8896.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8896" }
https://api.github.com/repos/pandas-dev/pandas/issues/8897
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8897/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8897/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8897/events
https://github.com/pandas-dev/pandas/issues/8897
50,128,734
MDU6SXNzdWU1MDEyODczNA==
8,897
read_html can't parse the output of to_html() when index has name
{ "avatar_url": "https://avatars.githubusercontent.com/u/826871?v=4", "events_url": "https://api.github.com/users/ruoyu0088/events{/privacy}", "followers_url": "https://api.github.com/users/ruoyu0088/followers", "following_url": "https://api.github.com/users/ruoyu0088/following{/other_user}", "gists_url": "ht...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "006b75", "default": false, "description": "read_html, to_html, Styl...
open
false
{ "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://...
[ { "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_u...
{ "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
2014-11-26T07:52:28Z
2015-03-06T00:05:24Z
null
NONE
null
Here is the code: ``` import pandas as pd import numpy as np import io df = pd.DataFrame(np.random.rand(6, 3), columns=list("ABC")) df.index = list("abcdef") df.index.name = "index" df2 = pd.read_html(df.to_html(), index_col=0) print df2[0] ``` Here is the output: ``` A B C index Unnamed:...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8897/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8897/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8898
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8898/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8898/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8898/events
https://github.com/pandas-dev/pandas/pull/8898
50,186,806
MDExOlB1bGxSZXF1ZXN0MjUwODgzOTM=
8,898
WIP: add multi-multi index support to join
{ "avatar_url": "https://avatars.githubusercontent.com/u/1906276?v=4", "events_url": "https://api.github.com/users/thorwhalen/events{/privacy}", "followers_url": "https://api.github.com/users/thorwhalen/followers", "following_url": "https://api.github.com/users/thorwhalen/following{/other_user}", "gists_url":...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "02d7e1", "default": false, "description": "Concat, ...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
4
2014-11-26T14:45:41Z
2017-02-25T16:08:07Z
2015-05-09T16:06:08Z
NONE
null
closes #6360
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8898/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8898/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/8898.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/8898", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/8898.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8898" }
https://api.github.com/repos/pandas-dev/pandas/issues/8899
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8899/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8899/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8899/events
https://github.com/pandas-dev/pandas/issues/8899
50,219,871
MDU6SXNzdWU1MDIxOTg3MQ==
8,899
DataFrame.describe() add number of missing values
{ "avatar_url": "https://avatars.githubusercontent.com/u/3391614?v=4", "events_url": "https://api.github.com/users/sorenwacker/events{/privacy}", "followers_url": "https://api.github.com/users/sorenwacker/followers", "following_url": "https://api.github.com/users/sorenwacker/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
[]
null
2
2014-11-26T19:46:57Z
2014-11-27T18:18:00Z
2014-11-26T20:45:54Z
CONTRIBUTOR
null
Hi, I suggest to add the number of missing values to pandas.DataFrame.describe() regards
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8899/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8899/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8900
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8900/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8900/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8900/events
https://github.com/pandas-dev/pandas/issues/8900
50,220,554
MDU6SXNzdWU1MDIyMDU1NA==
8,900
pandas.DataFrame.is.na()
{ "avatar_url": "https://avatars.githubusercontent.com/u/3391614?v=4", "events_url": "https://api.github.com/users/sorenwacker/events{/privacy}", "followers_url": "https://api.github.com/users/sorenwacker/followers", "following_url": "https://api.github.com/users/sorenwacker/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
3
2014-11-26T19:54:45Z
2014-11-27T18:12:58Z
2014-11-26T20:44:22Z
CONTRIBUTOR
null
Hi, I suggest a method is.na() for pandas.DataFrame that gives back an boolean array. If a value in the DataFrame is NaN the corresponding element is 1 otherwise 0. That would make it easy to determine the number of missing elements in a DataFrame. regards
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8900/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8900/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/8901
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/8901/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/8901/comments
https://api.github.com/repos/pandas-dev/pandas/issues/8901/events
https://github.com/pandas-dev/pandas/issues/8901
50,222,941
MDU6SXNzdWU1MDIyMjk0MQ==
8,901
Subset of DataFrame should be a DataFrame?
{ "avatar_url": "https://avatars.githubusercontent.com/u/3391614?v=4", "events_url": "https://api.github.com/users/sorenwacker/events{/privacy}", "followers_url": "https://api.github.com/users/sorenwacker/followers", "following_url": "https://api.github.com/users/sorenwacker/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
[]
null
3
2014-11-26T20:19:50Z
2014-11-28T09:41:50Z
2014-11-26T20:48:08Z
CONTRIBUTOR
null
Hi, I realized that having a pandas.DataFame object DF with columns 'a','b','c' DF['a'] is not a DataFrame but a pandas.core.series.Series Is there a reason for that? I think, it would make the dealing with DataFrames more convenient when a DataFrame would be returned. With header and indexes. regards
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/8901/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/8901/timeline
null
null
null