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/12104
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12104/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12104/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12104/events
https://github.com/pandas-dev/pandas/issues/12104
127,802,321
MDU6SXNzdWUxMjc4MDIzMjE=
12,104
Setting values on a DataFrame with tz aware DatetimeIndex fails
{ "avatar_url": "https://avatars.githubusercontent.com/u/112979?v=4", "events_url": "https://api.github.com/users/szs8/events{/privacy}", "followers_url": "https://api.github.com/users/szs8/followers", "following_url": "https://api.github.com/users/szs8/following{/other_user}", "gists_url": "https://api.github.com/users/szs8/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/szs8", "id": 112979, "login": "szs8", "node_id": "MDQ6VXNlcjExMjk3OQ==", "organizations_url": "https://api.github.com/users/szs8/orgs", "received_events_url": "https://api.github.com/users/szs8/received_events", "repos_url": "https://api.github.com/users/szs8/repos", "site_admin": false, "starred_url": "https://api.github.com/users/szs8/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/szs8/subscriptions", "type": "User", "url": "https://api.github.com/users/szs8" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "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": "5319e7", "default": false, "description": "Timezone data dtype", "id": 60458168, "name": "Timezones", "node_id": "MDU6TGFiZWw2MDQ1ODE2OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones" } ]
closed
false
null
[]
null
1
2016-01-20T22:47:28Z
2016-01-20T23:05:03Z
2016-01-20T23:04:48Z
NONE
null
``` python tdf = pd.DataFrame({'a': np.arange(10), 'b': np.arange(10) + 5}, index=pd.date_range('20160119 09:00', freq='5T', periods=10, tz='US/Eastern')) new_values = tdf.sample(2)['b'] + 100 tdf.loc[new_values.index, 'b'] = new_values.values ``` This fails with `KeyError: "['2016-01-19T14:00:00.000000000+0000' '2016-01-19T14:05:00.000000000+0000'] not in index` This used to work. Not sure which version broke it.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12104/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12104/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12105
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12105/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12105/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12105/events
https://github.com/pandas-dev/pandas/issues/12105
127,807,559
MDU6SXNzdWUxMjc4MDc1NTk=
12,105
pandas.merge indicator is ignoring suffixes
{ "avatar_url": "https://avatars.githubusercontent.com/u/1256318?v=4", "events_url": "https://api.github.com/users/dickreuter/events{/privacy}", "followers_url": "https://api.github.com/users/dickreuter/followers", "following_url": "https://api.github.com/users/dickreuter/following{/other_user}", "gists_url": "https://api.github.com/users/dickreuter/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/dickreuter", "id": 1256318, "login": "dickreuter", "node_id": "MDQ6VXNlcjEyNTYzMTg=", "organizations_url": "https://api.github.com/users/dickreuter/orgs", "received_events_url": "https://api.github.com/users/dickreuter/received_events", "repos_url": "https://api.github.com/users/dickreuter/repos", "site_admin": false, "starred_url": "https://api.github.com/users/dickreuter/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dickreuter/subscriptions", "type": "User", "url": "https://api.github.com/users/dickreuter" }
[]
closed
false
null
[]
null
1
2016-01-20T23:15:15Z
2016-01-20T23:39:14Z
2016-01-20T23:39:14Z
CONTRIBUTOR
null
x=pd.merge(df1,df2,left_on..,right_on.. indicator=True, suffixes=['leftDataFrameSuffix','rightdfSuffix] The output will show an indicator column which will show 'left', 'right' or 'both' instead of 'leftDataFrameSuffix', 'rightdfSuffix' or 'both'.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12105/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12105/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12106
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12106/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12106/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12106/events
https://github.com/pandas-dev/pandas/issues/12106
127,813,592
MDU6SXNzdWUxMjc4MTM1OTI=
12,106
pytables.open prints to stdout when attempting to open a read-only HDF5 file
{ "avatar_url": "https://avatars.githubusercontent.com/u/507004?v=4", "events_url": "https://api.github.com/users/dadkins/events{/privacy}", "followers_url": "https://api.github.com/users/dadkins/followers", "following_url": "https://api.github.com/users/dadkins/following{/other_user}", "gists_url": "https://api.github.com/users/dadkins/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/dadkins", "id": 507004, "login": "dadkins", "node_id": "MDQ6VXNlcjUwNzAwNA==", "organizations_url": "https://api.github.com/users/dadkins/orgs", "received_events_url": "https://api.github.com/users/dadkins/received_events", "repos_url": "https://api.github.com/users/dadkins/repos", "site_admin": false, "starred_url": "https://api.github.com/users/dadkins/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dadkins/subscriptions", "type": "User", "url": "https://api.github.com/users/dadkins" }
[ { "color": "5319e7", "default": false, "description": "read_hdf, HDFStore", "id": 47229190, "name": "IO HDF5", "node_id": "MDU6TGFiZWw0NzIyOTE5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HDF5" }, { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
null
2
2016-01-20T23:55:42Z
2016-01-21T00:51:38Z
2016-01-21T00:01:32Z
NONE
null
ERROR: type should be string, got "https://github.com/pydata/pandas/blob/master/pandas/io/pytables.py#L539\n\n```\n try:\n self._handle = tables.open_file(self._path, self._mode, **kwargs)\n except (IOError) as e: # pragma: no cover\n if 'can not be written' in str(e):\n print('Opening %s in read-only mode' % self._path)\n self._handle = tables.open_file(self._path, 'r', **kwargs)\n else:\n raise\n```\n\nThe above code prints to stdout when attempting to read from a readonly file. This is a problem for programs which use stdout for their own output. It should either print to sys.stderr or whatever log the rest of the library uses.\n"
{ "+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/12106/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12106/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12107
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12107/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12107/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12107/events
https://github.com/pandas-dev/pandas/pull/12107
127,823,534
MDExOlB1bGxSZXF1ZXN0NTY2OTI3NDU=
12,107
PEP: pandas/core final round (api, matrix, sparse, cleanup of common,…
{ "avatar_url": "https://avatars.githubusercontent.com/u/3195015?v=4", "events_url": "https://api.github.com/users/rockg/events{/privacy}", "followers_url": "https://api.github.com/users/rockg/followers", "following_url": "https://api.github.com/users/rockg/following{/other_user}", "gists_url": "https://api.github.com/users/rockg/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/rockg", "id": 3195015, "login": "rockg", "node_id": "MDQ6VXNlcjMxOTUwMTU=", "organizations_url": "https://api.github.com/users/rockg/orgs", "received_events_url": "https://api.github.com/users/rockg/received_events", "repos_url": "https://api.github.com/users/rockg/repos", "site_admin": false, "starred_url": "https://api.github.com/users/rockg/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/rockg/subscriptions", "type": "User", "url": "https://api.github.com/users/rockg" }
[]
closed
false
null
[]
null
2
2016-01-21T01:18:50Z
2016-01-21T06:47:55Z
2016-01-21T06:47:54Z
CONTRIBUTOR
null
… generic) Besides groupby we're clean.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12107/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12107/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12107.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12107", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12107.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12107" }
https://api.github.com/repos/pandas-dev/pandas/issues/12108
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12108/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12108/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12108/events
https://github.com/pandas-dev/pandas/issues/12108
127,836,477
MDU6SXNzdWUxMjc4MzY0Nzc=
12,108
assert_frame_equal fails when dtype is categorical
{ "avatar_url": "https://avatars.githubusercontent.com/u/654204?v=4", "events_url": "https://api.github.com/users/aggFTW/events{/privacy}", "followers_url": "https://api.github.com/users/aggFTW/followers", "following_url": "https://api.github.com/users/aggFTW/following{/other_user}", "gists_url": "https://api.github.com/users/aggFTW/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/aggFTW", "id": 654204, "login": "aggFTW", "node_id": "MDQ6VXNlcjY1NDIwNA==", "organizations_url": "https://api.github.com/users/aggFTW/orgs", "received_events_url": "https://api.github.com/users/aggFTW/received_events", "repos_url": "https://api.github.com/users/aggFTW/repos", "site_admin": false, "starred_url": "https://api.github.com/users/aggFTW/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/aggFTW/subscriptions", "type": "User", "url": "https://api.github.com/users/aggFTW" }
[ { "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": "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
8
2016-01-21T03:21:30Z
2018-07-11T10:29:24Z
2016-01-21T03:53:13Z
NONE
null
``` assert_frame_equal(desired_df, df) File "C:\Anaconda\lib\site-packages\pandas\util\testing.py", line 1049, in assert_frame_equal obj='DataFrame.iloc[:, {0}]'.format(i)) File "C:\Anaconda\lib\site-packages\pandas\util\testing.py", line 927, in assert_series_equal assert_attr_equal('dtype', left, right) File "C:\Anaconda\lib\site-packages\pandas\util\testing.py", line 721, in assert_attr_equal result = left_attr == right_attr TypeError: data type not understood ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12108/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12108/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12109
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12109/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12109/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12109/events
https://github.com/pandas-dev/pandas/pull/12109
127,909,512
MDExOlB1bGxSZXF1ZXN0NTY3NDAwMTg=
12,109
ENH: GH12034 RangeIndex.union with RangeIndex returns RangeIndex if possible
{ "avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4", "events_url": "https://api.github.com/users/kawochen/events{/privacy}", "followers_url": "https://api.github.com/users/kawochen/followers", "following_url": "https://api.github.com/users/kawochen/following{/other_user}", "gists_url": "https://api.github.com/users/kawochen/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/kawochen", "id": 10709573, "login": "kawochen", "node_id": "MDQ6VXNlcjEwNzA5NTcz", "organizations_url": "https://api.github.com/users/kawochen/orgs", "received_events_url": "https://api.github.com/users/kawochen/received_events", "repos_url": "https://api.github.com/users/kawochen/repos", "site_admin": false, "starred_url": "https://api.github.com/users/kawochen/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kawochen/subscriptions", "type": "User", "url": "https://api.github.com/users/kawochen" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" } ]
closed
false
null
[]
{ "closed_at": "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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
1
2016-01-21T12:02:01Z
2016-01-21T12:26:59Z
2016-01-21T12:26:50Z
CONTRIBUTOR
null
xref #12034
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12109/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12109/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12109.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12109", "merged_at": "2016-01-21T12:26:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/12109.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12109" }
https://api.github.com/repos/pandas-dev/pandas/issues/12110
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12110/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12110/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12110/events
https://github.com/pandas-dev/pandas/pull/12110
127,913,524
MDExOlB1bGxSZXF1ZXN0NTY3NDIzMTg=
12,110
ERR: read_csv with dtype on empty data, #12048.
{ "avatar_url": "https://avatars.githubusercontent.com/u/10167353?v=4", "events_url": "https://api.github.com/users/Sereger13/events{/privacy}", "followers_url": "https://api.github.com/users/Sereger13/followers", "following_url": "https://api.github.com/users/Sereger13/following{/other_user}", "gists_url": "https://api.github.com/users/Sereger13/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/Sereger13", "id": 10167353, "login": "Sereger13", "node_id": "MDQ6VXNlcjEwMTY3MzUz", "organizations_url": "https://api.github.com/users/Sereger13/orgs", "received_events_url": "https://api.github.com/users/Sereger13/received_events", "repos_url": "https://api.github.com/users/Sereger13/repos", "site_admin": false, "starred_url": "https://api.github.com/users/Sereger13/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Sereger13/subscriptions", "type": "User", "url": "https://api.github.com/users/Sereger13" }
[ { "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", "id": 47229171, "name": "IO CSV", "node_id": "MDU6TGFiZWw0NzIyOTE3MQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
2
2016-01-21T12:25:26Z
2016-01-24T22:40:27Z
2016-01-24T22:40:27Z
NONE
null
ERR: read_csv with dtype specified on empty data closes #12048.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12110/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12110/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12110.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12110", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12110.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12110" }
https://api.github.com/repos/pandas-dev/pandas/issues/12111
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12111/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12111/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12111/events
https://github.com/pandas-dev/pandas/pull/12111
127,915,695
MDExOlB1bGxSZXF1ZXN0NTY3NDM2MTM=
12,111
CLN: remove core/matrix.py, not imported into the pandas namespace
{ "avatar_url": "https://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://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2016-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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
6
2016-01-21T12:38:14Z
2016-01-22T15:40:43Z
2016-01-21T15:37:16Z
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/12111/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12111/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12111.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12111", "merged_at": "2016-01-21T15:37:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/12111.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12111" }
https://api.github.com/repos/pandas-dev/pandas/issues/12112
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12112/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12112/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12112/events
https://github.com/pandas-dev/pandas/pull/12112
128,035,542
MDExOlB1bGxSZXF1ZXN0NTY4MTkxMjQ=
12,112
ENH: add error message for merge with Series GH12081
{ "avatar_url": "https://avatars.githubusercontent.com/u/5971952?v=4", "events_url": "https://api.github.com/users/dan-tee/events{/privacy}", "followers_url": "https://api.github.com/users/dan-tee/followers", "following_url": "https://api.github.com/users/dan-tee/following{/other_user}", "gists_url": "https://api.github.com/users/dan-tee/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/dan-tee", "id": 5971952, "login": "dan-tee", "node_id": "MDQ6VXNlcjU5NzE5NTI=", "organizations_url": "https://api.github.com/users/dan-tee/orgs", "received_events_url": "https://api.github.com/users/dan-tee/received_events", "repos_url": "https://api.github.com/users/dan-tee/repos", "site_admin": false, "starred_url": "https://api.github.com/users/dan-tee/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dan-tee/subscriptions", "type": "User", "url": "https://api.github.com/users/dan-tee" }
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" } ]
closed
false
null
[]
{ "closed_at": "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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
5
2016-01-21T22:26:47Z
2016-01-26T15:55:59Z
2016-01-26T15:55:45Z
NONE
null
closes #12081
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12112/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12112/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12112.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12112", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12112.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12112" }
https://api.github.com/repos/pandas-dev/pandas/issues/12113
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12113/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12113/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12113/events
https://github.com/pandas-dev/pandas/pull/12113
128,050,410
MDExOlB1bGxSZXF1ZXN0NTY4Mjg5Mzc=
12,113
CLN: cleaned RangeIndex._min_fitting_element
{ "avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4", "events_url": "https://api.github.com/users/kawochen/events{/privacy}", "followers_url": "https://api.github.com/users/kawochen/followers", "following_url": "https://api.github.com/users/kawochen/following{/other_user}", "gists_url": "https://api.github.com/users/kawochen/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/kawochen", "id": 10709573, "login": "kawochen", "node_id": "MDQ6VXNlcjEwNzA5NTcz", "organizations_url": "https://api.github.com/users/kawochen/orgs", "received_events_url": "https://api.github.com/users/kawochen/received_events", "repos_url": "https://api.github.com/users/kawochen/repos", "site_admin": false, "starred_url": "https://api.github.com/users/kawochen/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kawochen/subscriptions", "type": "User", "url": "https://api.github.com/users/kawochen" }
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" } ]
closed
false
null
[]
{ "closed_at": "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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
1
2016-01-22T00:02:47Z
2016-01-22T15:53:38Z
2016-01-22T15:53:33Z
CONTRIBUTOR
null
Added test cases for `_min_fitting_element` and `_max_fitting_element` (unused) that would fail in master because of precision
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12113/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12113/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12113.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12113", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12113.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12113" }
https://api.github.com/repos/pandas-dev/pandas/issues/12114
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12114/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12114/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12114/events
https://github.com/pandas-dev/pandas/pull/12114
128,052,148
MDExOlB1bGxSZXF1ZXN0NTY4Mjk4NjQ=
12,114
CLN: fix flake8 warnings in pandas/stats
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "eb6420", "default": false, "description": "Code style, linting, code_checks", "id": 106935113, "name": "Code Style", "node_id": "MDU6TGFiZWwxMDY5MzUxMTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style" } ]
closed
false
null
[]
{ "closed_at": "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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
2
2016-01-22T00:14:07Z
2016-01-22T15:56:25Z
2016-01-22T15:56:18Z
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/12114/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12114/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12114.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12114", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12114.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12114" }
https://api.github.com/repos/pandas-dev/pandas/issues/12115
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12115/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12115/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12115/events
https://github.com/pandas-dev/pandas/pull/12115
128,053,891
MDExOlB1bGxSZXF1ZXN0NTY4MzA5OTc=
12,115
CLN: grab bag of flake8 fixes
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "eb6420", "default": false, "description": "Code style, linting, code_checks", "id": 106935113, "name": "Code Style", "node_id": "MDU6TGFiZWwxMDY5MzUxMTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style" } ]
closed
false
null
[]
{ "closed_at": "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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
1
2016-01-22T00:28:08Z
2016-01-22T15:57:31Z
2016-01-22T15:57:24Z
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/12115/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12115/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12115.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12115", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12115.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12115" }
https://api.github.com/repos/pandas-dev/pandas/issues/12116
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12116/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12116/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12116/events
https://github.com/pandas-dev/pandas/pull/12116
128,064,193
MDExOlB1bGxSZXF1ZXN0NTY4MzcyMTY=
12,116
PEP: pandas/sparse cleanup
{ "avatar_url": "https://avatars.githubusercontent.com/u/3195015?v=4", "events_url": "https://api.github.com/users/rockg/events{/privacy}", "followers_url": "https://api.github.com/users/rockg/followers", "following_url": "https://api.github.com/users/rockg/following{/other_user}", "gists_url": "https://api.github.com/users/rockg/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/rockg", "id": 3195015, "login": "rockg", "node_id": "MDQ6VXNlcjMxOTUwMTU=", "organizations_url": "https://api.github.com/users/rockg/orgs", "received_events_url": "https://api.github.com/users/rockg/received_events", "repos_url": "https://api.github.com/users/rockg/repos", "site_admin": false, "starred_url": "https://api.github.com/users/rockg/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/rockg/subscriptions", "type": "User", "url": "https://api.github.com/users/rockg" }
[ { "color": "eb6420", "default": false, "description": "Code style, linting, code_checks", "id": 106935113, "name": "Code Style", "node_id": "MDU6TGFiZWwxMDY5MzUxMTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style" } ]
closed
false
null
[]
{ "closed_at": "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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
2
2016-01-22T01:55:48Z
2016-01-24T22:25:19Z
2016-01-24T22:25:10Z
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/12116/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12116/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12116.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12116", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12116.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12116" }
https://api.github.com/repos/pandas-dev/pandas/issues/12117
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12117/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12117/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12117/events
https://github.com/pandas-dev/pandas/pull/12117
128,094,625
MDExOlB1bGxSZXF1ZXN0NTY4NTE4MjI=
12,117
Update __init__.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/15379467?v=4", "events_url": "https://api.github.com/users/ranarag/events{/privacy}", "followers_url": "https://api.github.com/users/ranarag/followers", "following_url": "https://api.github.com/users/ranarag/following{/other_user}", "gists_url": "https://api.github.com/users/ranarag/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/ranarag", "id": 15379467, "login": "ranarag", "node_id": "MDQ6VXNlcjE1Mzc5NDY3", "organizations_url": "https://api.github.com/users/ranarag/orgs", "received_events_url": "https://api.github.com/users/ranarag/received_events", "repos_url": "https://api.github.com/users/ranarag/repos", "site_admin": false, "starred_url": "https://api.github.com/users/ranarag/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ranarag/subscriptions", "type": "User", "url": "https://api.github.com/users/ranarag" }
[]
closed
false
null
[]
null
1
2016-01-22T06:35:51Z
2016-01-22T15:47:53Z
2016-01-22T15:47:53Z
CONTRIBUTOR
null
getargspec is dprecated in python 3; signature is used instead
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12117/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12117/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12117.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12117", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12117.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12117" }
https://api.github.com/repos/pandas-dev/pandas/issues/12118
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12118/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12118/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12118/events
https://github.com/pandas-dev/pandas/pull/12118
128,148,341
MDExOlB1bGxSZXF1ZXN0NTY4ODIxNTk=
12,118
Update __init__.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/15379467?v=4", "events_url": "https://api.github.com/users/ranarag/events{/privacy}", "followers_url": "https://api.github.com/users/ranarag/followers", "following_url": "https://api.github.com/users/ranarag/following{/other_user}", "gists_url": "https://api.github.com/users/ranarag/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/ranarag", "id": 15379467, "login": "ranarag", "node_id": "MDQ6VXNlcjE1Mzc5NDY3", "organizations_url": "https://api.github.com/users/ranarag/orgs", "received_events_url": "https://api.github.com/users/ranarag/received_events", "repos_url": "https://api.github.com/users/ranarag/repos", "site_admin": false, "starred_url": "https://api.github.com/users/ranarag/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ranarag/subscriptions", "type": "User", "url": "https://api.github.com/users/ranarag" }
[]
closed
false
null
[]
null
1
2016-01-22T12:33:40Z
2016-01-22T19:23:08Z
2016-01-22T15:47:37Z
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/12118/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12118/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12118.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12118", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12118.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12118" }
https://api.github.com/repos/pandas-dev/pandas/issues/12119
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12119/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12119/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12119/events
https://github.com/pandas-dev/pandas/pull/12119
128,180,165
MDExOlB1bGxSZXF1ZXN0NTY5MDE4MzI=
12,119
Allow from_tuples to accept and iterator
{ "avatar_url": "https://avatars.githubusercontent.com/u/1019539?v=4", "events_url": "https://api.github.com/users/spencerogden/events{/privacy}", "followers_url": "https://api.github.com/users/spencerogden/followers", "following_url": "https://api.github.com/users/spencerogden/following{/other_user}", "gists_url": "https://api.github.com/users/spencerogden/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/spencerogden", "id": 1019539, "login": "spencerogden", "node_id": "MDQ6VXNlcjEwMTk1Mzk=", "organizations_url": "https://api.github.com/users/spencerogden/orgs", "received_events_url": "https://api.github.com/users/spencerogden/received_events", "repos_url": "https://api.github.com/users/spencerogden/repos", "site_admin": false, "starred_url": "https://api.github.com/users/spencerogden/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/spencerogden/subscriptions", "type": "User", "url": "https://api.github.com/users/spencerogden" }
[]
closed
false
null
[]
null
4
2016-01-22T15:32:56Z
2016-01-27T16:55:31Z
2016-01-27T16:00:17Z
NONE
null
Since many methods of constructing a list of tuples in Python3 return iterators, this flattens them. Although using from_arrays often works better.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12119/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12119/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12119.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12119", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12119.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12119" }
https://api.github.com/repos/pandas-dev/pandas/issues/12120
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12120/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12120/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12120/events
https://github.com/pandas-dev/pandas/issues/12120
128,208,438
MDU6SXNzdWUxMjgyMDg0Mzg=
12,120
Inconsistent results when subtracting two large float64 columns
{ "avatar_url": "https://avatars.githubusercontent.com/u/12196307?v=4", "events_url": "https://api.github.com/users/canthonissen/events{/privacy}", "followers_url": "https://api.github.com/users/canthonissen/followers", "following_url": "https://api.github.com/users/canthonissen/following{/other_user}", "gists_url": "https://api.github.com/users/canthonissen/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/canthonissen", "id": 12196307, "login": "canthonissen", "node_id": "MDQ6VXNlcjEyMTk2MzA3", "organizations_url": "https://api.github.com/users/canthonissen/orgs", "received_events_url": "https://api.github.com/users/canthonissen/received_events", "repos_url": "https://api.github.com/users/canthonissen/repos", "site_admin": false, "starred_url": "https://api.github.com/users/canthonissen/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/canthonissen/subscriptions", "type": "User", "url": "https://api.github.com/users/canthonissen" }
[]
closed
false
null
[]
null
2
2016-01-22T17:52:36Z
2016-01-23T04:42:46Z
2016-01-23T04:42:46Z
NONE
null
> > > test = numpy.DataFrame(numpy.random.normal(size=(80000,2))) > > > k = test[0] - test[1] Works most of the time, but sometimes gives a column of zero (or near zeros) as output. Does not seem to affect small dataframes.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12120/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12120/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12121
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12121/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12121/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12121/events
https://github.com/pandas-dev/pandas/pull/12121
128,350,440
MDExOlB1bGxSZXF1ZXN0NTY5ODU1OTg=
12,121
BUG: Avoid cancellations in nanskew/nankurt.
{ "avatar_url": "https://avatars.githubusercontent.com/u/537559?v=4", "events_url": "https://api.github.com/users/jvkersch/events{/privacy}", "followers_url": "https://api.github.com/users/jvkersch/followers", "following_url": "https://api.github.com/users/jvkersch/following{/other_user}", "gists_url": "https://api.github.com/users/jvkersch/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jvkersch", "id": 537559, "login": "jvkersch", "node_id": "MDQ6VXNlcjUzNzU1OQ==", "organizations_url": "https://api.github.com/users/jvkersch/orgs", "received_events_url": "https://api.github.com/users/jvkersch/received_events", "repos_url": "https://api.github.com/users/jvkersch/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jvkersch/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jvkersch/subscriptions", "type": "User", "url": "https://api.github.com/users/jvkersch" }
[ { "color": "006b75", "default": false, "description": "Arithmetic, Comparison, and Logical operations", "id": 47223669, "name": "Numeric Operations", "node_id": "MDU6TGFiZWw0NzIyMzY2OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations" }, { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "2016-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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
6
2016-01-23T20:27:09Z
2016-01-25T18:01:49Z
2016-01-25T15:40:17Z
CONTRIBUTOR
null
closes https://github.com/pydata/pandas/issues/11974 This replaces the implementation of `nanskew` and `nankurt` by an algorithm that does not produce round-off error due to subtracting very similar large values. The sample skew and kurtosis are computed directly from the moments, rather than expanding the moments, which leads to cancellation errors. The algorithm implemented here is about as efficient as the original implementation (in terms of time and memory); a more efficient one-pass algorithm is certainly possible but would require some Cython code.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12121/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12121/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12121.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12121", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12121.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12121" }
https://api.github.com/repos/pandas-dev/pandas/issues/12122
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12122/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12122/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12122/events
https://github.com/pandas-dev/pandas/pull/12122
128,366,913
MDExOlB1bGxSZXF1ZXN0NTY5OTI2ODY=
12,122
DOC: typo in v0.10 whatsnew
{ "avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4", "events_url": "https://api.github.com/users/kawochen/events{/privacy}", "followers_url": "https://api.github.com/users/kawochen/followers", "following_url": "https://api.github.com/users/kawochen/following{/other_user}", "gists_url": "https://api.github.com/users/kawochen/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/kawochen", "id": 10709573, "login": "kawochen", "node_id": "MDQ6VXNlcjEwNzA5NTcz", "organizations_url": "https://api.github.com/users/kawochen/orgs", "received_events_url": "https://api.github.com/users/kawochen/received_events", "repos_url": "https://api.github.com/users/kawochen/repos", "site_admin": false, "starred_url": "https://api.github.com/users/kawochen/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kawochen/subscriptions", "type": "User", "url": "https://api.github.com/users/kawochen" }
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2016-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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
0
2016-01-24T02:02:34Z
2016-01-24T13:14:44Z
2016-01-24T13:14:44Z
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/12122/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12122/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12122.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12122", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12122.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12122" }
https://api.github.com/repos/pandas-dev/pandas/issues/12123
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12123/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12123/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12123/events
https://github.com/pandas-dev/pandas/pull/12123
128,370,098
MDExOlB1bGxSZXF1ZXN0NTY5OTQxNjc=
12,123
DEV: Add static modifier to inline declarations.
{ "avatar_url": "https://avatars.githubusercontent.com/u/537559?v=4", "events_url": "https://api.github.com/users/jvkersch/events{/privacy}", "followers_url": "https://api.github.com/users/jvkersch/followers", "following_url": "https://api.github.com/users/jvkersch/following{/other_user}", "gists_url": "https://api.github.com/users/jvkersch/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jvkersch", "id": 537559, "login": "jvkersch", "node_id": "MDQ6VXNlcjUzNzU1OQ==", "organizations_url": "https://api.github.com/users/jvkersch/orgs", "received_events_url": "https://api.github.com/users/jvkersch/received_events", "repos_url": "https://api.github.com/users/jvkersch/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jvkersch/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jvkersch/subscriptions", "type": "User", "url": "https://api.github.com/users/jvkersch" }
[ { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "2016-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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
6
2016-01-24T03:42:02Z
2016-01-24T18:30:01Z
2016-01-24T18:29:54Z
CONTRIBUTOR
null
It is currently impossible to build a debug version of Pandas on Mac OS, since some of the C function declarations are declared as `inline`, and compiling in debug mode turns off optimizations and hence inlining. While this could be solved by adding a compile argument to `setup.py` to use the C89 behavior for inline as in #10510, I believe an ultimately cleaner solution may consist of declaring inlined functions as `static`, so that the code is properly C99-compliant. For the implementation, I added the `static` keyword to the definitions of `PANDAS_INLINE` and `P_INLINE` (and removed duplicate occurrences of `static` from some function declarations), so that future implementations that use those defines are automatically compliant. This is slightly different from e.g. Cython, which defines `CYTHON_INLINE` as `inline` and declares everything as `static CYTHON_INLINE`.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12123/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12123/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12123.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12123", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12123.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12123" }
https://api.github.com/repos/pandas-dev/pandas/issues/12124
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12124/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12124/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12124/events
https://github.com/pandas-dev/pandas/pull/12124
128,374,864
MDExOlB1bGxSZXF1ZXN0NTY5OTU4Nzg=
12,124
CLN: reorganize index.py, test_index.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2016-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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
8
2016-01-24T05:40:27Z
2016-01-24T22:54:23Z
2016-01-24T22:53:31Z
MEMBER
null
Split apart these two very large modules and created a new `pandas.indexes` subpackage. It would be nice to move all the index class code from `pandas.tseries` there in a followup patch.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12124/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12124/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12124.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12124", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12124.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12124" }
https://api.github.com/repos/pandas-dev/pandas/issues/12125
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12125/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12125/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12125/events
https://github.com/pandas-dev/pandas/issues/12125
128,375,394
MDU6SXNzdWUxMjgzNzUzOTQ=
12,125
Styler class fails to render numeric columns when 0 not in columns
{ "avatar_url": "https://avatars.githubusercontent.com/u/3064019?v=4", "events_url": "https://api.github.com/users/HHammond/events{/privacy}", "followers_url": "https://api.github.com/users/HHammond/followers", "following_url": "https://api.github.com/users/HHammond/following{/other_user}", "gists_url": "https://api.github.com/users/HHammond/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/HHammond", "id": 3064019, "login": "HHammond", "node_id": "MDQ6VXNlcjMwNjQwMTk=", "organizations_url": "https://api.github.com/users/HHammond/orgs", "received_events_url": "https://api.github.com/users/HHammond/received_events", "repos_url": "https://api.github.com/users/HHammond/repos", "site_admin": false, "starred_url": "https://api.github.com/users/HHammond/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/HHammond/subscriptions", "type": "User", "url": "https://api.github.com/users/HHammond" }
[ { "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": "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": "006b75", "default": false, "description": "read_html, to_html, Styler.apply, Styler.applymap", "id": 57395487, "name": "IO HTML", "node_id": "MDU6TGFiZWw1NzM5NTQ4Nw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HTML" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
0
2016-01-24T05:52:59Z
2016-02-12T20:42:51Z
2016-02-12T20:42:51Z
CONTRIBUTOR
null
The `core.style.Styler._translate` method uses `__getitem__` indexing when working with numerical cell locations (https://github.com/pydata/pandas/blob/master/pandas/core/style.py#L240). When using numeric dataframe columns the location based index causes confusion with the column name index, causing an error. ``` python df = pd.DataFrame({i: range(10) for i in range(1,10)}) df.style._translate() ``` The expected behaviour should be to always use location based indexing. Changing [line 240](https://github.com/pydata/pandas/blob/master/pandas/core/style.py#L240) to: ``` python "value": self.data.iloc[r].iloc[c], ``` Fixes the error. I do currently have a PR to fix this but wanted to file the bug report first. ##### Error code ``` --------------------------------------------------------------------------- KeyError Traceback (most recent call last) /usr/local/lib/python3.5/site-packages/IPython/core/formatters.py in __call__(self, obj) 339 method = _safe_get_formatter_method(obj, self.print_method) 340 if method is not None: --> 341 return method() 342 return None 343 else: /usr/local/lib/python3.5/site-packages/pandas/core/style.py in _repr_html_(self) 158 Hooks into Jupyter notebook rich display system. 159 ''' --> 160 return self.render() 161 162 def _translate(self): /usr/local/lib/python3.5/site-packages/pandas/core/style.py in render(self) 259 """ 260 self._compute() --> 261 d = self._translate() 262 # filter out empty styles, every cell will have a class 263 # but the list of props may just be [['', '']]. /usr/local/lib/python3.5/site-packages/pandas/core/style.py in _translate(self) 220 cs = [DATA_CLASS, "row%s" % r, "col%s" % c] 221 cs.extend(cell_context.get("data", {}).get(r, {}).get(c, [])) --> 222 row_es.append({"type": "td", "value": self.data.iloc[r][c], 223 "class": " ".join(cs), "id": "_".join(cs[1:])}) 224 props = [] /usr/local/lib/python3.5/site-packages/pandas/core/series.py in __getitem__(self, key) 555 def __getitem__(self, key): 556 try: --> 557 result = self.index.get_value(self, key) 558 559 if not np.isscalar(result): /usr/local/lib/python3.5/site-packages/pandas/core/index.py in get_value(self, series, key) 1788 1789 try: -> 1790 return self._engine.get_value(s, k) 1791 except KeyError as e1: 1792 if len(self) > 0 and self.inferred_type in ['integer','boolean']: pandas/index.pyx in pandas.index.IndexEngine.get_value (pandas/index.c:3204)() pandas/index.pyx in pandas.index.IndexEngine.get_value (pandas/index.c:2903)() pandas/index.pyx in pandas.index.IndexEngine.get_loc (pandas/index.c:3843)() pandas/hashtable.pyx in pandas.hashtable.Int64HashTable.get_item (pandas/hashtable.c:6525)() pandas/hashtable.pyx in pandas.hashtable.Int64HashTable.get_item (pandas/hashtable.c:6463)() KeyError: 0 ``` ## INSTALLED VERSIONS commit: None python: 3.5.1.final.0 python-bits: 64 OS: Darwin OS-release: 15.3.0 machine: x86_64 processor: i386 byteorder: little LC_ALL: None LANG: en_US.UTF-8 pandas: 0.17.1 nose: 1.3.7 pip: 7.1.2 setuptools: 19.4 Cython: None numpy: 1.10.4 scipy: 0.16.0 statsmodels: None IPython: 4.0.3 sphinx: 1.3.1 patsy: None dateutil: 2.4.2 pytz: 2015.7 blosc: None bottleneck: None tables: None numexpr: None matplotlib: 1.4.3 openpyxl: None xlrd: None xlwt: None xlsxwriter: None lxml: None bs4: None html5lib: None httplib2: None apiclient: None sqlalchemy: None pymysql: None psycopg2: None Jinja2: 2.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/12125/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12125/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12126
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12126/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12126/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12126/events
https://github.com/pandas-dev/pandas/pull/12126
128,376,058
MDExOlB1bGxSZXF1ZXN0NTY5OTYyMDY=
12,126
Fix Styler._translate failing on numeric columns
{ "avatar_url": "https://avatars.githubusercontent.com/u/3064019?v=4", "events_url": "https://api.github.com/users/HHammond/events{/privacy}", "followers_url": "https://api.github.com/users/HHammond/followers", "following_url": "https://api.github.com/users/HHammond/following{/other_user}", "gists_url": "https://api.github.com/users/HHammond/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/HHammond", "id": 3064019, "login": "HHammond", "node_id": "MDQ6VXNlcjMwNjQwMTk=", "organizations_url": "https://api.github.com/users/HHammond/orgs", "received_events_url": "https://api.github.com/users/HHammond/received_events", "repos_url": "https://api.github.com/users/HHammond/repos", "site_admin": false, "starred_url": "https://api.github.com/users/HHammond/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/HHammond/subscriptions", "type": "User", "url": "https://api.github.com/users/HHammond" }
[ { "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": "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": "006b75", "default": false, "description": "read_html, to_html, Styler.apply, Styler.applymap", "id": 57395487, "name": "IO HTML", "node_id": "MDU6TGFiZWw1NzM5NTQ4Nw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HTML" } ]
closed
false
null
[]
null
8
2016-01-24T06:05:36Z
2016-01-24T19:49:26Z
2016-01-24T19:49:26Z
CONTRIBUTOR
null
Addresses https://github.com/pydata/pandas/issues/12125. The previous behaviour was to use a `__getitem__` lookup which caused incorrect behaviour with numeric columns. The adjusted code uses `iloc` numerical indexing to resolve the issue.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12126/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12126/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12126.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12126", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12126.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12126" }
https://api.github.com/repos/pandas-dev/pandas/issues/12127
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12127/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12127/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12127/events
https://github.com/pandas-dev/pandas/pull/12127
128,417,491
MDExOlB1bGxSZXF1ZXN0NTcwMTA1OTg=
12,127
COMPAT: numpy_compat for >= 1.11 for np.datetime64 tz changes, #12100
{ "avatar_url": "https://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://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }
[ { "color": "5319e7", "default": false, "description": "Timezone data dtype", "id": 60458168, "name": "Timezones", "node_id": "MDU6TGFiZWw2MDQ1ODE2OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones" }, { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "2016-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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
1
2016-01-24T19:00:21Z
2016-01-25T15:31:23Z
2016-01-25T15:31:23Z
CONTRIBUTOR
null
closes #12100
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12127/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12127/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12127.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12127", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12127.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12127" }
https://api.github.com/repos/pandas-dev/pandas/issues/12128
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12128/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12128/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12128/events
https://github.com/pandas-dev/pandas/pull/12128
128,439,911
MDExOlB1bGxSZXF1ZXN0NTcwMjAxNDU=
12,128
PERF: add support for NaT in hashtable factorizers, improving Categorical construction with NaT
{ "avatar_url": "https://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://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "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" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
3
2016-01-25T01:10:25Z
2016-01-25T15:29:27Z
2016-01-25T15:29:27Z
CONTRIBUTOR
null
closes #12077 ``` before after ratio [1330b9fe] [404911c6] 17.25ms 1.21ms 0.07 categoricals.categorical_constructor_with_datetimes.time_datetimes_with_nat ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12128/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12128/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12128.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12128", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12128.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12128" }
https://api.github.com/repos/pandas-dev/pandas/issues/12129
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12129/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12129/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12129/events
https://github.com/pandas-dev/pandas/pull/12129
128,469,694
MDExOlB1bGxSZXF1ZXN0NTcwMzE4MDY=
12,129
DEPR: GH10623 remove items from msgpack.encode for blocks
{ "avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4", "events_url": "https://api.github.com/users/kawochen/events{/privacy}", "followers_url": "https://api.github.com/users/kawochen/followers", "following_url": "https://api.github.com/users/kawochen/following{/other_user}", "gists_url": "https://api.github.com/users/kawochen/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/kawochen", "id": 10709573, "login": "kawochen", "node_id": "MDQ6VXNlcjEwNzA5NTcz", "organizations_url": "https://api.github.com/users/kawochen/orgs", "received_events_url": "https://api.github.com/users/kawochen/received_events", "repos_url": "https://api.github.com/users/kawochen/repos", "site_admin": false, "starred_url": "https://api.github.com/users/kawochen/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kawochen/subscriptions", "type": "User", "url": "https://api.github.com/users/kawochen" }
[ { "color": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "2016-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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
14
2016-01-25T06:02:48Z
2016-02-16T17:10:30Z
2016-02-16T14:50:50Z
CONTRIBUTOR
null
closes #10623
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12129/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12129/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12129.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12129", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12129.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12129" }
https://api.github.com/repos/pandas-dev/pandas/issues/12130
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12130/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12130/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12130/events
https://github.com/pandas-dev/pandas/pull/12130
128,470,844
MDExOlB1bGxSZXF1ZXN0NTcwMzI1MTA=
12,130
REF: reorganize pandas/tests/test_series.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.github.com/users/wesm/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wesm", "id": 329591, "login": "wesm", "node_id": "MDQ6VXNlcjMyOTU5MQ==", "organizations_url": "https://api.github.com/users/wesm/orgs", "received_events_url": "https://api.github.com/users/wesm/received_events", "repos_url": "https://api.github.com/users/wesm/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wesm/subscriptions", "type": "User", "url": "https://api.github.com/users/wesm" }
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2016-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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
3
2016-01-25T06:17:06Z
2016-01-26T17:55:45Z
2016-01-26T14:00:02Z
MEMBER
null
Similar to test_frame.py, but only 8K lines to deal with this 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/12130/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12130/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12130.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12130", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12130.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12130" }
https://api.github.com/repos/pandas-dev/pandas/issues/12131
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12131/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12131/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12131/events
https://github.com/pandas-dev/pandas/pull/12131
128,475,082
MDExOlB1bGxSZXF1ZXN0NTcwMzQ2NTc=
12,131
Use system line terminator in to_clipboard by default
{ "avatar_url": "https://avatars.githubusercontent.com/u/53390?v=4", "events_url": "https://api.github.com/users/Winand/events{/privacy}", "followers_url": "https://api.github.com/users/Winand/followers", "following_url": "https://api.github.com/users/Winand/following{/other_user}", "gists_url": "https://api.github.com/users/Winand/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/Winand", "id": 53390, "login": "Winand", "node_id": "MDQ6VXNlcjUzMzkw", "organizations_url": "https://api.github.com/users/Winand/orgs", "received_events_url": "https://api.github.com/users/Winand/received_events", "repos_url": "https://api.github.com/users/Winand/repos", "site_admin": false, "starred_url": "https://api.github.com/users/Winand/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Winand/subscriptions", "type": "User", "url": "https://api.github.com/users/Winand" }
[ { "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": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
null
2
2016-01-25T06:56:29Z
2016-01-30T15:20:09Z
2016-01-30T15:20:09Z
CONTRIBUTOR
null
closes #11720 Adds line_terminator optional argument to to_clipboard
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12131/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12131/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12131.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12131", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12131.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12131" }
https://api.github.com/repos/pandas-dev/pandas/issues/12132
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12132/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12132/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12132/events
https://github.com/pandas-dev/pandas/pull/12132
128,479,173
MDExOlB1bGxSZXF1ZXN0NTcwMzY3NzI=
12,132
to_csv locale dependent format {:n} support
{ "avatar_url": "https://avatars.githubusercontent.com/u/53390?v=4", "events_url": "https://api.github.com/users/Winand/events{/privacy}", "followers_url": "https://api.github.com/users/Winand/followers", "following_url": "https://api.github.com/users/Winand/following{/other_user}", "gists_url": "https://api.github.com/users/Winand/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/Winand", "id": 53390, "login": "Winand", "node_id": "MDQ6VXNlcjUzMzkw", "organizations_url": "https://api.github.com/users/Winand/orgs", "received_events_url": "https://api.github.com/users/Winand/received_events", "repos_url": "https://api.github.com/users/Winand/repos", "site_admin": false, "starred_url": "https://api.github.com/users/Winand/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Winand/subscriptions", "type": "User", "url": "https://api.github.com/users/Winand" }
[ { "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", "id": 47229171, "name": "IO CSV", "node_id": "MDU6TGFiZWw0NzIyOTE3MQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV" } ]
closed
false
null
[]
null
2
2016-01-25T07:32:27Z
2016-01-30T15:19:56Z
2016-01-30T15:19:56Z
CONTRIBUTOR
null
closes #11812
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12132/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12132/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12132.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12132", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12132.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12132" }
https://api.github.com/repos/pandas-dev/pandas/issues/12133
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12133/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12133/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12133/events
https://github.com/pandas-dev/pandas/issues/12133
128,489,800
MDU6SXNzdWUxMjg0ODk4MDA=
12,133
crosstab dropna=False breaks columns.names
{ "avatar_url": "https://avatars.githubusercontent.com/u/53390?v=4", "events_url": "https://api.github.com/users/Winand/events{/privacy}", "followers_url": "https://api.github.com/users/Winand/followers", "following_url": "https://api.github.com/users/Winand/following{/other_user}", "gists_url": "https://api.github.com/users/Winand/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/Winand", "id": 53390, "login": "Winand", "node_id": "MDQ6VXNlcjUzMzkw", "organizations_url": "https://api.github.com/users/Winand/orgs", "received_events_url": "https://api.github.com/users/Winand/received_events", "repos_url": "https://api.github.com/users/Winand/repos", "site_admin": false, "starred_url": "https://api.github.com/users/Winand/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Winand/subscriptions", "type": "User", "url": "https://api.github.com/users/Winand" }
[ { "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, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" } ]
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "after 0.18.0 of course!", "due_on": "2016-05-04T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/38", "id": 1570594, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/38/labels", "node_id": "MDk6TWlsZXN0b25lMTU3MDU5NA==", "number": 38, "open_issues": 0, "state": "closed", "title": "0.18.1", "updated_at": "2017-08-10T09:01:26Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/38" }
2
2016-01-25T08:52:00Z
2016-04-17T14:31:40Z
2016-04-17T14:31:40Z
CONTRIBUTOR
null
Specifying `dropna=False` drops column level names: ``` import pandas as pd df = pd.DataFrame({"Col1": [23], "Col2": [45]}) names1 = pd.crosstab(df["Col1"], df["Col2"]).columns.names names2 = pd.crosstab(df["Col1"], df["Col2"], dropna=False).columns.names print(names1, names2) >>>['Col2'] [None] ``` P.S. At first i thought `dropna=False` will help to count `NaN` values, though it seems that `fillna` is needed. ~~So i don't understand, why this parameter is needed at all.~~ If entire column is `NaN` then we'll get `KeyError: '__dummy__'` anyway. pandas: 0.17.1
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12133/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12133/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12134
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12134/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12134/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12134/events
https://github.com/pandas-dev/pandas/issues/12134
128,569,266
MDU6SXNzdWUxMjg1NjkyNjY=
12,134
style.set_precision(0) displays spurious .0
{ "avatar_url": "https://avatars.githubusercontent.com/u/6342379?v=4", "events_url": "https://api.github.com/users/xflr6/events{/privacy}", "followers_url": "https://api.github.com/users/xflr6/followers", "following_url": "https://api.github.com/users/xflr6/following{/other_user}", "gists_url": "https://api.github.com/users/xflr6/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/xflr6", "id": 6342379, "login": "xflr6", "node_id": "MDQ6VXNlcjYzNDIzNzk=", "organizations_url": "https://api.github.com/users/xflr6/orgs", "received_events_url": "https://api.github.com/users/xflr6/received_events", "repos_url": "https://api.github.com/users/xflr6/repos", "site_admin": false, "starred_url": "https://api.github.com/users/xflr6/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/xflr6/subscriptions", "type": "User", "url": "https://api.github.com/users/xflr6" }
[ { "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": "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": "006b75", "default": false, "description": "read_html, to_html, Styler.apply, Styler.applymap", "id": 57395487, "name": "IO HTML", "node_id": "MDU6TGFiZWw1NzM5NTQ4Nw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HTML" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
6
2016-01-25T16:03:20Z
2016-02-12T20:42:51Z
2016-02-12T20:42:51Z
CONTRIBUTOR
null
The expected display format would be as in [2]: ![screenshot](https://cloud.githubusercontent.com/assets/6342379/12556293/77593db2-c385-11e5-89e1-69a2bdd0a049.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/12134/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12134/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12135
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12135/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12135/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12135/events
https://github.com/pandas-dev/pandas/pull/12135
128,590,450
MDExOlB1bGxSZXF1ZXN0NTcxMDA3NTk=
12,135
BUG: set src->buffer = NULL after garbage collecting it in buffer_rd_…
{ "avatar_url": "https://avatars.githubusercontent.com/u/831833?v=4", "events_url": "https://api.github.com/users/selasley/events{/privacy}", "followers_url": "https://api.github.com/users/selasley/followers", "following_url": "https://api.github.com/users/selasley/following{/other_user}", "gists_url": "https://api.github.com/users/selasley/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/selasley", "id": 831833, "login": "selasley", "node_id": "MDQ6VXNlcjgzMTgzMw==", "organizations_url": "https://api.github.com/users/selasley/orgs", "received_events_url": "https://api.github.com/users/selasley/received_events", "repos_url": "https://api.github.com/users/selasley/repos", "site_admin": false, "starred_url": "https://api.github.com/users/selasley/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/selasley/subscriptions", "type": "User", "url": "https://api.github.com/users/selasley" }
[ { "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", "id": 47229171, "name": "IO CSV", "node_id": "MDU6TGFiZWw0NzIyOTE3MQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
16
2016-01-25T17:13:39Z
2019-09-23T11:23:41Z
2016-01-27T15:12:25Z
CONTRIBUTOR
null
Issue #12098 Add src->buffer = NULL; after garbage collecting src->buffer in the buffer_rd_bytes routine in io.c to fix the segfault
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12135/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12135/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12135.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12135", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12135.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12135" }
https://api.github.com/repos/pandas-dev/pandas/issues/12136
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12136/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12136/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12136/events
https://github.com/pandas-dev/pandas/issues/12136
128,613,727
MDU6SXNzdWUxMjg2MTM3Mjc=
12,136
BUG/API: to_timedelta unit-argument ignored for string input
{ "avatar_url": "https://avatars.githubusercontent.com/u/12408997?v=4", "events_url": "https://api.github.com/users/belteshassar/events{/privacy}", "followers_url": "https://api.github.com/users/belteshassar/followers", "following_url": "https://api.github.com/users/belteshassar/following{/other_user}", "gists_url": "https://api.github.com/users/belteshassar/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/belteshassar", "id": 12408997, "login": "belteshassar", "node_id": "MDQ6VXNlcjEyNDA4OTk3", "organizations_url": "https://api.github.com/users/belteshassar/orgs", "received_events_url": "https://api.github.com/users/belteshassar/received_events", "repos_url": "https://api.github.com/users/belteshassar/repos", "site_admin": false, "starred_url": "https://api.github.com/users/belteshassar/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/belteshassar/subscriptions", "type": "User", "url": "https://api.github.com/users/belteshassar" }
[ { "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", "id": 49597148, "name": "Timedelta", "node_id": "MDU6TGFiZWw0OTU5NzE0OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timedelta" } ]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2020-08-01T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/68", "id": 4894670, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels", "node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==", "number": 68, "open_issues": 0, "state": "closed", "title": "1.1", "updated_at": "2021-07-17T17:25:28Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68" }
26
2016-01-25T19:11:18Z
2020-06-08T22:10:04Z
2020-06-08T22:10:04Z
NONE
null
So, I don't know if this is by design, but it sure confused me. `to_timedelta()` operates differently on the number `1000` compared to the string `'1000'`: ``` python In[3]: pd.to_timedelta(1000, unit='ms') Out[3]: Timedelta('0 days 00:00:01') In[4]: pd.to_timedelta(1000.0, unit='ms') Out[4]: Timedelta('0 days 00:00:01') ``` and ``` python In[6]: pd.to_timedelta('1000ms') Out[6]: Timedelta('0 days 00:00:01') ``` while ``` python In[5]: pd.to_timedelta('1000', unit='ms') Out[5]: Timedelta('0 days 00:00:00.000001') ``` I've tried my best to come up with a reason for why this behaviour would be desirable, but I can't think of any.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12136/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12136/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12137
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12137/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12137/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12137/events
https://github.com/pandas-dev/pandas/pull/12137
128,620,589
MDExOlB1bGxSZXF1ZXN0NTcxMTk3OTk=
12,137
BUG: style.set_precision(0) displays spurious .0
{ "avatar_url": "https://avatars.githubusercontent.com/u/6342379?v=4", "events_url": "https://api.github.com/users/xflr6/events{/privacy}", "followers_url": "https://api.github.com/users/xflr6/followers", "following_url": "https://api.github.com/users/xflr6/following{/other_user}", "gists_url": "https://api.github.com/users/xflr6/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/xflr6", "id": 6342379, "login": "xflr6", "node_id": "MDQ6VXNlcjYzNDIzNzk=", "organizations_url": "https://api.github.com/users/xflr6/orgs", "received_events_url": "https://api.github.com/users/xflr6/received_events", "repos_url": "https://api.github.com/users/xflr6/repos", "site_admin": false, "starred_url": "https://api.github.com/users/xflr6/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/xflr6/subscriptions", "type": "User", "url": "https://api.github.com/users/xflr6" }
[ { "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": "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": "006b75", "default": false, "description": "read_html, to_html, Styler.apply, Styler.applymap", "id": 57395487, "name": "IO HTML", "node_id": "MDU6TGFiZWw1NzM5NTQ4Nw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HTML" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
2
2016-01-25T19:43:27Z
2016-02-13T10:33:27Z
2016-02-13T10:24:44Z
CONTRIBUTOR
null
Fixes #12134
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12137/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12137/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12137.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12137", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12137.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12137" }
https://api.github.com/repos/pandas-dev/pandas/issues/12138
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12138/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12138/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12138/events
https://github.com/pandas-dev/pandas/pull/12138
128,626,881
MDExOlB1bGxSZXF1ZXN0NTcxMjM1MjY=
12,138
CI: latest ipython version for doc build
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/other_user}", "gists_url": "https://api.github.com/users/jorisvandenbossche/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jorisvandenbossche", "id": 1020496, "login": "jorisvandenbossche", "node_id": "MDQ6VXNlcjEwMjA0OTY=", "organizations_url": "https://api.github.com/users/jorisvandenbossche/orgs", "received_events_url": "https://api.github.com/users/jorisvandenbossche/received_events", "repos_url": "https://api.github.com/users/jorisvandenbossche/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jorisvandenbossche/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jorisvandenbossche/subscriptions", "type": "User", "url": "https://api.github.com/users/jorisvandenbossche" }
[ { "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": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
closed
false
null
[]
{ "closed_at": "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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
6
2016-01-25T20:12:21Z
2016-01-27T23:38:41Z
2016-01-26T16:26:34Z
MEMBER
null
See https://github.com/pydata/pandas/pull/12002#issuecomment-174550631 Doc builds are failing, testing if using the latest `ipython` version solves it.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12138/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12138/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12138.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12138", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12138.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12138" }
https://api.github.com/repos/pandas-dev/pandas/issues/12139
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12139/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12139/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12139/events
https://github.com/pandas-dev/pandas/issues/12139
128,628,245
MDU6SXNzdWUxMjg2MjgyNDU=
12,139
CI: windows 27-64 build failing
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" }, { "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" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
0
2016-01-25T20:17:18Z
2016-01-27T22:39:25Z
2016-01-27T22:39:25Z
CONTRIBUTOR
null
This has been working for quite some time and I don't think the code changes broke this: https://ci.appveyor.com/project/jreback/pandas-465/build/1.0.145 so something changed in what conda is pull in I think (as I cannot repro this, though I have a slightly older build env) if anyone wants to take a look
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12139/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12139/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12140
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12140/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12140/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12140/events
https://github.com/pandas-dev/pandas/issues/12140
128,649,300
MDU6SXNzdWUxMjg2NDkzMDA=
12,140
ENH: followup for resample, #11841
{ "avatar_url": "https://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://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }
[ { "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": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": "resample method", "id": 74975453, "name": "Resample", "node_id": "MDU6TGFiZWw3NDk3NTQ1Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Resample" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
1
2016-01-25T21:52:05Z
2016-02-02T15:16:18Z
2016-02-02T15:16:18Z
CONTRIBUTOR
null
@jorisvandenbossche comments for followup on #11841 - [x] the repr: can we follow here PEP8 as well? :-) (I mean spaces after the comma's, I think this would make it a bit more readable, maybe also quotes around the strings) - [x] `upsample` has been removed? (but is still in the documentation) Or is this now `asfreq`? > doc are updated, it IS now `.asfreq` - [x] `apply gives Exception: Must produce aggregated value` (for a series) if you pass it a function that does not return a aggregated value. For groupby this works, would be nice to have this consistent. When applying it on a resampled dataframe, you get the cryptic `ValueError: cannot copy sequence with size 3 to array axis with dimension 180` message. Typical example is just a `.apply(lambda x: x)` - [x] `Resampler.fillna` has no explanation - [x] `DatetimeIndexResampler` has no docstring yet - [x] `apply, agg, aggregate` have no docstring, transform a very brief In theory it would be best if this were addressed in this PR, but given the PEP8 changes waiting on this PR, it's OK for me to leave this for a follow-up PR - [x] Further, an inconsistency between `r.agg()` and `r[].agg()` in: ``` In [81]: df = pd.DataFrame(np.random.randn(1000, 3), ....: index=pd.date_range('1/1/2012', freq='S', periods=1000 ), ....: columns=['A', 'B', 'C']) In [82]: r = df.resample('3T') In [83]: r.agg({'r1':'mean', 'r2':'sum'}) SpecificationError: nested dictionary is ambiguous in aggregation In [84]: r[['A', 'B']].agg({'r1':'mean', 'r2':'sum'}) Out[84]: r1 r2 A B A B 2012-01-01 00:00:00 -0.059093 0.040993 -10.636800 7.378766 2012-01-01 00:03:00 -0.037877 0.055133 -6.817820 9.923978 2012-01-01 00:06:00 -0.101921 0.061913 -18.345769 11.144373 2012-01-01 00:09:00 0.097927 -0.074492 17.626838 -13.408612 2012-01-01 00:12:00 -0.027901 0.035319 -5.022220 6.357459 2012-01-01 00:15:00 -0.037696 0.022259 -3.769580 2.225884 ``` - [x] validate that we have tests for all combinations of aggregation ``` grouped.agg({'C': 'mean', 'D': 'sum'}) grouped[['C', 'D']].agg({'C': 'mean', 'D': 'sum'}) grouped.agg({'C': ['mean', 'sum'], 'D': ['mean', 'sum']}) grouped.agg({'C': {'r': 'mean', 'r2': 'sum'}, 'D': {'r': 'mean', 'r2': 'sum'}}) ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12140/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12140/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12141
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12141/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12141/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12141/events
https://github.com/pandas-dev/pandas/issues/12141
128,684,424
MDU6SXNzdWUxMjg2ODQ0MjQ=
12,141
EHN: consider multiple skiplist classes for different datatypes
{ "avatar_url": "https://avatars.githubusercontent.com/u/10360673?v=4", "events_url": "https://api.github.com/users/jennolsen84/events{/privacy}", "followers_url": "https://api.github.com/users/jennolsen84/followers", "following_url": "https://api.github.com/users/jennolsen84/following{/other_user}", "gists_url": "https://api.github.com/users/jennolsen84/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jennolsen84", "id": 10360673, "login": "jennolsen84", "node_id": "MDQ6VXNlcjEwMzYwNjcz", "organizations_url": "https://api.github.com/users/jennolsen84/orgs", "received_events_url": "https://api.github.com/users/jennolsen84/received_events", "repos_url": "https://api.github.com/users/jennolsen84/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jennolsen84/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jennolsen84/subscriptions", "type": "User", "url": "https://api.github.com/users/jennolsen84" }
[ { "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": "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": "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": "fbca04", "default": false, "description": "Related to non-user accessible pandas implementation", "id": 49094459, "name": "Internals", "node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals" } ]
open
false
null
[]
null
14
2016-01-26T00:36:40Z
2016-07-18T07:56:00Z
null
CONTRIBUTOR
null
Right now, when we calculate something like a rolling max, if a float32 dataset is being passed in, it upcasts it to a float64. This increases the memory requirements of a big dataset considerably. This is due to the fact that the skiplist implementation only works with doubles. Would you be opposed if I added instantiations for int32, int64, float32, uint64, uint32? This way, we can avoid copies for big datasets (which take up a lot of memory, and time). cc @kawochen xref #3007
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12141/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12141/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12142
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12142/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12142/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12142/events
https://github.com/pandas-dev/pandas/issues/12142
128,734,289
MDU6SXNzdWUxMjg3MzQyODk=
12,142
BUG: Unpacking PY2 msgpack in PY3
{ "avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4", "events_url": "https://api.github.com/users/kawochen/events{/privacy}", "followers_url": "https://api.github.com/users/kawochen/followers", "following_url": "https://api.github.com/users/kawochen/following{/other_user}", "gists_url": "https://api.github.com/users/kawochen/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/kawochen", "id": 10709573, "login": "kawochen", "node_id": "MDQ6VXNlcjEwNzA5NTcz", "organizations_url": "https://api.github.com/users/kawochen/orgs", "received_events_url": "https://api.github.com/users/kawochen/received_events", "repos_url": "https://api.github.com/users/kawochen/repos", "site_admin": false, "starred_url": "https://api.github.com/users/kawochen/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kawochen/subscriptions", "type": "User", "url": "https://api.github.com/users/kawochen" }
[ { "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" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
4
2016-01-26T06:01:42Z
2016-02-17T01:13:25Z
2016-02-17T01:13:25Z
CONTRIBUTOR
null
In #10686, I should have made all the strings in `encode` Unicode strings. Now `'abc'` packed in P2 becomes (or rather remains as) `b'abc'` when unpacked in P3. This I think is the desired behavior (bytes remain as bytes and text remains as text), but it causes errors in `decode`, because, for example, `'typ'` (`==u'type'` in P2) is expected while `b'typ'` (`=='typ'` in P2) is the key. Reading in the other direction is fine because P2 is more tolerant of these things. To reproduce this, ``` (P2) python generate_legacy_storage_files.py your_dir msgpack (P3) pandas.read_msgpack(the_file_just_created) ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12142/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12142/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12143
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12143/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12143/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12143/events
https://github.com/pandas-dev/pandas/issues/12143
128,797,096
MDU6SXNzdWUxMjg3OTcwOTY=
12,143
Series.map does not work with defaultdicts
{ "avatar_url": "https://avatars.githubusercontent.com/u/3305775?v=4", "events_url": "https://api.github.com/users/seanv507/events{/privacy}", "followers_url": "https://api.github.com/users/seanv507/followers", "following_url": "https://api.github.com/users/seanv507/following{/other_user}", "gists_url": "https://api.github.com/users/seanv507/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/seanv507", "id": 3305775, "login": "seanv507", "node_id": "MDQ6VXNlcjMzMDU3NzU=", "organizations_url": "https://api.github.com/users/seanv507/orgs", "received_events_url": "https://api.github.com/users/seanv507/received_events", "repos_url": "https://api.github.com/users/seanv507/repos", "site_admin": false, "starred_url": "https://api.github.com/users/seanv507/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/seanv507/subscriptions", "type": "User", "url": "https://api.github.com/users/seanv507" }
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
null
6
2016-01-26T11:40:51Z
2016-01-26T14:31:38Z
2016-01-26T13:50:02Z
NONE
null
map seems to remove the default behaviour - workaround is to use a lambda function ``` python import collections import pandas as pd a=pd.Series([1,2,3]) print 'a = ' print a c=collections.defaultdict(int) c[1]=1 c[2]=4 b=a.map(c) print 'b = ' print b # b.iloc[2] set to Nan (ignoring defaultdict) d=a.map(lambda x : c[x]) print 'd = ' print d # d.iloc[2] set to 0 (desired default value) pd.show_versions() a = 0 1 1 2 2 3 dtype: int64 b = 0 1 1 4 2 NaN dtype: float64 d = 0 1 1 4 2 0 dtype: int64 INSTALLED VERSIONS ------------------ commit: None python: 2.7.11.final.0 python-bits: 64 OS: Windows OS-release: 7 machine: AMD64 processor: Intel64 Family 6 Model 60 Stepping 3, GenuineIntel byteorder: little LC_ALL: None LANG: en_GB pandas: 0.17.1 nose: 1.3.7 pip: 7.1.2 setuptools: 18.5 Cython: 0.23.4 numpy: 1.10.1 scipy: 0.16.0 statsmodels: None IPython: 4.0.1 sphinx: 1.3.1 patsy: 0.4.0 dateutil: 2.4.2 pytz: 2015.7 blosc: None bottleneck: 1.0.0 tables: 3.2.2 numexpr: 2.4.4 matplotlib: 1.5.0 openpyxl: 2.2.6 xlrd: 0.9.4 xlwt: 1.0.0 xlsxwriter: 0.7.7 lxml: 3.4.4 bs4: 4.4.1 html5lib: None httplib2: None apiclient: None sqlalchemy: 1.0.9 pymysql: None psycopg2: 2.5.1 (dt dec pq3 ext) Jinja2: None ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12143/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12143/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12144
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12144/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12144/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12144/events
https://github.com/pandas-dev/pandas/issues/12144
128,812,231
MDU6SXNzdWUxMjg4MTIyMzE=
12,144
Right align numbers in HTML repr of tables
{ "avatar_url": "https://avatars.githubusercontent.com/u/438648?v=4", "events_url": "https://api.github.com/users/pwaller/events{/privacy}", "followers_url": "https://api.github.com/users/pwaller/followers", "following_url": "https://api.github.com/users/pwaller/following{/other_user}", "gists_url": "https://api.github.com/users/pwaller/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/pwaller", "id": 438648, "login": "pwaller", "node_id": "MDQ6VXNlcjQzODY0OA==", "organizations_url": "https://api.github.com/users/pwaller/orgs", "received_events_url": "https://api.github.com/users/pwaller/received_events", "repos_url": "https://api.github.com/users/pwaller/repos", "site_admin": false, "starred_url": "https://api.github.com/users/pwaller/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pwaller/subscriptions", "type": "User", "url": "https://api.github.com/users/pwaller" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "ededed", "default": false, "description": "__repr__ 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": "006b75", "default": false, "description": "read_html, to_html, Styler.apply, Styler.applymap", "id": 57395487, "name": "IO HTML", "node_id": "MDU6TGFiZWw1NzM5NTQ4Nw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HTML" }, { "color": "006b75", "default": false, "description": "conditional formatting using DataFrame.style", "id": 1728592794, "name": "Styler", "node_id": "MDU6TGFiZWwxNzI4NTkyNzk0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Styler" } ]
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", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "Changes that would be nice to have in the next release. These issues are not blocking. They will be pushed to the next release if no one has time to fix them.", "due_on": null, "html_url": "https://github.com/pandas-dev/pandas/milestone/32", "id": 933188, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32/labels", "node_id": "MDk6TWlsZXN0b25lOTMzMTg4", "number": 32, "open_issues": 1053, "state": "open", "title": "Contributions Welcome", "updated_at": "2021-11-21T00:50:06Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32" }
5
2016-01-26T12:52:12Z
2021-09-28T18:13:10Z
null
CONTRIBUTOR
null
Is there a way to right-align numbers in the HTML repr of tables? Right now they are left aligned, and it is a bit of a pain. I see there is a lot of work on conditional HTML formatting recently (e.g, #10250). Is it already possible to achieve this? /cc @TomAugspurger
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12144/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12144/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12145
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12145/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12145/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12145/events
https://github.com/pandas-dev/pandas/issues/12145
128,848,396
MDU6SXNzdWUxMjg4NDgzOTY=
12,145
background_gradient vmin and vmax
{ "avatar_url": "https://avatars.githubusercontent.com/u/703554?v=4", "events_url": "https://api.github.com/users/alimanfoo/events{/privacy}", "followers_url": "https://api.github.com/users/alimanfoo/followers", "following_url": "https://api.github.com/users/alimanfoo/following{/other_user}", "gists_url": "https://api.github.com/users/alimanfoo/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/alimanfoo", "id": 703554, "login": "alimanfoo", "node_id": "MDQ6VXNlcjcwMzU1NA==", "organizations_url": "https://api.github.com/users/alimanfoo/orgs", "received_events_url": "https://api.github.com/users/alimanfoo/received_events", "repos_url": "https://api.github.com/users/alimanfoo/repos", "site_admin": false, "starred_url": "https://api.github.com/users/alimanfoo/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/alimanfoo/subscriptions", "type": "User", "url": "https://api.github.com/users/alimanfoo" }
[ { "color": "006b75", "default": false, "description": "read_html, to_html, Styler.apply, Styler.applymap", "id": 57395487, "name": "IO HTML", "node_id": "MDU6TGFiZWw1NzM5NTQ4Nw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HTML" }, { "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" } ]
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", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "Changes that would be nice to have in the next release. These issues are not blocking. They will be pushed to the next release if no one has time to fix them.", "due_on": null, "html_url": "https://github.com/pandas-dev/pandas/milestone/32", "id": 933188, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32/labels", "node_id": "MDk6TWlsZXN0b25lOTMzMTg4", "number": 32, "open_issues": 1053, "state": "open", "title": "Contributions Welcome", "updated_at": "2021-11-21T00:50:06Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32" }
6
2016-01-26T15:08:40Z
2019-11-03T17:24:25Z
2019-11-03T12:59:56Z
NONE
null
Working with the new style API, I would like to turn several columns of a dataframe into something like a heatmap. I would like to use the same range for all columns in the subset, i.e., the colour map should take a minimum and maximum value I specify, regardless of what actual range each column has. Currently using the "min" and "max" this is not intuitive. I would much prefer to be able to specify explicit vmin and vmax values, analogous to the seaborn.heatmap function. Thanks for the style API, extremely useful.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12145/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12145/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12146
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12146/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12146/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12146/events
https://github.com/pandas-dev/pandas/issues/12146
128,859,494
MDU6SXNzdWUxMjg4NTk0OTQ=
12,146
Subtraction causes intermittent error
{ "avatar_url": "https://avatars.githubusercontent.com/u/12408997?v=4", "events_url": "https://api.github.com/users/belteshassar/events{/privacy}", "followers_url": "https://api.github.com/users/belteshassar/followers", "following_url": "https://api.github.com/users/belteshassar/following{/other_user}", "gists_url": "https://api.github.com/users/belteshassar/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/belteshassar", "id": 12408997, "login": "belteshassar", "node_id": "MDQ6VXNlcjEyNDA4OTk3", "organizations_url": "https://api.github.com/users/belteshassar/orgs", "received_events_url": "https://api.github.com/users/belteshassar/received_events", "repos_url": "https://api.github.com/users/belteshassar/repos", "site_admin": false, "starred_url": "https://api.github.com/users/belteshassar/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/belteshassar/subscriptions", "type": "User", "url": "https://api.github.com/users/belteshassar" }
[ { "color": "009800", "default": false, "description": "Duplicate issue or pull request", "id": 40153326, "name": "Duplicate Report", "node_id": "MDU6TGFiZWw0MDE1MzMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report" }, { "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": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
null
2
2016-01-26T15:46:11Z
2016-01-26T18:04:22Z
2016-01-26T18:04:22Z
NONE
null
I came across an intermittent issue that took some experimentation to track down. I was using a oneliner function for taring dataframes (or series, I've noticed the issue there as well) based on the last 50 rows: ``` python def tare(df): return df - df[-50:].mean() ``` On rare occasions, this gave me an obviously wrong result (whole columns close to or equal to zero). negating the mean series and then adding ``` python def tare(df): return df + (-df[-50:].mean()) # OR def tare(df): return df + (-1.0 * df[-50:].mean()) ``` will not solve the issue either. Is there any other way I could/should write the function that will not cause the same issue? Below is a full reproduction that works on my system. ``` python import pandas as pd def tare(df): return df - df[-50:].mean() df = pd.read_csv('bug.txt') for i in range(20000): try: assert tare(df).max().max() > 1.0 except: print 'Failed on iteration {}.'.format(i) raise ``` Requires the file [bug.txt](https://github.com/pydata/pandas/files/105078/bug.txt) containing a subset of my data. I haven't tried reproducing it using random data, but I guess that should be possible. ``` INSTALLED VERSIONS ------------------ commit: None python: 2.7.11.final.0 python-bits: 64 OS: Windows OS-release: 10 machine: AMD64 processor: Intel64 Family 6 Model 78 Stepping 3, GenuineIntel byteorder: little LC_ALL: None LANG: None pandas: 0.17.1 nose: 1.3.7 pip: 7.1.2 setuptools: 18.5 Cython: 0.23.4 numpy: 1.10.1 scipy: 0.16.0 statsmodels: 0.6.1 IPython: 4.0.1 sphinx: 1.3.1 patsy: 0.4.0 dateutil: 2.4.2 pytz: 2015.7 blosc: None bottleneck: 1.0.0 tables: 3.2.2 numexpr: 2.4.4 matplotlib: 1.5.0 openpyxl: 2.2.6 xlrd: 0.9.4 xlwt: 1.0.0 xlsxwriter: 0.7.7 lxml: 3.4.4 bs4: 4.4.1 html5lib: None httplib2: None apiclient: None sqlalchemy: 1.0.9 pymysql: None psycopg2: None Jinja2: None ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12146/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12146/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12147
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12147/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12147/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12147/events
https://github.com/pandas-dev/pandas/issues/12147
128,863,488
MDU6SXNzdWUxMjg4NjM0ODg=
12,147
Copying HTML table to spreadsheet software loses top left cell
{ "avatar_url": "https://avatars.githubusercontent.com/u/438648?v=4", "events_url": "https://api.github.com/users/pwaller/events{/privacy}", "followers_url": "https://api.github.com/users/pwaller/followers", "following_url": "https://api.github.com/users/pwaller/following{/other_user}", "gists_url": "https://api.github.com/users/pwaller/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/pwaller", "id": 438648, "login": "pwaller", "node_id": "MDQ6VXNlcjQzODY0OA==", "organizations_url": "https://api.github.com/users/pwaller/orgs", "received_events_url": "https://api.github.com/users/pwaller/received_events", "repos_url": "https://api.github.com/users/pwaller/repos", "site_admin": false, "starred_url": "https://api.github.com/users/pwaller/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pwaller/subscriptions", "type": "User", "url": "https://api.github.com/users/pwaller" }
[ { "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": "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": "006b75", "default": false, "description": "read_html, to_html, Styler.apply, Styler.applymap", "id": 57395487, "name": "IO HTML", "node_id": "MDU6TGFiZWw1NzM5NTQ4Nw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HTML" }, { "color": "006b75", "default": false, "description": "conditional formatting using DataFrame.style", "id": 1728592794, "name": "Styler", "node_id": "MDU6TGFiZWwxNzI4NTkyNzk0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Styler" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "on-merge: backport to 1.3.x", "due_on": "2021-06-30T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/80", "id": 6095818, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/80/labels", "node_id": "MDk6TWlsZXN0b25lNjA5NTgxOA==", "number": 80, "open_issues": 1, "state": "closed", "title": "1.3", "updated_at": "2021-08-25T20:34:06Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/80" }
1
2016-01-26T16:00:03Z
2021-03-21T21:08:13Z
2021-03-21T21:08:13Z
CONTRIBUTOR
null
Right now, if you copy the HTML table representation of a `DataFrame` from Jupyter to Google Sheets or Open office Calc, you lose the top left empty cell (and the top left cell gets the first column name, which is incorrect). Inserting an ` ` into that cell prevents this from happening. Would a PR be accepted which did this? One way of achieving this is to set [`BLANK_VALUE`](https://github.com/pydata/pandas/blob/564166529071d33844712ab6038f6a237ddcb8f1/pandas/core/style.py#L174) to ` `. In Google documents then, the pasted cell is present but empty. In open office, the resulting cell has a single space in it (which seems OK). I don't know what the wider implications of setting `BLANK_VALUE` are - I just want to set the upper left portion of the table so that the heading is correctly aligned when I copy the table. So maybe there is a better way?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12147/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12147/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12148
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12148/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12148/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12148/events
https://github.com/pandas-dev/pandas/issues/12148
128,867,656
MDU6SXNzdWUxMjg4Njc2NTY=
12,148
Docstring on Styler.apply{,map} is confusing
{ "avatar_url": "https://avatars.githubusercontent.com/u/438648?v=4", "events_url": "https://api.github.com/users/pwaller/events{/privacy}", "followers_url": "https://api.github.com/users/pwaller/followers", "following_url": "https://api.github.com/users/pwaller/following{/other_user}", "gists_url": "https://api.github.com/users/pwaller/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/pwaller", "id": 438648, "login": "pwaller", "node_id": "MDQ6VXNlcjQzODY0OA==", "organizations_url": "https://api.github.com/users/pwaller/orgs", "received_events_url": "https://api.github.com/users/pwaller/received_events", "repos_url": "https://api.github.com/users/pwaller/repos", "site_admin": false, "starred_url": "https://api.github.com/users/pwaller/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pwaller/subscriptions", "type": "User", "url": "https://api.github.com/users/pwaller" }
[ { "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": "read_html, to_html, Styler.apply, Styler.applymap", "id": 57395487, "name": "IO HTML", "node_id": "MDU6TGFiZWw1NzM5NTQ4Nw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HTML" }, { "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": "006b75", "default": false, "description": "conditional formatting using DataFrame.style", "id": 1728592794, "name": "Styler", "node_id": "MDU6TGFiZWwxNzI4NTkyNzk0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Styler" } ]
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", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "Changes that would be nice to have in the next release. These issues are not blocking. They will be pushed to the next release if no one has time to fix them.", "due_on": null, "html_url": "https://github.com/pandas-dev/pandas/milestone/32", "id": 933188, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32/labels", "node_id": "MDk6TWlsZXN0b25lOTMzMTg4", "number": 32, "open_issues": 1053, "state": "open", "title": "Contributions Welcome", "updated_at": "2021-11-21T00:50:06Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32" }
5
2016-01-26T16:16:00Z
2021-02-10T19:43:50Z
2021-02-10T19:43:50Z
CONTRIBUTOR
null
[Right now it says](https://github.com/pydata/pandas/blob/564166529071d33844712ab6038f6a237ddcb8f1/pandas/core/style.py#L357): ``` python def apply(self, func, axis=0, subset=None, **kwargs): """ Apply a function column-wise, row-wise, or table-wase, updating the HTML representation with the result. .. versionadded:: 0.17.1 Parameters ---------- func: function axis: int, str or None apply to each column (``axis=0`` or ``'index'``) or to each row (``axis=1`` or ``'columns'``) or to the entire DataFrame at once with ``axis=None``. subset: IndexSlice a valid indexer to limit ``data`` to *before* applying the function. Consider using a pandas.IndexSlice kwargs: dict pass along to ``func`` Returns ------- self Notes ----- This is similar to ``DataFrame.apply``, except that ``axis=None`` applies the function to the entire DataFrame at once, rather than column-wise or row-wise. """ ``` I spent ages trying to figure out how to feed any kind of function into this, only to eventually find the [Styler's docstring](https://github.com/pydata/pandas/blob/564166529071d33844712ab6038f6a237ddcb8f1/pandas/core/style.py#L68-L77): ``` python """ Notes ----- Most styling will be done by passing style functions into ``Styler.apply`` or ``Styler.applymap``. Style functions should return values with strings containing CSS ``'attr: value'`` that will be applied to the indicated cells. If using in the Jupyter notebook, Styler has defined a ``_repr_html_`` to automatically render itself. Otherwise call Styler.render to get the genterated HTML. """ ``` Really, the docstring of apply should state that the passed function should return CSS to be applied to the element. Otherwise, it just sounds like something which modifies the data before it is presented. My use case is that I have a column full of [`uncertainties.ufloat`](https://pythonhosted.org/uncertainties/user_guide.html), and I want to convert them to a particular convenient string representation before they are formatted in a HTML table. I still can't figure out how to cleanly do this...
{ "+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/12148/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12148/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12149
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12149/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12149/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12149/events
https://github.com/pandas-dev/pandas/issues/12149
128,882,536
MDU6SXNzdWUxMjg4ODI1MzY=
12,149
BLD: make bottleneck a required dependency
{ "avatar_url": "https://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://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" }, { "color": "207de5", "default": false, "description": "Requires discussion from core team before further action", "id": 219960758, "name": "Needs Discussion", "node_id": "MDU6TGFiZWwyMTk5NjA3NTg=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Discussion" } ]
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", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "Changes that would be nice to have in the next release. These issues are not blocking. They will be pushed to the next release if no one has time to fix them.", "due_on": null, "html_url": "https://github.com/pandas-dev/pandas/milestone/32", "id": 933188, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32/labels", "node_id": "MDk6TWlsZXN0b25lOTMzMTg4", "number": 32, "open_issues": 1053, "state": "open", "title": "Contributions Welcome", "updated_at": "2021-11-21T00:50:06Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32" }
3
2016-01-26T17:12:42Z
2019-11-02T01:13:53Z
2019-11-02T01:13:52Z
CONTRIBUTOR
null
xref #12141 currently we have backup routines for everywhere we use bottleneck. If we made it a requirement (rather than a highly recommended dep) we could forgo this. its easily installable via `conda` and `pip` (wheels); this used to be an issue.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12149/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12149/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12150
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12150/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12150/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12150/events
https://github.com/pandas-dev/pandas/issues/12150
128,894,911
MDU6SXNzdWUxMjg4OTQ5MTE=
12,150
TST: _reset_cache on any defined fixtures between tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }
[ { "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": "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" } ]
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", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "Changes that would be nice to have in the next release. These issues are not blocking. They will be pushed to the next release if no one has time to fix them.", "due_on": null, "html_url": "https://github.com/pandas-dev/pandas/milestone/32", "id": 933188, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32/labels", "node_id": "MDk6TWlsZXN0b25lOTMzMTg4", "number": 32, "open_issues": 1053, "state": "open", "title": "Contributions Welcome", "updated_at": "2021-11-21T00:50:06Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32" }
1
2016-01-26T18:01:22Z
2020-05-22T03:25:11Z
null
CONTRIBUTOR
null
xref #12130 we should clear() the _cache variable (set by `cache_readonly`) in between unit tests. same with the DataFrame tests. this will prevent any tests from mutating these 'fixtures' and causing issues in later tests
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12150/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12150/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12151
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12151/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12151/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12151/events
https://github.com/pandas-dev/pandas/pull/12151
128,988,813
MDExOlB1bGxSZXF1ZXN0NTcyOTcyNDU=
12,151
BUG: getitem and a series with a non-ndarray values
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "5319e7", "default": false, "description": "Timezone data dtype", "id": 60458168, "name": "Timezones", "node_id": "MDU6TGFiZWw2MDQ1ODE2OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones" } ]
closed
false
null
[]
{ "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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
0
2016-01-27T00:41:15Z
2016-01-27T12:59:13Z
2016-01-27T12:59:13Z
CONTRIBUTOR
null
closes #12089
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12151/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12151/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12151.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12151", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12151.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12151" }
https://api.github.com/repos/pandas-dev/pandas/issues/12152
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12152/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12152/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12152/events
https://github.com/pandas-dev/pandas/issues/12152
129,027,226
MDU6SXNzdWUxMjkwMjcyMjY=
12,152
better docs for read_csv() argument infer_datetime_format
{ "avatar_url": "https://avatars.githubusercontent.com/u/410907?v=4", "events_url": "https://api.github.com/users/lexual/events{/privacy}", "followers_url": "https://api.github.com/users/lexual/followers", "following_url": "https://api.github.com/users/lexual/following{/other_user}", "gists_url": "https://api.github.com/users/lexual/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/lexual", "id": 410907, "login": "lexual", "node_id": "MDQ6VXNlcjQxMDkwNw==", "organizations_url": "https://api.github.com/users/lexual/orgs", "received_events_url": "https://api.github.com/users/lexual/received_events", "repos_url": "https://api.github.com/users/lexual/repos", "site_admin": false, "starred_url": "https://api.github.com/users/lexual/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/lexual/subscriptions", "type": "User", "url": "https://api.github.com/users/lexual" }
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "5319e7", "default": false, "description": "read_csv, to_csv", "id": 47229171, "name": "IO CSV", "node_id": "MDU6TGFiZWw0NzIyOTE3MQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV" } ]
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "after 0.18.0 of course!", "due_on": "2016-05-04T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/38", "id": 1570594, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/38/labels", "node_id": "MDk6TWlsZXN0b25lMTU3MDU5NA==", "number": 38, "open_issues": 0, "state": "closed", "title": "0.18.1", "updated_at": "2017-08-10T09:01:26Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/38" }
1
2016-01-27T04:36:59Z
2016-03-14T13:02:22Z
2016-03-14T13:02:22Z
CONTRIBUTOR
null
This gives pretty decent explanation of the infer_datetime_format parameter: http://pandas.pydata.org/pandas-docs/version/0.17.1/whatsnew.html#id55 The api docs are fairly opaque. Improve api docs to make it clearer: http://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_csv.html
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12152/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12152/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12153
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12153/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12153/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12153/events
https://github.com/pandas-dev/pandas/issues/12153
129,107,313
MDU6SXNzdWUxMjkxMDczMTM=
12,153
TypeError: 'TextFileReader' object is not an iterator
{ "avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4", "events_url": "https://api.github.com/users/toobaz/events{/privacy}", "followers_url": "https://api.github.com/users/toobaz/followers", "following_url": "https://api.github.com/users/toobaz/following{/other_user}", "gists_url": "https://api.github.com/users/toobaz/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/toobaz", "id": 1224492, "login": "toobaz", "node_id": "MDQ6VXNlcjEyMjQ0OTI=", "organizations_url": "https://api.github.com/users/toobaz/orgs", "received_events_url": "https://api.github.com/users/toobaz/received_events", "repos_url": "https://api.github.com/users/toobaz/repos", "site_admin": false, "starred_url": "https://api.github.com/users/toobaz/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/toobaz/subscriptions", "type": "User", "url": "https://api.github.com/users/toobaz" }
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "5319e7", "default": false, "description": "read_csv, to_csv", "id": 47229171, "name": "IO CSV", "node_id": "MDU6TGFiZWw0NzIyOTE3MQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
1
2016-01-27T10:55:54Z
2016-02-06T20:04:13Z
2016-02-06T20:04:13Z
MEMBER
null
``` csv = pd.read_csv(file_path, chunksize=10) chunk = next(csv) ``` yields ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-21-ec4c9826eb96> in <module>() 1 csv = pd.read_csv(file_path, chunksize=10) ----> 2 chunk = next(csv) TypeError: TextFileReader object is not an iterator ``` which I didn't expect. Sure, I can do `csv = iter(pd.read_csv(file_path, chunksize=10))`, but since I don't see any advantage (i.e. indexing) in having a non-iterator iterable, maybe read_csv could directly return an iterator? In other words, ``` In [3]: csv = pd.read_csv(file_path, chunksize=100) In [4]: print(len(list(iter(csv))), len(list(iter(csv)))) (23, 0) ``` is maybe not what people expect from a non-iterator iterable. (Even) I should be able to submit a PR. The only question is whether 1) this is worth fixing 2) this is worth fixing in pandas rather than in pytables.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12153/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12153/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12154
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12154/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12154/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12154/events
https://github.com/pandas-dev/pandas/issues/12154
129,120,992
MDU6SXNzdWUxMjkxMjA5OTI=
12,154
"min_itemsize" doesn't work for MultiIndex columns in table format
{ "avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4", "events_url": "https://api.github.com/users/toobaz/events{/privacy}", "followers_url": "https://api.github.com/users/toobaz/followers", "following_url": "https://api.github.com/users/toobaz/following{/other_user}", "gists_url": "https://api.github.com/users/toobaz/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/toobaz", "id": 1224492, "login": "toobaz", "node_id": "MDQ6VXNlcjEyMjQ0OTI=", "organizations_url": "https://api.github.com/users/toobaz/orgs", "received_events_url": "https://api.github.com/users/toobaz/received_events", "repos_url": "https://api.github.com/users/toobaz/repos", "site_admin": false, "starred_url": "https://api.github.com/users/toobaz/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/toobaz/subscriptions", "type": "User", "url": "https://api.github.com/users/toobaz" }
[ { "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_hdf, HDFStore", "id": 47229190, "name": "IO HDF5", "node_id": "MDU6TGFiZWw0NzIyOTE5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HDF5" }, { "color": "207de5", "default": false, "description": null, "id": 71268330, "name": "MultiIndex", "node_id": "MDU6TGFiZWw3MTI2ODMzMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/MultiIndex" } ]
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", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "Changes that would be nice to have in the next release. These issues are not blocking. They will be pushed to the next release if no one has time to fix them.", "due_on": null, "html_url": "https://github.com/pandas-dev/pandas/milestone/32", "id": 933188, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32/labels", "node_id": "MDk6TWlsZXN0b25lOTMzMTg4", "number": 32, "open_issues": 1053, "state": "open", "title": "Contributions Welcome", "updated_at": "2021-11-21T00:50:06Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32" }
8
2016-01-27T11:52:29Z
2021-04-23T00:39:57Z
null
MEMBER
null
``` df = pd.DataFrame([[1,2,3],[4,5,6]], columns=pd.MultiIndex.from_tuples([(1,'a'), (1,'b'), (2,'c')])).astype(str) store = pd.HDFStore('/tmp/store.hdf') store.append('test', df, min_itemsize={1 : 20}) ``` yields ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) <ipython-input-4-cea3042a011b> in <module>() ----> 1 store.append('test', df, min_itemsize={1 : 20}) /home/pietro/nobackup/repo/pandas/pandas/io/pytables.py in append(self, key, value, format, append, columns, dropna, **kwargs) 915 kwargs = self._validate_format(format, kwargs) 916 self._write_to_group(key, value, append=append, dropna=dropna, --> 917 **kwargs) 918 919 def append_to_multiple(self, d, value, selector, data_columns=None, /home/pietro/nobackup/repo/pandas/pandas/io/pytables.py in _write_to_group(self, key, value, format, index, append, complib, encoding, **kwargs) 1260 1261 # write the object -> 1262 s.write(obj=value, append=append, complib=complib, **kwargs) 1263 1264 if s.is_table and index: /home/pietro/nobackup/repo/pandas/pandas/io/pytables.py in write(self, obj, axes, append, complib, complevel, fletcher32, min_itemsize, chunksize, expectedrows, dropna, **kwargs) 3783 self.create_axes(axes=axes, obj=obj, validate=append, 3784 min_itemsize=min_itemsize, -> 3785 **kwargs) 3786 3787 for a in self.axes: /home/pietro/nobackup/repo/pandas/pandas/io/pytables.py in create_axes(self, axes, obj, validate, nan_rep, data_columns, min_itemsize, **kwargs) 3466 3467 # validate our min_itemsize -> 3468 self.validate_min_itemsize(min_itemsize) 3469 3470 # validate our metadata /home/pietro/nobackup/repo/pandas/pandas/io/pytables.py in validate_min_itemsize(self, min_itemsize) 3105 raise ValueError( 3106 "min_itemsize has the key [%s] which is not an axis or " -> 3107 "data_column" % k) 3108 3109 @property ValueError: min_itemsize has the key [1] which is not an axis or data_column ``` ... which is actually true (if "data_column" is interpreted as "queryable column" rather than just "column of data"), but should not be a blocker (at least, judging from the 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/12154/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12154/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12155
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12155/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12155/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12155/events
https://github.com/pandas-dev/pandas/issues/12155
129,167,608
MDU6SXNzdWUxMjkxNjc2MDg=
12,155
BUG: GroupBy.apply iterates over first group twice
{ "avatar_url": "https://avatars.githubusercontent.com/u/500436?v=4", "events_url": "https://api.github.com/users/tomderuijter/events{/privacy}", "followers_url": "https://api.github.com/users/tomderuijter/followers", "following_url": "https://api.github.com/users/tomderuijter/following{/other_user}", "gists_url": "https://api.github.com/users/tomderuijter/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/tomderuijter", "id": 500436, "login": "tomderuijter", "node_id": "MDQ6VXNlcjUwMDQzNg==", "organizations_url": "https://api.github.com/users/tomderuijter/orgs", "received_events_url": "https://api.github.com/users/tomderuijter/received_events", "repos_url": "https://api.github.com/users/tomderuijter/repos", "site_admin": false, "starred_url": "https://api.github.com/users/tomderuijter/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tomderuijter/subscriptions", "type": "User", "url": "https://api.github.com/users/tomderuijter" }
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2019-07-01T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/61", "id": 3759483, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/61/labels", "node_id": "MDk6TWlsZXN0b25lMzc1OTQ4Mw==", "number": 61, "open_issues": 0, "state": "closed", "title": "0.25.0", "updated_at": "2020-01-02T15:10:40Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/61" }
4
2016-01-27T14:57:47Z
2020-06-06T13:54:33Z
2016-01-27T15:14:08Z
NONE
null
When using the `GroupBy.apply()` method with a custom function handle, the first group is iterated over twice. Explicitly looping over each group and applying the function directly does not yield the error. Error reproduction ``` python >>> import pandas as pd >>> df = pd.DataFrame({'one':[1,2,3,1,2,3],'two':[4,5,6,7,8,9]}) >>> df one two 0 1 4 1 2 5 2 3 6 3 1 7 4 2 8 5 3 9 >>> gp = df.groupby('one') >>> def foo(group): ... print(group.iloc[[0]].index[0]) ... >>> gp.apply(foo) 0 0 1 2 Empty DataFrame Columns: [] Index: [] >>> len(gp) 3 ``` The example prints the row index of the first group member. The '0' is printed twice. Versions: ``` python >>> pd.show_versions() INSTALLED VERSIONS ------------------ commit: None python: 3.5.1.final.0 python-bits: 64 OS: Windows OS-release: 7 machine: AMD64 processor: Intel64 Family 6 Model 58 Stepping 9, GenuineIntel byteorder: little LC_ALL: None LANG: None pandas: 0.17.1 nose: None pip: 8.0.1 setuptools: 19.4 Cython: None numpy: 1.10.1 scipy: None statsmodels: None IPython: None sphinx: None patsy: None dateutil: 2.4.2 pytz: 2015.7 blosc: None bottleneck: None tables: None numexpr: None matplotlib: None openpyxl: None xlrd: None xlwt: None xlsxwriter: None lxml: None bs4: None html5lib: None httplib2: None apiclient: None sqlalchemy: None pymysql: None psycopg2: None Jinja2: None ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12155/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12155/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12156
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12156/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12156/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12156/events
https://github.com/pandas-dev/pandas/issues/12156
129,176,679
MDU6SXNzdWUxMjkxNzY2Nzk=
12,156
Adding DateOffset(days=1) produces NonExistentTimeError
{ "avatar_url": "https://avatars.githubusercontent.com/u/13680203?v=4", "events_url": "https://api.github.com/users/jwbarker/events{/privacy}", "followers_url": "https://api.github.com/users/jwbarker/followers", "following_url": "https://api.github.com/users/jwbarker/following{/other_user}", "gists_url": "https://api.github.com/users/jwbarker/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jwbarker", "id": 13680203, "login": "jwbarker", "node_id": "MDQ6VXNlcjEzNjgwMjAz", "organizations_url": "https://api.github.com/users/jwbarker/orgs", "received_events_url": "https://api.github.com/users/jwbarker/received_events", "repos_url": "https://api.github.com/users/jwbarker/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jwbarker/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jwbarker/subscriptions", "type": "User", "url": "https://api.github.com/users/jwbarker" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0052cc", "default": false, "description": "DateOffsets", "id": 53181044, "name": "Frequency", "node_id": "MDU6TGFiZWw1MzE4MTA0NA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency" }, { "color": "5319e7", "default": false, "description": "Timezone data dtype", "id": 60458168, "name": "Timezones", "node_id": "MDU6TGFiZWw2MDQ1ODE2OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jbrockmendel", "id": 8078968, "login": "jbrockmendel", "node_id": "MDQ6VXNlcjgwNzg5Njg=", "organizations_url": "https://api.github.com/users/jbrockmendel/orgs", "received_events_url": "https://api.github.com/users/jbrockmendel/received_events", "repos_url": "https://api.github.com/users/jbrockmendel/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions", "type": "User", "url": "https://api.github.com/users/jbrockmendel" }
[ { "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jbrockmendel", "id": 8078968, "login": "jbrockmendel", "node_id": "MDQ6VXNlcjgwNzg5Njg=", "organizations_url": "https://api.github.com/users/jbrockmendel/orgs", "received_events_url": "https://api.github.com/users/jbrockmendel/received_events", "repos_url": "https://api.github.com/users/jbrockmendel/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions", "type": "User", "url": "https://api.github.com/users/jbrockmendel" } ]
{ "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", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "Changes that would be nice to have in the next release. These issues are not blocking. They will be pushed to the next release if no one has time to fix them.", "due_on": null, "html_url": "https://github.com/pandas-dev/pandas/milestone/32", "id": 933188, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32/labels", "node_id": "MDk6TWlsZXN0b25lOTMzMTg4", "number": 32, "open_issues": 1053, "state": "open", "title": "Contributions Welcome", "updated_at": "2021-11-21T00:50:06Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32" }
12
2016-01-27T15:27:03Z
2021-01-25T18:54:07Z
2021-01-25T18:54:06Z
NONE
null
``` pd.date_range(pd.Timestamp('2015-1-1', tz='US/Eastern'), pd.Timestamp('2016-1-1', tz='US/Eastern'), freq='H') + pd.DateOffset(days=1) Traceback (most recent call last): File "/home/jeff/.virtualenvs/omnipotent/local/lib/python2.7/site-packages/IPython/core/interactiveshell.py", line 3066, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "<ipython-input-21-9574a4185a77>", line 1, in <module> pd.date_range(pd.Timestamp('2015-1-1', tz='US/Eastern'), pd.Timestamp('2016-1-1', tz='US/Eastern'), freq='H') + pd.DateOffset(days=1) File "/home/jeff/.virtualenvs/omnipotent/local/lib/python2.7/site-packages/pandas/tseries/base.py", line 412, in __add__ return self._add_delta(other) File "/home/jeff/.virtualenvs/omnipotent/local/lib/python2.7/site-packages/pandas/tseries/index.py", line 731, in _add_delta new_values = self._add_offset(delta).asi8 File "/home/jeff/.virtualenvs/omnipotent/local/lib/python2.7/site-packages/pandas/tseries/index.py", line 750, in _add_offset result = result.tz_localize(self.tz) File "/home/jeff/.virtualenvs/omnipotent/local/lib/python2.7/site-packages/pandas/util/decorators.py", line 89, in wrapper return func(*args, **kwargs) File "/home/jeff/.virtualenvs/omnipotent/local/lib/python2.7/site-packages/pandas/tseries/index.py", line 1724, in tz_localize ambiguous=ambiguous) File "pandas/tslib.pyx", line 3781, in pandas.tslib.tz_localize_to_utc (pandas/tslib.c:64980) NonExistentTimeError: 2015-03-08 02:00:00 ``` ## INSTALLED VERSIONS commit: None python: 2.7.6.final.0 python-bits: 64 OS: Linux OS-release: 3.13.0-61-generic machine: x86_64 processor: x86_64 byteorder: little LC_ALL: None LANG: en_US.UTF-8 pandas: 0.17.1 nose: None pip: 7.1.0 setuptools: 18.0.1 Cython: None numpy: 1.10.4 scipy: 0.16.1 statsmodels: None IPython: 4.0.3 sphinx: None patsy: None dateutil: 2.4.2 pytz: 2015.7 blosc: None bottleneck: None tables: None numexpr: None matplotlib: 1.5.0 openpyxl: None xlrd: None xlwt: None xlsxwriter: None lxml: None bs4: 4.4.1 html5lib: None httplib2: None apiclient: None sqlalchemy: 1.0.11 pymysql: None psycopg2: 2.6.1 (dt dec pq3 ext lo64) Jinja2: None
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12156/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12156/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12157
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12157/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12157/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12157/events
https://github.com/pandas-dev/pandas/issues/12157
129,178,697
MDU6SXNzdWUxMjkxNzg2OTc=
12,157
read_excel(..., index_col=0, squeeze=True) raises AttributeError
{ "avatar_url": "https://avatars.githubusercontent.com/u/738408?v=4", "events_url": "https://api.github.com/users/rafguns/events{/privacy}", "followers_url": "https://api.github.com/users/rafguns/followers", "following_url": "https://api.github.com/users/rafguns/following{/other_user}", "gists_url": "https://api.github.com/users/rafguns/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/rafguns", "id": 738408, "login": "rafguns", "node_id": "MDQ6VXNlcjczODQwOA==", "organizations_url": "https://api.github.com/users/rafguns/orgs", "received_events_url": "https://api.github.com/users/rafguns/received_events", "repos_url": "https://api.github.com/users/rafguns/repos", "site_admin": false, "starred_url": "https://api.github.com/users/rafguns/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/rafguns/subscriptions", "type": "User", "url": "https://api.github.com/users/rafguns" }
[ { "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 to work in a prior pandas version", "id": 32815646, "name": "Regression", "node_id": "MDU6TGFiZWwzMjgxNTY0Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression" }, { "color": "bfe5bf", "default": false, "description": "read_excel, to_excel", "id": 49254273, "name": "IO Excel", "node_id": "MDU6TGFiZWw0OTI1NDI3Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Excel" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
1
2016-01-27T15:33:44Z
2016-01-30T19:22:40Z
2016-01-30T19:22:40Z
NONE
null
`pd.read_excel` with keyword argument `squeeze=True` raises an AttributeError. This is unexpected, in that: - I would expect it to work analogously to `pd.read_csv`, which does not exhibit the same problem - it worked fine in a previous version (0.15 I think?) Steps to reproduce: ``` python In [1]: import pandas as pd In [2]: pd.__version__ Out[2]: '0.17.1' In [3]: df = pd.DataFrame({'a': [1, 2], 'b': [3, 4]}) In [4]: df.to_csv('tmp.csv', index=False) In [5]: df.to_excel('tmp.xlsx', index=False) In [6]: pd.read_csv('tmp.csv', index_col=0, squeeze=True) Out[6]: a 1 3 2 4 Name: b, dtype: int64 In [7]: pd.read_excel('tmp.xlsx', index_col=0, squeeze=True) --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-7-ed256b323894> in <module>() ----> 1 pd.read_excel('tmp.xlsx', index_col=0, squeeze=True) C:\Anaconda3\lib\site-packages\pandas\io\excel.py in read_excel(io, sheetname, header, skiprows, skip_footer, index_col, parse_cols, parse_dates, date_parser, na_values, thousands, convert_float, has_index_names, converters, engine, **kwds) 168 date_parser=date_parser, na_values=na_values, thousands=thousands, 169 convert_float=convert_float, has_index_names=has_index_names, --> 170 skip_footer=skip_footer, converters=converters, **kwds) 171 172 class ExcelFile(object): C:\Anaconda3\lib\site-packages\pandas\io\excel.py in _parse_excel(self, sheetname, header, skiprows, skip_footer, index_col, has_index_names, parse_cols, parse_dates, date_parser, na_values, thousands, convert_float, verbose, **kwds) 437 438 output[asheetname] = parser.read() --> 439 output[asheetname].columns = output[asheetname].columns.set_names(header_names) 440 441 if ret_dict: C:\Anaconda3\lib\site-packages\pandas\core\generic.py in __getattr__(self, name) 2353 or name in self._metadata 2354 or name in self._accessors): -> 2355 return object.__getattribute__(self, name) 2356 else: 2357 if name in self._info_axis: AttributeError: 'Series' object has no attribute 'columns' ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12157/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12157/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12158
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12158/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12158/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12158/events
https://github.com/pandas-dev/pandas/pull/12158
129,204,958
MDExOlB1bGxSZXF1ZXN0NTczODg2MjA=
12,158
BUG in MultiIndex.drop for not-lexsorted multi-indexes, #12078
{ "avatar_url": "https://avatars.githubusercontent.com/u/9929982?v=4", "events_url": "https://api.github.com/users/nbonnotte/events{/privacy}", "followers_url": "https://api.github.com/users/nbonnotte/followers", "following_url": "https://api.github.com/users/nbonnotte/following{/other_user}", "gists_url": "https://api.github.com/users/nbonnotte/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/nbonnotte", "id": 9929982, "login": "nbonnotte", "node_id": "MDQ6VXNlcjk5Mjk5ODI=", "organizations_url": "https://api.github.com/users/nbonnotte/orgs", "received_events_url": "https://api.github.com/users/nbonnotte/received_events", "repos_url": "https://api.github.com/users/nbonnotte/repos", "site_admin": false, "starred_url": "https://api.github.com/users/nbonnotte/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nbonnotte/subscriptions", "type": "User", "url": "https://api.github.com/users/nbonnotte" }
[ { "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 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": "207de5", "default": false, "description": null, "id": 71268330, "name": "MultiIndex", "node_id": "MDU6TGFiZWw3MTI2ODMzMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/MultiIndex" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
2
2016-01-27T16:54:27Z
2016-01-28T21:46:26Z
2016-01-28T21:28:09Z
CONTRIBUTOR
null
Closes #12078
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12158/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12158/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12158.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12158", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12158.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12158" }
https://api.github.com/repos/pandas-dev/pandas/issues/12159
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12159/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12159/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12159/events
https://github.com/pandas-dev/pandas/pull/12159
129,263,363
MDExOlB1bGxSZXF1ZXN0NTc0MTk2OTk=
12,159
CI: fixup windows builds
{ "avatar_url": "https://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://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" }, { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
closed
false
null
[]
{ "closed_at": "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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
0
2016-01-27T20:44:14Z
2016-01-27T22:39:25Z
2016-01-27T22:39:25Z
CONTRIBUTOR
null
closes #12139 closes #12159
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12159/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12159/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12159.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12159", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12159.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12159" }
https://api.github.com/repos/pandas-dev/pandas/issues/12160
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12160/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12160/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12160/events
https://github.com/pandas-dev/pandas/issues/12160
129,290,439
MDU6SXNzdWUxMjkyOTA0Mzk=
12,160
DEPR: rename Timestamp.offset internally .freq / deprecate passing offset in favor of freq
{ "avatar_url": "https://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://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "0052cc", "default": false, "description": "DateOffsets", "id": 53181044, "name": "Frequency", "node_id": "MDU6TGFiZWw1MzE4MTA0NA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency" }, { "color": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-09-30T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/40", "id": 1639795, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/40/labels", "node_id": "MDk6TWlsZXN0b25lMTYzOTc5NQ==", "number": 40, "open_issues": 0, "state": "closed", "title": "0.19.0", "updated_at": "2017-11-06T02:01:14Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/40" }
0
2016-01-27T22:28:31Z
2016-07-10T21:39:51Z
2016-07-10T21:39:51Z
CONTRIBUTOR
null
xref #6815/#6813 .freq in Timestamp rather than .offset (internally used) (0.14.0 ???) This is a bit non-trivial so pulling out to a separate issue from #6581
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12160/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12160/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12161
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12161/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12161/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12161/events
https://github.com/pandas-dev/pandas/issues/12161
129,303,659
MDU6SXNzdWUxMjkzMDM2NTk=
12,161
Accessor api docs not building with sphinx 1.3.x
{ "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{/other_user}", "gists_url": "https://api.github.com/users/jorisvandenbossche/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jorisvandenbossche", "id": 1020496, "login": "jorisvandenbossche", "node_id": "MDQ6VXNlcjEwMjA0OTY=", "organizations_url": "https://api.github.com/users/jorisvandenbossche/orgs", "received_events_url": "https://api.github.com/users/jorisvandenbossche/received_events", "repos_url": "https://api.github.com/users/jorisvandenbossche/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jorisvandenbossche/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jorisvandenbossche/subscriptions", "type": "User", "url": "https://api.github.com/users/jorisvandenbossche" }
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-09-30T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/40", "id": 1639795, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/40/labels", "node_id": "MDk6TWlsZXN0b25lMTYzOTc5NQ==", "number": 40, "open_issues": 0, "state": "closed", "title": "0.19.0", "updated_at": "2017-11-06T02:01:14Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/40" }
0
2016-01-27T23:41:25Z
2016-07-20T20:21:46Z
2016-06-23T15:37:45Z
MEMBER
null
Our custom `AccessorDocumenter`s (defined in docs/source.conf.py) are not working anymore with sphinx 1.3.x See eg the doc build on travis for the errors, and the api overview page on the dev docs.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12161/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12161/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12162
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12162/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12162/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12162/events
https://github.com/pandas-dev/pandas/pull/12162
129,321,487
MDExOlB1bGxSZXF1ZXN0NTc0NTAyNzA=
12,162
Style display format
{ "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}", "gists_url": "https://api.github.com/users/TomAugspurger/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/TomAugspurger", "id": 1312546, "login": "TomAugspurger", "node_id": "MDQ6VXNlcjEzMTI1NDY=", "organizations_url": "https://api.github.com/users/TomAugspurger/orgs", "received_events_url": "https://api.github.com/users/TomAugspurger/received_events", "repos_url": "https://api.github.com/users/TomAugspurger/repos", "site_admin": false, "starred_url": "https://api.github.com/users/TomAugspurger/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/TomAugspurger/subscriptions", "type": "User", "url": "https://api.github.com/users/TomAugspurger" }
[ { "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": "006b75", "default": false, "description": "read_html, to_html, Styler.apply, Styler.applymap", "id": 57395487, "name": "IO HTML", "node_id": "MDU6TGFiZWw1NzM5NTQ4Nw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HTML" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
18
2016-01-28T03:29:49Z
2016-02-12T20:51:26Z
2016-02-12T20:42:51Z
CONTRIBUTOR
null
Closes https://github.com/pydata/pandas/issues/11692 Closes https://github.com/pydata/pandas/issues/12134 Closes https://github.com/pydata/pandas/issues/12125 This adds a `.format` method to Styler for formatting the display value (the actual text) of each scalar value. In the processes of cleaning up the template, I close #12134 (spurious 0) and #12125 (KeyError from using `iloc` improperly)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12162/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12162/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12162.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12162", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12162.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12162" }
https://api.github.com/repos/pandas-dev/pandas/issues/12163
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12163/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12163/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12163/events
https://github.com/pandas-dev/pandas/issues/12163
129,389,481
MDU6SXNzdWUxMjkzODk0ODE=
12,163
Dead code breaks unpickling of timezone objects
{ "avatar_url": "https://avatars.githubusercontent.com/u/13725?v=4", "events_url": "https://api.github.com/users/akaihola/events{/privacy}", "followers_url": "https://api.github.com/users/akaihola/followers", "following_url": "https://api.github.com/users/akaihola/following{/other_user}", "gists_url": "https://api.github.com/users/akaihola/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/akaihola", "id": 13725, "login": "akaihola", "node_id": "MDQ6VXNlcjEzNzI1", "organizations_url": "https://api.github.com/users/akaihola/orgs", "received_events_url": "https://api.github.com/users/akaihola/received_events", "repos_url": "https://api.github.com/users/akaihola/repos", "site_admin": false, "starred_url": "https://api.github.com/users/akaihola/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akaihola/subscriptions", "type": "User", "url": "https://api.github.com/users/akaihola" }
[ { "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, "description": "Unit test(s) needed to prevent regressions", "id": 986278782, "name": "Needs Tests", "node_id": "MDU6TGFiZWw5ODYyNzg3ODI=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Tests" } ]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2020-08-01T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/68", "id": 4894670, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels", "node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==", "number": 68, "open_issues": 0, "state": "closed", "title": "1.1", "updated_at": "2021-07-17T17:25:28Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68" }
4
2016-01-28T09:05:35Z
2020-01-21T01:06:10Z
2020-01-21T01:06:10Z
CONTRIBUTOR
null
There is a problem when writing pickles with Pandas 0.14.1 and reading them with Pandas 0.17.1. The problem occurs if the pickles contain `isodate.UTC` or other timezone objects. The problem can be reduced to this test case: **my_tz.py**: ``` from datetime import tzinfo class MyTz(tzinfo): def __init__(self): pass ``` **write_pickle_test.py** (run with Pandas 0.14.1): ``` import pandas as pd import cPickle from my_tz import MyTz data = pd.Series(), MyTz() with open('test.pickle', 'wb') as f: cPickle.dump(data, f) ``` **read_pickle_test.py** (run with Pandas 0.17.1): ``` import pandas as pd pd.read_pickle('test.pickle') ``` Reading the pickle with `pickle.load()` would fail when trying to load the `Series` object: ``` TypeError: _reconstruct: First argument must be a sub-type of ndarray ``` which is why `pd.read_pickle()` attempts to use `pandas.compat.pickle_compat.load()`. But then we get this instead for the `MyTz` object: ``` $ python read_pickle.py Traceback (most recent call last): File "read_pickle_test.py", line 2, in <module> pd.read_pickle('test.pickle') File "pandas/io/pickle.py", line 60, in read_pickle return try_read(path) File "pandas/io/pickle.py", line 57, in try_read return pc.load(fh, encoding=encoding, compat=True) File "pandas/compat/pickle_compat.py", line 116, in load return up.load() File "/usr/lib64/python2.7/pickle.py", line 858, in load dispatch[key](self) File "pandas/compat/pickle_compat.py", line 16, in load_reduce if type(args[0]) is type: IndexError: tuple index out of range ``` I see the following problems in [pandas.compat.pickle_compat.load_reduce()](/pydata/pandas/blob/9bc82438268742575e501d099c6f22ce0a2dcac1/pandas/compat/pickle_compat.py#L13): (1) It attemps to access `args[0]` while `args` can be empty. ``` if type(args[0]) is type: n = args[0].__name__ ``` (2) The above code is dead code anyway, since `n` isn't referenced to anywhere else in the function. Removing those two lines fixes the unpickling problem completely. Note that the `MyTz` class in the test above does implement a proper `__init__()` method as required in [Python documentation for tzinfo](https://docs.python.org/2.7/library/datetime.html#tzinfo-objects): _"Special requirement for pickling: A tzinfo subclass must have an `__init__` method that can be called with no arguments, else it can be pickled but possibly not unpickled again. This is a technical requirement that may be relaxed in the future."_ While `isodate.UTC` violates this requirement, that doesn't seem to be the cause of this problem. (3) Also, at the very end of `load_reduce()`: ``` stack[-1] = value ``` is code that is never reached, since all previous code branches either return or raise. Also, this line is invalid, since `value` isn't initialized anywhere in the function. --- I originally sent this as [a comment](/pydata/pandas/issues/6871#issuecomment-176043180) to issue #6871, but since it's not exactly the same thing (only a similar traceback), I think it deserves a separate issue.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12163/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12163/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12164
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12164/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12164/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12164/events
https://github.com/pandas-dev/pandas/issues/12164
129,444,329
MDU6SXNzdWUxMjk0NDQzMjk=
12,164
Cleaning FloatArrayFormatter
{ "avatar_url": "https://avatars.githubusercontent.com/u/9929982?v=4", "events_url": "https://api.github.com/users/nbonnotte/events{/privacy}", "followers_url": "https://api.github.com/users/nbonnotte/followers", "following_url": "https://api.github.com/users/nbonnotte/following{/other_user}", "gists_url": "https://api.github.com/users/nbonnotte/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/nbonnotte", "id": 9929982, "login": "nbonnotte", "node_id": "MDQ6VXNlcjk5Mjk5ODI=", "organizations_url": "https://api.github.com/users/nbonnotte/orgs", "received_events_url": "https://api.github.com/users/nbonnotte/received_events", "repos_url": "https://api.github.com/users/nbonnotte/repos", "site_admin": false, "starred_url": "https://api.github.com/users/nbonnotte/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nbonnotte/subscriptions", "type": "User", "url": "https://api.github.com/users/nbonnotte" }
[ { "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": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2016-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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
3
2016-01-28T12:55:13Z
2016-02-13T15:18:24Z
2016-02-13T15:18:24Z
CONTRIBUTOR
null
While working on issue #12031 (adding a `decimal` parameter to `.to_latex()` and `.to_html()`), I realized a solution would be pretty straight-forward if only `FloatArrayFormatter` was a bit cleaned. Currently, there are two methods that do a similar work: - `.get_formatted_data()`, which returns the array with its float values converted to strings using the parameters given at initialisation. - `.get_result()`, which does something similar, but with a fixed-width output suitable for screen printing. The two methods don't share any piece of code. (The first method can already deal with a `decimal` parameter. The second cannot, and it is the one used by `.to_latex`.) This is in part my fault, since my pull request #11681 could have been more factorized. Anyway, I'm volunteering to do a PR.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12164/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12164/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12165
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12165/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12165/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12165/events
https://github.com/pandas-dev/pandas/pull/12165
129,454,151
MDExOlB1bGxSZXF1ZXN0NTc1MDIxMjA=
12,165
DEPR: some removals
{ "avatar_url": "https://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://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }
[ { "color": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "2016-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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
1
2016-01-28T13:32:32Z
2016-01-29T16:20:32Z
2016-01-28T21:23:45Z
CONTRIBUTOR
null
DEPR: Removal of cols keyword in favor of subset in DataFrame.duplicated() and DataFrame.drop_duplicates(), xref #6680
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12165/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12165/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12165.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12165", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12165.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12165" }
https://api.github.com/repos/pandas-dev/pandas/issues/12166
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12166/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12166/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12166/events
https://github.com/pandas-dev/pandas/issues/12166
129,455,380
MDU6SXNzdWUxMjk0NTUzODA=
12,166
Appending HDF5 store leads to crash
{ "avatar_url": "https://avatars.githubusercontent.com/u/2369107?v=4", "events_url": "https://api.github.com/users/jpiabrantes/events{/privacy}", "followers_url": "https://api.github.com/users/jpiabrantes/followers", "following_url": "https://api.github.com/users/jpiabrantes/following{/other_user}", "gists_url": "https://api.github.com/users/jpiabrantes/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jpiabrantes", "id": 2369107, "login": "jpiabrantes", "node_id": "MDQ6VXNlcjIzNjkxMDc=", "organizations_url": "https://api.github.com/users/jpiabrantes/orgs", "received_events_url": "https://api.github.com/users/jpiabrantes/received_events", "repos_url": "https://api.github.com/users/jpiabrantes/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jpiabrantes/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jpiabrantes/subscriptions", "type": "User", "url": "https://api.github.com/users/jpiabrantes" }
[ { "color": "5319e7", "default": false, "description": "read_hdf, HDFStore", "id": 47229190, "name": "IO HDF5", "node_id": "MDU6TGFiZWw0NzIyOTE5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HDF5" } ]
closed
false
null
[]
null
6
2016-01-28T13:37:22Z
2018-07-30T17:38:29Z
2018-07-30T15:48:48Z
NONE
null
I am appending an HDF5 store with a pandas dataframe and Python crashes without any traceback. ``` python chunk.to_hdf('all_data.h5', 'df',mode='a',format='table',append=True) ``` Discussion on stackoverflow: http://stackoverflow.com/questions/31419768/pandas-appending-suing-to-hdf-now-crashes-after-updating-to-pytables-3-2
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12166/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12166/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12167
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12167/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12167/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12167/events
https://github.com/pandas-dev/pandas/issues/12167
129,457,440
MDU6SXNzdWUxMjk0NTc0NDA=
12,167
Pandas sum column with scalar results in zeros
{ "avatar_url": "https://avatars.githubusercontent.com/u/2369107?v=4", "events_url": "https://api.github.com/users/jpiabrantes/events{/privacy}", "followers_url": "https://api.github.com/users/jpiabrantes/followers", "following_url": "https://api.github.com/users/jpiabrantes/following{/other_user}", "gists_url": "https://api.github.com/users/jpiabrantes/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jpiabrantes", "id": 2369107, "login": "jpiabrantes", "node_id": "MDQ6VXNlcjIzNjkxMDc=", "organizations_url": "https://api.github.com/users/jpiabrantes/orgs", "received_events_url": "https://api.github.com/users/jpiabrantes/received_events", "repos_url": "https://api.github.com/users/jpiabrantes/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jpiabrantes/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jpiabrantes/subscriptions", "type": "User", "url": "https://api.github.com/users/jpiabrantes" }
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "006b75", "default": false, "description": "Arithmetic, Comparison, and Logical operations", "id": 47223669, "name": "Numeric Operations", "node_id": "MDU6TGFiZWw0NzIyMzY2OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations" } ]
closed
false
null
[]
null
2
2016-01-28T13:46:58Z
2016-01-28T14:03:46Z
2016-01-28T14:03:46Z
NONE
null
I am summing a column of a pandas dataframe with a scalar and the result is a column full of zeros. The weird thing is that sometimes it will return zeros and sometimes it won't. With this code I get a similar error: ``` python import pandas as pd import numpy as np from pdb import set_trace as pdb for _ in xrange(100): data = np.random.randint(1,100000,1000000) df = pd.DataFrame(data,columns=['column']) scalar = np.random.randint(1,100000) df.column += scalar if df.column.max()==0: pdb() ``` My `df.column` gets full of zeros every now and then. Discussion on stackoverflow: http://stackoverflow.com/questions/35057969/pandas-sum-column-with-scalar-results-in-zeros
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12167/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12167/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12168
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12168/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12168/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12168/events
https://github.com/pandas-dev/pandas/pull/12168
129,506,894
MDExOlB1bGxSZXF1ZXN0NTc1MjkyMDk=
12,168
ENH: plotting numerical expressions
{ "avatar_url": "https://avatars.githubusercontent.com/u/9864450?v=4", "events_url": "https://api.github.com/users/TsvikiHirsh/events{/privacy}", "followers_url": "https://api.github.com/users/TsvikiHirsh/followers", "following_url": "https://api.github.com/users/TsvikiHirsh/following{/other_user}", "gists_url": "https://api.github.com/users/TsvikiHirsh/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/TsvikiHirsh", "id": 9864450, "login": "TsvikiHirsh", "node_id": "MDQ6VXNlcjk4NjQ0NTA=", "organizations_url": "https://api.github.com/users/TsvikiHirsh/orgs", "received_events_url": "https://api.github.com/users/TsvikiHirsh/received_events", "repos_url": "https://api.github.com/users/TsvikiHirsh/repos", "site_admin": false, "starred_url": "https://api.github.com/users/TsvikiHirsh/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/TsvikiHirsh/subscriptions", "type": "User", "url": "https://api.github.com/users/TsvikiHirsh" }
[ { "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": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
null
[]
null
9
2016-01-28T16:44:17Z
2016-07-01T16:55:07Z
2016-03-23T12:56:52Z
NONE
null
Passing the `y` argument of a plot to `DataFrame.eval` allows plotting a numerical expression. Makes numerical data exploration much easier. E.g. graphically finding the norm of two curves. See example here: [example notebook](https://gist.github.com/TsvikiHirsh/46fd47bc35dc1874234d) No support for multicolumn plotting, e.g. for `["a","4*b"]` Should be very easy to apply the same on the `index`. Could be very useful for data exploration, without modifying the original `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/12168/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12168/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12168.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12168", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12168.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12168" }
https://api.github.com/repos/pandas-dev/pandas/issues/12169
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12169/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12169/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12169/events
https://github.com/pandas-dev/pandas/issues/12169
129,526,690
MDU6SXNzdWUxMjk1MjY2OTA=
12,169
Resample category data with timedelta index
{ "avatar_url": "https://avatars.githubusercontent.com/u/1401861?v=4", "events_url": "https://api.github.com/users/mapa17/events{/privacy}", "followers_url": "https://api.github.com/users/mapa17/followers", "following_url": "https://api.github.com/users/mapa17/following{/other_user}", "gists_url": "https://api.github.com/users/mapa17/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/mapa17", "id": 1401861, "login": "mapa17", "node_id": "MDQ6VXNlcjE0MDE4NjE=", "organizations_url": "https://api.github.com/users/mapa17/orgs", "received_events_url": "https://api.github.com/users/mapa17/received_events", "repos_url": "https://api.github.com/users/mapa17/repos", "site_admin": false, "starred_url": "https://api.github.com/users/mapa17/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mapa17/subscriptions", "type": "User", "url": "https://api.github.com/users/mapa17" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "207de5", "default": false, "description": "resample method", "id": 74975453, "name": "Resample", "node_id": "MDU6TGFiZWw3NDk3NTQ1Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Resample" }, { "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" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
3
2016-01-28T17:58:27Z
2016-02-10T17:29:34Z
2016-02-10T17:29:34Z
NONE
null
Hi, I get a very strange behavior when i try to resample categorical data with and timedelta index, as compared to a datetime index. ``` pandas >> d1 = pd.DataFrame({'Group_obj': 'A'}, index=pd.date_range('2000-1-1', periods=20, freq='s')) >> d1['Group'] = d1['Group_obj'].astype('category') >> d1 Group_obj Group 2000-01-01 00:00:00 A A 2000-01-01 00:00:01 A A 2000-01-01 00:00:02 A A 2000-01-01 00:00:03 A A 2000-01-01 00:00:04 A A 2000-01-01 00:00:05 A A 2000-01-01 00:00:06 A A 2000-01-01 00:00:07 A A 2000-01-01 00:00:08 A A 2000-01-01 00:00:09 A A 2000-01-01 00:00:10 A A 2000-01-01 00:00:11 A A 2000-01-01 00:00:12 A A 2000-01-01 00:00:13 A A 2000-01-01 00:00:14 A A 2000-01-01 00:00:15 A A 2000-01-01 00:00:16 A A 2000-01-01 00:00:17 A A 2000-01-01 00:00:18 A A 2000-01-01 00:00:19 A A >> corr = d1.resample('10s', how=lambda x: (x.value_counts().index[0])) >> corr Group_obj Group 2000-01-01 00:00:00 A A 2000-01-01 00:00:10 A A >> corr.dtypes Group_obj object Group object dtype: object >> d2 = d1.set_index(pd.to_timedelta(list(range(20)), unit='s')) >> fxx = d2.resample('10s', how=lambda x: (x.value_counts().index[0])) >> fxx Group_obj Group 00:00:00 A NaN 00:00:10 A NaN >> fxx.dtypes Group_obj object Group float64 dtype: object ``` It seems to me the aggregated result in case of using timedelta as an index for the category is always NaN. Should this be? Thx PS: is there a way to specify the dtype for the aggregated columns?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12169/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12169/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12170
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12170/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12170/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12170/events
https://github.com/pandas-dev/pandas/issues/12170
129,549,647
MDU6SXNzdWUxMjk1NDk2NDc=
12,170
DataFrame.to_msgpack unexpectedly defaults to latin-1 encoding
{ "avatar_url": "https://avatars.githubusercontent.com/u/234227?v=4", "events_url": "https://api.github.com/users/rspeer/events{/privacy}", "followers_url": "https://api.github.com/users/rspeer/followers", "following_url": "https://api.github.com/users/rspeer/following{/other_user}", "gists_url": "https://api.github.com/users/rspeer/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/rspeer", "id": 234227, "login": "rspeer", "node_id": "MDQ6VXNlcjIzNDIyNw==", "organizations_url": "https://api.github.com/users/rspeer/orgs", "received_events_url": "https://api.github.com/users/rspeer/received_events", "repos_url": "https://api.github.com/users/rspeer/repos", "site_admin": false, "starred_url": "https://api.github.com/users/rspeer/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/rspeer/subscriptions", "type": "User", "url": "https://api.github.com/users/rspeer" }
[ { "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": "444444", "default": false, "description": "Unicode strings", "id": 36380025, "name": "Unicode", "node_id": "MDU6TGFiZWwzNjM4MDAyNQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Unicode" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
4
2016-01-28T19:15:12Z
2016-02-10T16:20:49Z
2016-02-10T16:20:49Z
NONE
null
I am using Python 3. I tried saving a DataFrame with Unicode labels using the `.to_msgpack` method. I didn't specify an encoding, because I assumed it would use UTF-8, which is the default encoding for Python in my locale (en_US.UTF-8) as well as just a sensible encoding to use in general. Instead, it tried to encode labels in Latin-1, which failed. Latin-1 seems like a strangely antiquated default to use in modern code. I can work around it by passing the `encoding='utf-8'` option, but it would be helpful if UTF-8 were the default, as it is in other Python I/O. Here's my version information: ``` >>> pd.show_versions() INSTALLED VERSIONS ------------------ commit: None python: 3.5.0.final.0 python-bits: 64 OS: Linux OS-release: 3.13.0-51-generic machine: x86_64 processor: x86_64 byteorder: little LC_ALL: None LANG: en_US.UTF-8 pandas: 0.17.1 nose: 1.3.7 pip: 1.5.4 setuptools: 2.2 Cython: 0.23.3 numpy: 1.10.4 scipy: 0.16.1 statsmodels: 0.6.1 IPython: 4.0.0 sphinx: 1.3.1 patsy: 0.4.0 dateutil: 2.4.2 pytz: 2015.7 blosc: None bottleneck: None tables: None numexpr: None matplotlib: 1.4.3 openpyxl: None xlrd: None xlwt: None xlsxwriter: 0.7.3 lxml: None bs4: 4.4.1 html5lib: None httplib2: None apiclient: None sqlalchemy: None pymysql: None psycopg2: 2.6.1 (dt dec pq3 ext lo64) Jinja2: None ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12170/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12170/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12171
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12171/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12171/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12171/events
https://github.com/pandas-dev/pandas/issues/12171
129,595,537
MDU6SXNzdWUxMjk1OTU1Mzc=
12,171
CLN: change getargspec -> signature (using from pandas.compat)
{ "avatar_url": "https://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://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }
[ { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "2016-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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
0
2016-01-28T22:02:05Z
2016-02-17T13:20:15Z
2016-02-17T13:20:15Z
CONTRIBUTOR
null
this eliminates some deprecation warnings ``` pandas/compat/__init__.py: 113 : return inspect.getargspec(f).args # change here pandas/tests/series/test_analytics.py: 4 : from inspect import getargspec 468 : if 'numeric_only' in getargspec(f).args: pandas/util/decorators.py: 278 : from inspect import getargspec 279 : spec = getargspec(func) ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12171/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12171/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12172
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12172/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12172/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12172/events
https://github.com/pandas-dev/pandas/issues/12172
129,639,770
MDU6SXNzdWUxMjk2Mzk3NzA=
12,172
Why does Series.plot() not have a kind='scatter' option?
{ "avatar_url": "https://avatars.githubusercontent.com/u/3486466?v=4", "events_url": "https://api.github.com/users/connerxyz/events{/privacy}", "followers_url": "https://api.github.com/users/connerxyz/followers", "following_url": "https://api.github.com/users/connerxyz/following{/other_user}", "gists_url": "https://api.github.com/users/connerxyz/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/connerxyz", "id": 3486466, "login": "connerxyz", "node_id": "MDQ6VXNlcjM0ODY0NjY=", "organizations_url": "https://api.github.com/users/connerxyz/orgs", "received_events_url": "https://api.github.com/users/connerxyz/received_events", "repos_url": "https://api.github.com/users/connerxyz/repos", "site_admin": false, "starred_url": "https://api.github.com/users/connerxyz/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/connerxyz/subscriptions", "type": "User", "url": "https://api.github.com/users/connerxyz" }
[ { "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": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/other_user}", "gists_url": "https://api.github.com/users/jorisvandenbossche/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jorisvandenbossche", "id": 1020496, "login": "jorisvandenbossche", "node_id": "MDQ6VXNlcjEwMjA0OTY=", "organizations_url": "https://api.github.com/users/jorisvandenbossche/orgs", "received_events_url": "https://api.github.com/users/jorisvandenbossche/received_events", "repos_url": "https://api.github.com/users/jorisvandenbossche/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jorisvandenbossche/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jorisvandenbossche/subscriptions", "type": "User", "url": "https://api.github.com/users/jorisvandenbossche" }, "description": "A milestone for closed or open issues for which there is no action needed (eg not a bug, just a question / discussion, nothing to resolve, wontfix, etc).\r\n\r\n", "due_on": null, "html_url": "https://github.com/pandas-dev/pandas/milestone/33", "id": 997544, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/33/labels", "node_id": "MDk6TWlsZXN0b25lOTk3NTQ0", "number": 33, "open_issues": 11, "state": "open", "title": "No action", "updated_at": "2021-11-19T17:33:16Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/33" }
2
2016-01-29T01:55:18Z
2016-07-11T08:22:19Z
2016-07-11T08:22:19Z
NONE
null
I run into use-cases for this feature often. It seems so simple that it's hard to believe this is purely an oversight. So, why does `Series.plot()` not have a `kind='scatter'` option?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12172/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12172/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12173
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12173/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12173/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12173/events
https://github.com/pandas-dev/pandas/pull/12173
129,731,598
MDExOlB1bGxSZXF1ZXN0NTc2MzI1MTc=
12,173
Iterableiterator
{ "avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4", "events_url": "https://api.github.com/users/toobaz/events{/privacy}", "followers_url": "https://api.github.com/users/toobaz/followers", "following_url": "https://api.github.com/users/toobaz/following{/other_user}", "gists_url": "https://api.github.com/users/toobaz/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/toobaz", "id": 1224492, "login": "toobaz", "node_id": "MDQ6VXNlcjEyMjQ0OTI=", "organizations_url": "https://api.github.com/users/toobaz/orgs", "received_events_url": "https://api.github.com/users/toobaz/received_events", "repos_url": "https://api.github.com/users/toobaz/repos", "site_admin": false, "starred_url": "https://api.github.com/users/toobaz/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/toobaz/subscriptions", "type": "User", "url": "https://api.github.com/users/toobaz" }
[ { "color": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" }, { "color": "fbca04", "default": false, "description": "Related to non-user accessible pandas implementation", "id": 49094459, "name": "Internals", "node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals" }, { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "2016-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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
5
2016-01-29T10:52:53Z
2016-02-06T21:02:48Z
2016-02-06T20:04:13Z
MEMBER
null
If the approach is not overkill, it can be used also in `UTF8Recoder` and `UnicodeReader` from `pandas/common/io.py`. Closes #12153.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12173/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12173/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12173.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12173", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12173.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12173" }
https://api.github.com/repos/pandas-dev/pandas/issues/12174
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12174/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12174/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12174/events
https://github.com/pandas-dev/pandas/issues/12174
129,762,596
MDU6SXNzdWUxMjk3NjI1OTY=
12,174
concat() on Sparse dataframe returns strange results
{ "avatar_url": "https://avatars.githubusercontent.com/u/15925379?v=4", "events_url": "https://api.github.com/users/JeanLescut/events{/privacy}", "followers_url": "https://api.github.com/users/JeanLescut/followers", "following_url": "https://api.github.com/users/JeanLescut/following{/other_user}", "gists_url": "https://api.github.com/users/JeanLescut/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/JeanLescut", "id": 15925379, "login": "JeanLescut", "node_id": "MDQ6VXNlcjE1OTI1Mzc5", "organizations_url": "https://api.github.com/users/JeanLescut/orgs", "received_events_url": "https://api.github.com/users/JeanLescut/received_events", "repos_url": "https://api.github.com/users/JeanLescut/repos", "site_admin": false, "starred_url": "https://api.github.com/users/JeanLescut/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/JeanLescut/subscriptions", "type": "User", "url": "https://api.github.com/users/JeanLescut" }
[ { "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", "default": false, "description": "Duplicate issue or pull request", "id": 40153326, "name": "Duplicate Report", "node_id": "MDU6TGFiZWw0MDE1MzMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report" }, { "color": "009800", "default": false, "description": "Sparse Data Type", "id": 49182326, "name": "Sparse", "node_id": "MDU6TGFiZWw0OTE4MjMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Sparse" } ]
closed
false
null
[]
null
10
2016-01-29T13:13:11Z
2017-03-19T04:43:40Z
2016-01-29T13:46:24Z
NONE
null
I open a stackoverflow question here : http://stackoverflow.com/questions/35083277/pandas-concat-on-sparse-dataframes-a-mystery And someone ask me to open an issue on Github. To summarise, I don't really understand what's going on after a concat of 2 sparse data frame... After such concat, df.density or df.memory_usage, for example, will throw an error. Moreover, the basic structure of the sparse result seems strange... I'm sorry that the bug is not defined better.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12174/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12174/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12175
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12175/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12175/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12175/events
https://github.com/pandas-dev/pandas/pull/12175
129,792,843
MDExOlB1bGxSZXF1ZXN0NTc2NTk0MDk=
12,175
Add ZIP file decompression and TestCompression.
{ "avatar_url": "https://avatars.githubusercontent.com/u/495399?v=4", "events_url": "https://api.github.com/users/lababidi/events{/privacy}", "followers_url": "https://api.github.com/users/lababidi/followers", "following_url": "https://api.github.com/users/lababidi/following{/other_user}", "gists_url": "https://api.github.com/users/lababidi/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/lababidi", "id": 495399, "login": "lababidi", "node_id": "MDQ6VXNlcjQ5NTM5OQ==", "organizations_url": "https://api.github.com/users/lababidi/orgs", "received_events_url": "https://api.github.com/users/lababidi/received_events", "repos_url": "https://api.github.com/users/lababidi/repos", "site_admin": false, "starred_url": "https://api.github.com/users/lababidi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/lababidi/subscriptions", "type": "User", "url": "https://api.github.com/users/lababidi" }
[ { "color": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" }, { "color": "5319e7", "default": false, "description": "read_csv, to_csv", "id": 47229171, "name": "IO CSV", "node_id": "MDU6TGFiZWw0NzIyOTE3MQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV" } ]
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "after 0.18.0 of course!", "due_on": "2016-05-04T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/38", "id": 1570594, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/38/labels", "node_id": "MDk6TWlsZXN0b25lMTU3MDU5NA==", "number": 38, "open_issues": 0, "state": "closed", "title": "0.18.1", "updated_at": "2017-08-10T09:01:26Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/38" }
36
2016-01-29T15:15:25Z
2016-03-22T16:16:56Z
2016-03-22T14:32:31Z
NONE
null
Closes #11413
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12175/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12175/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12175.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12175", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12175.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12175" }
https://api.github.com/repos/pandas-dev/pandas/issues/12176
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12176/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12176/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12176/events
https://github.com/pandas-dev/pandas/issues/12176
129,792,935
MDU6SXNzdWUxMjk3OTI5MzU=
12,176
confusing ImportError message in `__init__.py`
{ "avatar_url": "https://avatars.githubusercontent.com/u/491873?v=4", "events_url": "https://api.github.com/users/wojdyr/events{/privacy}", "followers_url": "https://api.github.com/users/wojdyr/followers", "following_url": "https://api.github.com/users/wojdyr/following{/other_user}", "gists_url": "https://api.github.com/users/wojdyr/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/wojdyr", "id": 491873, "login": "wojdyr", "node_id": "MDQ6VXNlcjQ5MTg3Mw==", "organizations_url": "https://api.github.com/users/wojdyr/orgs", "received_events_url": "https://api.github.com/users/wojdyr/received_events", "repos_url": "https://api.github.com/users/wojdyr/repos", "site_admin": false, "starred_url": "https://api.github.com/users/wojdyr/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wojdyr/subscriptions", "type": "User", "url": "https://api.github.com/users/wojdyr" }
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
{ "closed_at": "2016-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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
1
2016-01-29T15:15:58Z
2016-02-27T14:28:05Z
2016-02-27T14:28:05Z
NONE
null
In some cases the error message could be more clear, as discussed here: https://github.com/pydata/pandas/commit/69cab57c9889391a587656ff8c6a7f9b38187bb1#commitcomment-15762471 my example: ``` >>> import pandas Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/marcin/install/lib/python2.7/site-packages/pandas/__init__.py", line 13, in <module> "extensions first.".format(module)) ImportError: C extension: No module named pytz.tzinfo not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace' to build the C extensions first. ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12176/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12176/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12177
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12177/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12177/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12177/events
https://github.com/pandas-dev/pandas/issues/12177
129,801,164
MDU6SXNzdWUxMjk4MDExNjQ=
12,177
TST: catch some more warnings
{ "avatar_url": "https://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://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }
[ { "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": "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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "after 0.19.x series", "due_on": "2017-05-12T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/39", "id": 1570595, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/39/labels", "node_id": "MDk6TWlsZXN0b25lMTU3MDU5NQ==", "number": 39, "open_issues": 0, "state": "closed", "title": "0.20.0", "updated_at": "2018-10-28T08:18:42Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/39" }
0
2016-01-29T15:37:02Z
2017-03-23T13:56:43Z
2017-03-23T13:56:43Z
CONTRIBUTOR
null
[for example on the 3.5 build](https://travis-ci.org/pydata/pandas/jobs/105685173) like to `assert_produces_warning` on these to remove from the test output; these are legit. ``` ./home/travis/build/pydata/pandas/pandas/indexes/base.py:2385: RuntimeWarning: unorderable types: str() < int(), sort order is undefined for incomparable objects return this.join(other, how=how, return_indexers=return_indexers) ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12177/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12177/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12178
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12178/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12178/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12178/events
https://github.com/pandas-dev/pandas/issues/12178
129,802,708
MDU6SXNzdWUxMjk4MDI3MDg=
12,178
DEPR: remove some Exception.message usage
{ "avatar_url": "https://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://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "after 0.18.0 of course!", "due_on": "2016-05-04T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/38", "id": 1570594, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/38/labels", "node_id": "MDk6TWlsZXN0b25lMTU3MDU5NA==", "number": 38, "open_issues": 0, "state": "closed", "title": "0.18.1", "updated_at": "2017-08-10T09:01:26Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/38" }
1
2016-01-29T15:42:09Z
2016-04-18T17:46:27Z
2016-04-18T17:46:27Z
CONTRIBUTOR
null
this is pretty old code, I think you you simply eliminate the try:excepts: here entirey: https://github.com/pydata/pandas/blob/master/pandas/computation/tests/test_eval.py#L52 ``` In [4]: pd.test(raise_warnings='release') Running unit tests for pandas pandas version 0.17.1+289.g0977cb6 numpy version 1.10.2 pandas is installed in pandas Python version 2.7.11 |Continuum Analytics, Inc.| (default, Dec 6 2015, 18:57:58) [GCC 4.2.1 (Apple Inc. build 5577)] nose version 1.3.7 ...................................................pandas/computation/tests/test_eval.py:53: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 msg = e.message pandas/computation/tests/test_eval.py:53: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 msg = e.message ...............pandas/computation/tests/test_eval.py:310: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 emsg = e.message S..............pandas/computation/tests/test_eval.py:310: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 emsg = e.message S............................................................................................................................................................................................................ ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12178/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12178/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12179
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12179/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12179/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12179/events
https://github.com/pandas-dev/pandas/pull/12179
129,813,128
MDExOlB1bGxSZXF1ZXN0NTc2NjgwNjQ=
12,179
DOC: reformat install.rst testing section
{ "avatar_url": "https://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://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
{ "closed_at": "2016-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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
1
2016-01-29T16:20:38Z
2016-01-29T16:39:09Z
2016-01-29T16:39:09Z
CONTRIBUTOR
null
TST: `run.test()` now defaults warnings based on release version
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12179/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12179/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12179.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12179", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12179.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12179" }
https://api.github.com/repos/pandas-dev/pandas/issues/12180
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12180/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12180/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12180/events
https://github.com/pandas-dev/pandas/issues/12180
129,843,114
MDU6SXNzdWUxMjk4NDMxMTQ=
12,180
Series.str.get_dummies fails if one of the categorical variables is called 'name'
{ "avatar_url": "https://avatars.githubusercontent.com/u/392172?v=4", "events_url": "https://api.github.com/users/DGrady/events{/privacy}", "followers_url": "https://api.github.com/users/DGrady/followers", "following_url": "https://api.github.com/users/DGrady/following{/other_user}", "gists_url": "https://api.github.com/users/DGrady/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/DGrady", "id": 392172, "login": "DGrady", "node_id": "MDQ6VXNlcjM5MjE3Mg==", "organizations_url": "https://api.github.com/users/DGrady/orgs", "received_events_url": "https://api.github.com/users/DGrady/received_events", "repos_url": "https://api.github.com/users/DGrady/repos", "site_admin": false, "starred_url": "https://api.github.com/users/DGrady/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/DGrady/subscriptions", "type": "User", "url": "https://api.github.com/users/DGrady" }
[ { "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": "String extension data type and string data", "id": 57522093, "name": "Strings", "node_id": "MDU6TGFiZWw1NzUyMjA5Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Strings" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
3
2016-01-29T18:16:15Z
2016-02-01T20:09:16Z
2016-02-01T20:09:16Z
CONTRIBUTOR
null
This works as expected: ``` python >>> s = pd.Series(['Name', 'email|Name|address', 'address|email']) >>> s.str.get_dummies(sep='|') Name address email 0 1 0 0 1 1 1 1 2 0 1 1 ``` However, if any of the categorical variables is named exactly `'name'`, then there's a problem. ``` python >>> s = pd.Series(['name', 'email|Name|address', 'address|email']) >>> s.str.get_dummies(sep='|') --------------------------------------------------------------------------- ValueError Traceback (most recent call last) <ipython-input-5-1a39a6dcd56b> in <module>() ----> 1 s.str.get_dummies(sep='|') /Users/dgrady/anaconda/envs/python3/lib/python3.5/site-packages/pandas/core/strings.py in get_dummies(self, sep) 1377 data = self._orig.astype(str) if self._is_categorical else self._data 1378 result = str_get_dummies(data, sep) -> 1379 return self._wrap_result(result, use_codes=(not self._is_categorical)) 1380 1381 @copy(str_translate) /Users/dgrady/anaconda/envs/python3/lib/python3.5/site-packages/pandas/core/strings.py in _wrap_result(self, result, use_codes, name) 1100 if not hasattr(result, 'ndim'): 1101 return result -> 1102 name = name or getattr(result, 'name', None) or self._orig.name 1103 1104 if result.ndim == 1: /Users/dgrady/anaconda/envs/python3/lib/python3.5/site-packages/pandas/core/generic.py in __nonzero__(self) 729 raise ValueError("The truth value of a {0} is ambiguous. " 730 "Use a.empty, a.bool(), a.item(), a.any() or a.all()." --> 731 .format(self.__class__.__name__)) 732 733 __bool__ = __nonzero__ ValueError: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all(). ``` This is presumably related to the `pandas/core/strings.py` code in the stacktrace. ``` python >>> pd.show_versions() INSTALLED VERSIONS ------------------ commit: None python: 3.5.1.final.0 python-bits: 64 OS: Darwin OS-release: 14.5.0 machine: x86_64 processor: i386 byteorder: little LC_ALL: None LANG: en_US.UTF-8 pandas: 0.17.1 nose: 1.3.7 pip: 7.1.2 setuptools: 18.5 Cython: 0.23.4 numpy: 1.10.1 scipy: 0.16.0 statsmodels: 0.6.1 IPython: 4.0.1 sphinx: 1.3.1 patsy: 0.4.0 dateutil: 2.4.2 pytz: 2015.7 blosc: None bottleneck: 1.0.0 tables: 3.2.2 numexpr: 2.4.4 matplotlib: 1.5.0 openpyxl: 2.2.6 xlrd: 0.9.4 xlwt: 1.0.0 xlsxwriter: 0.7.7 lxml: 3.4.4 bs4: 4.4.1 html5lib: None httplib2: None apiclient: None sqlalchemy: 1.0.9 pymysql: None psycopg2: None Jinja2: 2.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/12180/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12180/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12181
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12181/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12181/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12181/events
https://github.com/pandas-dev/pandas/issues/12181
129,867,309
MDU6SXNzdWUxMjk4NjczMDk=
12,181
Reindexing doesn't work as expected for MultiIndexs
{ "avatar_url": "https://avatars.githubusercontent.com/u/9703332?v=4", "events_url": "https://api.github.com/users/PeterKucirek/events{/privacy}", "followers_url": "https://api.github.com/users/PeterKucirek/followers", "following_url": "https://api.github.com/users/PeterKucirek/following{/other_user}", "gists_url": "https://api.github.com/users/PeterKucirek/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/PeterKucirek", "id": 9703332, "login": "PeterKucirek", "node_id": "MDQ6VXNlcjk3MDMzMzI=", "organizations_url": "https://api.github.com/users/PeterKucirek/orgs", "received_events_url": "https://api.github.com/users/PeterKucirek/received_events", "repos_url": "https://api.github.com/users/PeterKucirek/repos", "site_admin": false, "starred_url": "https://api.github.com/users/PeterKucirek/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/PeterKucirek/subscriptions", "type": "User", "url": "https://api.github.com/users/PeterKucirek" }
[ { "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, 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", "default": false, "description": "Duplicate issue or pull request", "id": 40153326, "name": "Duplicate Report", "node_id": "MDU6TGFiZWw0MDE1MzMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report" }, { "color": "207de5", "default": false, "description": null, "id": 71268330, "name": "MultiIndex", "node_id": "MDU6TGFiZWw3MTI2ODMzMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/MultiIndex" } ]
closed
false
null
[]
null
2
2016-01-29T19:56:31Z
2016-01-30T14:58:28Z
2016-01-30T14:58:10Z
NONE
null
Using `Series.reindex()` does not work when the Series uses a MultiIndex and the desired re-index also uses a MultiIndex. An error message reports that the join is ambiguous, even when it is not. In the following example, I'm setting up some schedule data for individuals who belong to households. Three tables will be created: `households`, `persons`, and `activities`. There is an implicit hierarchy: activities belong to persons which belong to households. Their indexes reflect this relationship. ``` python import pandas as pd import numpy as np households = pd.DataFrame({'dwelling_type': np.random.choice(['house', 'apartment'], size=5, replace=True)}) households.index.name = 'hh_id' person_ids = [0,1,0,1,2,3,0,0,0,1] person_hhlds = np.repeat(households.index.values, [2,4,1,1,2]) persons_index = pd.MultiIndex.from_arrays([person_hhlds, person_ids], names=['hh_id', 'person_id']) persons = pd.DataFrame(index=persons_index) persons['sex'] = np.random.choice(list('FM'), size=10, replace=True) persons['age'] = np.random.randint(18,60,10) activity_ids = [0,0,0,1,0,0,1,2,0,0,0,1,0,0,1,2,3] activity_persons = np.repeat(persons_index.get_level_values('person_id').values, [1,1,2,1,3,1,1,2,1,4]) activity_hhlds = np.repeat(persons_index.get_level_values('hh_id').values, [1,1,2,1,3,1,1,2,1,4]) activity_index = pd.MultiIndex.from_arrays([activity_hhlds, activity_persons, activity_ids], names=['hh_id', 'person_id','activity_id']) activities = pd.DataFrame(index=activity_index) activities['type'] = np.random.choice(['work', 'school', 'shop'], size=len(activities), replace=True) activities['zone'] = np.random.randint(1,10, len(activities)) ``` Going from a regular Index to a MultiIndex works as expected. In this case, I'm trying to join `dwelling_type` data from the households table to the persons table: ``` python person_dwelling_type = households.dwelling_type.reindex(persons.index, level='hh_id') print pd.DataFrame({'person_dwelling_type': person_dwelling_type}) ``` ``` >> hh_id person_id 0 0 house 1 house 1 0 apartment 1 apartment 2 apartment 3 apartment 2 0 apartment 3 0 house 4 0 apartment 1 apartment Name: dwelling_type, dtype: object ``` But when I try to do a similar operation, joining `age` from persons to activities, I get an error: ``` python activity_age = persons.age.reindex(activities.index, level=['hh_id', 'person_id']) print activity_age ``` ``` >> --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-15-e2b526341a93> in <module>() ----> 1 activity_age = persons.age.reindex(activities.index, level=['hh_id', 'person_id']) 2 pd.DataFrame({'activity_age': activity_age}) C:\Anaconda\lib\site-packages\pandas\core\series.pyc in reindex(self, index, **kwargs) 2266 @Appender(generic._shared_docs['reindex'] % _shared_doc_kwargs) 2267 def reindex(self, index=None, **kwargs): -> 2268 return super(Series, self).reindex(index=index, **kwargs) 2269 2270 @Appender(generic._shared_docs['fillna'] % _shared_doc_kwargs) C:\Anaconda\lib\site-packages\pandas\core\generic.pyc in reindex(self, *args, **kwargs) 1960 # perform the reindex on the axes 1961 return self._reindex_axes(axes, level, limit, tolerance, -> 1962 method, fill_value, copy).__finalize__(self) 1963 1964 def _reindex_axes(self, axes, level, limit, tolerance, method, C:\Anaconda\lib\site-packages\pandas\core\generic.pyc in _reindex_axes(self, axes, level, limit, tolerance, method, fill_value, copy) 1974 new_index, indexer = ax.reindex( 1975 labels, level=level, limit=limit, tolerance=tolerance, -> 1976 method=method) 1977 1978 axis = self._get_axis_number(a) C:\Anaconda\lib\site-packages\pandas\core\index.pyc in reindex(self, target, method, level, limit, tolerance) 5269 target, indexer, _ = self._join_level(target, level, how='right', 5270 return_indexers=True, -> 5271 keep_order=False) 5272 else: 5273 if self.equals(target): C:\Anaconda\lib\site-packages\pandas\core\index.pyc in _join_level(self, other, level, how, return_indexers, keep_order) 2407 2408 if isinstance(self, MultiIndex) and isinstance(other, MultiIndex): -> 2409 raise TypeError('Join on level between two MultiIndex objects ' 2410 'is ambiguous') 2411 TypeError: Join on level between two MultiIndex objects is ambiguous ``` This seems to be a completely unintuitive result, given that the relationship is unambiguously one-to-many, even though MultiIndex's are used. I'm able to work around this by dropping levels and replacing Indexs, but to me it seems that this should just be an easy thing to accomplish.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12181/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12181/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12182
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12182/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12182/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12182/events
https://github.com/pandas-dev/pandas/issues/12182
129,929,298
MDU6SXNzdWUxMjk5MjkyOTg=
12,182
BUG: _repr_latex is called in jupyter qtconsole
{ "avatar_url": "https://avatars.githubusercontent.com/u/1924092?v=4", "events_url": "https://api.github.com/users/chris-b1/events{/privacy}", "followers_url": "https://api.github.com/users/chris-b1/followers", "following_url": "https://api.github.com/users/chris-b1/following{/other_user}", "gists_url": "https://api.github.com/users/chris-b1/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/chris-b1", "id": 1924092, "login": "chris-b1", "node_id": "MDQ6VXNlcjE5MjQwOTI=", "organizations_url": "https://api.github.com/users/chris-b1/orgs", "received_events_url": "https://api.github.com/users/chris-b1/received_events", "repos_url": "https://api.github.com/users/chris-b1/repos", "site_admin": false, "starred_url": "https://api.github.com/users/chris-b1/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/chris-b1/subscriptions", "type": "User", "url": "https://api.github.com/users/chris-b1" }
[ { "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": "e11d21", "default": false, "description": "Blocking issue or pull request for an upcoming release", "id": 77550281, "name": "Blocker", "node_id": "MDU6TGFiZWw3NzU1MDI4MQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Blocker" }, { "color": "006b75", "default": false, "description": "to_latex", "id": 251382258, "name": "IO LaTeX", "node_id": "MDU6TGFiZWwyNTEzODIyNTg=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20LaTeX" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
16
2016-01-30T02:17:56Z
2016-02-10T18:51:40Z
2016-02-10T18:51:40Z
CONTRIBUTOR
null
xref #11778 ![image](https://cloud.githubusercontent.com/assets/1924092/12692982/4ff32128-c6c5-11e5-8ca4-14750f904a8f.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/12182/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12182/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12183
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12183/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12183/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12183/events
https://github.com/pandas-dev/pandas/issues/12183
129,929,860
MDU6SXNzdWUxMjk5Mjk4NjA=
12,183
Please I have serious issue with the CSV, Pandas, Dataframe and JSON, I need someone to assist.
{ "avatar_url": "https://avatars.githubusercontent.com/u/12527950?v=4", "events_url": "https://api.github.com/users/abdojulari/events{/privacy}", "followers_url": "https://api.github.com/users/abdojulari/followers", "following_url": "https://api.github.com/users/abdojulari/following{/other_user}", "gists_url": "https://api.github.com/users/abdojulari/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/abdojulari", "id": 12527950, "login": "abdojulari", "node_id": "MDQ6VXNlcjEyNTI3OTUw", "organizations_url": "https://api.github.com/users/abdojulari/orgs", "received_events_url": "https://api.github.com/users/abdojulari/received_events", "repos_url": "https://api.github.com/users/abdojulari/repos", "site_admin": false, "starred_url": "https://api.github.com/users/abdojulari/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/abdojulari/subscriptions", "type": "User", "url": "https://api.github.com/users/abdojulari" }
[]
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/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/other_user}", "gists_url": "https://api.github.com/users/jorisvandenbossche/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jorisvandenbossche", "id": 1020496, "login": "jorisvandenbossche", "node_id": "MDQ6VXNlcjEwMjA0OTY=", "organizations_url": "https://api.github.com/users/jorisvandenbossche/orgs", "received_events_url": "https://api.github.com/users/jorisvandenbossche/received_events", "repos_url": "https://api.github.com/users/jorisvandenbossche/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jorisvandenbossche/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jorisvandenbossche/subscriptions", "type": "User", "url": "https://api.github.com/users/jorisvandenbossche" }, "description": "A milestone for closed or open issues for which there is no action needed (eg not a bug, just a question / discussion, nothing to resolve, wontfix, etc).\r\n\r\n", "due_on": null, "html_url": "https://github.com/pandas-dev/pandas/milestone/33", "id": 997544, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/33/labels", "node_id": "MDk6TWlsZXN0b25lOTk3NTQ0", "number": 33, "open_issues": 11, "state": "open", "title": "No action", "updated_at": "2021-11-19T17:33:16Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/33" }
6
2016-01-30T02:23:37Z
2016-01-30T14:06:04Z
2016-01-30T02:28:43Z
NONE
null
`import pandas as pd import datetime from pandas_datareader import data, wb import csv import json # declaring libraries for the analysis out= open("testfile.csv", "rt") # read the .csv file data = csv.reader(out) data = [[row[0],row[1] + "_" + row[2],row[3] +"_" + row[4], row[5],row[6]] for row in data] #this part is mainly to concatenate the City and country out.close() out=open("data.csv", "wt") output = csv.writer(out) for row in data: output.writerow(row) out.close() # <------------ End of concatenation -------------> # The result is written out and saved in data.csv (I don't want to override the original source) df = pd.read_csv('data.csv') #using pandas and dataframe, I can read in data and loop it through between the Arrival Date and Departure Date df.DateDpt = pd.to_datetime(df.DateDpt) df.DateAr = pd.to_datetime(df.DateAr) df = df.set_index('DateAr') new_df = pd.DataFrame() for i, data in df.iterrows(): data = data.to_frame().transpose() data = data.reindex(pd.date_range(start=data.index[0], end=data.DateDpt[0])).fillna(method='ffill').reset_index().rename(columns={'index': 'DateAr'}) new_df = pd.concat([new_df, data]) new_df = new_df[['AuthorID', 'ArCity_ArCountry', 'DptCity_DptCountry', 'DateAr', 'DateDpt']] print (new_df) # <---- End of iteration ----> # Json file : <------ JSON -----------------> json_dict = {} for arrival_date, data in new_df.groupby('DateAr'): matching_dates = data[data.DateDpt==arrival_date] not_matching_dates = data[data.DateDpt!=arrival_date] json_dict[arrival_date.strftime('%Y-%m-%d')] = {} if not matching_dates.empty: for city, flights in matching_dates.groupby('ArCity_ArCountry'): json_dict[arrival_date.strftime('%Y-%m-%d')][city] = [str(v) for v in flights.AuthorID.to_dict().values()] if not not_matching_dates.empty: for city, flights in not_matching_dates.groupby('DptCity_DptCountry'): json_dict[arrival_date.strftime('%Y-%m-%d')][city] = [str(v) for v in flights.AuthorID.to_dict().values()] with open('json_dict.json', 'w') as f: json.dump(json_dict, f, indent=4, sort_keys=True) # <------- End of JSON ---------------->` CSV File (testfile.csv) AuthorID ArCity ArCountry DptCity DptCountry DateDpt DateAr AAA Paris France NewYork UnitedState 2008-03-10 2001-02-02 BBB Paris France NewYork UnitedState 2008-03-10 2001-02-02 CCC Paris France Beijing Japan 2008-03-10 2001-02-02 DDD Paris France NewYork UnitedState 2008-03-10 2001-02-02 EEE Paris France London UK 2008-03-10 2001-02-02 FFF Paris France NewYork UnitedState 2008-03-10 2001-02-02 GGG Paris France Beijing Japan 2008-03-10 2001-02-02 Expected output: ``` { "2001-02-02": { "Beijing _Japan": [ "CCC", "GGG" ], "London_UK": [ "EEE" ], "NewYork_UnitedState": [ "AAA" "BBB" "DDD" "FFF" ], "Paris_France": [ "AAA" "BBB" "CCC" "DDD" "EEE" "FFF" ] }, . . . } But the current output is `{ "2001-02-02": { "Beijing _Japan": [ "GGG" ], "London_UK": [ "EEE" ], "NewYork_UnitedState": [ "FFF" ] }, "2001-02-03": { "Beijing _Japan": [ "GGG" ], "London_UK": [ "EEE" ], "NewYork_UnitedState": [ "FFF" ] }, . . . }` `` ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12183/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12183/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12184
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12184/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12184/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12184/events
https://github.com/pandas-dev/pandas/pull/12184
130,001,145
MDExOlB1bGxSZXF1ZXN0NTc3NDI1NDY=
12,184
BUG: read_excel with squeeze=True
{ "avatar_url": "https://avatars.githubusercontent.com/u/1924092?v=4", "events_url": "https://api.github.com/users/chris-b1/events{/privacy}", "followers_url": "https://api.github.com/users/chris-b1/followers", "following_url": "https://api.github.com/users/chris-b1/following{/other_user}", "gists_url": "https://api.github.com/users/chris-b1/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/chris-b1", "id": 1924092, "login": "chris-b1", "node_id": "MDQ6VXNlcjE5MjQwOTI=", "organizations_url": "https://api.github.com/users/chris-b1/orgs", "received_events_url": "https://api.github.com/users/chris-b1/received_events", "repos_url": "https://api.github.com/users/chris-b1/repos", "site_admin": false, "starred_url": "https://api.github.com/users/chris-b1/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/chris-b1/subscriptions", "type": "User", "url": "https://api.github.com/users/chris-b1" }
[ { "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": "bfe5bf", "default": false, "description": "read_excel, to_excel", "id": 49254273, "name": "IO Excel", "node_id": "MDU6TGFiZWw0OTI1NDI3Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Excel" } ]
closed
false
null
[]
null
3
2016-01-30T15:47:27Z
2016-02-01T00:25:12Z
2016-01-30T19:22:40Z
CONTRIBUTOR
null
closes #12157
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12184/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12184/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12184.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12184", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12184.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12184" }
https://api.github.com/repos/pandas-dev/pandas/issues/12185
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12185/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12185/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12185/events
https://github.com/pandas-dev/pandas/issues/12185
130,009,580
MDU6SXNzdWUxMzAwMDk1ODA=
12,185
read_csv() restarts index (if not loaded) at every chunk
{ "avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4", "events_url": "https://api.github.com/users/toobaz/events{/privacy}", "followers_url": "https://api.github.com/users/toobaz/followers", "following_url": "https://api.github.com/users/toobaz/following{/other_user}", "gists_url": "https://api.github.com/users/toobaz/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/toobaz", "id": 1224492, "login": "toobaz", "node_id": "MDQ6VXNlcjEyMjQ0OTI=", "organizations_url": "https://api.github.com/users/toobaz/orgs", "received_events_url": "https://api.github.com/users/toobaz/received_events", "repos_url": "https://api.github.com/users/toobaz/repos", "site_admin": false, "starred_url": "https://api.github.com/users/toobaz/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/toobaz/subscriptions", "type": "User", "url": "https://api.github.com/users/toobaz" }
[ { "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, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "5319e7", "default": false, "description": "read_csv, to_csv", "id": 47229171, "name": "IO CSV", "node_id": "MDU6TGFiZWw0NzIyOTE3MQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-09-30T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/40", "id": 1639795, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/40/labels", "node_id": "MDk6TWlsZXN0b25lMTYzOTc5NQ==", "number": 40, "open_issues": 0, "state": "closed", "title": "0.19.0", "updated_at": "2017-11-06T02:01:14Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/40" }
0
2016-01-30T16:45:53Z
2016-07-29T00:15:15Z
2016-07-29T00:15:15Z
MEMBER
null
See [this comment](https://github.com/pydata/pandas/pull/12173#discussion_r51347252). Basically we now have ``` In [8]: read_csv(StringIO(u'A,B\n1,2\n3,4')) Out[8]: A B 0 1 2 1 3 4 ``` but ``` In [9]: concat(read_csv(StringIO(u'A,B\n1,2\n3,4'), chunksize=1)) Out[9]: A B 0 1 2 0 3 4 ``` We want the latter to also have index (0,1).
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12185/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12185/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12186
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12186/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12186/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12186/events
https://github.com/pandas-dev/pandas/issues/12186
130,024,848
MDU6SXNzdWUxMzAwMjQ4NDg=
12,186
pd.read_excel parses rows as int if containing only numbers, even when marked as text or indicated string with e.g. '02
{ "avatar_url": "https://avatars.githubusercontent.com/u/1256318?v=4", "events_url": "https://api.github.com/users/dickreuter/events{/privacy}", "followers_url": "https://api.github.com/users/dickreuter/followers", "following_url": "https://api.github.com/users/dickreuter/following{/other_user}", "gists_url": "https://api.github.com/users/dickreuter/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/dickreuter", "id": 1256318, "login": "dickreuter", "node_id": "MDQ6VXNlcjEyNTYzMTg=", "organizations_url": "https://api.github.com/users/dickreuter/orgs", "received_events_url": "https://api.github.com/users/dickreuter/received_events", "repos_url": "https://api.github.com/users/dickreuter/repos", "site_admin": false, "starred_url": "https://api.github.com/users/dickreuter/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dickreuter/subscriptions", "type": "User", "url": "https://api.github.com/users/dickreuter" }
[ { "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": "009800", "default": false, "description": "Duplicate issue or pull request", "id": 40153326, "name": "Duplicate Report", "node_id": "MDU6TGFiZWw0MDE1MzMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report" }, { "color": "bfe5bf", "default": false, "description": "read_excel, to_excel", "id": 49254273, "name": "IO Excel", "node_id": "MDU6TGFiZWw0OTI1NDI3Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Excel" } ]
closed
false
null
[]
null
1
2016-01-30T19:00:24Z
2016-01-30T19:19:08Z
2016-01-30T19:19:08Z
CONTRIBUTOR
null
When loading an excel file with pandas that contains a row with integers that have preceding zeros such as 01, the number is automatically parsed as integer and results as 1. This even happens when the row is formatted as 'text' or the number is entered as '02 (second row). I believe it would be correct if the row was parsed as string in that case. df=pd.read_excel(r'c:\temp\string.xlsx','Sheet1') df['row1'][0] df['row1'][1] 1 2 instead of 01 02 example excel file: https://www.dropbox.com/s/k7coyy8gnntl1hv/string.xlsx?dl=0 The issue was discussed here: http://stackoverflow.com/questions/35084022/load-xlsx-into-pandas-as-string?noredirect=1#comment57890144_35084022
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12186/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12186/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12187
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12187/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12187/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12187/events
https://github.com/pandas-dev/pandas/issues/12187
130,063,386
MDU6SXNzdWUxMzAwNjMzODY=
12,187
Pandas interpolation enhancement request : specifying the maximum gap to interpolate.
{ "avatar_url": "https://avatars.githubusercontent.com/u/16981006?v=4", "events_url": "https://api.github.com/users/delie0512/events{/privacy}", "followers_url": "https://api.github.com/users/delie0512/followers", "following_url": "https://api.github.com/users/delie0512/following{/other_user}", "gists_url": "https://api.github.com/users/delie0512/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/delie0512", "id": 16981006, "login": "delie0512", "node_id": "MDQ6VXNlcjE2OTgxMDA2", "organizations_url": "https://api.github.com/users/delie0512/orgs", "received_events_url": "https://api.github.com/users/delie0512/received_events", "repos_url": "https://api.github.com/users/delie0512/repos", "site_admin": false, "starred_url": "https://api.github.com/users/delie0512/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/delie0512/subscriptions", "type": "User", "url": "https://api.github.com/users/delie0512" }
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "d7e102", "default": false, "description": "np.nan, 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" } ]
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", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "Changes that would be nice to have in the next release. These issues are not blocking. They will be pushed to the next release if no one has time to fix them.", "due_on": null, "html_url": "https://github.com/pandas-dev/pandas/milestone/32", "id": 933188, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32/labels", "node_id": "MDk6TWlsZXN0b25lOTMzMTg4", "number": 32, "open_issues": 1053, "state": "open", "title": "Contributions Welcome", "updated_at": "2021-11-21T00:50:06Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32" }
10
2016-01-31T02:01:50Z
2021-07-28T11:07:56Z
null
NONE
null
Currently, Pandas interpolation interpolates all gaps, regardless of there size and the limit parameter is used to limit the number of replacement : if there is a gap of 3 values and limit=2, pandas replaces the first 2 values. I have difficulty understanding why someone would want to do interpolation on only a few missing items in a consecutive series of missing. Personally, depending on the length of the gap, I would like to decide to interpolate the whole gap or none of it. For example, in an hourly time-series, interpolation of missing hours up to a maximum of 3 consecutive hours: gaps <= 3 would be interpolated gaps > 3 remain untouched. I would appreciated a option for interpolation such as R "na.approx" in which a "maxgap" parameters is available. maxgap: maximum number of consecutive NAs to fill. Any longer gaps will be left unchanged.
{ "+1": 5, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 5, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12187/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12187/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12188
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12188/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12188/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12188/events
https://github.com/pandas-dev/pandas/issues/12188
130,065,600
MDU6SXNzdWUxMzAwNjU2MDA=
12,188
Confusing interpretation of what DataFrame.join does
{ "avatar_url": "https://avatars.githubusercontent.com/u/989250?v=4", "events_url": "https://api.github.com/users/edublancas/events{/privacy}", "followers_url": "https://api.github.com/users/edublancas/followers", "following_url": "https://api.github.com/users/edublancas/following{/other_user}", "gists_url": "https://api.github.com/users/edublancas/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/edublancas", "id": 989250, "login": "edublancas", "node_id": "MDQ6VXNlcjk4OTI1MA==", "organizations_url": "https://api.github.com/users/edublancas/orgs", "received_events_url": "https://api.github.com/users/edublancas/received_events", "repos_url": "https://api.github.com/users/edublancas/repos", "site_admin": false, "starred_url": "https://api.github.com/users/edublancas/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/edublancas/subscriptions", "type": "User", "url": "https://api.github.com/users/edublancas" }
[ { "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": "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" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-09-30T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/40", "id": 1639795, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/40/labels", "node_id": "MDk6TWlsZXN0b25lMTYzOTc5NQ==", "number": 40, "open_issues": 0, "state": "closed", "title": "0.19.0", "updated_at": "2017-11-06T02:01:14Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/40" }
4
2016-01-31T02:25:51Z
2016-05-26T12:54:22Z
2016-05-26T12:54:22Z
CONTRIBUTOR
null
From the docs I see that the difference between .merge and .join is that .join operates using indexes by default, but it also lets you use columns, so I tried to use it for that since it sounds natural when coming from the SQL world. From the [docs](http://pandas.pydata.org/pandas-docs/version/0.17.1/generated/pandas.DataFrame.join.html): > on : column name, tuple/list of column names, or array-like > Column(s) to use for joining, otherwise join on index. If multiples columns given, the passed DataFrame must have a MultiIndex. Can pass an array as the join key if not already contained in the calling DataFrame. Like an Excel VLOOKUP operation From my understanding, if on is absent a join operation is performed on the index, if on is present, it would be reasonable to think that the same operation would be performed. Having said that: ``` python a = pd.DataFrame({'address' : ["1820 SOME STREET", "32 ANOTHER STREET", "1140 BIG STREET", "20 SMALL STREET", "1090 AVENUE NAME"], 'id' : [1,2,3,4,5] }) b = pd.DataFrame({'address' : ["1090 AVENUE NAME", "1140 BIG STREET", "20 SMALL STREET", "1820 SOME STREET", "32 ANOTHER STREET"], 'id' : [5,3,4,1,2]}) a.join(b, on='id', lsuffix='_x', rsuffix='_y', how='left') ``` Output: ``` address_x id_x address_y id_y 0 1820 SOME STREET 1 1140 BIG STREET 3 1 32 ANOTHER STREET 2 20 SMALL STREET 4 2 1140 BIG STREET 3 1820 SOME STREET 1 3 20 SMALL STREET 4 32 ANOTHER STREET 2 4 1090 AVENUE NAME 5 NaN NaN ``` And if I add id as index: ``` python a.set_index('id', inplace=True) b.set_index('id', inplace=True) a.join(b, lsuffix='_x', rsuffix='_y', how='left') ``` Output: ``` address_x address_y id 1 1820 SOME STREET 1820 SOME STREET 2 32 ANOTHER STREET 32 ANOTHER STREET 3 1140 BIG STREET 1140 BIG STREET 4 20 SMALL STREET 20 SMALL STREET 5 1090 AVENUE NAME 1090 AVENUE NAME ``` Is that the correct behavior? If yes, I think the documentation is misleading. It took me a lot to find the bug in my code and I ended up using merge since .join works in an unexpected way. I don't think I'm the [only one](http://stackoverflow.com/questions/10114399/pandas-simple-join-not-working) with this issue, so maybe a change in the documentation would help to clarify how .join works.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12188/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12188/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12189
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12189/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12189/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12189/events
https://github.com/pandas-dev/pandas/issues/12189
130,078,458
MDU6SXNzdWUxMzAwNzg0NTg=
12,189
BUG: Automatic upcast to object fails when unstacking datetime/timedelta with incompatible fill_value
{ "avatar_url": "https://avatars.githubusercontent.com/u/1170234?v=4", "events_url": "https://api.github.com/users/amcpherson/events{/privacy}", "followers_url": "https://api.github.com/users/amcpherson/followers", "following_url": "https://api.github.com/users/amcpherson/following{/other_user}", "gists_url": "https://api.github.com/users/amcpherson/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/amcpherson", "id": 1170234, "login": "amcpherson", "node_id": "MDQ6VXNlcjExNzAyMzQ=", "organizations_url": "https://api.github.com/users/amcpherson/orgs", "received_events_url": "https://api.github.com/users/amcpherson/received_events", "repos_url": "https://api.github.com/users/amcpherson/repos", "site_admin": false, "starred_url": "https://api.github.com/users/amcpherson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/amcpherson/subscriptions", "type": "User", "url": "https://api.github.com/users/amcpherson" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "e102d8", "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" } ]
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", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "Changes that would be nice to have in the next release. These issues are not blocking. They will be pushed to the next release if no one has time to fix them.", "due_on": null, "html_url": "https://github.com/pandas-dev/pandas/milestone/32", "id": 933188, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32/labels", "node_id": "MDk6TWlsZXN0b25lOTMzMTg4", "number": 32, "open_issues": 1053, "state": "open", "title": "Contributions Welcome", "updated_at": "2021-11-21T00:50:06Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32" }
2
2016-01-31T04:39:13Z
2020-03-31T05:35:28Z
null
CONTRIBUTOR
null
Converting to object before then unstack works, whereas automatic upcast does not happen. Missing values are replaced with NaT instead of automatically upcasting to object and filling with the requested value. ``` In [44]: td = [Timedelta(days=i) for i in range(4)] In [45]: data = Series(td) In [46]: data.index = MultiIndex.from_tuples( ....: [('x', 'a'), ('x', 'b'), ('y', 'b'), ('z', 'a')]) In [47]: data.unstack(fill_value='foo') Out[47]: a b x 0 days 1 days y NaT 2 days z 3 days NaT In [48]: data.astype(np.object_).unstack(fill_value='foo') Out[48]: a b x 0 days 00:00:00 1 days 00:00:00 y foo 2 days 00:00:00 z 3 days 00:00:00 foo ``` Culprit is some outdated code in _maybe_promote.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12189/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12189/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12190
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12190/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12190/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12190/events
https://github.com/pandas-dev/pandas/pull/12190
130,168,467
MDExOlB1bGxSZXF1ZXN0NTc3NzY3MzE=
12,190
DEPR: deprecate options.display.mpl_style
{ "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}", "gists_url": "https://api.github.com/users/TomAugspurger/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/TomAugspurger", "id": 1312546, "login": "TomAugspurger", "node_id": "MDQ6VXNlcjEzMTI1NDY=", "organizations_url": "https://api.github.com/users/TomAugspurger/orgs", "received_events_url": "https://api.github.com/users/TomAugspurger/received_events", "repos_url": "https://api.github.com/users/TomAugspurger/repos", "site_admin": false, "starred_url": "https://api.github.com/users/TomAugspurger/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/TomAugspurger/subscriptions", "type": "User", "url": "https://api.github.com/users/TomAugspurger" }
[ { "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": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "2016-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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
14
2016-01-31T18:59:52Z
2016-02-11T13:04:13Z
2016-02-11T13:04:13Z
CONTRIBUTOR
null
Closes https://github.com/pydata/pandas/issues/11783 Deprecates pd.options.display.mpl_style in favor of matplotlib's style sheets.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12190/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12190/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12190.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12190", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12190.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12190" }
https://api.github.com/repos/pandas-dev/pandas/issues/12191
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12191/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12191/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12191/events
https://github.com/pandas-dev/pandas/pull/12191
130,228,147
MDExOlB1bGxSZXF1ZXN0NTc3ODg5Nzc=
12,191
WIP/ENH: allow categoricals in msgpack
{ "avatar_url": "https://avatars.githubusercontent.com/u/1924092?v=4", "events_url": "https://api.github.com/users/chris-b1/events{/privacy}", "followers_url": "https://api.github.com/users/chris-b1/followers", "following_url": "https://api.github.com/users/chris-b1/following{/other_user}", "gists_url": "https://api.github.com/users/chris-b1/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/chris-b1", "id": 1924092, "login": "chris-b1", "node_id": "MDQ6VXNlcjE5MjQwOTI=", "organizations_url": "https://api.github.com/users/chris-b1/orgs", "received_events_url": "https://api.github.com/users/chris-b1/received_events", "repos_url": "https://api.github.com/users/chris-b1/repos", "site_admin": false, "starred_url": "https://api.github.com/users/chris-b1/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/chris-b1/subscriptions", "type": "User", "url": "https://api.github.com/users/chris-b1" }
[ { "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": "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" } ]
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "after 0.18.0 of course!", "due_on": "2016-05-04T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/38", "id": 1570594, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/38/labels", "node_id": "MDk6TWlsZXN0b25lMTU3MDU5NA==", "number": 38, "open_issues": 0, "state": "closed", "title": "0.18.1", "updated_at": "2017-08-10T09:01:26Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/38" }
7
2016-02-01T01:52:37Z
2016-03-09T17:25:23Z
2016-03-09T17:25:23Z
CONTRIBUTOR
null
closes part of #7621 WIP, but wanted to put it up as is, since it probably interacts with #12129 cc: @kawochen this is how I modified the schema - open to suggestions ``` python # normal block {'dtype': dtype, 'data': ExtType(0, <bytes>)} # Categorical block {'dtype': 'categorical', 'data': { 'codes': {'dtype': 'int8', 'data': ExtType(0, <bytes>), 'categories': {'dtype': dtype, 'data': ExtType(0, <bytes>)} } ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12191/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12191/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12191.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12191", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12191.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12191" }
https://api.github.com/repos/pandas-dev/pandas/issues/12192
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12192/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12192/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12192/events
https://github.com/pandas-dev/pandas/pull/12192
130,255,115
MDExOlB1bGxSZXF1ZXN0NTc3OTY1NDM=
12,192
BUG: Handle variables named 'name' in get_dummies, #12180
{ "avatar_url": "https://avatars.githubusercontent.com/u/392172?v=4", "events_url": "https://api.github.com/users/DGrady/events{/privacy}", "followers_url": "https://api.github.com/users/DGrady/followers", "following_url": "https://api.github.com/users/DGrady/following{/other_user}", "gists_url": "https://api.github.com/users/DGrady/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/DGrady", "id": 392172, "login": "DGrady", "node_id": "MDQ6VXNlcjM5MjE3Mg==", "organizations_url": "https://api.github.com/users/DGrady/orgs", "received_events_url": "https://api.github.com/users/DGrady/received_events", "repos_url": "https://api.github.com/users/DGrady/repos", "site_admin": false, "starred_url": "https://api.github.com/users/DGrady/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/DGrady/subscriptions", "type": "User", "url": "https://api.github.com/users/DGrady" }
[ { "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": "String extension data type and string data", "id": 57522093, "name": "Strings", "node_id": "MDU6TGFiZWw1NzUyMjA5Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Strings" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
1
2016-02-01T04:46:39Z
2016-02-01T20:09:21Z
2016-02-01T20:09:16Z
CONTRIBUTOR
null
closes #12180
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12192/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12192/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12192.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12192", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12192.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12192" }
https://api.github.com/repos/pandas-dev/pandas/issues/12193
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12193/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12193/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12193/events
https://github.com/pandas-dev/pandas/pull/12193
130,405,799
MDExOlB1bGxSZXF1ZXN0NTc4NjA2MDI=
12,193
Improved documentation for DataFrame.join
{ "avatar_url": "https://avatars.githubusercontent.com/u/989250?v=4", "events_url": "https://api.github.com/users/edublancas/events{/privacy}", "followers_url": "https://api.github.com/users/edublancas/followers", "following_url": "https://api.github.com/users/edublancas/following{/other_user}", "gists_url": "https://api.github.com/users/edublancas/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/edublancas", "id": 989250, "login": "edublancas", "node_id": "MDQ6VXNlcjk4OTI1MA==", "organizations_url": "https://api.github.com/users/edublancas/orgs", "received_events_url": "https://api.github.com/users/edublancas/received_events", "repos_url": "https://api.github.com/users/edublancas/repos", "site_admin": false, "starred_url": "https://api.github.com/users/edublancas/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/edublancas/subscriptions", "type": "User", "url": "https://api.github.com/users/edublancas" }
[ { "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": "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" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-09-30T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/40", "id": 1639795, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/40/labels", "node_id": "MDk6TWlsZXN0b25lMTYzOTc5NQ==", "number": 40, "open_issues": 0, "state": "closed", "title": "0.19.0", "updated_at": "2017-11-06T02:01:14Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/40" }
9
2016-02-01T16:11:20Z
2016-05-26T12:54:50Z
2016-05-26T12:54:22Z
CONTRIBUTOR
null
closes #12188 I modified the description in DataFrame.join to make clear the difference with DataFrame.merge, also added examples.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12193/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12193/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12193.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12193", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12193.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12193" }
https://api.github.com/repos/pandas-dev/pandas/issues/12194
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12194/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12194/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12194/events
https://github.com/pandas-dev/pandas/pull/12194
130,406,710
MDExOlB1bGxSZXF1ZXN0NTc4NjExNjM=
12,194
CLN FloatArrayFormatter
{ "avatar_url": "https://avatars.githubusercontent.com/u/9929982?v=4", "events_url": "https://api.github.com/users/nbonnotte/events{/privacy}", "followers_url": "https://api.github.com/users/nbonnotte/followers", "following_url": "https://api.github.com/users/nbonnotte/following{/other_user}", "gists_url": "https://api.github.com/users/nbonnotte/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/nbonnotte", "id": 9929982, "login": "nbonnotte", "node_id": "MDQ6VXNlcjk5Mjk5ODI=", "organizations_url": "https://api.github.com/users/nbonnotte/orgs", "received_events_url": "https://api.github.com/users/nbonnotte/received_events", "repos_url": "https://api.github.com/users/nbonnotte/repos", "site_admin": false, "starred_url": "https://api.github.com/users/nbonnotte/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nbonnotte/subscriptions", "type": "User", "url": "https://api.github.com/users/nbonnotte" }
[ { "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": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2016-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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
7
2016-02-01T16:14:44Z
2016-02-22T11:07:11Z
2016-02-13T15:18:24Z
CONTRIBUTOR
null
I'm working on #12164 This is a work in progress.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12194/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12194/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12194.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12194", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12194.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12194" }
https://api.github.com/repos/pandas-dev/pandas/issues/12195
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12195/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12195/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12195/events
https://github.com/pandas-dev/pandas/pull/12195
130,450,986
MDExOlB1bGxSZXF1ZXN0NTc4ODMzNjI=
12,195
BUG: concat of tz series with NaT
{ "avatar_url": "https://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://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }
[ { "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": "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": "5319e7", "default": false, "description": "Timezone data dtype", "id": 60458168, "name": "Timezones", "node_id": "MDU6TGFiZWw2MDQ1ODE2OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones" } ]
closed
false
null
[]
{ "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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
0
2016-02-01T18:58:36Z
2016-02-01T21:38:25Z
2016-02-01T21:38:25Z
CONTRIBUTOR
null
closes #11693 xref #11736
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12195/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12195/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12195.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12195", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12195.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12195" }
https://api.github.com/repos/pandas-dev/pandas/issues/12196
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12196/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12196/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12196/events
https://github.com/pandas-dev/pandas/issues/12196
130,466,600
MDU6SXNzdWUxMzA0NjY2MDA=
12,196
BUG: numpy master quantile interpolation method
{ "avatar_url": "https://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://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
{ "closed_at": "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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
0
2016-02-01T19:56:57Z
2016-02-01T21:20:39Z
2016-02-01T21:20:39Z
CONTRIBUTOR
null
https://github.com/numpy/numpy/issues/7163
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12196/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12196/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12197
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12197/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12197/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12197/events
https://github.com/pandas-dev/pandas/pull/12197
130,478,783
MDExOlB1bGxSZXF1ZXN0NTc4OTc1ODE=
12,197
TST: work around numpy https://github.com/numpy/numpy/issues/7163
{ "avatar_url": "https://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://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }
[ { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "2016-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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
0
2016-02-01T20:49:10Z
2016-02-01T21:20:40Z
2016-02-01T21:20:40Z
CONTRIBUTOR
null
closes #12196 xref https://github.com/numpy/numpy/issues/7163
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12197/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12197/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12197.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12197", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12197.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12197" }
https://api.github.com/repos/pandas-dev/pandas/issues/12198
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12198/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12198/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12198/events
https://github.com/pandas-dev/pandas/pull/12198
130,478,927
MDExOlB1bGxSZXF1ZXN0NTc4OTc2NjM=
12,198
Add ability to specify AWS s3 host through AWS_S3_HOST environment variable
{ "avatar_url": "https://avatars.githubusercontent.com/u/14985737?v=4", "events_url": "https://api.github.com/users/mlurie/events{/privacy}", "followers_url": "https://api.github.com/users/mlurie/followers", "following_url": "https://api.github.com/users/mlurie/following{/other_user}", "gists_url": "https://api.github.com/users/mlurie/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/mlurie", "id": 14985737, "login": "mlurie", "node_id": "MDQ6VXNlcjE0OTg1NzM3", "organizations_url": "https://api.github.com/users/mlurie/orgs", "received_events_url": "https://api.github.com/users/mlurie/received_events", "repos_url": "https://api.github.com/users/mlurie/repos", "site_admin": false, "starred_url": "https://api.github.com/users/mlurie/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mlurie/subscriptions", "type": "User", "url": "https://api.github.com/users/mlurie" }
[ { "color": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
3
2016-02-01T20:49:46Z
2016-02-02T15:53:18Z
2016-02-02T15:52:52Z
CONTRIBUTOR
null
The AWS s3 host used by read_csv currently defaults to s3.amazonaws.com and there is currently no way to change this. This pull requests adds functionality where the code checks the AWS_S3_HOST environment variable for a user-specified host and defaults back to the current s3.amazonaws.com host. This is a simple code change, but it will allow users from around the globe to use read_csv to directly read from files in s3 when the s3 bucket is not located in the US East region.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12198/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12198/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12198.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12198", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12198.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12198" }
https://api.github.com/repos/pandas-dev/pandas/issues/12199
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12199/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12199/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12199/events
https://github.com/pandas-dev/pandas/issues/12199
130,492,289
MDU6SXNzdWUxMzA0OTIyODk=
12,199
fftpack.rfft overwrites data when input is a pandas series
{ "avatar_url": "https://avatars.githubusercontent.com/u/837725?v=4", "events_url": "https://api.github.com/users/ghego/events{/privacy}", "followers_url": "https://api.github.com/users/ghego/followers", "following_url": "https://api.github.com/users/ghego/following{/other_user}", "gists_url": "https://api.github.com/users/ghego/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/ghego", "id": 837725, "login": "ghego", "node_id": "MDQ6VXNlcjgzNzcyNQ==", "organizations_url": "https://api.github.com/users/ghego/orgs", "received_events_url": "https://api.github.com/users/ghego/received_events", "repos_url": "https://api.github.com/users/ghego/repos", "site_admin": false, "starred_url": "https://api.github.com/users/ghego/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ghego/subscriptions", "type": "User", "url": "https://api.github.com/users/ghego" }
[ { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": 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/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/other_user}", "gists_url": "https://api.github.com/users/jorisvandenbossche/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jorisvandenbossche", "id": 1020496, "login": "jorisvandenbossche", "node_id": "MDQ6VXNlcjEwMjA0OTY=", "organizations_url": "https://api.github.com/users/jorisvandenbossche/orgs", "received_events_url": "https://api.github.com/users/jorisvandenbossche/received_events", "repos_url": "https://api.github.com/users/jorisvandenbossche/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jorisvandenbossche/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jorisvandenbossche/subscriptions", "type": "User", "url": "https://api.github.com/users/jorisvandenbossche" }, "description": "A milestone for closed or open issues for which there is no action needed (eg not a bug, just a question / discussion, nothing to resolve, wontfix, etc).\r\n\r\n", "due_on": null, "html_url": "https://github.com/pandas-dev/pandas/milestone/33", "id": 997544, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/33/labels", "node_id": "MDk6TWlsZXN0b25lOTk3NTQ0", "number": 33, "open_issues": 11, "state": "open", "title": "No action", "updated_at": "2021-11-19T17:33:16Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/33" }
1
2016-02-01T21:39:18Z
2016-02-01T23:58:45Z
2016-02-01T23:58:45Z
NONE
null
Reproduce: ``` python import pandas as pd import numpy as np from scipy import fftpack x = np.array([1.,2.,3.,4.,5.]) xs = pd.Series(x) print x tmp = fftpack.rfft(x) print x print x tmp = fftpack.rfft(xs) print x """ output: [ 1. 2. 3. 4. 5.] [ 1. 2. 3. 4. 5.] [ 1. 2. 3. 4. 5.] [ 15. -2.5 3.4409548 -2.5 0.81229924] """ ``` posted also in scipy.github: https://github.com/scipy/scipy/issues/5790
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12199/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12199/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12200
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12200/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12200/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12200/events
https://github.com/pandas-dev/pandas/issues/12200
130,536,906
MDU6SXNzdWUxMzA1MzY5MDY=
12,200
read_sql ignore type
{ "avatar_url": "https://avatars.githubusercontent.com/u/1906943?v=4", "events_url": "https://api.github.com/users/biomorph/events{/privacy}", "followers_url": "https://api.github.com/users/biomorph/followers", "following_url": "https://api.github.com/users/biomorph/following{/other_user}", "gists_url": "https://api.github.com/users/biomorph/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/biomorph", "id": 1906943, "login": "biomorph", "node_id": "MDQ6VXNlcjE5MDY5NDM=", "organizations_url": "https://api.github.com/users/biomorph/orgs", "received_events_url": "https://api.github.com/users/biomorph/received_events", "repos_url": "https://api.github.com/users/biomorph/repos", "site_admin": false, "starred_url": "https://api.github.com/users/biomorph/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/biomorph/subscriptions", "type": "User", "url": "https://api.github.com/users/biomorph" }
[ { "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, "description": "to_sql, read_sql, read_sql_query", "id": 47232590, "name": "IO SQL", "node_id": "MDU6TGFiZWw0NzIzMjU5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/other_user}", "gists_url": "https://api.github.com/users/jorisvandenbossche/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jorisvandenbossche", "id": 1020496, "login": "jorisvandenbossche", "node_id": "MDQ6VXNlcjEwMjA0OTY=", "organizations_url": "https://api.github.com/users/jorisvandenbossche/orgs", "received_events_url": "https://api.github.com/users/jorisvandenbossche/received_events", "repos_url": "https://api.github.com/users/jorisvandenbossche/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jorisvandenbossche/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jorisvandenbossche/subscriptions", "type": "User", "url": "https://api.github.com/users/jorisvandenbossche" }, "description": "A milestone for closed or open issues for which there is no action needed (eg not a bug, just a question / discussion, nothing to resolve, wontfix, etc).\r\n\r\n", "due_on": null, "html_url": "https://github.com/pandas-dev/pandas/milestone/33", "id": 997544, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/33/labels", "node_id": "MDk6TWlsZXN0b25lOTk3NTQ0", "number": 33, "open_issues": 11, "state": "open", "title": "No action", "updated_at": "2021-11-19T17:33:16Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/33" }
3
2016-02-02T01:09:41Z
2016-06-24T14:32:55Z
2016-06-24T14:31:23Z
NONE
null
Is it possible to ignore or prevent automatic typing when executing a sql command and populating a data frame? I have NA's in certain columns and those columns are converted to float64 (when they should be int64 with some NAs) and when written out (using to_csv) leave decimal points which does not make sense for that column. I have no way of knowing if a certain sql query will return the same column as int64 or float64. I propose setting dtype=object or dtype=False so I can do an easy data dump.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12200/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12200/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12201
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12201/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12201/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12201/events
https://github.com/pandas-dev/pandas/issues/12201
130,587,453
MDU6SXNzdWUxMzA1ODc0NTM=
12,201
Reiindex_axis with copy=False return new object when expecting to change it inplace
{ "avatar_url": "https://avatars.githubusercontent.com/u/6563045?v=4", "events_url": "https://api.github.com/users/aprotopopov/events{/privacy}", "followers_url": "https://api.github.com/users/aprotopopov/followers", "following_url": "https://api.github.com/users/aprotopopov/following{/other_user}", "gists_url": "https://api.github.com/users/aprotopopov/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/aprotopopov", "id": 6563045, "login": "aprotopopov", "node_id": "MDQ6VXNlcjY1NjMwNDU=", "organizations_url": "https://api.github.com/users/aprotopopov/orgs", "received_events_url": "https://api.github.com/users/aprotopopov/received_events", "repos_url": "https://api.github.com/users/aprotopopov/repos", "site_admin": false, "starred_url": "https://api.github.com/users/aprotopopov/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/aprotopopov/subscriptions", "type": "User", "url": "https://api.github.com/users/aprotopopov" }
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" } ]
closed
false
null
[]
null
1
2016-02-02T06:19:57Z
2016-02-02T17:18:14Z
2016-02-02T17:18:04Z
NONE
null
I thought that `reindex_axis` with argument `copy=False` should change it inplace. From [docs](http://pandas.pydata.org/pandas-docs/version/0.17.0/generated/pandas.DataFrame.reindex_axis.html): > **copy** : _boolean_, _default True_ > Return a new object, even if the passed indexes are the same However: ``` df = pd.DataFrame({'A': [1], 'B': [2]}) In [105]: df.reindex_axis(['B', 'A'], axis=1, copy=False) Out[105]: B A 0 2 1 In [106]: df Out[106]: A B 0 1 2 ``` Am I misunderstood that argument?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12201/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12201/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12202
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12202/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12202/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12202/events
https://github.com/pandas-dev/pandas/issues/12202
130,633,756
MDU6SXNzdWUxMzA2MzM3NTY=
12,202
Resampling converts int to float, but only in group by
{ "avatar_url": "https://avatars.githubusercontent.com/u/11219513?v=4", "events_url": "https://api.github.com/users/m313/events{/privacy}", "followers_url": "https://api.github.com/users/m313/followers", "following_url": "https://api.github.com/users/m313/following{/other_user}", "gists_url": "https://api.github.com/users/m313/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/m313", "id": 11219513, "login": "m313", "node_id": "MDQ6VXNlcjExMjE5NTEz", "organizations_url": "https://api.github.com/users/m313/orgs", "received_events_url": "https://api.github.com/users/m313/received_events", "repos_url": "https://api.github.com/users/m313/repos", "site_admin": false, "starred_url": "https://api.github.com/users/m313/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/m313/subscriptions", "type": "User", "url": "https://api.github.com/users/m313" }
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "207de5", "default": false, "description": "resample method", "id": 74975453, "name": "Resample", "node_id": "MDU6TGFiZWw3NDk3NTQ1Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Resample" } ]
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/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "", "due_on": "2016-03-13T08:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/36", "id": 1214851, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36/labels", "node_id": "MDk6TWlsZXN0b25lMTIxNDg1MQ==", "number": 36, "open_issues": 0, "state": "closed", "title": "0.18.0", "updated_at": "2016-12-06T21:34:41Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/36" }
1
2016-02-02T10:02:05Z
2016-02-12T20:40:12Z
2016-02-12T20:40:12Z
NONE
null
``` python import pandas as pd import numpy as np df = pd.DataFrame({'date': pd.date_range(start='2016-01-01', periods=4, freq='W'), 'group': [1, 1, 2, 2], 'val': [5, 6, 7, 8]}) df['val'] = df['val'].astype(np.int32) df.set_index('date', inplace=True) df['val'].dtype #[out] dtype('int32') ``` Calling resample() on the dataframe does not change the type. ``` python df1 = df.resample('1D', fill_method='ffill') df1['val'].dtype #[out] dtype('int32') ``` However, when calling resample() in a group by statement, float type is returned! ``` python df2 = df.groupby('group').resample('1D', fill_method='ffill') df2['val'].dtype #[out] dtype('float64') ``` Why is val converted to float in the group by statement? I originally posted this on [stack overflow](http://stackoverflow.com/questions/35085130/resampling-converts-int-to-float-but-only-in-group-by). ``` INSTALLED VERSIONS ------------------ commit: None python: 2.7.10.final.0 python-bits: 64 OS: Darwin OS-release: 14.5.0 machine: x86_64 processor: i386 byteorder: little LC_ALL: en_US.UTF-8 LANG: en_US.UTF-8 pandas: 0.17.1 nose: None pip: 7.1.2 setuptools: 18.2 Cython: 0.23.4 numpy: 1.10.1 scipy: None statsmodels: None IPython: 4.0.0 sphinx: None patsy: None dateutil: 2.4.2 pytz: 2015.7 blosc: None bottleneck: None tables: None numexpr: 2.4.6 matplotlib: 1.5.0 openpyxl: None xlrd: 0.9.4 xlwt: None xlsxwriter: None lxml: None bs4: None html5lib: None httplib2: None apiclient: None sqlalchemy: 1.0.9 pymysql: None psycopg2: None Jinja2: None ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12202/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12202/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12203
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12203/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12203/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12203/events
https://github.com/pandas-dev/pandas/issues/12203
130,682,653
MDU6SXNzdWUxMzA2ODI2NTM=
12,203
io.read_csv: ValueError due to long lines
{ "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://api.github.com/users/dacoex/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/dacoex", "id": 8660305, "login": "dacoex", "node_id": "MDQ6VXNlcjg2NjAzMDU=", "organizations_url": "https://api.github.com/users/dacoex/orgs", "received_events_url": "https://api.github.com/users/dacoex/received_events", "repos_url": "https://api.github.com/users/dacoex/repos", "site_admin": false, "starred_url": "https://api.github.com/users/dacoex/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dacoex/subscriptions", "type": "User", "url": "https://api.github.com/users/dacoex" }
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "5319e7", "default": false, "description": "read_csv, to_csv", "id": 47229171, "name": "IO CSV", "node_id": "MDU6TGFiZWw0NzIyOTE3MQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV" } ]
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://api.github.com/users/jreback/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/jreback", "id": 953992, "login": "jreback", "node_id": "MDQ6VXNlcjk1Mzk5Mg==", "organizations_url": "https://api.github.com/users/jreback/orgs", "received_events_url": "https://api.github.com/users/jreback/received_events", "repos_url": "https://api.github.com/users/jreback/repos", "site_admin": false, "starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jreback/subscriptions", "type": "User", "url": "https://api.github.com/users/jreback" }, "description": "after 0.18.0 of course!", "due_on": "2016-05-04T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/38", "id": 1570594, "labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/38/labels", "node_id": "MDk6TWlsZXN0b25lMTU3MDU5NA==", "number": 38, "open_issues": 0, "state": "closed", "title": "0.18.1", "updated_at": "2017-08-10T09:01:26Z", "url": "https://api.github.com/repos/pandas-dev/pandas/milestones/38" }
6
2016-02-02T13:24:59Z
2016-03-20T15:10:03Z
2016-03-20T15:10:03Z
CONTRIBUTOR
null
I try to read a csv file were some lines are longer than the rest. Pandas `C engine` throws an error with these lines. But I do not was to skip these as discussed in [ a comment on a similar issue](https://github.com/pydata/pandas/issues/2886#issuecomment-30425534). I prefer to "cut" the "bad columns" off using usecols. But I get the following errors: ``` df = pd.read_csv(file_path, sep=',', skiprows=1, header=None, usecols=range(0,23), nrows=None, engine='python') ``` Throws: `ValueError: Expected 10 fields in line 100, saw 20` Why is the `ValueError` raised although I explicitly defined the columns to use? References: - #2886 - [Dealing with bad lines](http://github.com/pydata/pandas/issues/2886) -- does not apply - [Dealing with bad lines II](http://nipunbatra.github.io/2013/06/reading-unclean-data-csv-using-pandas/) - [Handling Variable Number of Columns with Pandas - Python](http://stackoverflow.com/questions/15242746/handling-variable-number-of-columns-with-pandas-python) - [pandas read_csv and filter columns with usecols](http://stackoverflow.com/questions/15017072/pandas-read-csv-and-filter-columns-with-usecols), especially: http://stackoverflow.com/a/27791362
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12203/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12203/timeline
null
null
null