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/5901
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5901/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5901/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5901/events
https://github.com/pandas-dev/pandas/issues/5901
25,409,549
MDU6SXNzdWUyNTQwOTU0OQ==
5,901
Nested groupby using sum of columns changes return type unexpectedly in 0.13.0-111-ge29c8e8
{ "avatar_url": "https://avatars.githubusercontent.com/u/1355641?v=4", "events_url": "https://api.github.com/users/cab938/events{/privacy}", "followers_url": "https://api.github.com/users/cab938/followers", "following_url": "https://api.github.com/users/cab938/following{/other_user}", "gists_url": "https://ap...
[]
closed
false
null
[]
null
7
2014-01-10T17:29:48Z
2014-01-10T18:07:10Z
2014-01-10T18:07:10Z
NONE
null
I believe this to be a regression error, and could not find information on this change in the release notes (so I don't think it is intentional). With some DataFrame in python 0.12.0 I could group by timestamp and another column using the following: ``` python mydf.set_index('timestamp').sort_index().groupby(pandas.T...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5901/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5901/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5902
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5902/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5902/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5902/events
https://github.com/pandas-dev/pandas/issues/5902
25,411,481
MDU6SXNzdWUyNTQxMTQ4MQ==
5,902
PERF: Load data (create Series, Dataframe) in a more functional way.
{ "avatar_url": "https://avatars.githubusercontent.com/u/3742174?v=4", "events_url": "https://api.github.com/users/tinproject/events{/privacy}", "followers_url": "https://api.github.com/users/tinproject/followers", "following_url": "https://api.github.com/users/tinproject/following{/other_user}", "gists_url":...
[ { "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", "...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 278, "created_at": "2013-01-06T03:02:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "f...
21
2014-01-10T18:03:27Z
2016-08-09T21:34:37Z
2016-06-07T12:37:09Z
CONTRIBUTOR
null
I've been trying to find out the process of creating DataFrames in order to try to solve #2305 with minimal memory use. I've made some tests that put in a IPython notebook: http://nbviewer.ipython.org/gist/tinproject/7d0e0de9475b16910fcf Currently when reads from a generator pandas internally allocate the whole genera...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5902/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5902/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5903
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5903/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5903/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5903/events
https://github.com/pandas-dev/pandas/pull/5903
25,425,040
MDExOlB1bGxSZXF1ZXN0MTE0MTc5MjA=
5,903
DOC: remove usage of code-block directive in docstrings + fix some warnings
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[]
closed
false
null
[]
null
2
2014-01-10T21:48:16Z
2014-07-02T21:28:19Z
2014-01-12T00:33:24Z
MEMBER
null
Some docs things: - remove remaining use of `code-block`, closes #3430 (@y-p, I think that were the last ones, so now it can be really closed) - fix some headers to avoid useless warnings during doc build (if the line under the header is not as long as the header itself, sphinx complains about it although it renders fi...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5903/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5903/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5903.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5903", "merged_at": "2014-01-12T00:33:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5903.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5903" }
https://api.github.com/repos/pandas-dev/pandas/issues/5904
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5904/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5904/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5904/events
https://github.com/pandas-dev/pandas/issues/5904
25,437,948
MDU6SXNzdWUyNTQzNzk0OA==
5,904
Suggestion: Warning for DataFrame colname-methodname clash
{ "avatar_url": "https://avatars.githubusercontent.com/u/69774?v=4", "events_url": "https://api.github.com/users/michaelaye/events{/privacy}", "followers_url": "https://api.github.com/users/michaelaye/followers", "following_url": "https://api.github.com/users/michaelaye/following{/other_user}", "gists_url": "...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "ffa0ff", "default": false, "description": "I...
closed
false
null
[]
{ "closed_at": "2017-10-28T18:54:27Z", "closed_issues": 764, "created_at": "2017-03-23T13:26:25Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
5
2014-01-11T05:13:41Z
2017-08-07T11:05:59Z
2017-08-07T11:05:59Z
CONTRIBUTOR
null
Would it be costly to issue a warning when one adds a column to a DataFrame that has the same name as a built-in DataFrame method? As you know, in that case I can not do Dataframe.name to access the column but instead I get a method pointer. But if I'm unaware (or it's late and I forgot.. ;) ) that a method with that ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5904/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5904/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5905
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5905/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5905/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5905/events
https://github.com/pandas-dev/pandas/issues/5905
25,444,644
MDU6SXNzdWUyNTQ0NDY0NA==
5,905
BUG: fully reindexing panel is incorrect when missing items
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
null
0
2014-01-11T14:49:50Z
2014-01-11T15:15:28Z
2014-01-11T15:15:28Z
CONTRIBUTOR
null
Fully reindexing a panel copies sub-frames when missing top-level items IOW, this should have a `nan` frame for 'Item2' ``` In [1]: df = DataFrame(np.random.randn(4,3)) [4]: p = Panel({ 'Item1' : df }) In [12]: p['Item2'] = np.nan In [13]: p Out[13]: <class 'pandas.core.panel.Panel'> Dimensions: 2 (items) x 4 (ma...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5905/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5905/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5906
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5906/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5906/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5906/events
https://github.com/pandas-dev/pandas/pull/5906
25,444,757
MDExOlB1bGxSZXF1ZXN0MTE0Mjc3NDc=
5,906
BUG: Bug in fully reindexing a Panel (GH5905)
{ "avatar_url": "https://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://...
[]
closed
false
null
[]
null
0
2014-01-11T14:58:51Z
2014-07-16T08:45:59Z
2014-01-11T15:15:28Z
CONTRIBUTOR
null
closes #5905
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5906/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5906/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5906.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5906", "merged_at": "2014-01-11T15:15:28Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5906.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5906" }
https://api.github.com/repos/pandas-dev/pandas/issues/5907
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5907/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5907/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5907/events
https://github.com/pandas-dev/pandas/pull/5907
25,447,385
MDExOlB1bGxSZXF1ZXN0MTE0Mjg3NjE=
5,907
DOC: Add "How to reduce a sequence (e.g. of Series) using a binary opera...
{ "avatar_url": "https://avatars.githubusercontent.com/u/443776?v=4", "events_url": "https://api.github.com/users/unutbu/events{/privacy}", "followers_url": "https://api.github.com/users/unutbu/followers", "following_url": "https://api.github.com/users/unutbu/following{/other_user}", "gists_url": "https://api...
[]
closed
false
null
[]
null
1
2014-01-11T17:39:55Z
2014-06-14T21:09:21Z
2014-01-11T18:29:52Z
CONTRIBUTOR
null
...tor" MAINT: Fixed some typos
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5907/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5907/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5907.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5907", "merged_at": "2014-01-11T18:29:52Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5907.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5907" }
https://api.github.com/repos/pandas-dev/pandas/issues/5908
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5908/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5908/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5908/events
https://github.com/pandas-dev/pandas/issues/5908
25,447,653
MDU6SXNzdWUyNTQ0NzY1Mw==
5,908
BUG: Don't apply function to grouper
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
2
2014-01-11T17:54:23Z
2018-07-06T22:50:12Z
2018-07-06T22:50:12Z
CONTRIBUTOR
null
This came up in https://github.com/pydata/pandas/issues/5264, especially [here](https://github.com/pydata/pandas/issues/5264#issuecomment-30571813), [here](https://github.com/pydata/pandas/issues/5264#issuecomment-32101503), and this [SO post](http://stackoverflow.com/questions/21057397/possible-bug-in-pandas-groupby-a...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5908/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5908/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5909
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5909/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5909/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5909/events
https://github.com/pandas-dev/pandas/issues/5909
25,450,289
MDU6SXNzdWUyNTQ1MDI4OQ==
5,909
set_columns() equivalent of set_index() ?
{ "avatar_url": "https://avatars.githubusercontent.com/u/303932?v=4", "events_url": "https://api.github.com/users/tyarkoni/events{/privacy}", "followers_url": "https://api.github.com/users/tyarkoni/followers", "following_url": "https://api.github.com/users/tyarkoni/following{/other_user}", "gists_url": "https...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" } ]
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", ...
11
2014-01-11T20:25:12Z
2021-04-11T04:06:19Z
null
NONE
null
Unless I'm missing something, there's no DataFrame method analogous to set_index() for setting column values. One can directly manipulate the .columns attribute of the DF, but it's often convenient to be able to alter columns in-line after some other operation--e.g., `data = pd.concat([df_a, df_b], axis=1).set_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/5909/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5909/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5910
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5910/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5910/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5910/events
https://github.com/pandas-dev/pandas/pull/5910
25,452,680
MDExOlB1bGxSZXF1ZXN0MTE0MzA4NjU=
5,910
docstring grammar.
{ "avatar_url": "https://avatars.githubusercontent.com/u/430274?v=4", "events_url": "https://api.github.com/users/andrewkittredge/events{/privacy}", "followers_url": "https://api.github.com/users/andrewkittredge/followers", "following_url": "https://api.github.com/users/andrewkittredge/following{/other_user}", ...
[]
closed
false
null
[]
null
1
2014-01-11T22:54:23Z
2014-07-16T08:46:02Z
2014-01-11T23:07:19Z
CONTRIBUTOR
null
named should be names
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5910/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5910/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5910.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5910", "merged_at": "2014-01-11T23:07:19Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5910.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5910" }
https://api.github.com/repos/pandas-dev/pandas/issues/5911
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5911/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5911/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5911/events
https://github.com/pandas-dev/pandas/pull/5911
25,455,781
MDExOlB1bGxSZXF1ZXN0MTE0MzIxMjY=
5,911
BUG: dt+BDay(n) wrong if n>5, n%5==0 and dt not on offset (GH5890)
{ "avatar_url": "https://avatars.githubusercontent.com/u/6077143?v=4", "events_url": "https://api.github.com/users/dorandeluz/events{/privacy}", "followers_url": "https://api.github.com/users/dorandeluz/followers", "following_url": "https://api.github.com/users/dorandeluz/following{/other_user}", "gists_url":...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
8
2014-01-12T03:01:12Z
2014-06-25T21:56:45Z
2014-01-13T16:18:13Z
CONTRIBUTOR
null
closes #5890
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5911/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5911/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5911.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5911", "merged_at": "2014-01-13T16:18:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5911.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5911" }
https://api.github.com/repos/pandas-dev/pandas/issues/5912
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5912/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5912/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5912/events
https://github.com/pandas-dev/pandas/issues/5912
25,469,749
MDU6SXNzdWUyNTQ2OTc0OQ==
5,912
string-representation for Timestamp does not show nanoseconds if present
{ "avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4", "events_url": "https://api.github.com/users/cancan101/events{/privacy}", "followers_url": "https://api.github.com/users/cancan101/followers", "following_url": "https://api.github.com/users/cancan101/following{/other_user}", "gists_url": "htt...
[ { "color": "ededed", "default": false, "description": "__repr__ of pandas objects, to_string", "id": 13101118, "name": "Output-Formatting", "node_id": "MDU6TGFiZWwxMzEwMTExOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting" } ]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
3
2014-01-12T21:00:26Z
2014-01-15T02:57:34Z
2014-01-15T02:57:34Z
CONTRIBUTOR
null
See: ``` In [27]: str(pd.Timestamp(200)) Out[27]: '1970-01-01 00:00:00' In [28]: repr(pd.Timestamp(200)) Out[28]: "Timestamp('1970-01-01 00:00:00.000000200', tz=None)" ``` whereas microseconds work fine: ``` In [30]: str(pd.Timestamp(2000)) Out[30]: '1970-01-01 00:00:00.000002' ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5912/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5912/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5913
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5913/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5913/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5913/events
https://github.com/pandas-dev/pandas/issues/5913
25,471,261
MDU6SXNzdWUyNTQ3MTI2MQ==
5,913
HDF5 Select with Filter gives incorrect results when using Iteration
{ "avatar_url": "https://avatars.githubusercontent.com/u/2722815?v=4", "events_url": "https://api.github.com/users/CarstVaartjes/events{/privacy}", "followers_url": "https://api.github.com/users/CarstVaartjes/followers", "following_url": "https://api.github.com/users/CarstVaartjes/following{/other_user}", "gi...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "read_hdf, HDFStore", ...
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", ...
21
2014-01-12T22:21:56Z
2015-08-20T02:20:53Z
2015-08-20T02:20:53Z
NONE
null
Linked Issue: https://github.com/PyTables/PyTables/issues/319 Hi, I have a dataframe saved in HDF5 with 6.7 million records (about 425MB). As you can see below, it gives an incorrect result when it has to do multiple iterations (which is a serious issue for me actually). -> ``` # prepare fact_hdf = pd.HDFStore('iter...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5913/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5913/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5914
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5914/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5914/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5914/events
https://github.com/pandas-dev/pandas/issues/5914
25,473,496
MDU6SXNzdWUyNTQ3MzQ5Ng==
5,914
Float Index Interpreted as Object dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/1308430?v=4", "events_url": "https://api.github.com/users/theandygross/events{/privacy}", "followers_url": "https://api.github.com/users/theandygross/followers", "following_url": "https://api.github.com/users/theandygross/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
4
2014-01-13T00:36:27Z
2014-01-13T13:16:33Z
2014-01-13T13:16:06Z
CONTRIBUTOR
null
When I cast a FloatIndex to a numpy array, I get an array of objects. The desired behavior should be float. This is backwards incompatible with pre-FloatIndex behavior. ``` python In [119]: s = pd.Series([1,2,3],[1.,2.,3.]) array(s.index).dtype Out[119]: dtype('O') ``` The Int64Index works as e...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5914/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5914/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5915
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5915/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5915/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5915/events
https://github.com/pandas-dev/pandas/issues/5915
25,474,844
MDU6SXNzdWUyNTQ3NDg0NA==
5,915
Problem exporting dataframe to csv using to_csv() with data frames containing strings with accents (\xc9)
{ "avatar_url": "https://avatars.githubusercontent.com/u/825751?v=4", "events_url": "https://api.github.com/users/slegroux/events{/privacy}", "followers_url": "https://api.github.com/users/slegroux/followers", "following_url": "https://api.github.com/users/slegroux/following{/other_user}", "gists_url": "https...
[ { "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
[]
null
2
2014-01-13T02:00:48Z
2014-01-13T19:52:15Z
2014-01-13T19:50:11Z
NONE
null
Pandas' to_csv() method produces an error when strings in my data frame contain \xc9 accents. Any idea how I can quickly solve this? Thanks UnicodeEncodeError Traceback (most recent call last) /Users/slegroux1/Projects/FeaturEmo/en_features.py in () 360 print "----- No plot. Corresponding features are missing." 361 i...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5915/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5915/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5916
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5916/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5916/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5916/events
https://github.com/pandas-dev/pandas/pull/5916
25,480,760
MDExOlB1bGxSZXF1ZXN0MTE0NDI0MjU=
5,916
BLD: consider version tags only when using git-describe to gen version string
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
0
2014-01-13T07:11:21Z
2014-07-16T08:46:06Z
2014-01-13T07:11:37Z
NONE
null
On master we use tags strictly to indicate releases. In other clones, this may not be the case. Specifically, jenkins sometimes likes to tags each build which can wreak [havoc](http://pandas.pydata.org/pandas-build/dev/) when using git-describe naively to generate version strings. git allows you to filter the tags to ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5916/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5916/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5916.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5916", "merged_at": "2014-01-13T07:11:37Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5916.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5916" }
https://api.github.com/repos/pandas-dev/pandas/issues/5917
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5917/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5917/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5917/events
https://github.com/pandas-dev/pandas/issues/5917
25,491,378
MDU6SXNzdWUyNTQ5MTM3OA==
5,917
dayfirst non working when constructing a pd.DatetimeIndex with an array
{ "avatar_url": "https://avatars.githubusercontent.com/u/1969965?v=4", "events_url": "https://api.github.com/users/gbakalian/events{/privacy}", "followers_url": "https://api.github.com/users/gbakalian/followers", "following_url": "https://api.github.com/users/gbakalian/following{/other_user}", "gists_url": "h...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
3
2014-01-13T11:34:08Z
2014-05-10T11:32:16Z
2014-05-10T11:32:16Z
NONE
null
assert pd.DatetimeIndex(['10/02/2014'], dayfirst=True) == pd.DatetimeIndex(np.asarray(['10/02/2014'], dtype=object), dayfirst=True)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5917/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5917/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5918
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5918/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5918/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5918/events
https://github.com/pandas-dev/pandas/pull/5918
25,495,161
MDExOlB1bGxSZXF1ZXN0MTE0NDk5NjM=
5,918
BUG: Bug in idxmin/max with object dtypes (GH5914)
{ "avatar_url": "https://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://...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
0
2014-01-13T12:57:39Z
2014-06-26T01:25:52Z
2014-01-13T13:16:06Z
CONTRIBUTOR
null
closes #5914
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5918/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5918/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5918.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5918", "merged_at": "2014-01-13T13:16:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5918.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5918" }
https://api.github.com/repos/pandas-dev/pandas/issues/5919
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5919/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5919/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5919/events
https://github.com/pandas-dev/pandas/issues/5919
25,496,034
MDU6SXNzdWUyNTQ5NjAzNA==
5,919
Hive/Hadoop support in pandas
{ "avatar_url": "https://avatars.githubusercontent.com/u/5163065?v=4", "events_url": "https://api.github.com/users/rzykov/events{/privacy}", "followers_url": "https://api.github.com/users/rzykov/followers", "following_url": "https://api.github.com/users/rzykov/following{/other_user}", "gists_url": "https://ap...
[ { "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
[]
null
4
2014-01-13T13:14:51Z
2017-03-15T06:44:20Z
2014-01-13T21:16:49Z
NONE
null
Please add hive (Hadoop Hive Server 2) support into Pandas. There is an example package: https://github.com/BradRuderman/pyhs2 I fixed a bug in it here: https://github.com/rzykov/pyhs2 See below a working example for pandas: ``` python import pyhs2 import pandas as pd; query = """select * from crosssell where sitei...
{ "+1": 2, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5919/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5919/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5920
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5920/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5920/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5920/events
https://github.com/pandas-dev/pandas/issues/5920
25,508,567
MDU6SXNzdWUyNTUwODU2Nw==
5,920
API: deprecate HDFStore.unique entirely
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "color": "DDDDDD", "default": false, "description": "Administrative tasks related to the pandas project", "id": 32933285, "name": "Admin", "node_id": "MDU6TGFiZWwzMjkzMzI4NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Admin" }, { "color": "AD7FA8", "de...
closed
false
null
[]
null
4
2014-01-13T16:24:12Z
2014-01-13T17:21:05Z
2014-01-13T17:21:05Z
NONE
null
``` /home/user1/src/pandas/pandas/io/pytables.py:658: FutureWarning: unique(key,column) is deprecated use select_column(key,column).unique() instead FutureWarning) ``` @jreback, any issues with making the change?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5920/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5920/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5921
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5921/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5921/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5921/events
https://github.com/pandas-dev/pandas/pull/5921
25,508,968
MDExOlB1bGxSZXF1ZXN0MTE0NTc3NTQ=
5,921
Fixes to docs, eliminate scikits.timeseries docs dep, sphinx 1.2, update copyright years
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
11
2014-01-13T16:29:28Z
2014-06-18T06:57:11Z
2014-01-13T16:30:15Z
NONE
null
closes #5836 closes #5899, following @jorisvandenbossche's advice
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5921/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5921/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5921.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5921", "merged_at": "2014-01-13T16:30:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5921.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5921" }
https://api.github.com/repos/pandas-dev/pandas/issues/5922
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5922/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5922/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5922/events
https://github.com/pandas-dev/pandas/issues/5922
25,515,026
MDU6SXNzdWUyNTUxNTAyNg==
5,922
Latest ipython master complains of exceptions in df._repr_html_
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
1
2014-01-13T17:54:34Z
2014-06-05T16:39:36Z
2014-01-23T15:48:05Z
NONE
null
https://github.com/ipython/ipython/issues/4792 `df.repr_html` currently raises `ValueError`. if IPython agree to the proposed behaviour, we'll change it to `NotImplementedError` to restore things to normal.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5922/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5922/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5923
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5923/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5923/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5923/events
https://github.com/pandas-dev/pandas/issues/5923
25,515,982
MDU6SXNzdWUyNTUxNTk4Mg==
5,923
API: create option to allow pandas to patch pickle.load/loads at runtime for 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://...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" } ]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
7
2014-01-13T18:10:23Z
2014-01-19T13:52:15Z
2014-01-13T20:14:14Z
CONTRIBUTOR
null
related #5661 maybe `io.pickle.compat = 'global/local`` where we only allow local changes to the UnPickler. This is not destructive, just 'bad practive', but weighing against more usability
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5923/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5923/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5924
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5924/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5924/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5924/events
https://github.com/pandas-dev/pandas/issues/5924
25,516,026
MDU6SXNzdWUyNTUxNjAyNg==
5,924
API: allow read_pickle to read from strings (and not just files)
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "6c1cdb", "default": false, "description": "read_pic...
open
false
null
[]
{ "closed_at": null, "closed_issues": 278, "created_at": "2013-01-06T03:02:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "f...
6
2014-01-13T18:11:02Z
2021-03-15T17:34:47Z
null
CONTRIBUTOR
null
brought up in #5661 , #5894
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5924/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5924/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5925
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5925/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5925/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5925/events
https://github.com/pandas-dev/pandas/pull/5925
25,516,309
MDExOlB1bGxSZXF1ZXN0MTE0NjE5NjY=
5,925
Rebase ipython_directive on top of recent ipython updated version
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
12
2014-01-13T18:15:06Z
2014-06-16T03:52:02Z
2014-01-18T16:30:29Z
NONE
null
https://github.com/ipython/ipython/pull/4570 We'd prefer to get rid of the duplication, but we have some tweaks in place which ipython does not. I rebased everythingon top of ipython to generae a clean diff, if they pick it up we can make the transition, otherwise we synched for now. cc @takluyver, if you're interes...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5925/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5925/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5925.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5925", "merged_at": "2014-01-18T16:30:28Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5925.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5925" }
https://api.github.com/repos/pandas-dev/pandas/issues/5926
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5926/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5926/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5926/events
https://github.com/pandas-dev/pandas/pull/5926
25,517,254
MDExOlB1bGxSZXF1ZXN0MTE0NjI0ODQ=
5,926
DOC: make io.rst utf8 only
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
8
2014-01-13T18:30:02Z
2014-07-06T12:35:17Z
2014-01-13T20:40:57Z
NONE
null
https://github.com/pydata/pandas/issues/5142 @JanSchulz , can you test whether this solves the problem for you?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5926/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5926/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5926.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5926", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/5926.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5926" }
https://api.github.com/repos/pandas-dev/pandas/issues/5927
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5927/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5927/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5927/events
https://github.com/pandas-dev/pandas/issues/5927
25,520,147
MDU6SXNzdWUyNTUyMDE0Nw==
5,927
PERF: resample with max/min taking slow path
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "a10c02", "default": false, "description": "Memory or...
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
17
2014-01-13T19:09:04Z
2014-01-16T14:28:12Z
2014-01-16T14:28:12Z
CONTRIBUTOR
null
``` In [21]: df = DataFrame(np.random.randn(100000,2),index=date_range('20130101',periods=100000,freq='50L')) In [19]: %timeit df.resample('1s',how=np.max)[0] 1 loops, best of 3: 902 ms per loop ``` mean is ok ``` In [22]: %timeit df.resample('1s',how=np.mean)[0] 100 loops, best of 3: 2.42 ms per loop ``` The way t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5927/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5927/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5928
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5928/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5928/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5928/events
https://github.com/pandas-dev/pandas/issues/5928
25,533,548
MDU6SXNzdWUyNTUzMzU0OA==
5,928
Assignment using .ix[] raises ValueError
{ "avatar_url": "https://avatars.githubusercontent.com/u/674200?v=4", "events_url": "https://api.github.com/users/twiecki/events{/privacy}", "followers_url": "https://api.github.com/users/twiecki/followers", "following_url": "https://api.github.com/users/twiecki/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
2
2014-01-13T22:21:55Z
2014-01-14T03:05:23Z
2014-01-14T00:24:21Z
CONTRIBUTOR
null
This works with `0.12` but not with master: ``` python In [8]: import pandas as pd In [10]: x = pd.DataFrame({'a': [1, 2, 3]}) In [13]: x['a'].ix[[0, 1, 2]] = -x['a'].ix[[0, 1, 2]] --------------------------------------------------------------------------- ValueError Traceback (most rece...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5928/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5928/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5929
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5929/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5929/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5929/events
https://github.com/pandas-dev/pandas/pull/5929
25,533,817
MDExOlB1bGxSZXF1ZXN0MTE0NzE4MDY=
5,929
Tutorials
{ "avatar_url": "https://avatars.githubusercontent.com/u/2744117?v=4", "events_url": "https://api.github.com/users/pichonz/events{/privacy}", "followers_url": "https://api.github.com/users/pichonz/followers", "following_url": "https://api.github.com/users/pichonz/following{/other_user}", "gists_url": "https:/...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
13
2014-01-13T22:25:52Z
2014-07-16T08:46:22Z
2014-01-17T22:17:13Z
NONE
null
added tutorials, let me know if you guys would like the output in a different format.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5929/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5929/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5929.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5929", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/5929.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5929" }
https://api.github.com/repos/pandas-dev/pandas/issues/5930
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5930/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5930/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5930/events
https://github.com/pandas-dev/pandas/pull/5930
25,537,103
MDExOlB1bGxSZXF1ZXN0MTE0NzM4MjY=
5,930
BUG: bug in chained assignment with ix and another chained series (GH5928)
{ "avatar_url": "https://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://...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
0
2014-01-13T23:21:18Z
2014-06-22T07:37:28Z
2014-01-14T00:24:21Z
CONTRIBUTOR
null
closes #5928
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5930/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5930/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5930.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5930", "merged_at": "2014-01-14T00:24:21Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5930.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5930" }
https://api.github.com/repos/pandas-dev/pandas/issues/5931
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5931/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5931/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5931/events
https://github.com/pandas-dev/pandas/issues/5931
25,554,031
MDU6SXNzdWUyNTU1NDAzMQ==
5,931
time series indexing KeyError on non-monotonic index
{ "avatar_url": "https://avatars.githubusercontent.com/u/69774?v=4", "events_url": "https://api.github.com/users/michaelaye/events{/privacy}", "followers_url": "https://api.github.com/users/michaelaye/followers", "following_url": "https://api.github.com/users/michaelaye/following{/other_user}", "gists_url": "...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" } ]
closed
false
null
[]
{ "closed_at": "2015-03-23T10:50:37Z", "closed_issues": 400, "created_at": "2014-02-14T03:31:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
15
2014-01-14T05:38:28Z
2015-03-03T01:54:06Z
2015-03-03T01:54:06Z
CONTRIBUTOR
null
I just stumbled over time series indexing with a non-monotonic time series that came about because I concatenated data that should not have existed even. (JPL just got a bug report. ;) So, if I have a dataframe like this, with the index clearly out of order: ``` python 0 1 2 2011-07-19 10:00:01.824000 -0.071762 ...
{ "+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/5931/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5931/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5932
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5932/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5932/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5932/events
https://github.com/pandas-dev/pandas/issues/5932
25,560,807
MDU6SXNzdWUyNTU2MDgwNw==
5,932
BUG: Copying an empty DataFrame with index results in a broken BlockManager
{ "avatar_url": "https://avatars.githubusercontent.com/u/30848?v=4", "events_url": "https://api.github.com/users/filmor/events{/privacy}", "followers_url": "https://api.github.com/users/filmor/followers", "following_url": "https://api.github.com/users/filmor/following{/other_user}", "gists_url": "https://api....
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
2
2014-01-14T09:05:22Z
2014-01-14T13:45:46Z
2014-01-14T13:45:01Z
CONTRIBUTOR
null
The following line illustrates the problem: ``` df = pd.DataFrame(index=[0]).copy() df["a"] = 0 ``` This results in an `AttributeError` since the function `BlockManager.make_empty` initialises `df._data.blocks` with a numpy array object instead of an empty list. Thus subsequent calls to `blocks.pop` and `blocks.appen...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5932/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5932/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5933
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5933/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5933/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5933/events
https://github.com/pandas-dev/pandas/issues/5933
25,562,783
MDU6SXNzdWUyNTU2Mjc4Mw==
5,933
DOC: error 'being used by another process' when removing temp files on Windows
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "3465A4", "default": false, "description": null, "id": 134699, ...
open
false
null
[]
{ "closed_at": null, "closed_issues": 278, "created_at": "2013-01-06T03:02:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "f...
9
2014-01-14T09:49:12Z
2021-04-11T04:08:00Z
null
MEMBER
null
When building the docs on Windows, I get some errors related to the removal of temporary files. For example, for building io.rst: ``` reading sources... [100%] io --------------------------------------------------------------------------- WindowsError Traceback (most recent call last) <ipy...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5933/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5933/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5934
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5934/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5934/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5934/events
https://github.com/pandas-dev/pandas/issues/5934
25,564,364
MDU6SXNzdWUyNTU2NDM2NA==
5,934
DOC: easing building of the docs for contributors
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
6
2014-01-14T10:20:40Z
2018-07-06T22:43:01Z
2018-07-06T22:43:00Z
MEMBER
null
Contributing to the docs (and so building the docs) should be as easy as possible to promote this, which is not always the case (eg see comment here https://github.com/pydata/pandas/pull/5530#issuecomment-32138220). Thanks to @y-p to pushing some things forward yesterday, and I thought of making an overview of all issu...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5934/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5934/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5935
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5935/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5935/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5935/events
https://github.com/pandas-dev/pandas/pull/5935
25,572,445
MDExOlB1bGxSZXF1ZXN0MTE0OTEzNDc=
5,935
BUG: Bug in creating an empty DataFrame, copying, then assigning (GH5932)
{ "avatar_url": "https://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://...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
0
2014-01-14T13:10:28Z
2014-06-15T15:32:47Z
2014-01-14T13:45:01Z
CONTRIBUTOR
null
closes #5932
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5935/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5935/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5935.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5935", "merged_at": "2014-01-14T13:45:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5935.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5935" }
https://api.github.com/repos/pandas-dev/pandas/issues/5936
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5936/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5936/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5936/events
https://github.com/pandas-dev/pandas/issues/5936
25,580,855
MDU6SXNzdWUyNTU4MDg1NQ==
5,936
io.rst needs updating to reflect api sql API methods introduced in 0.13
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
13
2014-01-14T15:25:46Z
2014-02-20T21:28:07Z
2014-02-20T21:28:07Z
NONE
null
@mangecoeur noted in https://github.com/pydata/pandas/issues/4163#issuecomment-32272752 ``` http://pandas.pydata.org/pandas-docs/stable/io.html#sql-queries Also needs updating since it doesn't reflect the updated API (that was already introduced in 0.13 I think) which uses read_sql and to_sql for consistency with e....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5936/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5936/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5937
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5937/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5937/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5937/events
https://github.com/pandas-dev/pandas/issues/5937
25,584,950
MDU6SXNzdWUyNTU4NDk1MA==
5,937
Inconsistent behaviour in resample between daily and weekly
{ "avatar_url": "https://avatars.githubusercontent.com/u/6034908?v=4", "events_url": "https://api.github.com/users/dbew/events{/privacy}", "followers_url": "https://api.github.com/users/dbew/followers", "following_url": "https://api.github.com/users/dbew/following{/other_user}", "gists_url": "https://api.gith...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "207de5", "default": false, "description": "resample method", "i...
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", ...
2
2014-01-14T16:18:38Z
2021-04-11T04:08:50Z
null
CONTRIBUTOR
null
Resampling weekly doesn't behave the same way as resampling daily when using label='right'. ``` python import numpy as np import pandas as pd dates = pd.date_range('2001-01-01 10:00', '2001-01-15 16:00', freq='12h') d = pd.DataFrame(dict(A=np.arange(len(dates))), index=dates) ``` so d looks like this: ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5937/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5937/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5938
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5938/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5938/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5938/events
https://github.com/pandas-dev/pandas/issues/5938
25,602,624
MDU6SXNzdWUyNTYwMjYyNA==
5,938
indexed assignment does not work for dataframe
{ "avatar_url": "https://avatars.githubusercontent.com/u/526173?v=4", "events_url": "https://api.github.com/users/RayVR/events{/privacy}", "followers_url": "https://api.github.com/users/RayVR/followers", "following_url": "https://api.github.com/users/RayVR/following{/other_user}", "gists_url": "https://api.gi...
[]
closed
false
null
[]
null
5
2014-01-14T20:25:54Z
2014-01-14T21:31:09Z
2014-01-14T20:29:08Z
NONE
null
``` In [82]: d = {'a': range(4), 'b': list('ab..'), 'c': ['a', 'b', nan, 'd']} In [83]: df = pd.DataFrame(d) In [84]: df Out[84]: a b c 0 0 a a 1 1 b b 2 2 . NaN 3 3 . d In [85]: df[['c']][pd.isnull(df.c)] = df[['b']][pd.isnull(df.c)] In [86]: df Out[86]: a b c 0 0 a a 1 1 b b ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5938/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5938/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5939
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5939/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5939/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5939/events
https://github.com/pandas-dev/pandas/pull/5939
25,607,153
MDExOlB1bGxSZXF1ZXN0MTE1MTE3Mjk=
5,939
API: Raise/Warn SettingWithCopyError in more cases
{ "avatar_url": "https://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://...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
0
2014-01-14T21:31:09Z
2014-07-16T08:46:31Z
2014-01-15T00:37:31Z
CONTRIBUTOR
null
when detecting chained assignment, related, #5938
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5939/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5939/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5939.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5939", "merged_at": "2014-01-15T00:37:31Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5939.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5939" }
https://api.github.com/repos/pandas-dev/pandas/issues/5940
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5940/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5940/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5940/events
https://github.com/pandas-dev/pandas/issues/5940
25,615,278
MDU6SXNzdWUyNTYxNTI3OA==
5,940
Support UTF-8 in Google BigQuery results
{ "avatar_url": "https://avatars.githubusercontent.com/u/50643?v=4", "events_url": "https://api.github.com/users/andrewryno/events{/privacy}", "followers_url": "https://api.github.com/users/andrewryno/followers", "following_url": "https://api.github.com/users/andrewryno/following{/other_user}", "gists_url": "...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "444444", "default": false, "description": "Unicode ...
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
20
2014-01-14T23:41:02Z
2014-03-14T02:40:26Z
2014-03-14T02:33:24Z
NONE
null
Given that the entire Google BigQuery API returns UTF-8, it would make sense to handle UTF-8 output from BigQuery in the `gbq.read_gbq` IO module. I'd love to do a pull request but I'm not sure the preferred way of handling this. I'd assume that [this line](https://github.com/pydata/pandas/blob/master/pandas/io/gbq.py...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5940/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5940/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5941
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5941/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5941/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5941/events
https://github.com/pandas-dev/pandas/pull/5941
25,617,953
MDExOlB1bGxSZXF1ZXN0MTE1MTgzOTI=
5,941
API: add read_gbq to top-level api, closes (GH5843)
{ "avatar_url": "https://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://...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
0
2014-01-15T00:41:22Z
2014-07-16T08:46:33Z
2014-01-15T02:51:22Z
CONTRIBUTOR
null
closes #5843
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5941/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5941/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5941.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5941", "merged_at": "2014-01-15T02:51:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5941.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5941" }
https://api.github.com/repos/pandas-dev/pandas/issues/5942
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5942/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5942/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5942/events
https://github.com/pandas-dev/pandas/pull/5942
25,618,545
MDExOlB1bGxSZXF1ZXN0MTE1MTg3ODI=
5,942
BUG: Bug in propogating metadata on resample (GH5862)
{ "avatar_url": "https://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://...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
0
2014-01-15T00:56:48Z
2014-06-22T19:02:47Z
2014-01-15T02:08:37Z
CONTRIBUTOR
null
closes #5862
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5942/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5942/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5942.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5942", "merged_at": "2014-01-15T02:08:37Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5942.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5942" }
https://api.github.com/repos/pandas-dev/pandas/issues/5943
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5943/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5943/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5943/events
https://github.com/pandas-dev/pandas/pull/5943
25,623,022
MDExOlB1bGxSZXF1ZXN0MTE1MjEyOTM=
5,943
BUG: pd.match not returning passed sentinel
{ "avatar_url": "https://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://...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
0
2014-01-15T02:50:17Z
2014-07-16T08:46:35Z
2014-01-15T03:07:47Z
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/5943/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5943/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5943.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5943", "merged_at": "2014-01-15T03:07:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5943.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5943" }
https://api.github.com/repos/pandas-dev/pandas/issues/5944
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5944/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5944/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5944/events
https://github.com/pandas-dev/pandas/pull/5944
25,646,467
MDExOlB1bGxSZXF1ZXN0MTE1MzM5ODM=
5,944
ENH: Improve perf of str_extract
{ "avatar_url": "https://avatars.githubusercontent.com/u/443776?v=4", "events_url": "https://api.github.com/users/unutbu/events{/privacy}", "followers_url": "https://api.github.com/users/unutbu/followers", "following_url": "https://api.github.com/users/unutbu/following{/other_user}", "gists_url": "https://api...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
6
2014-01-15T13:19:13Z
2014-06-14T23:57:13Z
2014-01-15T22:17:33Z
CONTRIBUTOR
null
Building the result from a list of strings or a list of lists seems to improve performance over building the result via `arr.apply(f)`.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5944/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5944/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5944.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5944", "merged_at": "2014-01-15T22:17:33Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5944.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5944" }
https://api.github.com/repos/pandas-dev/pandas/issues/5945
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5945/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5945/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5945/events
https://github.com/pandas-dev/pandas/issues/5945
25,652,791
MDU6SXNzdWUyNTY1Mjc5MQ==
5,945
Can't read excel decimal seconds
{ "avatar_url": "https://avatars.githubusercontent.com/u/6409820?v=4", "events_url": "https://api.github.com/users/dershow/events{/privacy}", "followers_url": "https://api.github.com/users/dershow/followers", "following_url": "https://api.github.com/users/dershow/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "bfe5bf", "default": false, "description": "read_excel, to_excel", ...
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
8
2014-01-15T14:57:06Z
2014-04-24T01:24:31Z
2014-04-24T01:24:31Z
NONE
null
related to #4332 I have an excel spread sheet (.xls) that contains a time column. The time is displayed in Excel as minutes:seconds.tenths of seconds. Such as "50:59.2" "50:59.4". The raw data contains hours:minutes:seconds.decimalseconds. It seems that Pandas uses xldate_as_tuple() which apparently rounds all second...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5945/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5945/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5946
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5946/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5946/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5946/events
https://github.com/pandas-dev/pandas/issues/5946
25,656,978
MDU6SXNzdWUyNTY1Njk3OA==
5,946
ENH: resample to conjoin ohlc with other fields
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "02d7e1", "default": false, "description": "Concat, ...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
1
2014-01-15T15:52:46Z
2018-07-06T22:37:51Z
2018-07-06T22:37:51Z
CONTRIBUTOR
null
Since ohlc produces a multi-index and other aggregations an index, should promote the index to multi-index and conjoin http://stackoverflow.com/questions/21140630/resampling-trade-data-into-ohlcv-with-pandas e.g. `df.resample('30s',how={'price' : 'ohlc', 'volume' : '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/5946/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5946/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5947
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5947/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5947/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5947/events
https://github.com/pandas-dev/pandas/issues/5947
25,659,763
MDU6SXNzdWUyNTY1OTc2Mw==
5,947
Msgpack serialization fails for DatetimeIndex with only two rows
{ "avatar_url": "https://avatars.githubusercontent.com/u/3529638?v=4", "events_url": "https://api.github.com/users/acowlikeobject/events{/privacy}", "followers_url": "https://api.github.com/users/acowlikeobject/followers", "following_url": "https://api.github.com/users/acowlikeobject/following{/other_user}", ...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
1
2014-01-15T16:27:40Z
2014-01-15T19:25:07Z
2014-01-15T19:25:07Z
NONE
null
A rare/corner case, but thought I'd document it. pandas.read_msgpack() throws a `ValueError: Dates do not conform to passed frequency` if the index is a DatetimeIndex and there are only two rows of data. ``` python In [66]: df = pd.DataFrame([1, 2], index=pd.date_range('1/1/2013', '1/2/2013')) In [67]: df Out[67]: ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5947/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5947/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5948
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5948/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5948/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5948/events
https://github.com/pandas-dev/pandas/pull/5948
25,660,818
MDExOlB1bGxSZXF1ZXN0MTE1NDIwNzU=
5,948
BUG: Bug in pd.read_msgpack with inferring a DateTimeIndex frequency incorrectly (GH5947)
{ "avatar_url": "https://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://...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
0
2014-01-15T16:41:07Z
2014-07-16T08:46:41Z
2014-01-15T19:25:07Z
CONTRIBUTOR
null
closes #5947
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5948/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5948/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5948.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5948", "merged_at": "2014-01-15T19:25:07Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5948.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5948" }
https://api.github.com/repos/pandas-dev/pandas/issues/5949
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5949/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5949/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5949/events
https://github.com/pandas-dev/pandas/issues/5949
25,665,069
MDU6SXNzdWUyNTY2NTA2OQ==
5,949
DOC: document pd.match in main docs 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://...
[ { "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": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
3
2014-01-15T17:25:01Z
2018-03-07T09:56:47Z
2018-03-07T09:56:42Z
CONTRIBUTOR
null
`pd.match` is a lurking function.....would be nice to add a short blurb to the main docs, maybe in `factorize` section https://github.com/pydata/pandas/blob/master/doc/source/reshaping.rst#factorizing-values used here in docs: https://github.com/pydata/pandas/pull/5875/files
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5949/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5949/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5950
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5950/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5950/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5950/events
https://github.com/pandas-dev/pandas/pull/5950
25,665,868
MDExOlB1bGxSZXF1ZXN0MTE1NDQ0NzQ=
5,950
ENH: sql support via SQLAlchemy, with legacy fallback
{ "avatar_url": "https://avatars.githubusercontent.com/u/743508?v=4", "events_url": "https://api.github.com/users/mangecoeur/events{/privacy}", "followers_url": "https://api.github.com/users/mangecoeur/followers", "following_url": "https://api.github.com/users/mangecoeur/following{/other_user}", "gists_url": ...
[ { "color": "5319e7", "default": false, "description": "to_sql, read_sql, read_sql_query", "id": 47232590, "name": "IO SQL", "node_id": "MDU6TGFiZWw0NzIzMjU5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL" } ]
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
72
2014-01-15T17:35:55Z
2014-06-12T12:35:36Z
2014-02-06T21:35:56Z
CONTRIBUTOR
null
Code, tests, and docs for an updated io.sql module which uses SQLAlchemy as a DB abstraction layer. A legacy fallback is provided for SQLite and MySQL. The api should be backwards compatible, with depreciated names marked as such.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5950/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5950/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5950.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5950", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/5950.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5950" }
https://api.github.com/repos/pandas-dev/pandas/issues/5951
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5951/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5951/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5951/events
https://github.com/pandas-dev/pandas/pull/5951
25,671,868
MDExOlB1bGxSZXF1ZXN0MTE1NDc5OTc=
5,951
CLN: repr_html raises NotImplementedError rather then ValueError in qtconsole
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
0
2014-01-15T19:03:35Z
2014-07-16T08:22:47Z
2014-01-15T20:49:18Z
NONE
null
#5922. No word from ipython yet but the change makes sense regardless.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5951/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5951/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5951.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5951", "merged_at": "2014-01-15T20:49:18Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5951.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5951" }
https://api.github.com/repos/pandas-dev/pandas/issues/5952
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5952/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5952/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5952/events
https://github.com/pandas-dev/pandas/issues/5952
25,675,520
MDU6SXNzdWUyNTY3NTUyMA==
5,952
Negative NaN (-nan) in CSV input treated as object
{ "avatar_url": "https://avatars.githubusercontent.com/u/64128?v=4", "events_url": "https://api.github.com/users/Bklyn/events{/privacy}", "followers_url": "https://api.github.com/users/Bklyn/followers", "following_url": "https://api.github.com/users/Bklyn/following{/other_user}", "gists_url": "https://api.git...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "006b75", "default": false, "description": "A...
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
3
2014-01-15T19:36:40Z
2014-01-23T20:17:02Z
2014-01-23T20:17:02Z
NONE
null
The value "-nan" (yes, this is a valid type of NaN!) in a CSV input file causes that column to be treated as 'object' instead of float64. ``` pd.read_csv(StringIO.StringIO('a,b\n1,2.0\n2,nan\n3,-nan')).b Out[15]: 0 2.0 1 NaN 2 -nan Name: b, dtype: object pd.read_csv(StringIO.StringIO('a,b\n1,2.0\n2,nan\n'...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5952/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5952/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5953
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5953/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5953/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5953/events
https://github.com/pandas-dev/pandas/pull/5953
25,676,292
MDExOlB1bGxSZXF1ZXN0MTE1NDk4NTE=
5,953
Misc fixes to doc build
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
0
2014-01-15T19:47:05Z
2014-06-22T18:22:35Z
2014-01-15T19:47:11Z
NONE
null
The more innocous bits and pieces of #5925, no sense in waiting.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5953/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5953/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5953.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5953", "merged_at": "2014-01-15T19:47:11Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5953.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5953" }
https://api.github.com/repos/pandas-dev/pandas/issues/5954
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5954/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5954/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5954/events
https://github.com/pandas-dev/pandas/pull/5954
25,679,118
MDExOlB1bGxSZXF1ZXN0MTE1NTE1MzI=
5,954
CLN: break read_json, read_msgpack API, disallow string data input
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
17
2014-01-15T20:26:44Z
2014-06-15T09:42:36Z
2014-01-16T11:26:40Z
NONE
null
revisiting #5655 due to recent #5874, it's just not right. most pandas read_\* methods take a path/url of file like. the newish read_json/read_msgpack also accept a (byte)string of data, and tries to guess whether it's data or a filepath. That creates weird corner cases and is sufficently wrong IMO that it's worth mak...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5954/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5954/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5954.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5954", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/5954.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5954" }
https://api.github.com/repos/pandas-dev/pandas/issues/5955
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5955/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5955/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5955/events
https://github.com/pandas-dev/pandas/issues/5955
25,679,361
MDU6SXNzdWUyNTY3OTM2MQ==
5,955
rolling_mean with freq='D' returns all NaNs when there is exactly 1 data point per day
{ "avatar_url": "https://avatars.githubusercontent.com/u/1260747?v=4", "events_url": "https://api.github.com/users/sleibman/events{/privacy}", "followers_url": "https://api.github.com/users/sleibman/followers", "following_url": "https://api.github.com/users/sleibman/following{/other_user}", "gists_url": "http...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "207de5", "default": false, "description": "resample method", "i...
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
2
2014-01-15T20:30:31Z
2014-03-29T01:53:36Z
2014-03-29T01:53:36Z
NONE
null
related to #3020 ``` python $ python Python 2.7.4 (default, Apr 23 2013, 12:22:04) [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import datetime >>> import pandas as pd >>> pd.__version__ '0.12.0' >>> indices = [datetime.dat...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5955/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5955/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5956
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5956/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5956/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5956/events
https://github.com/pandas-dev/pandas/issues/5956
25,684,152
MDU6SXNzdWUyNTY4NDE1Mg==
5,956
DOC: put EXPERIMENTAL in read_gbq/to_gbq docstrings
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "0052cc", "default": false, "description": "pandas-gbq compatabil...
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
8
2014-01-15T21:38:59Z
2014-01-25T08:30:47Z
2014-01-25T08:30:47Z
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/5956/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5956/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5957
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5957/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5957/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5957/events
https://github.com/pandas-dev/pandas/pull/5957
25,691,088
MDExOlB1bGxSZXF1ZXN0MTE1NTg3MzA=
5,957
API: add reads_json, reads_msgpack, reads_csv, reads_pickle as convience functions which accept a string
{ "avatar_url": "https://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://...
[]
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
2
2014-01-15T23:25:21Z
2014-06-26T01:49:36Z
2014-01-16T11:12:09Z
CONTRIBUTOR
null
related #5655 related #5874 closes #5924 todo: ``` [ ] update io.rst docs / whatsnew [ ] more tests (esp pickle/csv) for passing string to ``read_csv`` or file-handle to ``reads_csv`` ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5957/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5957/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5957.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5957", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/5957.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5957" }
https://api.github.com/repos/pandas-dev/pandas/issues/5958
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5958/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5958/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5958/events
https://github.com/pandas-dev/pandas/pull/5958
25,691,378
MDExOlB1bGxSZXF1ZXN0MTE1NTg5MDk=
5,958
BUG: Fix to_datetime to properly deal with tz offsets #3944
{ "avatar_url": "https://avatars.githubusercontent.com/u/91798?v=4", "events_url": "https://api.github.com/users/danbirken/events{/privacy}", "followers_url": "https://api.github.com/users/danbirken/followers", "following_url": "https://api.github.com/users/danbirken/following{/other_user}", "gists_url": "htt...
[]
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
15
2014-01-15T23:30:56Z
2014-06-13T22:41:44Z
2014-02-04T09:24:37Z
CONTRIBUTOR
null
Currently for certain formats of datetime strings, the tz offset will just be ignored. #3944
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5958/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5958/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5958.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5958", "merged_at": "2014-02-04T09:24:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5958.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5958" }
https://api.github.com/repos/pandas-dev/pandas/issues/5959
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5959/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5959/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5959/events
https://github.com/pandas-dev/pandas/pull/5959
25,697,284
MDExOlB1bGxSZXF1ZXN0MTE1NjI0NDk=
5,959
BUG: use the "join" string in Appender decorator
{ "avatar_url": "https://avatars.githubusercontent.com/u/128740?v=4", "events_url": "https://api.github.com/users/gandalf013/events{/privacy}", "followers_url": "https://api.github.com/users/gandalf013/followers", "following_url": "https://api.github.com/users/gandalf013/following{/other_user}", "gists_url": ...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
1
2014-01-16T01:40:05Z
2014-07-06T10:27:41Z
2014-01-18T03:08:06Z
CONTRIBUTOR
null
The docstring for Appender decorator says that "join" parameter is used to join the docstring and addendum. This commit brings the code in line with 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/5959/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5959/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5959.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5959", "merged_at": "2014-01-18T03:08:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5959.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5959" }
https://api.github.com/repos/pandas-dev/pandas/issues/5960
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5960/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5960/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5960/events
https://github.com/pandas-dev/pandas/pull/5960
25,698,975
MDExOlB1bGxSZXF1ZXN0MTE1NjM0Mzk=
5,960
PERF: add np.max and np.min to _cython_table (GH5927)
{ "avatar_url": "https://avatars.githubusercontent.com/u/980054?v=4", "events_url": "https://api.github.com/users/dsm054/events{/privacy}", "followers_url": "https://api.github.com/users/dsm054/followers", "following_url": "https://api.github.com/users/dsm054/following{/other_user}", "gists_url": "https://api...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
2
2014-01-16T02:24:51Z
2014-06-21T03:08:27Z
2014-01-16T14:28:12Z
CONTRIBUTOR
null
closes #5927 Fixes numpy max/min slow path on resample and adds tests to vbench.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5960/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5960/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5960.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5960", "merged_at": "2014-01-16T14:28:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5960.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5960" }
https://api.github.com/repos/pandas-dev/pandas/issues/5961
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5961/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5961/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5961/events
https://github.com/pandas-dev/pandas/issues/5961
25,701,517
MDU6SXNzdWUyNTcwMTUxNw==
5,961
to_datetime broken for Tz-aware datetimes and NaTs in same array
{ "avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4", "events_url": "https://api.github.com/users/cancan101/events{/privacy}", "followers_url": "https://api.github.com/users/cancan101/followers", "following_url": "https://api.github.com/users/cancan101/following{/other_user}", "gists_url": "htt...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
0
2014-01-16T03:46:06Z
2014-01-16T11:54:39Z
2014-01-16T11:54:39Z
CONTRIBUTOR
null
This works: ``` In [400]: pd.to_datetime([pd.Timestamp("2013-1-1", tz=pytz.timezone('US/Eastern'))]) Out[400]: <class 'pandas.tseries.index.DatetimeIndex'> [2013-01-01 00:00:00-05:00] Length: 1, Freq: None, Timezone: US/Eastern ``` but this (adding an NaT) does not. At the very least, the error message is misleadin...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5961/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5961/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5962
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5962/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5962/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5962/events
https://github.com/pandas-dev/pandas/pull/5962
25,701,743
MDExOlB1bGxSZXF1ZXN0MTE1NjQ5NjI=
5,962
BUG: Fixed to_datetime for array with both Tz-aware datetimes and NaTs
{ "avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4", "events_url": "https://api.github.com/users/cancan101/events{/privacy}", "followers_url": "https://api.github.com/users/cancan101/followers", "following_url": "https://api.github.com/users/cancan101/following{/other_user}", "gists_url": "htt...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
6
2014-01-16T03:52:27Z
2014-06-22T06:32:18Z
2014-01-16T11:54:39Z
CONTRIBUTOR
null
Closes #5961
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5962/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5962/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5962.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5962", "merged_at": "2014-01-16T11:54:39Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5962.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5962" }
https://api.github.com/repos/pandas-dev/pandas/issues/5963
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5963/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5963/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5963/events
https://github.com/pandas-dev/pandas/issues/5963
25,702,862
MDU6SXNzdWUyNTcwMjg2Mg==
5,963
Unable to compare timedelta64 to timedelta
{ "avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4", "events_url": "https://api.github.com/users/cancan101/events{/privacy}", "followers_url": "https://api.github.com/users/cancan101/followers", "following_url": "https://api.github.com/users/cancan101/following{/other_user}", "gists_url": "htt...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "Timedelta data type", ...
closed
false
null
[]
{ "closed_at": "2014-12-12T13:45:40Z", "closed_issues": 173, "created_at": "2014-10-07T14:40:52Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
4
2014-01-16T04:33:47Z
2014-11-26T02:30:02Z
2014-11-26T02:30:02Z
CONTRIBUTOR
null
``` In [426]: s = pd.Series([timedelta(days=1), timedelta(days=2)]) s > timedelta(days=1) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-426-9094b7c93677> in <module>() 1 s = pd.Series([timedel...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5963/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5963/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5964
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5964/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5964/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5964/events
https://github.com/pandas-dev/pandas/pull/5964
25,703,296
MDExOlB1bGxSZXF1ZXN0MTE1NjU3NzY=
5,964
DOC: Clarified documentation for MultiIndexes
{ "avatar_url": "https://avatars.githubusercontent.com/u/5019234?v=4", "events_url": "https://api.github.com/users/felixlawrence/events{/privacy}", "followers_url": "https://api.github.com/users/felixlawrence/followers", "following_url": "https://api.github.com/users/felixlawrence/following{/other_user}", "gi...
[]
closed
false
null
[]
null
8
2014-01-16T04:51:47Z
2014-07-16T08:46:52Z
2014-01-20T09:27:50Z
NONE
null
Clarify some quirks regarding slicing on MultiIndexes
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5964/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5964/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5964.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5964", "merged_at": "2014-01-20T09:27:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5964.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5964" }
https://api.github.com/repos/pandas-dev/pandas/issues/5965
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5965/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5965/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5965/events
https://github.com/pandas-dev/pandas/issues/5965
25,712,825
MDU6SXNzdWUyNTcxMjgyNQ==
5,965
pip install error - cython required to install from tarball?
{ "avatar_url": "https://avatars.githubusercontent.com/u/120225?v=4", "events_url": "https://api.github.com/users/jdu/events{/privacy}", "followers_url": "https://api.github.com/users/jdu/followers", "following_url": "https://api.github.com/users/jdu/following{/other_user}", "gists_url": "https://api.github.c...
[ { "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": "2013-12-30T19:53:14Z", "closed_issues": 1076, "created_at": "2012-11-15T23:33:37Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
1
2014-01-16T09:37:09Z
2014-01-16T11:49:06Z
2014-01-16T11:05:06Z
NONE
null
0.16 install from pip on ubuntu 12.04 LTS 64 bit edition currently throws an error: Exception: Cython-generated file 'pandas/msgpack.c' not found. Cython is required to compile pandas from a development branch. Please install Cython or download a release package of pandas. I did not specify a dev branch install from ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5965/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5965/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5966
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5966/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5966/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5966/events
https://github.com/pandas-dev/pandas/pull/5966
25,719,638
MDExOlB1bGxSZXF1ZXN0MTE1NzQ3MDc=
5,966
Travis checks that tarball can be installed without cython installed.
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
0
2014-01-16T11:49:06Z
2014-07-16T08:46:54Z
2014-01-16T11:49:17Z
NONE
null
Catch stuff like #5965 in the future.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5966/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5966/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5966.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5966", "merged_at": "2014-01-16T11:49:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5966.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5966" }
https://api.github.com/repos/pandas-dev/pandas/issues/5967
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5967/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5967/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5967/events
https://github.com/pandas-dev/pandas/issues/5967
25,724,217
MDU6SXNzdWUyNTcyNDIxNw==
5,967
Inconsistent Behavior of min on Timestamps w/ and w/o timezones
{ "avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4", "events_url": "https://api.github.com/users/cancan101/events{/privacy}", "followers_url": "https://api.github.com/users/cancan101/followers", "following_url": "https://api.github.com/users/cancan101/following{/other_user}", "gists_url": "htt...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
4
2014-01-16T13:21:52Z
2016-11-11T10:21:27Z
2016-11-11T10:21:23Z
CONTRIBUTOR
null
related #4147 Observe w/o tz: ``` In [46]: pd.Series([pd.NaT, pd.Timestamp("2013-1-1")]).min() Out[46]: Timestamp('2013-01-01 00:00:00', tz=None) ``` however w/ tz: ``` In [48]: pd.Series([pd.NaT, pd.Timestamp("2013-1-1", tz="US/Eastern")]).min() Out[48]: NaT ``` strangely, `max` works: ``` In [60]: pd.Series([pd...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5967/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5967/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5968
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5968/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5968/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5968/events
https://github.com/pandas-dev/pandas/issues/5968
25,725,340
MDU6SXNzdWUyNTcyNTM0MA==
5,968
df.dtypes.values is not O(1) and repr(df) is therefore slow for large frames
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "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": "a10c02", "default": false, "description": "Memory or execution spee...
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
21
2014-01-16T13:42:26Z
2014-01-16T22:14:44Z
2014-01-16T17:58:40Z
NONE
null
For the FEC dataset, it takes about 1.5 sec to get a repr. and prun puts it all in `infer_dtype`.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5968/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5968/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5969
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5969/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5969/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5969/events
https://github.com/pandas-dev/pandas/issues/5969
25,735,613
MDU6SXNzdWUyNTczNTYxMw==
5,969
ERR: better error reporting for missing numexpr
{ "avatar_url": "https://avatars.githubusercontent.com/u/674200?v=4", "events_url": "https://api.github.com/users/twiecki/events{/privacy}", "followers_url": "https://api.github.com/users/twiecki/followers", "following_url": "https://api.github.com/users/twiecki/following{/other_user}", "gists_url": "https://...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "ffa0ff", "default": false, "description": "I...
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
43
2014-01-16T16:08:44Z
2016-10-12T23:04:30Z
2014-01-26T23:16:10Z
CONTRIBUTOR
null
From the example at http://pandas.pydata.org/pandas-docs/dev/generated/pandas.DataFrame.query.html: ``` python from numpy.random import randn from pandas import DataFrame df = DataFrame(randn(10, 2), columns=list('ab')) df.query('a > b') ``` gives me: ``` -------------------------------------------------------------...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5969/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5969/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5970
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5970/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5970/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5970/events
https://github.com/pandas-dev/pandas/pull/5970
25,737,727
MDExOlB1bGxSZXF1ZXN0MTE1ODUyOTM=
5,970
PERF: perf improvments in dtypes/ftypes methods (GH5968)
{ "avatar_url": "https://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://...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
3
2014-01-16T16:35:58Z
2014-06-15T18:39:31Z
2014-01-16T17:04:02Z
CONTRIBUTOR
null
closes #5968 ``` ------------------------------------------------------------------------------- Test name | head[ms] | base[ms] | ratio | ------------------------------------------------------------------------------- frame_dtypes | 0.2654 | 51....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5970/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5970/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5970.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5970", "merged_at": "2014-01-16T17:04:02Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5970.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5970" }
https://api.github.com/repos/pandas-dev/pandas/issues/5971
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5971/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5971/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5971/events
https://github.com/pandas-dev/pandas/issues/5971
25,740,818
MDU6SXNzdWUyNTc0MDgxOA==
5,971
Suggestion: percentile ranks
{ "avatar_url": "https://avatars.githubusercontent.com/u/1874691?v=4", "events_url": "https://api.github.com/users/MichaelWS/events{/privacy}", "followers_url": "https://api.github.com/users/MichaelWS/followers", "following_url": "https://api.github.com/users/MichaelWS/following{/other_user}", "gists_url": "h...
[ { "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": "729FCF", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
4
2014-01-16T17:14:47Z
2014-03-27T12:07:42Z
2014-02-16T21:23:12Z
CONTRIBUTOR
null
I realize I am computing percentile ranks constantly in my code. df["pct_rank"] = df["field"].groupby("date").transform(lambda x: x.rank(ascending=False) / float(x.count())) Would anyone have any use for a function that is computed in cython for this? if so, would people prefer to it to be a separate function or an ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5971/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5971/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5972
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5972/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5972/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5972/events
https://github.com/pandas-dev/pandas/issues/5972
25,742,667
MDU6SXNzdWUyNTc0MjY2Nw==
5,972
vb_suite parser.py can shadow builtin parser module
{ "avatar_url": "https://avatars.githubusercontent.com/u/980054?v=4", "events_url": "https://api.github.com/users/dsm054/events{/privacy}", "followers_url": "https://api.github.com/users/dsm054/followers", "following_url": "https://api.github.com/users/dsm054/following{/other_user}", "gists_url": "https://api...
[ { "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": "a10c02", "d...
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
2
2014-01-16T17:38:28Z
2014-01-17T09:48:52Z
2014-01-17T09:48:52Z
CONTRIBUTOR
null
This is identical to Tom Augspurger's issue [here](https://groups.google.com/d/msg/pydata/pxFe_ISulyA/Upyjnx96P-UJ). Under some circumstances, you can't run the performance tests: ``` ~/sys/pandas$ ./test_perf.sh Traceback (most recent call last): File "/home/mcneil/sys/pandas/vb_suite/test_perf.py", line 55, in...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5972/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5972/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5973
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5973/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5973/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5973/events
https://github.com/pandas-dev/pandas/pull/5973
25,743,312
MDExOlB1bGxSZXF1ZXN0MTE1ODg1NDY=
5,973
PERF: perf improvments in indexing with object dtypes (GH5968)
{ "avatar_url": "https://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://...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
4
2014-01-16T17:47:39Z
2014-06-13T17:04:51Z
2014-01-16T21:14:35Z
CONTRIBUTOR
null
closes #5968 ``` ------------------------------------------------------------------------------- Test name | head[ms] | base[ms] | ratio | ------------------------------------------------------------------------------- frame_iloc_big | 0.2836 | 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/5973/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5973/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5973.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5973", "merged_at": "2014-01-16T21:14:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5973.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5973" }
https://api.github.com/repos/pandas-dev/pandas/issues/5974
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5974/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5974/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5974/events
https://github.com/pandas-dev/pandas/pull/5974
25,743,681
MDExOlB1bGxSZXF1ZXN0MTE1ODg3NTk=
5,974
ENH: revamp null count supression for large frames in df.info()
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
14
2014-01-16T17:52:57Z
2014-06-12T19:14:09Z
2014-01-16T18:06:13Z
NONE
null
#5550 deprecated options.display.max_info_rows, but df.info is still there for the user to invoke and the null count can be very slow. Un-deprecte the option and revamp `df.info` to do the right thing. Now that @cpcloud add per column dtypes it will always show them, and just supress the counts if needed, where 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/5974/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5974/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5974.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5974", "merged_at": "2014-01-16T18:06:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5974.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5974" }
https://api.github.com/repos/pandas-dev/pandas/issues/5975
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5975/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5975/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5975/events
https://github.com/pandas-dev/pandas/issues/5975
25,746,434
MDU6SXNzdWUyNTc0NjQzNA==
5,975
BUG: Scipy interpolate methods are not datetime64 aware
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
2
2014-01-16T18:14:57Z
2014-01-19T09:43:24Z
2014-01-19T09:43:24Z
CONTRIBUTOR
null
From [this SO question](http://stackoverflow.com/questions/21169182/interpolation-for-some-methods-is-failing-with-a-type-error). Is this something we should worry about here, or report upstream to scipy? The workaround I posted on SO is just to explicitly recast the index as an int64, interpolate on that, and then re...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5975/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5975/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5976
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5976/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5976/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5976/events
https://github.com/pandas-dev/pandas/pull/5976
25,747,646
MDExOlB1bGxSZXF1ZXN0MTE1OTAzMjk=
5,976
ENH: make show_versions available in the top_level api
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
null
2
2014-01-16T18:34:01Z
2014-07-16T08:47:02Z
2014-01-16T18:35:51Z
NONE
null
comfy for everyone.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5976/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5976/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5976.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5976", "merged_at": "2014-01-16T18:35:51Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5976.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5976" }
https://api.github.com/repos/pandas-dev/pandas/issues/5977
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5977/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5977/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5977/events
https://github.com/pandas-dev/pandas/pull/5977
25,748,343
MDExOlB1bGxSZXF1ZXN0MTE1OTA3MDU=
5,977
BUG: Allow DatetimeIndex for scipy interpolate
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[]
closed
false
null
[]
null
6
2014-01-16T18:43:21Z
2014-06-14T08:31:34Z
2014-01-16T21:08:52Z
CONTRIBUTOR
null
Closes #5975 Is there a better way to check for a DatetimeIndex than with an `isinstance()`?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5977/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5977/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5977.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5977", "merged_at": "2014-01-16T21:08:52Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5977.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5977" }
https://api.github.com/repos/pandas-dev/pandas/issues/5978
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5978/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5978/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5978/events
https://github.com/pandas-dev/pandas/pull/5978
25,750,403
MDExOlB1bGxSZXF1ZXN0MTE1OTE1NzQ=
5,978
ENH: series rank has a percentage rank option
{ "avatar_url": "https://avatars.githubusercontent.com/u/1874691?v=4", "events_url": "https://api.github.com/users/MichaelWS/events{/privacy}", "followers_url": "https://api.github.com/users/MichaelWS/followers", "following_url": "https://api.github.com/users/MichaelWS/following{/other_user}", "gists_url": "h...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "006b75", "default": false, "description": "Arithmet...
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
14
2014-01-16T19:05:10Z
2014-06-12T15:46:42Z
2014-02-16T21:23:12Z
CONTRIBUTOR
null
closes #5971 This pull allows people to compute percentage ranks in cython for a series. I found myself computing this all the time and it will make this calculation much faster.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5978/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5978/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5978.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5978", "merged_at": "2014-02-16T21:23:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5978.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5978" }
https://api.github.com/repos/pandas-dev/pandas/issues/5979
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5979/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5979/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5979/events
https://github.com/pandas-dev/pandas/pull/5979
25,755,447
MDExOlB1bGxSZXF1ZXN0MTE1OTMwMzI=
5,979
VBENCH: rename parser.py to parser_vb.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
4
2014-01-16T19:38:24Z
2014-06-21T02:57:58Z
2014-01-17T09:48:52Z
NONE
null
closes #5972 @dsm054, does this resolve the issue for you?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5979/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5979/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5979.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5979", "merged_at": "2014-01-17T09:48:52Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5979.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5979" }
https://api.github.com/repos/pandas-dev/pandas/issues/5980
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5980/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5980/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5980/events
https://github.com/pandas-dev/pandas/pull/5980
25,768,473
MDExOlB1bGxSZXF1ZXN0MTE1OTg2NDA=
5,980
DOC: add a couple plt.close('all') to avoid warning
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[]
closed
false
null
[]
null
2
2014-01-16T21:52:15Z
2014-07-02T01:21:00Z
2014-01-17T10:47:13Z
MEMBER
null
Some small doc fixes: - added some `plt.close('all')` calls to avoid the matplotlib warning that there are more than 20 figures open. - some style errors in release.rst. Apparantly sphinx complains about something like ```NaN``s`.because there may not be a character directly after the closing ````
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5980/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5980/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5980.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5980", "merged_at": "2014-01-17T10:47:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5980.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5980" }
https://api.github.com/repos/pandas-dev/pandas/issues/5981
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5981/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5981/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5981/events
https://github.com/pandas-dev/pandas/issues/5981
25,774,514
MDU6SXNzdWUyNTc3NDUxNA==
5,981
test_pow fails due to differences at machine precision
{ "avatar_url": "https://avatars.githubusercontent.com/u/4128715?v=4", "events_url": "https://api.github.com/users/drudd/events{/privacy}", "followers_url": "https://api.github.com/users/drudd/followers", "following_url": "https://api.github.com/users/drudd/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
4
2014-01-16T23:18:14Z
2014-01-17T12:55:11Z
2014-01-17T12:55:11Z
CONTRIBUTOR
null
I am testing pandas 0.13 (built against numexpr 2.2.2, numpy 1.8.0, scipy 0.13.2, all linked to MKL 10.3 using Scientific Linux 6.4's stock gcc 4.7.4), and test_pow fails with an array not equal error: # ## FAIL: test_pow (pandas.computation.tests.test_eval.TestEvalNumexprPandas) Traceback (most recent call last): ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5981/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5981/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5982
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5982/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5982/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5982/events
https://github.com/pandas-dev/pandas/pull/5982
25,776,144
MDExOlB1bGxSZXF1ZXN0MTE2MDI2Mzk=
5,982
Modified test_pow function in computation/tests/test_eval.py to use asse...
{ "avatar_url": "https://avatars.githubusercontent.com/u/4128715?v=4", "events_url": "https://api.github.com/users/drudd/events{/privacy}", "followers_url": "https://api.github.com/users/drudd/followers", "following_url": "https://api.github.com/users/drudd/following{/other_user}", "gists_url": "https://api.g...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
1
2014-01-16T23:36:12Z
2014-07-16T08:47:12Z
2014-01-17T12:54:59Z
CONTRIBUTOR
null
...rt_allclose rather than assert_all_equal to avoid machine precision failures in TestEvalNumexprPandas/Numpy. Fixes issue #5981.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5982/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5982/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5982.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5982", "merged_at": "2014-01-17T12:54:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5982.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5982" }
https://api.github.com/repos/pandas-dev/pandas/issues/5983
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5983/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5983/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5983/events
https://github.com/pandas-dev/pandas/pull/5983
25,779,169
MDExOlB1bGxSZXF1ZXN0MTE2MDQ1MjQ=
5,983
API: Panel.dtypes to use generic method; add tests for Panel4D for same
{ "avatar_url": "https://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://...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
0
2014-01-17T00:42:42Z
2014-07-16T08:47:14Z
2014-01-17T13:42:13Z
CONTRIBUTOR
null
DOC: updated api docs for panel/panel4d
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5983/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5983/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5983.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5983", "merged_at": "2014-01-17T13:42:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5983.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5983" }
https://api.github.com/repos/pandas-dev/pandas/issues/5984
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5984/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5984/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5984/events
https://github.com/pandas-dev/pandas/pull/5984
25,797,806
MDExOlB1bGxSZXF1ZXN0MTE2MTQ4MjI=
5,984
DOC: correction of docstring dtypes/ftypes
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[]
closed
false
null
[]
null
2
2014-01-17T10:07:45Z
2014-07-16T08:47:16Z
2014-01-17T12:56:36Z
MEMBER
null
@jreback See #5970, you copied the docstring of `get_dtype_counts`. Only thing I was wondering: `columns` is maybe not generic enough?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5984/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5984/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5984.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5984", "merged_at": "2014-01-17T12:56:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5984.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5984" }
https://api.github.com/repos/pandas-dev/pandas/issues/5985
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5985/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5985/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5985/events
https://github.com/pandas-dev/pandas/pull/5985
25,807,932
MDExOlB1bGxSZXF1ZXN0MTE2MjA1MDQ=
5,985
DOC: in ReST, a sublabel defines it's parent. latex complains of dupe
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
null
0
2014-01-17T13:37:10Z
2014-06-22T08:33:03Z
2014-01-17T13:37:15Z
NONE
null
This fix allows us to bring back the pdf documentation, albeit with some warnings. I've uploaded the pdf to GH releases, and eventually hope to get it on the website. Also updated the [release checklist](https://github.com/pydata/pandas/wiki/Release-Checklist) to make pdf publishing a standard part of our release proc...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5985/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5985/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5985.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5985", "merged_at": "2014-01-17T13:37:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5985.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5985" }
https://api.github.com/repos/pandas-dev/pandas/issues/5986
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5986/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5986/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5986/events
https://github.com/pandas-dev/pandas/issues/5986
25,818,782
MDU6SXNzdWUyNTgxODc4Mg==
5,986
BUG: algos with timedelta
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "006b75", "default": false, "description": "Arithmetic, Comparison, ...
closed
false
null
[]
{ "closed_at": "2016-03-12T16:19:08Z", "closed_issues": 469, "created_at": "2015-07-19T20:18:45Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2014-01-17T16:31:02Z
2016-02-27T16:03:24Z
2016-02-27T15:22:59Z
CONTRIBUTOR
null
check that these work / fix (prob just need tests and conversion to i8), datetime64 - [x] rank #12465 - [x] unique - [x] factorize #12465 - [x] quantile - [x] mode #12465 - [x] value_counts
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5986/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5986/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5987
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5987/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5987/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5987/events
https://github.com/pandas-dev/pandas/issues/5987
25,828,530
MDU6SXNzdWUyNTgyODUzMA==
5,987
ENH/API: Change query/eval local variable API
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AD7FA8", "default": false, "description": null, ...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_url": "https://...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4", "events_url": "https://api.github.com/users/cpcloud/events{/privacy}", "followers_url": "https://api.github.com/users/cpcloud/followers", "following_url": "https://api.github.com/users/cpcloud/following{/other_user}", "gists_u...
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
10
2014-01-17T18:52:50Z
2014-02-20T14:24:06Z
2014-02-20T14:24:06Z
MEMBER
null
Currently, with `query` and `eval` you can use local variables a la the `@` symbol. It's a bit confusing since you're not allowed to have a local variable and a column name with the same name, but it will try to pull the local if possible. Current API: Fails with a `NameError`: ``` python a = 1 df = DataFrame({'a':...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5987/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5987/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5988
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5988/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5988/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5988/events
https://github.com/pandas-dev/pandas/issues/5988
25,830,682
MDU6SXNzdWUyNTgzMDY4Mg==
5,988
Finance Options Module
{ "avatar_url": "https://avatars.githubusercontent.com/u/6431968?v=4", "events_url": "https://api.github.com/users/joejohnson111/events{/privacy}", "followers_url": "https://api.github.com/users/joejohnson111/followers", "following_url": "https://api.github.com/users/joejohnson111/following{/other_user}", "gi...
[]
closed
false
null
[]
null
1
2014-01-17T19:27:47Z
2014-01-17T22:46:43Z
2014-01-17T22:46:43Z
NONE
null
I've started toying around with this today, its quite interesting and powerful for research. I thought it an interesting and at first thought "relatively easy" (famous last words) to add a column for the forward price of the security. When constructing the VIX index the CBOE has a realtively simple process to extract ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5988/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5988/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5989
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5989/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5989/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5989/events
https://github.com/pandas-dev/pandas/pull/5989
25,834,672
MDExOlB1bGxSZXF1ZXN0MTE2MzU5MTU=
5,989
Change "methdo" to "method" in asfreq's docstring.
{ "avatar_url": "https://avatars.githubusercontent.com/u/1740780?v=4", "events_url": "https://api.github.com/users/toc-the-younger/events{/privacy}", "followers_url": "https://api.github.com/users/toc-the-younger/followers", "following_url": "https://api.github.com/users/toc-the-younger/following{/other_user}",...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
1
2014-01-17T20:31:23Z
2014-07-16T08:47:18Z
2014-01-18T02:53:26Z
CONTRIBUTOR
null
Fixes a quick typo I noticed.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5989/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5989/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5989.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5989", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/5989.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5989" }
https://api.github.com/repos/pandas-dev/pandas/issues/5990
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5990/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5990/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5990/events
https://github.com/pandas-dev/pandas/issues/5990
25,853,378
MDU6SXNzdWUyNTg1MzM3OA==
5,990
ENH: add DataFrame anonymizer
{ "avatar_url": "https://avatars.githubusercontent.com/u/980054?v=4", "events_url": "https://api.github.com/users/dsm054/events{/privacy}", "followers_url": "https://api.github.com/users/dsm054/followers", "following_url": "https://api.github.com/users/dsm054/following{/other_user}", "gists_url": "https://api...
[]
closed
false
null
[]
null
2
2014-01-18T04:11:56Z
2014-01-23T16:53:30Z
2014-01-23T16:53:05Z
CONTRIBUTOR
null
Often on SO people looking for help say they can't put their DataFrame somewhere for others to look at because the data's private. In most cases, the data itself isn't relevant to answering the question, and only the structure matters. It would be straightforward to add a method which replaces string data and index/c...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5990/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5990/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5991
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5991/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5991/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5991/events
https://github.com/pandas-dev/pandas/issues/5991
25,863,304
MDU6SXNzdWUyNTg2MzMwNA==
5,991
building docs under Python 3 after ipython_directive merge
{ "avatar_url": "https://avatars.githubusercontent.com/u/952406?v=4", "events_url": "https://api.github.com/users/phaebz/events{/privacy}", "followers_url": "https://api.github.com/users/phaebz/followers", "following_url": "https://api.github.com/users/phaebz/following{/other_user}", "gists_url": "https://api...
[]
closed
false
null
[]
null
1
2014-01-18T16:38:07Z
2014-01-19T11:27:59Z
2014-01-19T11:25:08Z
CONTRIBUTOR
null
As requested in [#5530 (comment)] and after the merge of #5925, I am trying to test building the docs on python 3. I get the error: ``` Traceback (most recent call last): File "/Users/user/.virtualenvs/pandas-dev/lib/python3.3/site-packages/sphinx/cmdline.py", line 245, in main warningiserror, tags, verbosity, p...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5991/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5991/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5992
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5992/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5992/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5992/events
https://github.com/pandas-dev/pandas/pull/5992
25,866,691
MDExOlB1bGxSZXF1ZXN0MTE2NTA2NDc=
5,992
allow path to be an StringIO object and skip extension check for that case
{ "avatar_url": "https://avatars.githubusercontent.com/u/6439040?v=4", "events_url": "https://api.github.com/users/fennnec/events{/privacy}", "followers_url": "https://api.github.com/users/fennnec/followers", "following_url": "https://api.github.com/users/fennnec/following{/other_user}", "gists_url": "https:/...
[ { "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": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
22
2014-01-18T19:40:50Z
2014-07-02T07:07:23Z
2014-04-06T15:17:13Z
NONE
null
this is to allow in-memory creation of excel-files from pandas
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5992/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5992/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5992.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5992", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/5992.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5992" }
https://api.github.com/repos/pandas-dev/pandas/issues/5993
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5993/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5993/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5993/events
https://github.com/pandas-dev/pandas/pull/5993
25,867,150
MDExOlB1bGxSZXF1ZXN0MTE2NTA4NDg=
5,993
DOC: document read_csv fastpath for iso8601 datetime strings
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
0
2014-01-18T20:04:00Z
2014-06-12T13:16:50Z
2014-01-18T20:07:12Z
NONE
null
While investigating an optimization suggested in #5490 , I came across a fast path in pd.read_csv that I was unaware of for parsing iso8601 datetimes. It's undocumented as far as I can tell. RIght the wrong. ``` N=10000 r=pd.date_range("2000-01-01","2013-01-01",freq="H")[:N] df=pd.DataFrame(range(N),index=r) df.to_cs...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5993/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5993/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5993.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5993", "merged_at": "2014-01-18T20:07:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5993.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5993" }
https://api.github.com/repos/pandas-dev/pandas/issues/5994
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5994/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5994/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5994/events
https://github.com/pandas-dev/pandas/issues/5994
25,867,783
MDU6SXNzdWUyNTg2Nzc4Mw==
5,994
doc: add new excel tutorial
{ "avatar_url": "https://avatars.githubusercontent.com/u/11860?v=4", "events_url": "https://api.github.com/users/timmie/events{/privacy}", "followers_url": "https://api.github.com/users/timmie/followers", "following_url": "https://api.github.com/users/timmie/following{/other_user}", "gists_url": "https://api....
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
2
2014-01-18T20:37:06Z
2014-01-23T15:55:36Z
2014-01-23T15:41:34Z
CONTRIBUTOR
null
add to http://pandas.pydata.org/pandas-docs/dev/tutorials.html the tutorial: http://pandas-xlsxwriter-charts.readthedocs.org/
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5994/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5994/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5995
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5995/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5995/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5995/events
https://github.com/pandas-dev/pandas/pull/5995
25,868,238
MDExOlB1bGxSZXF1ZXN0MTE2NTEyNTA=
5,995
BUG/CLN: clarified timedelta inferences
{ "avatar_url": "https://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://...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
19
2014-01-18T21:00:18Z
2014-06-16T22:59:26Z
2014-01-20T23:37:17Z
CONTRIBUTOR
null
closes #5458 closes #5695 closes #5689 cleaned up / clarified timedelta inferences, bottom line is the following works, previously these would return not-useful object dtypes ``` In [4]: Series([np.timedelta64(1,'s'),timedelta(days=1),pd.NaT]) Out[4]: 0 0 days, 00:00:01 1 1 days, 00:00:00 2 NaT d...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5995/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5995/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5995.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5995", "merged_at": "2014-01-20T23:37:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5995.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5995" }
https://api.github.com/repos/pandas-dev/pandas/issues/5996
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5996/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5996/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5996/events
https://github.com/pandas-dev/pandas/pull/5996
25,870,225
MDExOlB1bGxSZXF1ZXN0MTE2NTIxMjQ=
5,996
DOC: add guidelines for building the docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[]
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
13
2014-01-18T22:54:08Z
2014-07-02T10:56:37Z
2014-01-25T01:09:54Z
MEMBER
null
First draft of some guidelines on contributing to and building the docs (following #5934). Comments are very welcome. Rendered version can be seen here: https://github.com/jorisvandenbossche/pandas/blob/doc-guide/doc/README.rst TODO: - [x] update section on Sphinx 1.2 now 1.2.1 is released
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5996/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5996/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5996.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5996", "merged_at": "2014-01-25T01:09:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5996.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5996" }
https://api.github.com/repos/pandas-dev/pandas/issues/5997
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5997/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5997/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5997/events
https://github.com/pandas-dev/pandas/issues/5997
25,870,322
MDU6SXNzdWUyNTg3MDMyMg==
5,997
pandas 0.13.0 tests fail against numpy 1.8.x
{ "avatar_url": "https://avatars.githubusercontent.com/u/542663?v=4", "events_url": "https://api.github.com/users/juliantaylor/events{/privacy}", "followers_url": "https://api.github.com/users/juliantaylor/followers", "following_url": "https://api.github.com/users/juliantaylor/following{/other_user}", "gists_...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
41
2014-01-18T22:59:41Z
2014-02-04T15:32:27Z
2014-01-23T20:17:05Z
NONE
null
several test errors of this type when run against the maintenance/1.8.x branch of numpy. ``` ERROR: test_qcut_specify_quantiles (pandas.tools.tests.test_tile.TestCut) File "hashtable.pyx", line 776, in pandas.hashtable.PyObjectHashTable.unique (pandas/hashtable.c:12071) TypeError: unhashable type: 'numpy.ndarray' ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5997/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5997/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/5998
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5998/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5998/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5998/events
https://github.com/pandas-dev/pandas/pull/5998
25,871,849
MDExOlB1bGxSZXF1ZXN0MTE2NTI4Nzc=
5,998
BUG: use astype for scipy datetime interpolation
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[]
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
4
2014-01-19T00:49:53Z
2014-06-23T03:21:11Z
2014-01-19T09:43:24Z
CONTRIBUTOR
null
Closes #5975 (again), with the issue raised at https://github.com/pydata/pandas/pull/5977#issuecomment-32691271. I'm using `astype` instead of `view` now, as Jeff suggested. I also didn't realize that `asi8` was a method on all `Index`es, and not just `DatetimeIndex`es. So instead of checking for that attr, I just che...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5998/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5998/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/5998.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/5998", "merged_at": "2014-01-19T09:43:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/5998.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5998" }
https://api.github.com/repos/pandas-dev/pandas/issues/5999
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/5999/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/5999/comments
https://api.github.com/repos/pandas-dev/pandas/issues/5999/events
https://github.com/pandas-dev/pandas/issues/5999
25,874,566
MDU6SXNzdWUyNTg3NDU2Ng==
5,999
s390 test failure: file descriptor cannot be a negative integer
{ "avatar_url": "https://avatars.githubusercontent.com/u/39889?v=4", "events_url": "https://api.github.com/users/yarikoptic/events{/privacy}", "followers_url": "https://api.github.com/users/yarikoptic/followers", "following_url": "https://api.github.com/users/yarikoptic/following{/other_user}", "gists_url": "...
[ { "color": "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", ...
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
0
2014-01-19T04:56:52Z
2014-01-19T19:41:13Z
2014-01-19T19:02:13Z
CONTRIBUTOR
null
full log https://buildd.debian.org/status/fetch.php?pkg=pandas&arch=s390x&ver=0.13.0-2&stamp=1390095775&file=log ``` ====================================================================== ERROR: test_flush (pandas.io.tests.test_pytables.TestHDFStore) --------------------------------------------------------------------...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/5999/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/5999/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/6000
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/6000/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/6000/comments
https://api.github.com/repos/pandas-dev/pandas/issues/6000/events
https://github.com/pandas-dev/pandas/issues/6000
25,878,197
MDU6SXNzdWUyNTg3ODE5Nw==
6,000
DOC: reorganisation of the documentation?
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/oth...
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
7
2014-01-19T10:40:13Z
2021-01-24T01:16:35Z
2021-01-24T01:16:34Z
MEMBER
null
I think the documentation can use some reorganisation. The current structure looks like this (updated with status of jan 2017): ``` What’s New Installation Contributing to pandas Frequently Asked Questions (FAQ) Package overview 10 Minutes to pandas Tutorials Cookbook ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/6000/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/6000/timeline
null
null
null