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/4501
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4501/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4501/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4501/events
https://github.com/pandas-dev/pandas/issues/4501
17,750,835
MDU6SXNzdWUxNzc1MDgzNQ==
4,501
tab complete lurking groupby methods
{ "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": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
{ "closed_at": "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...
5
2013-08-07T14:25:50Z
2016-10-12T23:04:05Z
2013-10-01T00:04:14Z
MEMBER
null
Would be nice to have tab completion for groupby methods that are "lazily determined" (not sure if that is the correct terminology) see related issue #4500 see [this SO question](http://stackoverflow.com/questions/18104704/counting-unique-values-in-a-pandas-grouped-object) for an example (also linked to in #4500 )
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4501/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4501/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4502
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4502/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4502/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4502/events
https://github.com/pandas-dev/pandas/pull/4502
17,754,969
MDExOlB1bGxSZXF1ZXN0NzQ0OTM3NA==
4,502
ENH add bins argument to value_counts
{ "avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4", "events_url": "https://api.github.com/users/hayd/events{/privacy}", "followers_url": "https://api.github.com/users/hayd/followers", "following_url": "https://api.github.com/users/hayd/following{/other_user}", "gists_url": "https://api.gith...
[]
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...
39
2013-08-07T15:34:27Z
2014-07-07T06:28:32Z
2013-08-27T00:07:49Z
CONTRIBUTOR
null
fixes #3945 Also, adds arguments present in top-level function to the Series method (sort and ascending). Note: this only works with numeric data (it raises a TypeError if there was a TypeError problem in cut, however perhaps cut should raise a more descirptive error...) ``` In [1]: s = pd.Series(np.random.randn(100...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4502/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4502/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4502.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4502", "merged_at": "2013-08-27T00:07:49Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4502.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4502" }
https://api.github.com/repos/pandas-dev/pandas/issues/4503
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4503/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4503/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4503/events
https://github.com/pandas-dev/pandas/pull/4503
17,756,277
MDExOlB1bGxSZXF1ZXN0NzQ1MDA3MQ==
4,503
TST: provide tests for memory_cycles
{ "avatar_url": "https://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": "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
2013-08-07T15:54:39Z
2014-06-14T06:24:45Z
2013-08-22T15:27:30Z
CONTRIBUTOR
null
related to #4491 provides an assert_memory_is_clean to test a function for leaking memory provides a test that the current series does not leak memory and properly cleans up tests that an index generally populates the engine mapping (but not always e.g. asof)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4503/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4503/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4503.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4503", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/4503.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4503" }
https://api.github.com/repos/pandas-dev/pandas/issues/4504
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4504/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4504/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4504/events
https://github.com/pandas-dev/pandas/issues/4504
17,757,793
MDU6SXNzdWUxNzc1Nzc5Mw==
4,504
read_hdf() requires write permission
{ "avatar_url": "https://avatars.githubusercontent.com/u/4315091?v=4", "events_url": "https://api.github.com/users/mamikonyan/events{/privacy}", "followers_url": "https://api.github.com/users/mamikonyan/followers", "following_url": "https://api.github.com/users/mamikonyan/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": "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...
5
2013-08-07T16:19:48Z
2013-08-12T13:23:49Z
2013-08-12T13:23:49Z
NONE
null
read_hdf() called get_store() with default open mode, which is 'a', and so requires write permissions to read a file. Please change to 'r'.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4504/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4504/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4505
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4505/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4505/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4505/events
https://github.com/pandas-dev/pandas/pull/4505
17,766,098
MDExOlB1bGxSZXF1ZXN0NzQ1NTIyMg==
4,505
ENH/BUG: ignore line comments in CSV files GH2685
{ "avatar_url": "https://avatars.githubusercontent.com/u/1024369?v=4", "events_url": "https://api.github.com/users/holocronweaver/events{/privacy}", "followers_url": "https://api.github.com/users/holocronweaver/followers", "following_url": "https://api.github.com/users/holocronweaver/following{/other_user}", ...
[ { "color": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" }, { "color": "5319e7", "...
closed
false
null
[]
{ "closed_at": "2014-07-11T00:02:53Z", "closed_issues": 306, "created_at": "2014-04-27T23:40:28Z", "creator": { "avatar_url": "https://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...
27
2013-08-07T18:44:45Z
2014-12-28T02:30:19Z
2014-06-16T16:49:55Z
NONE
null
closes #2685 I have added the ability for both the C and Python CSV parsers to ignore commented lines (i.e., lines beginning with a comment character). Currently the C parser preserves commented lines as empty lines (all NaN), while the Python parser ignores them all together. In addition, I fixed a small related 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/4505/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4505/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4505.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4505", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/4505.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4505" }
https://api.github.com/repos/pandas-dev/pandas/issues/4506
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4506/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4506/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4506/events
https://github.com/pandas-dev/pandas/issues/4506
17,766,325
MDU6SXNzdWUxNzc2NjMyNQ==
4,506
cumsum(skipna=True) bug if last element is NaN
{ "avatar_url": "https://avatars.githubusercontent.com/u/5184516?v=4", "events_url": "https://api.github.com/users/rakppy/events{/privacy}", "followers_url": "https://api.github.com/users/rakppy/followers", "following_url": "https://api.github.com/users/rakppy/following{/other_user}", "gists_url": "https://ap...
[]
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...
3
2013-08-07T18:48:57Z
2013-08-09T14:05:00Z
2013-08-09T14:05:00Z
NONE
null
From the documentation example http://pandas.pydata.org/pandas-docs/stable/basics.html#descriptive-statistics For the DataFrame df in the example: ``` In [39]: df one three two a -0.701368 NaN -0.087103 b 0.109333 -0.354359 0.637674 c -0.231617 -0.148387 -0.002666 d NaN -0.167407 0.1...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4506/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4506/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4507
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4507/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4507/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4507/events
https://github.com/pandas-dev/pandas/pull/4507
17,767,972
MDExOlB1bGxSZXF1ZXN0NzQ1NjMwNw==
4,507
BUG/ER: various panel indexing fixes
{ "avatar_url": "https://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": "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...
0
2013-08-07T19:18:42Z
2014-06-25T04:37:54Z
2013-08-07T20:20:41Z
CONTRIBUTOR
null
- ER: #3777, raise a `NotImplementedError` for `Panel` -> `Panel` setting with alignment (issue will still be open though) - BUG: closes #3830, panel assignment using loc with a transpose frame did not work - BUG: closes #4016 fix panel slicing issue that was returning an object that should not have be a reduction in 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/4507/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4507/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4507.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4507", "merged_at": "2013-08-07T20:20:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4507.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4507" }
https://api.github.com/repos/pandas-dev/pandas/issues/4508
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4508/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4508/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4508/events
https://github.com/pandas-dev/pandas/issues/4508
17,769,602
MDU6SXNzdWUxNzc2OTYwMg==
4,508
.ix[] inconsistently assigns right hand side
{ "avatar_url": "https://avatars.githubusercontent.com/u/2464561?v=4", "events_url": "https://api.github.com/users/etyurin/events{/privacy}", "followers_url": "https://api.github.com/users/etyurin/followers", "following_url": "https://api.github.com/users/etyurin/following{/other_user}", "gists_url": "https:/...
[]
closed
false
null
[]
null
5
2013-08-07T19:47:54Z
2013-08-07T23:37:22Z
2013-08-07T23:37:22Z
NONE
null
This is with pandas 0.12.0.dev-be25266: In [1]: import pandas as pd In [2]: df = pd.DataFrame({'a':[1,2,3],'b':[0,1,2]}) In [3]: df.ix[[0,2,],'b'] = [100,-100] # Works as intended In [4]: print df a b 0 1 100 1 2 1 2 3 -100 In [6]: df = pd.DataFrame({'a':range(4)}) In [7]: df['b']=pd.np.nan In [8]: ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4508/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4508/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4509
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4509/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4509/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4509/events
https://github.com/pandas-dev/pandas/pull/4509
17,779,924
MDExOlB1bGxSZXF1ZXN0NzQ2MzI0Mg==
4,509
TST: tests for GH4502, consistency in ix assignments, but ok in master
{ "avatar_url": "https://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": "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...
0
2013-08-07T23:20:07Z
2014-07-16T08:22:35Z
2013-08-07T23:35:30Z
CONTRIBUTOR
null
closes #4508 (is ok in master though), this are just tests
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4509/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4509/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4509.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4509", "merged_at": "2013-08-07T23:35:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4509.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4509" }
https://api.github.com/repos/pandas-dev/pandas/issues/4510
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4510/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4510/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4510/events
https://github.com/pandas-dev/pandas/issues/4510
17,781,572
MDU6SXNzdWUxNzc4MTU3Mg==
4,510
write percentages to excel file
{ "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": "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": "bfe5bf", "...
closed
false
null
[]
{ "closed_at": "2015-03-23T10:50:37Z", "closed_issues": 400, "created_at": "2014-02-14T03:31:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
3
2013-08-08T00:08:15Z
2014-03-13T01:24:49Z
2014-03-13T01:24:49Z
MEMBER
null
[SO question](http://stackoverflow.com/questions/18115741/writing-percentages-using-pandas-to-excel) this is possible with `to_csv`, i think this should be possible with `to_excel` though I'm not sure
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4510/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4510/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4511
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4511/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4511/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4511/events
https://github.com/pandas-dev/pandas/issues/4511
17,785,485
MDU6SXNzdWUxNzc4NTQ4NQ==
4,511
ENH: Support for "52–53-week fiscal year" / "4–4–5 calendar"
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, ...
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/...
28
2013-08-08T02:49:36Z
2013-10-22T20:37:52Z
2013-10-22T20:37:52Z
CONTRIBUTOR
null
See: http://en.wikipedia.org/wiki/4%E2%80%934%E2%80%935_calendar about the referenced calendars. Certain companies, for example Green Mountain Coffee Roasters, Inc. (GMCR) use this calendar. See for example: http://files.shareholder.com/downloads/GMCR/1456137416x0x436353/9E2D04D9-79DE-4C08-A7C6-7B161E23E586/gmcr_2010_...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4511/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4511/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4512
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4512/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4512/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4512/events
https://github.com/pandas-dev/pandas/issues/4512
17,785,745
MDU6SXNzdWUxNzc4NTc0NQ==
4,512
Provide more intelligent way of setting skipfooter in read_csv
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "5319e7", "default": false, "description": "read_csv...
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...
0
2013-08-08T03:03:05Z
2021-04-11T02:58:34Z
null
CONTRIBUTOR
null
See for example: http://www.datazoa.com/publish/export.asp?hash=vg6p5mBl1v&uid=dzadmin&a=exportcsv, http://www.datazoa.com/publish/export.asp?hash=yjPceG6fHL&uid=dzadmin&a=exportcsv or the http://pastebin.com/S2NqhFq0. In all cases, it is important to set `skipfooter` in order to correctly parse the CSV. I current se...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4512/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4512/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4513
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4513/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4513/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4513/events
https://github.com/pandas-dev/pandas/pull/4513
17,802,987
MDExOlB1bGxSZXF1ZXN0NzQ3NDA4OQ==
4,513
BUG: read_hdf was not respecting a passed mode (GH4504)
{ "avatar_url": "https://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": "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...
2
2013-08-08T12:02:53Z
2014-07-14T08:39:02Z
2013-08-12T13:23:49Z
CONTRIBUTOR
null
closes #4504
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4513/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4513/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4513.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4513", "merged_at": "2013-08-12T13:23:49Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4513.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4513" }
https://api.github.com/repos/pandas-dev/pandas/issues/4514
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4514/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4514/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4514/events
https://github.com/pandas-dev/pandas/issues/4514
17,813,944
MDU6SXNzdWUxNzgxMzk0NA==
4,514
column-wise fillna with Series/dict NotImplemented
{ "avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4", "events_url": "https://api.github.com/users/hayd/events{/privacy}", "followers_url": "https://api.github.com/users/hayd/followers", "following_url": "https://api.github.com/users/hayd/following{/other_user}", "gists_url": "https://api.gith...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "d7e102", "default": false, "description": "np.nan, ...
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", ...
7
2013-08-08T15:48:55Z
2019-10-21T19:34:16Z
null
CONTRIBUTOR
null
As per discussion on [this SO question](http://stackoverflow.com/questions/18127160/pandas-fillna-output-still-has-nan-values) is NotImplementedError. Solution/workaround is to transpose do transpose? This is used elsewhere in DataFrame.fillna method. just raise if inplace? cc @cpcloud ``` In [9]: df = pd.DataFrame...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4514/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4514/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4515
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4515/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4515/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4515/events
https://github.com/pandas-dev/pandas/pull/4515
17,824,191
MDExOlB1bGxSZXF1ZXN0NzQ4NTQ1OA==
4,515
ENH/API: GH2578, allow ix and friends to partially set when the key is not contained in the object
{ "avatar_url": "https://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": "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...
6
2013-08-08T18:52:15Z
2014-06-12T09:17:05Z
2013-09-05T17:23:51Z
CONTRIBUTOR
null
closes #2578 On a series, this is kind of like an inplace append operation (note the dtype change - on purpose) ``` In [6]: s = Series([1,2,3]) In [7]: s[4] = 5. In [3]: s Out[3]: 0 1 1 2 2 3 4 5 dtype: float64 ``` This is now allowed: (previously would `KeyError`), you first have to create the column ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4515/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4515/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4515.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4515", "merged_at": "2013-09-05T17:23:51Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4515.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4515" }
https://api.github.com/repos/pandas-dev/pandas/issues/4516
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4516/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4516/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4516/events
https://github.com/pandas-dev/pandas/issues/4516
17,829,521
MDU6SXNzdWUxNzgyOTUyMQ==
4,516
MultiIndexes and large CSV files
{ "avatar_url": "https://avatars.githubusercontent.com/u/5192798?v=4", "events_url": "https://api.github.com/users/highpost/events{/privacy}", "followers_url": "https://api.github.com/users/highpost/followers", "following_url": "https://api.github.com/users/highpost/following{/other_user}", "gists_url": "http...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "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...
13
2013-08-08T20:34:29Z
2013-08-17T15:39:38Z
2013-08-09T14:36:39Z
NONE
null
I've run into a data-dependent bug with MultiIndex. Attached are a test script and a data file generation script: - sales-data.py loads CSV data from a CSV data file with read_csv and then displays a multiindexed subset. - sales-gen.sh is an AWK script that generates CSV test files. By default, it creates a 600MB file,...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4516/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4516/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4517
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4517/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4517/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4517/events
https://github.com/pandas-dev/pandas/issues/4517
17,845,668
MDU6SXNzdWUxNzg0NTY2OA==
4,517
Add PyExcelerate as Excel Writer Engine
{ "avatar_url": "https://avatars.githubusercontent.com/u/2153614?v=4", "events_url": "https://api.github.com/users/rhstanton/events{/privacy}", "followers_url": "https://api.github.com/users/rhstanton/followers", "following_url": "https://api.github.com/users/rhstanton/following{/other_user}", "gists_url": "h...
[ { "color": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" }, { "color": "a10c02", "...
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", ...
29
2013-08-09T03:38:15Z
2019-02-13T08:03:13Z
2019-02-13T08:03:13Z
CONTRIBUTOR
null
Here's an example with just 65,000 elements (it's _much_ worse with 250,000) so I can compare xls and xlsx: from pandas import * df = DataFrame({'col1' : [0.0] \* 65000, 'col2' : 1, 'col3' : 2}) %timeit df.to_csv('sample.csv') 10 loops, best of 3: 109 ms per loop %timeit df.to_excel(...
{ "+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/4517/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4517/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4518
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4518/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4518/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4518/events
https://github.com/pandas-dev/pandas/pull/4518
17,846,308
MDExOlB1bGxSZXF1ZXN0NzQ5NjM1Mw==
4,518
DOC: added google finance as a data source to the DataReader doc
{ "avatar_url": "https://avatars.githubusercontent.com/u/1642081?v=4", "events_url": "https://api.github.com/users/mortada/events{/privacy}", "followers_url": "https://api.github.com/users/mortada/followers", "following_url": "https://api.github.com/users/mortada/following{/other_user}", "gists_url": "https:/...
[]
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
2013-08-09T04:12:37Z
2014-07-02T21:24:28Z
2013-08-09T14:26:17Z
CONTRIBUTOR
null
Google Finance is already a supported data source in the source code of DataReader, but it is not reflected in the docstring.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4518/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4518/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4518.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4518", "merged_at": "2013-08-09T14:26:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4518.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4518" }
https://api.github.com/repos/pandas-dev/pandas/issues/4519
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4519/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4519/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4519/events
https://github.com/pandas-dev/pandas/issues/4519
17,852,291
MDU6SXNzdWUxNzg1MjI5MQ==
4,519
Segfault with pd.tslib.get_period_field
{ "avatar_url": "https://avatars.githubusercontent.com/u/4680320?v=4", "events_url": "https://api.github.com/users/prossahl/events{/privacy}", "followers_url": "https://api.github.com/users/prossahl/followers", "following_url": "https://api.github.com/users/prossahl/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": "AFEEEE", "default": false, "description": null, "id": 211840, ...
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
2013-08-09T08:31:41Z
2013-08-15T17:23:58Z
2013-08-15T17:23:58Z
CONTRIBUTOR
null
``` python >>> import pandas as pd >>> pd.tslib.get_period_field(11, 1, 1) Exception ValueError: ValueError('Unrecognized code: 11',) in 'pandas.tslib._get_accessor_func' ignored Segmentation fault ``` I'll push a fix.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4519/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4519/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4520
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4520/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4520/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4520/events
https://github.com/pandas-dev/pandas/pull/4520
17,852,668
MDExOlB1bGxSZXF1ZXN0NzQ5OTM4OA==
4,520
Segfault with pd.tslib.get_period_field FIX
{ "avatar_url": "https://avatars.githubusercontent.com/u/4680320?v=4", "events_url": "https://api.github.com/users/prossahl/events{/privacy}", "followers_url": "https://api.github.com/users/prossahl/followers", "following_url": "https://api.github.com/users/prossahl/following{/other_user}", "gists_url": "http...
[]
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...
8
2013-08-09T08:43:30Z
2014-06-13T09:16:39Z
2013-08-14T11:02:44Z
CONTRIBUTOR
null
closes #4519
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4520/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4520/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4520.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4520", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/4520.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4520" }
https://api.github.com/repos/pandas-dev/pandas/issues/4521
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4521/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4521/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4521/events
https://github.com/pandas-dev/pandas/issues/4521
17,862,117
MDU6SXNzdWUxNzg2MjExNw==
4,521
ENH: allow timedelta64 to be divided by integers
{ "avatar_url": "https://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": "5319e7", "default": false, "description": "Timedelt...
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...
0
2013-08-09T13:14:10Z
2013-10-23T23:55:58Z
2013-08-13T22:19:43Z
CONTRIBUTOR
null
I belive numpy < 1.7 is very problematic with this, but 1.7 is ok http://stackoverflow.com/questions/18142144/dividing-a-series-containing-datetime-by-a-series-containing-an-integer-in-panda ``` import pandas as pd from pandas import Series startdate = Series(pd.date_range('2013-01-01', '2013-01-03')) enddate = Seri...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4521/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4521/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4522
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4522/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4522/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4522/events
https://github.com/pandas-dev/pandas/pull/4522
17,863,233
MDExOlB1bGxSZXF1ZXN0NzUwNDcwNw==
4,522
BUG: GH4516 Fixed issue with sorting a duplicate multi-index that has multiple dtypes
{ "avatar_url": "https://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": "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...
0
2013-08-09T13:42:27Z
2020-11-06T03:13:44Z
2013-08-09T14:36:39Z
CONTRIBUTOR
null
closes #4516
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4522/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4522/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4522.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4522", "merged_at": "2013-08-09T14:36:39Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4522.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4522" }
https://api.github.com/repos/pandas-dev/pandas/issues/4523
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4523/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4523/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4523/events
https://github.com/pandas-dev/pandas/issues/4523
17,865,868
MDU6SXNzdWUxNzg2NTg2OA==
4,523
0.12.0 to_hdf() error on a multi-index DataFrame
{ "avatar_url": "https://avatars.githubusercontent.com/u/1903683?v=4", "events_url": "https://api.github.com/users/bluefir/events{/privacy}", "followers_url": "https://api.github.com/users/bluefir/followers", "following_url": "https://api.github.com/users/bluefir/following{/other_user}", "gists_url": "https:/...
[]
closed
false
null
[]
null
2
2013-08-09T14:37:18Z
2013-08-09T15:08:47Z
2013-08-09T15:08:47Z
NONE
null
I have the following DataFrame: ``` portfolio_data ``` > <class 'pandas.core.frame.DataFrame'> > MultiIndex: 45846 entries, (2013-06-28, 000312) to (2013-07-01, Y8565N10) > Data columns (total 12 columns): > market_cap 45843 non-null values > alpha 45778 non-null values > gics_code ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4523/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4523/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4524
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4524/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4524/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4524/events
https://github.com/pandas-dev/pandas/issues/4524
17,868,875
MDU6SXNzdWUxNzg2ODg3NQ==
4,524
DOC: need SQL -> pandas tips
{ "avatar_url": "https://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": "5319e7", "default": false, "description": "to_sql, read_sql, rea...
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
2013-08-09T15:33:14Z
2013-12-10T12:51:32Z
2013-12-10T12:51:32Z
CONTRIBUTOR
null
of course #4164 makes this syntax easier anyhow Here's an example of the types of things we need (obviously not all apply here) http://www.pytables.org/moin/HintsForSQLUsers we have this in the docs for join/merge, but maybe useful for: - groupby - boolean indexing to replace select e.g. ``` select * from mytables ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4524/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4524/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4525
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4525/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4525/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4525/events
https://github.com/pandas-dev/pandas/issues/4525
17,879,438
MDU6SXNzdWUxNzg3OTQzOA==
4,525
make the align keyword work like matplotlib in bar plots
{ "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": "8AE234", "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...
0
2013-08-09T18:52:50Z
2014-03-26T20:50:44Z
2014-03-26T20:50:44Z
MEMBER
null
[SO question](http://stackoverflow.com/questions/18151775/create-yoy-graph-with-matplotlib/18153525#18153525) if you do it with pandas like this: ``` In [60]: s.plot(kind='bar', align='center') Out[60]: <matplotlib.axes.AxesSubplot at 0xc1f3810> In [61]: ax = gca() In [62]: ax2 = twinx(ax) In [63]: s.plot(ax=ax2) ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4525/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4525/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4526
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4526/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4526/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4526/events
https://github.com/pandas-dev/pandas/issues/4526
17,880,683
MDU6SXNzdWUxNzg4MDY4Mw==
4,526
preserving dtype of added columns
{ "avatar_url": "https://avatars.githubusercontent.com/u/4315091?v=4", "events_url": "https://api.github.com/users/mamikonyan/events{/privacy}", "followers_url": "https://api.github.com/users/mamikonyan/followers", "following_url": "https://api.github.com/users/mamikonyan/following{/other_user}", "gists_url":...
[]
closed
false
null
[]
null
3
2013-08-09T19:21:04Z
2013-08-09T20:02:02Z
2013-08-09T19:54:11Z
NONE
null
It appears that when adding a column, a _DataFrame_ disregards its _dtype_ if it has a different _Index_. For example, **C1** happens to have the same index as **df**, so all is well: ``` In [19]: df = pd.DataFrame({'C1':range(3)}) In [20]: df['C2'] = pd.Series(range(3), dtype='uint32') df.dtypes Out [20]: C1 int...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4526/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4526/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4527
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4527/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4527/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4527/events
https://github.com/pandas-dev/pandas/issues/4527
17,882,404
MDU6SXNzdWUxNzg4MjQwNA==
4,527
GroupBy Filter does not work for 2+ grouping columns in 0.12.0
{ "avatar_url": "https://avatars.githubusercontent.com/u/2701562?v=4", "events_url": "https://api.github.com/users/dragoljub/events{/privacy}", "followers_url": "https://api.github.com/users/dragoljub/followers", "following_url": "https://api.github.com/users/dragoljub/following{/other_user}", "gists_url": "h...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "009800", "default": false, "description": "Duplicate issue...
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...
3
2013-08-09T19:59:50Z
2013-08-09T20:19:21Z
2013-08-09T20:19:21Z
NONE
null
Trying to filter out groups with less than 1 row with the new groupby().filter() in 0.12.0: ``` python df = pd.DataFrame({'A' : ['foo', 'bar', 'foo', 'bar', ....: 'foo', 'bar', 'foo', 'foo'], ....: 'B' : ['one', 'one', 'two', 'three', ....: 'two', 'two', 'one', 'th...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4527/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4527/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4528
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4528/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4528/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4528/events
https://github.com/pandas-dev/pandas/issues/4528
17,885,281
MDU6SXNzdWUxNzg4NTI4MQ==
4,528
BUG/API: can't pass parameters to csv module via df.to_csv
{ "avatar_url": "https://avatars.githubusercontent.com/u/161107?v=4", "events_url": "https://api.github.com/users/brechea/events{/privacy}", "followers_url": "https://api.github.com/users/brechea/followers", "following_url": "https://api.github.com/users/brechea/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": "ededed", "default": false, "description": "__repr__ of pandas objec...
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...
6
2013-08-09T21:05:54Z
2014-02-18T19:46:30Z
2014-02-18T19:46:30Z
NONE
null
Trying to print a data frame as plain, strict tsv (i.e., no quoting and no escaping, because I know none the fields will contain tabs), I wanted to use the "quoting" option, which is documented in pandas and is passed through to csv, as well as the "quotechar" option, not documented in pandas but also a csv option. But...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4528/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4528/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4529
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4529/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4529/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4529/events
https://github.com/pandas-dev/pandas/pull/4529
17,892,764
MDExOlB1bGxSZXF1ZXN0NzUyMDY3OQ==
4,529
ENH: avoid unnecessary ga mgmt calls if given profile_id upfront
{ "avatar_url": "https://avatars.githubusercontent.com/u/421839?v=4", "events_url": "https://api.github.com/users/tshauck/events{/privacy}", "followers_url": "https://api.github.com/users/tshauck/followers", "following_url": "https://api.github.com/users/tshauck/following{/other_user}", "gists_url": "https://...
[ { "color": "0052cc", "default": false, "description": "pandas-gbq compatability", "id": 57351315, "name": "IO Google", "node_id": "MDU6TGFiZWw1NzM1MTMxNQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Google" } ]
closed
false
null
[]
{ "closed_at": "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...
33
2013-08-10T01:52:44Z
2014-07-06T19:09:26Z
2014-07-06T19:09:26Z
CONTRIBUTOR
null
`profile_id` is ultimately what's needed to make a call to the reporting api. If it is specified in the parameter list it seems wasteful to call the management api 3 times.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4529/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4529/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4529.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4529", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/4529.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4529" }
https://api.github.com/repos/pandas-dev/pandas/issues/4530
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4530/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4530/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4530/events
https://github.com/pandas-dev/pandas/pull/4530
17,892,929
MDExOlB1bGxSZXF1ZXN0NzUyMDczNQ==
4,530
DOC/BLD: Update version support in docs and setup.py.
{ "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/jtratner/followers", "following_url": "https://api.github.com/users/jtratner/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
1
2013-08-10T02:06:38Z
2014-07-16T08:22:55Z
2013-08-10T12:07:18Z
CONTRIBUTOR
null
Fixes #4412. Changes install.rst to explicitly reference that pandas supports 2.6, 2.7, and 3.2+. (and removes line that Python 3 support is less well-tested). Also adds 2.6, 2.7, 3.2, and 3.3 in classifiers in setup.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/4530/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4530/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4530.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4530", "merged_at": "2013-08-10T12:07:18Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4530.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4530" }
https://api.github.com/repos/pandas-dev/pandas/issues/4531
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4531/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4531/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4531/events
https://github.com/pandas-dev/pandas/issues/4531
17,893,223
MDU6SXNzdWUxNzg5MzIyMw==
4,531
Bug: Bizarre DataFrame printing inconsistency (REPL only)
{ "avatar_url": "https://avatars.githubusercontent.com/u/903907?v=4", "events_url": "https://api.github.com/users/gpcz/events{/privacy}", "followers_url": "https://api.github.com/users/gpcz/followers", "following_url": "https://api.github.com/users/gpcz/following{/other_user}", "gists_url": "https://api.githu...
[ { "color": "009800", "default": false, "description": "Duplicate issue or pull request", "id": 40153326, "name": "Duplicate Report", "node_id": "MDU6TGFiZWw0MDE1MzMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report" } ]
closed
false
null
[]
null
7
2013-08-10T02:33:36Z
2013-08-13T02:52:02Z
2013-08-10T12:08:46Z
NONE
null
Pandas 0.12.0 fails to print a column change in this specific example: ``` python Python 2.7.3 (default, Apr 10 2013, 05:13:16) [GCC 4.7.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import numpy as np >>> import pandas >>> length = 5 >>> xx = pandas.DataFrame({'a':np.random....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4531/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4531/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4532
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4532/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4532/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4532/events
https://github.com/pandas-dev/pandas/issues/4532
17,898,561
MDU6SXNzdWUxNzg5ODU2MQ==
4,532
BUG/API: timedelta64 series should operate directly with np.timedelta64/pd.offsets
{ "avatar_url": "https://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": "4E9A06", "default": false, "description": null, "id": 76812, ...
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...
0
2013-08-10T13:09:31Z
2014-07-17T22:05:20Z
2013-08-13T22:19:43Z
CONTRIBUTOR
null
Related #4134 and: http://stackoverflow.com/questions/18159675/python-pandas-change-duplicate-timestamp-to-unique/18162121#18162121 ``` In [81]: df = DataFrame(dict(time = [Timestamp('20130101 9:01'),Timestamp('20130101 9:02')])) ``` This is buggy ``` In [82]: df.time + np.timedelta64(1,'ms') Out[82]: 0 2013-01-...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4532/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4532/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4533
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4533/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4533/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4533/events
https://github.com/pandas-dev/pandas/issues/4533
17,899,015
MDU6SXNzdWUxNzg5OTAxNQ==
4,533
BUG: diff on a DataFrame with a datelike broken
{ "avatar_url": "https://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": "AD7FA8", "default": false, "description": null, "id": 35818298,...
closed
false
null
[]
{ "closed_at": "2014-10-23T11:43:09Z", "closed_issues": 530, "created_at": "2014-07-06T18:44:54Z", "creator": { "avatar_url": "https://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
2013-08-10T13:56:01Z
2014-09-13T22:59:30Z
2014-09-13T22:59:30Z
CONTRIBUTOR
null
``` In [10]: df = DataFrame(dict(time = [Timestamp('20130101 9:01'),Timestamp('20130101 9:02')],value=[1.0,2.0])) In [11]: df Out[11]: time value 0 2013-01-01 09:01:00 1 1 2013-01-01 09:02:00 2 ``` works on series ``` In [12]: df.time.diff() Out[12]: 0 NaT 1 00:01:00 Name: time...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4533/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4533/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4534
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4534/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4534/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4534/events
https://github.com/pandas-dev/pandas/pull/4534
17,899,456
MDExOlB1bGxSZXF1ZXN0NzUyMzE3Nw==
4,534
BUG/API: Fix operating with timedelta64/pd.offsets on rhs of a datelike series/index
{ "avatar_url": "https://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": "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...
17
2013-08-10T14:40:02Z
2014-06-16T17:04:14Z
2013-08-13T22:19:43Z
CONTRIBUTOR
null
closes #4532 closes #4134 closes #4135 closes #4521 Timedeltas can be converted to other ‘frequencies’ by dividing by another timedelta. ``` In [210]: td = Series(date_range('20130101',periods=4))-Series(date_range('20121201',periods=4)) In [211]: td[2] += np.timedelta64(timedelta(minutes=5,seconds=3)) In [212]: 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/4534/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4534/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4534.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4534", "merged_at": "2013-08-13T22:19:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4534.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4534" }
https://api.github.com/repos/pandas-dev/pandas/issues/4535
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4535/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4535/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4535/events
https://github.com/pandas-dev/pandas/issues/4535
17,900,794
MDU6SXNzdWUxNzkwMDc5NA==
4,535
Remove deprecated setters for MultiIndex levels and labels
{ "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/jtratner/followers", "following_url": "https://api.github.com/users/jtratner/following{/other_user}", "gists_url": "http...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "207de5", "default": false, "description": nu...
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", ...
0
2013-08-10T16:28:42Z
2018-07-06T22:36:12Z
2018-07-06T22:36:12Z
CONTRIBUTOR
null
For 0.14 or later, after #4039 is merged this becomes a todo item for 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/4535/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4535/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4536
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4536/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4536/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4536/events
https://github.com/pandas-dev/pandas/issues/4536
17,901,531
MDU6SXNzdWUxNzkwMTUzMQ==
4,536
DataFrame produces NaNs
{ "avatar_url": "https://avatars.githubusercontent.com/u/20568?v=4", "events_url": "https://api.github.com/users/certik/events{/privacy}", "followers_url": "https://api.github.com/users/certik/followers", "following_url": "https://api.github.com/users/certik/following{/other_user}", "gists_url": "https://api....
[]
closed
false
null
[]
null
5
2013-08-10T17:33:48Z
2013-08-10T18:48:59Z
2013-08-10T18:48:59Z
CONTRIBUTOR
null
Here is how to reproduce it: ``` python In [1]: import urllib2 In [2]: open("N_06_area.txt", "w").write(urllib2.urlopen("ftp://sidads.colorado.edu/DATASETS/NOAA/G02135/Jun/N_06_area.txt").read()) In [3]: from pandas import read_table, DataFrame In [4]: data = read_table("data/N_06_area.txt", skipfooter=16, sep="\s+...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4536/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4536/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4537
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4537/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4537/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4537/events
https://github.com/pandas-dev/pandas/issues/4537
17,907,039
MDU6SXNzdWUxNzkwNzAzOQ==
4,537
BUG: Comparisons with non-comparable objects in DataFrame return True
{ "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/jtratner/followers", "following_url": "https://api.github.com/users/jtratner/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
{ "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...
17
2013-08-11T02:11:03Z
2013-08-31T00:43:05Z
2013-08-31T00:43:05Z
CONTRIBUTOR
null
I can't tell if this is expected or not (taken from part of `test_where_datetime` in tests/test_frame). The change in #3311 (which the test case came from) didn't specify what should happen with non-datetime comparisons. Right now they return True, which doesn't really make sense. They should probably return False inst...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4537/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4537/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4538
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4538/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4538/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4538/events
https://github.com/pandas-dev/pandas/issues/4538
17,913,258
MDU6SXNzdWUxNzkxMzI1OA==
4,538
fill_between doesn't work with Series objects
{ "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": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "8AE234", "default": false, "description": null, "id": 2413328, ...
closed
false
null
[]
{ "closed_at": "2014-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
2013-08-11T14:46:56Z
2013-09-28T17:26:33Z
2013-09-28T17:26:33Z
MEMBER
null
[SO question](http://stackoverflow.com/questions/18171079/using-fill-between-with-a-pandas-data-series/18173133#18173133) if instead you don't use `.values` then a `KeyError` is thrown
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4538/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4538/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4539
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4539/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4539/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4539/events
https://github.com/pandas-dev/pandas/issues/4539
17,914,985
MDU6SXNzdWUxNzkxNDk4NQ==
4,539
make docs reflect API usage not the fully qualified name
{ "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": "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": "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...
22
2013-08-11T17:08:11Z
2013-10-14T06:37:31Z
2013-10-14T06:37:31Z
MEMBER
null
minor issue, but would be nice for consistency http://pandas.pydata.org/pandas-docs/stable/generated/pandas.io.parsers.read_table.html#pandas.io.parsers.read_table shows it as `pandas.io.parsers.read_table` but it should be used as `pandas.read_table` and that's how it should appear this could be a simple sphinx ref...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4539/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4539/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4540
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4540/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4540/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4540/events
https://github.com/pandas-dev/pandas/issues/4540
17,919,979
MDU6SXNzdWUxNzkxOTk3OQ==
4,540
HDF4 -Earth Observing System (EOS)
{ "avatar_url": "https://avatars.githubusercontent.com/u/1857142?v=4", "events_url": "https://api.github.com/users/arnaldorusso/events{/privacy}", "followers_url": "https://api.github.com/users/arnaldorusso/followers", "following_url": "https://api.github.com/users/arnaldorusso/following{/other_user}", "gists...
[]
closed
false
null
[]
null
1
2013-08-11T23:52:41Z
2014-01-03T18:51:15Z
2014-01-03T18:51:15Z
NONE
null
Hi, Is it possible include any easy access to HDF4 files? They are still in use specially for those data distributed by NASA satellite MODIS. Cheers,
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4540/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4540/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4541
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4541/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4541/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4541/events
https://github.com/pandas-dev/pandas/issues/4541
17,921,070
MDU6SXNzdWUxNzkyMTA3MA==
4,541
Tests: frequency setting at makeTimeSeriesDataFrame
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "C4A000", "default": false, "description": "pandas t...
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
2013-08-12T01:22:06Z
2014-02-25T17:56:39Z
2014-02-25T17:56:39Z
CONTRIBUTOR
null
The test function is very useful for trials of code. Please, make it freuqency aware. Currently, it just works with daily data.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4541/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4541/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4542
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4542/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4542/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4542/events
https://github.com/pandas-dev/pandas/issues/4542
17,940,667
MDU6SXNzdWUxNzk0MDY2Nw==
4,542
ENH: Adding XlsxWriter as an ExcelWriter() option
{ "avatar_url": "https://avatars.githubusercontent.com/u/94267?v=4", "events_url": "https://api.github.com/users/jmcnamara/events{/privacy}", "followers_url": "https://api.github.com/users/jmcnamara/followers", "following_url": "https://api.github.com/users/jmcnamara/following{/other_user}", "gists_url": "htt...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "06909A", "default": false, "description": "IO issue...
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...
20
2013-08-12T13:39:22Z
2019-02-21T07:12:41Z
2013-09-22T23:14:58Z
CONTRIBUTOR
null
related/closes #4517 Hi, I am the author of the [XlsxWriter](https://github.com/jmcnamara/XlsxWriter) module, a Python module for writing Excel XLSX files. I am interested in submitting a PR to add this as a option when writing Excel xlsx files via `to_excel()`. It has a similar interface to the xlwt module but cre...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4542/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4542/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4543
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4543/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4543/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4543/events
https://github.com/pandas-dev/pandas/issues/4543
17,953,232
MDU6SXNzdWUxNzk1MzIzMg==
4,543
What do you guys think about a DataFrame.drop_consecutive_duplicates?
{ "avatar_url": "https://avatars.githubusercontent.com/u/4975865?v=4", "events_url": "https://api.github.com/users/numpand/events{/privacy}", "followers_url": "https://api.github.com/users/numpand/followers", "following_url": "https://api.github.com/users/numpand/following{/other_user}", "gists_url": "https:/...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "AD7FA8"...
closed
false
null
[]
{ "closed_at": 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
2013-08-12T17:23:32Z
2016-07-20T07:44:57Z
2016-07-19T21:06:38Z
NONE
null
It would work similar to drop_duplicates (same interface), but would only remove consecutive duplicates (like Unix's uniq does). So to in order to remove all duplicates with this function, the DataFrame would need to be sorted by the same criteria. This function can be useful when order is important and non-consecuti...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4543/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4543/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4544
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4544/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4544/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4544/events
https://github.com/pandas-dev/pandas/issues/4544
17,962,350
MDU6SXNzdWUxNzk2MjM1MA==
4,544
BUG: .ix get and set behave differently
{ "avatar_url": "https://avatars.githubusercontent.com/u/188258?v=4", "events_url": "https://api.github.com/users/alefnula/events{/privacy}", "followers_url": "https://api.github.com/users/alefnula/followers", "following_url": "https://api.github.com/users/alefnula/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
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_u...
{ "closed_at": "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...
2
2013-08-12T20:16:47Z
2013-10-24T12:57:37Z
2013-10-01T01:21:47Z
CONTRIBUTOR
null
I'm really sorry if this is a duplicate issue of #2997, but it seems to me that this is a little bit different. Here the `.ix` when getting a value interprets the integer as label, and when setting a value it interprets it as a positional index. ``` python >>> import numpy as np >>> import pandas as pd >>> df = pd.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/4544/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4544/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4545
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4545/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4545/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4545/events
https://github.com/pandas-dev/pandas/issues/4545
17,970,336
MDU6SXNzdWUxNzk3MDMzNg==
4,545
easier candlestick plotting
{ "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": "8AE234", "default": false, "description": null, ...
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...
3
2013-08-12T22:44:50Z
2013-09-26T21:27:34Z
2013-09-26T21:27:34Z
MEMBER
null
maybe would be nice to have `df.plot(kind='candle')` or `df.plot(kind='ohlc')`? kind of a pain to do all the date/time stuff manually see [this SO question](http://stackoverflow.com/q/18195231/564538) for an example
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4545/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4545/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4546
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4546/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4546/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4546/events
https://github.com/pandas-dev/pandas/issues/4546
17,976,905
MDU6SXNzdWUxNzk3NjkwNQ==
4,546
Issue Using Chained Accessors with Multiple dtypes & Performance Tips
{ "avatar_url": "https://avatars.githubusercontent.com/u/3711678?v=4", "events_url": "https://api.github.com/users/dirkbike/events{/privacy}", "followers_url": "https://api.github.com/users/dirkbike/followers", "following_url": "https://api.github.com/users/dirkbike/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
14
2013-08-13T02:45:01Z
2013-08-14T14:27:59Z
2013-08-13T15:35:53Z
NONE
null
The below code should print 99.9, but instead prints 10.5. This bug goes away if column b in the dataframe is set to all float values instead of int values. I am running Pandas 0.12.0 and Python 2.7.3. ``` import pandas df = pandas.DataFrame({'a':[7.3,5.1,3.0,5.5,6.4],'b':[5,4,5,1,6]}) df['a'] = df.apply(lambda x: 1...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4546/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4546/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4547
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4547/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4547/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4547/events
https://github.com/pandas-dev/pandas/issues/4547
17,984,904
MDU6SXNzdWUxNzk4NDkwNA==
4,547
BUG: TimeStamp looses frequency info on arithmetic ops
{ "avatar_url": "https://avatars.githubusercontent.com/u/4789270?v=4", "events_url": "https://api.github.com/users/mvds314/events{/privacy}", "followers_url": "https://api.github.com/users/mvds314/followers", "following_url": "https://api.github.com/users/mvds314/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0052cc", "default": false, "description": "DateOffsets", "id": ...
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...
23
2013-08-13T08:32:19Z
2014-05-22T17:28:50Z
2014-03-07T00:04:40Z
NONE
null
Running the follow code generates an error using pandas 0.11 (with winpython 2.7.5.2 64 bit): import pandas as pd ts1=pd.date_range('1/1/2000',periods=1,freq='Q')[0] ts1-1-1 Error: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "tslib.pyx", line 566, in pandas.tslib._Timestamp.__sub__ ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4547/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4547/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4548
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4548/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4548/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4548/events
https://github.com/pandas-dev/pandas/issues/4548
17,994,399
MDU6SXNzdWUxNzk5NDM5OQ==
4,548
BUG: Series with non-unique index: "Index length did not match values" error upon assignment
{ "avatar_url": "https://avatars.githubusercontent.com/u/265630?v=4", "events_url": "https://api.github.com/users/jgehrcke/events{/privacy}", "followers_url": "https://api.github.com/users/jgehrcke/followers", "following_url": "https://api.github.com/users/jgehrcke/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": "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...
4
2013-08-13T12:46:32Z
2016-10-12T23:04:06Z
2013-09-09T14:52:24Z
CONTRIBUTOR
null
Create a Series with non-unique index: ``` python >>> import pandas as pd >>> pd.__version__ '0.12.0' >>> s1 = pd.Series(range(3)) >>> s2 = pd.Series(range(3)) >>> comb = pd.concat([s1,s2]) >>> comb 0 0 1 1 2 2 0 0 1 1 2 2 dtype: int64 ``` Assign value by boolean mask: ``` python >>> comb[comb<1] =...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4548/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4548/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4549
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4549/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4549/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4549/events
https://github.com/pandas-dev/pandas/pull/4549
17,994,519
MDExOlB1bGxSZXF1ZXN0NzU2ODkxMw==
4,549
ENH/API: Keep original traceback in DataFrame.apply
{ "avatar_url": "https://avatars.githubusercontent.com/u/3977643?v=4", "events_url": "https://api.github.com/users/bburan-galenea/events{/privacy}", "followers_url": "https://api.github.com/users/bburan-galenea/followers", "following_url": "https://api.github.com/users/bburan-galenea/following{/other_user}", ...
[]
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...
16
2013-08-13T12:49:27Z
2014-06-19T20:26:24Z
2013-08-21T13:42:36Z
CONTRIBUTOR
null
When "raise <exception instance>" is used inside a try/except block, the original stacktrace (containing the code path that raised the original exception). This makes debugging difficult since all we know is that an error occured when `frame._apply_standard` attempted to call the provided function. Preserve the origin...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4549/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4549/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4549.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4549", "merged_at": "2013-08-21T13:42:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4549.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4549" }
https://api.github.com/repos/pandas-dev/pandas/issues/4550
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4550/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4550/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4550/events
https://github.com/pandas-dev/pandas/issues/4550
17,994,747
MDU6SXNzdWUxNzk5NDc0Nw==
4,550
'ValueError: Cannot assign nan to integer series" when calling `where` on Series with non-unique index.
{ "avatar_url": "https://avatars.githubusercontent.com/u/265630?v=4", "events_url": "https://api.github.com/users/jgehrcke/events{/privacy}", "followers_url": "https://api.github.com/users/jgehrcke/followers", "following_url": "https://api.github.com/users/jgehrcke/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": "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...
4
2013-08-13T12:55:03Z
2013-09-09T02:03:14Z
2013-09-09T02:03:14Z
CONTRIBUTOR
null
Create a Series with non-unique index: ``` python >>> import pandas as pd >>> pd.__version__ '0.12.0' >>> s1 = pd.Series(range(3)) >>> s2 = pd.Series(range(3)) >>> comb = pd.concat([s1,s2]) >>> comb 0 0 1 1 2 2 0 0 1 1 2 2 dtype: int64 ``` As of https://github.com/pydata/pandas/issues/4548 I cannot ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4550/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4550/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4551
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4551/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4551/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4551/events
https://github.com/pandas-dev/pandas/issues/4551
17,996,873
MDU6SXNzdWUxNzk5Njg3Mw==
4,551
ENH: Index to act like Series for common ops (DataFrame.index.max() crashes)
{ "avatar_url": "https://avatars.githubusercontent.com/u/2196196?v=4", "events_url": "https://api.github.com/users/ohadle/events{/privacy}", "followers_url": "https://api.github.com/users/ohadle/followers", "following_url": "https://api.github.com/users/ohadle/following{/other_user}", "gists_url": "https://ap...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "0b02e1", "default": false, "description": "Related ...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_u...
{ "closed_at": "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...
5
2013-08-13T13:42:01Z
2014-04-29T12:22:10Z
2014-02-18T01:35:30Z
NONE
null
related #4056, #5202, #5502, #5519, #6027 I have a DataFrame of length 390,080, with int64 indices. `df.index.size` gives the correct answer of 390,080, but `df.index.max` results in a huge traceback that ends with: ``` /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pandas/cor...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4551/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4551/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4552
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4552/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4552/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4552/events
https://github.com/pandas-dev/pandas/issues/4552
17,997,017
MDU6SXNzdWUxNzk5NzAxNw==
4,552
docs: use randint where possible
{ "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....
[]
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...
2
2013-08-13T13:44:42Z
2013-09-27T20:13:44Z
2013-09-27T20:13:44Z
CONTRIBUTOR
null
Hello, I suggest to use np.random.randin where possible in the docstrings / examples. With values imited like: ``` np.random.randint(1, 10, 4000) ``` ...the reader would have it easy to re-calculate results (sum, max, min, mean, etc.) while reading the examples.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4552/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4552/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4553
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4553/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4553/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4553/events
https://github.com/pandas-dev/pandas/issues/4553
18,002,438
MDU6SXNzdWUxODAwMjQzOA==
4,553
FORMAT: __repr__ of Timestamp should include the offset (freq) info
{ "avatar_url": "https://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": "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-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
2013-08-13T15:22:38Z
2014-03-10T20:01:30Z
2014-03-10T20:01:30Z
CONTRIBUTOR
null
``` In [6]: Timestamp('20130101',offset='D') Out[6]: Timestamp('2013-01-01 00:00:00', tz=None) In [7]: Timestamp('20130101',offset='D').freq Out[7]: '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/4553/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4553/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4554
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4554/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4554/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4554/events
https://github.com/pandas-dev/pandas/issues/4554
18,004,298
MDU6SXNzdWUxODAwNDI5OA==
4,554
API: Reshaping Series to its own shape raises TypeError
{ "avatar_url": "https://avatars.githubusercontent.com/u/1676326?v=4", "events_url": "https://api.github.com/users/goyodiaz/events{/privacy}", "followers_url": "https://api.github.com/users/goyodiaz/followers", "following_url": "https://api.github.com/users/goyodiaz/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": "AD7FA8", "default": false, "description": null, "id": 35818298,...
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...
5
2013-08-13T15:54:09Z
2013-10-24T11:52:14Z
2013-09-29T22:07:31Z
CONTRIBUTOR
null
This may be seen like a weird function call but it is actually triggered when plotting with development versions of matplotlib and the case is explicitly (and wrongly as it seems) by pandas: ``` >>> import pandas as pd >>> x = pd.Series(range(5)) >>> x.reshape(x.shape) Traceback (most recent call last): File "<stdin...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4554/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4554/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4555
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4555/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4555/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4555/events
https://github.com/pandas-dev/pandas/issues/4555
18,007,986
MDU6SXNzdWUxODAwNzk4Ng==
4,555
API: pandas.Series.replace has different method signature to pandas.DataFrame.replace
{ "avatar_url": "https://avatars.githubusercontent.com/u/4764631?v=4", "events_url": "https://api.github.com/users/roblevy/events{/privacy}", "followers_url": "https://api.github.com/users/roblevy/followers", "following_url": "https://api.github.com/users/roblevy/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": "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...
5
2013-08-13T17:02:23Z
2013-08-16T19:29:56Z
2013-08-16T19:29:56Z
CONTRIBUTOR
null
Using Pandas 0.12.0 It's hard to think of why a DataFrame would allow a `regex=True` replace method, and a Series wouldn't. This must just be an oversight, right? ``` >>> test = pd.DataFrame(['hello','goodbye','thankyou'],columns=['to_replace']) >>> test to_replace 0 hello 1 goodbye 2 thankyou >>> test.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/4555/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4555/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4556
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4556/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4556/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4556/events
https://github.com/pandas-dev/pandas/issues/4556
18,011,666
MDU6SXNzdWUxODAxMTY2Ng==
4,556
Add read_pdf to IO Tools
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "06909A", "default": false, "description": "IO issue...
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
2013-08-13T18:14:00Z
2014-01-24T15:14:48Z
2014-01-24T15:12:14Z
CONTRIBUTOR
null
related #3281 Create a read_pdf method in IO tools for reading tables from PDF documents. Many data sets are released in PDF form. For example: - Walmart's Historical Unit Count and Square Footage: http://az204679.vo.msecnd.net/media/documents/unit-counts-q1-fy14_130131488115936836.pdf - Las Vegas Visitor Statistics:...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4556/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4556/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4557
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4557/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4557/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4557/events
https://github.com/pandas-dev/pandas/issues/4557
18,021,171
MDU6SXNzdWUxODAyMTE3MQ==
4,557
No way to access correlation significance value (Spearman, Kendall)
{ "avatar_url": "https://avatars.githubusercontent.com/u/380806?v=4", "events_url": "https://api.github.com/users/smdabdoub/events{/privacy}", "followers_url": "https://api.github.com/users/smdabdoub/followers", "following_url": "https://api.github.com/users/smdabdoub/following{/other_user}", "gists_url": "ht...
[ { "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": 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...
11
2013-08-13T21:04:02Z
2017-11-24T10:30:13Z
2017-11-24T10:30:05Z
NONE
null
The corr() method attached to DataFrames is a great way to get a matrix of correlation coefficients. But for the Kendall and Spearman options, the p-value is discarded: https://github.com/pydata/pandas/blob/8ac0e11b59b65f0ac898dca2beebde5f87836649/pandas/core/nanops.py#L510-L517 For a function called corr() this wou...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4557/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4557/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4558
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4558/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4558/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4558/events
https://github.com/pandas-dev/pandas/issues/4558
18,022,597
MDU6SXNzdWUxODAyMjU5Nw==
4,558
API/ENH: stata export should better support np.datetime64 based times
{ "avatar_url": "https://avatars.githubusercontent.com/u/563314?v=4", "events_url": "https://api.github.com/users/wuan/events{/privacy}", "followers_url": "https://api.github.com/users/wuan/followers", "following_url": "https://api.github.com/users/wuan/following{/other_user}", "gists_url": "https://api.githu...
[ { "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": "e102d8", "...
closed
false
null
[]
{ "closed_at": "2015-03-23T10:50:37Z", "closed_issues": 400, "created_at": "2014-02-14T03:31:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
9
2013-08-13T21:31:57Z
2014-03-13T22:19:16Z
2014-03-13T22:19:16Z
CONTRIBUTOR
null
The following code exporting a dataframe with a timeseries index with np.datetime64 type ``` python import numpy as np import pandas as pd timestamps = pd.date_range(np.datetime64('2013-01-01 11:00:00.123456'), periods=5, freq='123U') dataframe = pd.DataFrame(np.random.randn(len(timestamps)), index=timestamps) datafr...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4558/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4558/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4559
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4559/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4559/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4559/events
https://github.com/pandas-dev/pandas/issues/4559
18,028,474
MDU6SXNzdWUxODAyODQ3NA==
4,559
add a doc example of SQL's ON statement
{ "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": "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": "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...
9
2013-08-14T00:03:36Z
2013-08-20T09:15:25Z
2013-08-19T23:21:57Z
MEMBER
null
see [this SO question](http://stackoverflow.com/q/18219156/564538)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4559/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4559/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4560
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4560/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4560/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4560/events
https://github.com/pandas-dev/pandas/pull/4560
18,030,445
MDExOlB1bGxSZXF1ZXN0NzU4OTM3Ng==
4,560
CLN/ENH: Provide full suite of arithmetic (and flex) methods to all NDFrame objects.
{ "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/jtratner/followers", "following_url": "https://api.github.com/users/jtratner/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
{ "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...
18
2013-08-14T01:17:18Z
2014-06-19T16:42:59Z
2013-08-15T02:42:02Z
CONTRIBUTOR
null
Resolves #3765, #4331, #4334, #4051. This goes on top of @jreback's Series refactoring (#3482). If you want to review, I suggest looking [at the PR on top of jreback/series2](https://github.com/jreback/pandas/pull/6), so you only see the diffs specific to this PR. This does a few things: 1. Normalizes the arithmetic ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4560/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4560/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4560.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4560", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/4560.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4560" }
https://api.github.com/repos/pandas-dev/pandas/issues/4561
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4561/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4561/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4561/events
https://github.com/pandas-dev/pandas/issues/4561
18,039,205
MDU6SXNzdWUxODAzOTIwNQ==
4,561
BUG: read_clipboard fails on Windows since pandas 0.12
{ "avatar_url": "https://avatars.githubusercontent.com/u/3796187?v=4", "events_url": "https://api.github.com/users/Puggie/events{/privacy}", "followers_url": "https://api.github.com/users/Puggie/followers", "following_url": "https://api.github.com/users/Puggie/following{/other_user}", "gists_url": "https://ap...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
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...
0
2013-08-14T07:49:06Z
2013-08-15T11:50:48Z
2013-08-15T11:50:48Z
NONE
null
Since I updated pandas from version 0.11 to 0.12, read_clipboard fails: ``` import pandas as pd df = pd.read_clipboard() ``` Results in: ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-2-6de...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4561/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4561/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4562
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4562/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4562/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4562/events
https://github.com/pandas-dev/pandas/pull/4562
18,046,493
MDExOlB1bGxSZXF1ZXN0NzU5Nzg4MA==
4,562
BUG: Fix Segfault with pd.tslib.get_period_field (GH4519, GH4520)
{ "avatar_url": "https://avatars.githubusercontent.com/u/4680320?v=4", "events_url": "https://api.github.com/users/prossahl/events{/privacy}", "followers_url": "https://api.github.com/users/prossahl/followers", "following_url": "https://api.github.com/users/prossahl/following{/other_user}", "gists_url": "http...
[]
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...
4
2013-08-14T11:09:00Z
2014-07-02T22:36:41Z
2013-08-15T17:23:31Z
CONTRIBUTOR
null
Fixes the following problem (issues #4519, #4520): ``` python >>> import pandas as pd >>> pd.tslib.get_period_field(11, 1, 1) Exception ValueError: ValueError('Unrecognized code: 11',) in 'pandas.tslib._get_accessor_func' ignored Segmentation fault ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4562/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4562/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4562.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4562", "merged_at": "2013-08-15T17:23:31Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4562.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4562" }
https://api.github.com/repos/pandas-dev/pandas/issues/4563
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4563/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4563/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4563/events
https://github.com/pandas-dev/pandas/issues/4563
18,051,991
MDU6SXNzdWUxODA1MTk5MQ==
4,563
pandas.io.excel.read_excel kind parameter
{ "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": "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...
2
2013-08-14T13:29:10Z
2013-09-22T20:14:55Z
2013-09-22T20:14:55Z
CONTRIBUTOR
null
The `kind` parameter on `pandas.io.excel.read_excel` is totally undocumented: http://pandas.pydata.org/pandas-docs/stable/generated/pandas.io.excel.read_excel.html#pandas.io.excel.read_excel
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4563/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4563/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4564
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4564/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4564/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4564/events
https://github.com/pandas-dev/pandas/pull/4564
18,052,634
MDExOlB1bGxSZXF1ZXN0NzYyNTMwNA==
4,564
BUG: DatetimeIndex uses the wrong union if the operands overlap
{ "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": "AFEEEE", "default": false, "description": null, "id": 211840, ...
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...
5
2013-08-14T13:42:16Z
2015-01-06T14:43:46Z
2013-09-26T00:49:44Z
CONTRIBUTOR
null
This pretty much boils down to this line: https://github.com/pydata/pandas/blob/master/pandas/tseries/index.py#L987 You can easily reproduce the error using the following code: ``` r = pd.date_range("2013-01-01", "2013-02-01") r2 = r + pd.DateOffset(minutes=15) r | r2 # Results in the index r having "2013-01-31 00:15...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4564/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4564/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4564.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4564", "merged_at": "2013-09-26T00:49:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4564.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4564" }
https://api.github.com/repos/pandas-dev/pandas/issues/4565
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4565/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4565/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4565/events
https://github.com/pandas-dev/pandas/issues/4565
18,054,382
MDU6SXNzdWUxODA1NDM4Mg==
4,565
API: add is_beg_month/year, is_end_month/year accessors for a DateTimeIndex/Timestamp
{ "avatar_url": "https://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": "AD7FA8", "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...
0
2013-08-14T14:14:11Z
2014-04-29T23:41:57Z
2014-04-29T23:41:57Z
CONTRIBUTOR
null
``` In [110]: x = Timestamp('20130101') ``` Last day of month ``` In [111]: pd.tslib.monthrange(x.year,x.month)[1]==x.day Out[111]: False ``` First day of month ``` In [112]: x.day==1 Out[112]: True ``` First day of year ``` In [113]: x.day==1 & x.month==1 Out[113]: True ``` http://stackoverflow.com/questions/18...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4565/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4565/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4566
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4566/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4566/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4566/events
https://github.com/pandas-dev/pandas/pull/4566
18,054,665
MDExOlB1bGxSZXF1ZXN0NzYwMjU2Mg==
4,566
Fixes check in _can_fast_union.
{ "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....
[]
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
2013-08-14T14:19:06Z
2014-07-18T15:00:07Z
2013-08-15T07:55:02Z
CONTRIBUTOR
null
Fixes #4564.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4566/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4566/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4566.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4566", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/4566.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4566" }
https://api.github.com/repos/pandas-dev/pandas/issues/4567
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4567/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4567/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4567/events
https://github.com/pandas-dev/pandas/issues/4567
18,055,204
MDU6SXNzdWUxODA1NTIwNA==
4,567
ENH: recurrence relation calculations
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AD7FA8", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": 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...
11
2013-08-14T14:27:59Z
2021-07-14T01:41:40Z
2020-09-19T20:49:31Z
CONTRIBUTOR
null
I think an implementation of a general recurrent relation might be interesting. These are not able to evaluated in numpy/numexpr directly see here: http://stackoverflow.com/questions/9984373/calculate-two-coupled-equation-with-numpy http://stackoverflow.com/questions/21336794/python-recursive-vectorization-with-timese...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4567/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4567/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4568
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4568/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4568/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4568/events
https://github.com/pandas-dev/pandas/issues/4568
18,057,390
MDU6SXNzdWUxODA1NzM5MA==
4,568
ENH/API: cross_apply
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AD7FA8", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": 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...
2
2013-08-14T15:07:39Z
2021-04-11T03:00:47Z
2021-04-11T03:00:46Z
CONTRIBUTOR
null
Would prob need to be done in cython for perf ``` def cross_apply(func, is_symmetric=True, **kwargs): l = len(df.columns) results = np.zeros((l,l)) if is_symmetric: for i in range(l): for j in range(i + 1): results[i,j] = results[j,i] = func(ac,bc, **kwargs) else: fo...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4568/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4568/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4569
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4569/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4569/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4569/events
https://github.com/pandas-dev/pandas/issues/4569
18,058,047
MDU6SXNzdWUxODA1ODA0Nw==
4,569
One assignment method in mixed type dataframe not working
{ "avatar_url": "https://avatars.githubusercontent.com/u/2666070?v=4", "events_url": "https://api.github.com/users/ttsillybear/events{/privacy}", "followers_url": "https://api.github.com/users/ttsillybear/followers", "following_url": "https://api.github.com/users/ttsillybear/following{/other_user}", "gists_ur...
[]
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...
3
2013-08-14T15:19:07Z
2014-06-08T01:07:51Z
2014-06-08T01:07:51Z
NONE
null
I tried several ways of assigning values in a mixed type dataframe and it seems that one of them is not working. I am not sure if it is supposed to do so: from pandas import DataFrame df = DataFrame({'A':[:'aaa','bbb','ccc'],'B':[1,2,3]}) # this works, value is changed df.ix[0,'A'] = 11 # this works, value is changed...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4569/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4569/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4570
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4570/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4570/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4570/events
https://github.com/pandas-dev/pandas/issues/4570
18,058,561
MDU6SXNzdWUxODA1ODU2MQ==
4,570
DOC: even bigger badder warning on doing chained assignments
{ "avatar_url": "https://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": "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...
2
2013-08-14T15:27:16Z
2013-08-14T16:03:04Z
2013-08-14T16:03:04Z
CONTRIBUTOR
null
BAD `df.ix[0]['A'] = 5` GOOD `df.ix[0,'A'] = 5`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4570/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4570/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4571
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4571/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4571/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4571/events
https://github.com/pandas-dev/pandas/pull/4571
18,074,174
MDExOlB1bGxSZXF1ZXN0NzYxMzczMg==
4,571
BUG: Fix bug in pd.read_clipboard on windows with PY3 (GH4561); not decoding properly
{ "avatar_url": "https://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": "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...
10
2013-08-14T20:16:11Z
2014-06-23T13:06:27Z
2013-08-15T11:50:48Z
CONTRIBUTOR
null
closes #4561
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4571/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4571/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4571.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4571", "merged_at": "2013-08-15T11:50:48Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4571.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4571" }
https://api.github.com/repos/pandas-dev/pandas/issues/4572
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4572/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4572/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4572/events
https://github.com/pandas-dev/pandas/issues/4572
18,080,926
MDU6SXNzdWUxODA4MDkyNg==
4,572
implementation of a general recurrent relation
{ "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": "009800", "default": false, "description": "Duplicate issue or pull request", "id": 40153326, "name": "Duplicate Report", "node_id": "MDU6TGFiZWw0MDE1MzMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report" } ]
closed
false
null
[]
null
1
2013-08-14T22:26:28Z
2013-08-14T23:08:36Z
2013-08-14T23:08:36Z
CONTRIBUTOR
null
See: http://permalink.gmane.org/gmane.comp.python.pydata/2164
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4572/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4572/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4573
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4573/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4573/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4573/events
https://github.com/pandas-dev/pandas/pull/4573
18,081,693
MDExOlB1bGxSZXF1ZXN0NzYxODE5OA==
4,573
BUG: Fix incorrect urlparse in _is_s3_url
{ "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/jtratner/followers", "following_url": "https://api.github.com/users/jtratner/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
{ "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...
0
2013-08-14T22:45:08Z
2014-07-02T21:24:33Z
2013-08-14T23:54:39Z
CONTRIBUTOR
null
Guess this got reverted/messed up during rebasing, but needs to be changed - urlparse is no longer imported in io/common (in favor of py2/3 compatible methods). I added a dumb test case so it at least gets called going forward.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4573/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4573/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4573.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4573", "merged_at": "2013-08-14T23:54:39Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4573.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4573" }
https://api.github.com/repos/pandas-dev/pandas/issues/4574
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4574/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4574/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4574/events
https://github.com/pandas-dev/pandas/pull/4574
18,086,463
MDExOlB1bGxSZXF1ZXN0NzYyMDk3MA==
4,574
ENH: add PostgreSQL support for pandas.io.sql.get_schema
{ "avatar_url": "https://avatars.githubusercontent.com/u/704919?v=4", "events_url": "https://api.github.com/users/adamgreenhall/events{/privacy}", "followers_url": "https://api.github.com/users/adamgreenhall/followers", "following_url": "https://api.github.com/users/adamgreenhall/following{/other_user}", "gis...
[]
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...
4
2013-08-15T01:14:41Z
2014-06-24T17:22:47Z
2013-08-26T21:35:47Z
CONTRIBUTOR
null
Simple changes to add PostgreSQL syntax to `pandas.io.sql.get_schema`. Added data type cases for `get_sqltype()` and a columns "flavor" for `get_schema()`.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4574/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4574/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4574.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4574", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/4574.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4574" }
https://api.github.com/repos/pandas-dev/pandas/issues/4575
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4575/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4575/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4575/events
https://github.com/pandas-dev/pandas/issues/4575
18,087,490
MDU6SXNzdWUxODA4NzQ5MA==
4,575
TST: sometimes failing ujson comparison
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
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...
5
2013-08-15T02:00:14Z
2013-08-17T14:10:00Z
2013-08-17T14:10:00Z
CONTRIBUTOR
null
cc @Komnomnomnom skipping test via: b5ff81d34d74efdf88b8151ff58ed16ff7c02c67 fails about 1/3 times (and only seems on py3) https://travis-ci.org/pydata/pandas/jobs/10223886 don't use now, pick a known value (that you can then compare too exactly) ``` def test_datetime_units(self): from pandas.lib import...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4575/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4575/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4576
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4576/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4576/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4576/events
https://github.com/pandas-dev/pandas/issues/4576
18,092,581
MDU6SXNzdWUxODA5MjU4MQ==
4,576
Pandas 0.12 unexpected results when comparing dataframe to list or tuple
{ "avatar_url": "https://avatars.githubusercontent.com/u/315866?v=4", "events_url": "https://api.github.com/users/ssalonen/events{/privacy}", "followers_url": "https://api.github.com/users/ssalonen/followers", "following_url": "https://api.github.com/users/ssalonen/following{/other_user}", "gists_url": "https...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": "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...
16
2013-08-15T06:27:50Z
2016-07-16T22:41:18Z
2013-08-26T12:45:17Z
CONTRIBUTOR
null
It seems that when comparing DataFrame to list or tuple of values (lenght of DataFrame columns), the resulting boolean DataFrame is incorrect. `````` python >>> import pandas >>> print pandas.__version__ 0.12.0 >>> import numpy as np >>> print np.__version__ 1.6.1 >>> df=pandas.DataFrame([ [-1, 0], [1, 2] ]) >>> df > ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4576/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4576/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4577
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4577/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4577/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4577/events
https://github.com/pandas-dev/pandas/issues/4577
18,093,304
MDU6SXNzdWUxODA5MzMwNA==
4,577
Segmentation fault with statsmodels
{ "avatar_url": "https://avatars.githubusercontent.com/u/354027?v=4", "events_url": "https://api.github.com/users/gamesbook/events{/privacy}", "followers_url": "https://api.github.com/users/gamesbook/followers", "following_url": "https://api.github.com/users/gamesbook/following{/other_user}", "gists_url": "ht...
[]
closed
false
null
[]
null
5
2013-08-15T06:58:42Z
2014-12-04T14:23:22Z
2014-12-04T09:30:05Z
NONE
null
I am getting an intermittent fault when creating a series of plots - but I am not sure this is sufficient information to determine the cause. ``` /usr/local/lib/python2.7/dist-packages/numpy/core/scalarmath.so /usr/local/lib/python2.7/dist-packages/numpy/linalg/lapack_lite.so /usr/local/lib/python2.7/dist-packages/pan...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4577/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4577/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4578
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4578/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4578/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4578/events
https://github.com/pandas-dev/pandas/pull/4578
18,149,492
MDExOlB1bGxSZXF1ZXN0NzY1NTIyMg==
4,578
ENH: Remove the hardcoded border=1 in the to_html dataframe export.
{ "avatar_url": "https://avatars.githubusercontent.com/u/96245?v=4", "events_url": "https://api.github.com/users/mattions/events{/privacy}", "followers_url": "https://api.github.com/users/mattions/followers", "following_url": "https://api.github.com/users/mattions/following{/other_user}", "gists_url": "https:...
[ { "color": "ededed", "default": false, "description": "__repr__ of pandas objects, to_string", "id": 13101118, "name": "Output-Formatting", "node_id": "MDU6TGFiZWwxMzEwMTExOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting" }, { "color": "006b7...
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/...
23
2013-08-16T10:03:29Z
2014-06-16T07:25:15Z
2014-01-01T03:27:35Z
NONE
null
The border is impossible to overwrite at later stage, therefore using no border gives the user the possibility to style the table, using CSS Classes.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4578/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4578/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4578.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4578", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/4578.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4578" }
https://api.github.com/repos/pandas-dev/pandas/issues/4579
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4579/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4579/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4579/events
https://github.com/pandas-dev/pandas/pull/4579
18,151,718
MDExOlB1bGxSZXF1ZXN0ODgxODAyMQ==
4,579
date_range should (at least optionally) deal with right-open intervals
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, ...
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...
10
2013-08-16T11:14:45Z
2014-06-27T14:49:22Z
2013-10-15T12:38:35Z
CONTRIBUTOR
null
It is confusing that, albeit the name suggests otherwise, `date_range` behaves differently compared to the standard Python `range` generator in that it returns the right-closed interval.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4579/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4579/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4579.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4579", "merged_at": "2013-10-15T12:38:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4579.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4579" }
https://api.github.com/repos/pandas-dev/pandas/issues/4580
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4580/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4580/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4580/events
https://github.com/pandas-dev/pandas/pull/4580
18,153,993
MDExOlB1bGxSZXF1ZXN0NzY1NzY5OA==
4,580
TST: win32 paths cannot be turned into URLs by prefixing them with "file://"
{ "avatar_url": "https://avatars.githubusercontent.com/u/578872?v=4", "events_url": "https://api.github.com/users/mindw/events{/privacy}", "followers_url": "https://api.github.com/users/mindw/followers", "following_url": "https://api.github.com/users/mindw/following{/other_user}", "gists_url": "https://api.gi...
[]
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...
15
2013-08-16T12:25:00Z
2014-06-13T16:31:23Z
2013-10-03T19:57:36Z
CONTRIBUTOR
null
see http://stackoverflow.com/questions/11687478/convert-a-filename-to-a-file-url
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4580/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4580/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4580.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4580", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/4580.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4580" }
https://api.github.com/repos/pandas-dev/pandas/issues/4581
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4581/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4581/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4581/events
https://github.com/pandas-dev/pandas/issues/4581
18,154,193
MDU6SXNzdWUxODE1NDE5Mw==
4,581
BUG: (iloc) Comparisons of Series have different indexing semantics from DataFrame comparisons
{ "avatar_url": "https://avatars.githubusercontent.com/u/407010?v=4", "events_url": "https://api.github.com/users/mairas/events{/privacy}", "followers_url": "https://api.github.com/users/mairas/followers", "following_url": "https://api.github.com/users/mairas/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": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
3
2013-08-16T12:30:24Z
2016-08-25T10:20:52Z
2016-08-25T10:20:52Z
NONE
null
Consider the following: ``` python In [3]: df = pd.DataFrame(np.arange(5), columns=["foo"]) In [4]: df["foo"].iloc[:-1] != df["foo"].iloc[1:] Out[4]: 0 True 1 True 2 True 3 True dtype: bool In [5]: df["foo"].iloc[1:] != df["foo"].iloc[:-1] Out[5]: 1 True 2 True 3 True 4 True dtype: bool ``` ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4581/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4581/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4582
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4582/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4582/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4582/events
https://github.com/pandas-dev/pandas/issues/4582
18,158,059
MDU6SXNzdWUxODE1ODA1OQ==
4,582
ER: raise on invalid compression options in HDFStore
{ "avatar_url": "https://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": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" }, { "color": "5319...
closed
false
null
[]
{ "closed_at": "2015-06-13T17:49:05Z", "closed_issues": 119, "created_at": "2015-06-02T19:23:30Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
1
2013-08-16T14:15:17Z
2015-06-12T21:49:51Z
2015-06-12T21:49:51Z
CONTRIBUTOR
null
http://stackoverflow.com/questions/18274973/using-compression-with-pandas-and-hd5-hdfstore/18275402#18275402
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4582/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4582/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4583
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4583/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4583/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4583/events
https://github.com/pandas-dev/pandas/issues/4583
18,164,426
MDU6SXNzdWUxODE2NDQyNg==
4,583
0.12.0 concat() error
{ "avatar_url": "https://avatars.githubusercontent.com/u/1903683?v=4", "events_url": "https://api.github.com/users/bluefir/events{/privacy}", "followers_url": "https://api.github.com/users/bluefir/followers", "following_url": "https://api.github.com/users/bluefir/following{/other_user}", "gists_url": "https:/...
[]
closed
false
null
[]
null
8
2013-08-16T15:58:56Z
2013-09-18T13:40:57Z
2013-08-16T16:25:14Z
NONE
null
I run the following code on a list of DataFrames ``` columns = None for portfolio_data in portfolio_data_list: print(portfolio_data.shape) if columns is None: columns = portfolio_data.columns else: print(all(portfolio_data.columns == columns)) portfolio_data = pd.concat(portfolio_data_list)...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4583/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4583/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4584
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4584/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4584/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4584/events
https://github.com/pandas-dev/pandas/issues/4584
18,166,985
MDU6SXNzdWUxODE2Njk4NQ==
4,584
BUG: 0.12.0 using DataFrame.to_hdf() with mode='a' does not append the data
{ "avatar_url": "https://avatars.githubusercontent.com/u/1903683?v=4", "events_url": "https://api.github.com/users/bluefir/events{/privacy}", "followers_url": "https://api.github.com/users/bluefir/followers", "following_url": "https://api.github.com/users/bluefir/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": "AD7FA8", "default": false, "description": null, "id": 35818298,...
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...
5
2013-08-16T16:53:24Z
2013-08-26T12:43:52Z
2013-08-26T12:43:52Z
NONE
null
`to_hdf(....., append=True,table=True)` raising, should accept this Is there a way to use DataFrame.to_hdf() so that data can be appened the data? Somehow to_hdf(filename, table_name, mode='a', table=True) overwrites the data while to_hdf(filename, table_name, table=True, append=True) gives the following error: > Tra...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4584/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4584/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4585
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4585/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4585/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4585/events
https://github.com/pandas-dev/pandas/pull/4585
18,178,540
MDExOlB1bGxSZXF1ZXN0NzY3MDgwMA==
4,585
BUG: Fix boolean comparison with a DataFrame on the lhs, and a list/tuple on the rhs GH4576
{ "avatar_url": "https://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": "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...
0
2013-08-16T20:58:01Z
2014-07-16T08:23:30Z
2013-08-26T12:45:17Z
CONTRIBUTOR
null
closes #4576 ``` In [1]: df = DataFrame(np.arange(6).reshape((3,2))) In [2]: b = np.array([2, 2]) In [3]: b_r = np.atleast_2d([2,2]) In [4]: b_c = b_r.T In [5]: df>b Out[5]: 0 1 0 False False 1 False True 2 True True In [6]: df.values>b Out[6]: array([[False, False], [False, 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/4585/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4585/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4585.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4585", "merged_at": "2013-08-26T12:45:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4585.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4585" }
https://api.github.com/repos/pandas-dev/pandas/issues/4586
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4586/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4586/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4586/events
https://github.com/pandas-dev/pandas/pull/4586
18,179,729
MDExOlB1bGxSZXF1ZXN0NzY3MTQ3Mg==
4,586
BUG: fix erroneous call to prrint_thing -> pprint_thing
{ "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://...
[]
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": "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
2013-08-16T21:26:57Z
2014-06-21T02:58:13Z
2013-08-16T21:41:25Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4586/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4586/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4586.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4586", "merged_at": "2013-08-16T21:41:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4586.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4586" }
https://api.github.com/repos/pandas-dev/pandas/issues/4587
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4587/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4587/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4587/events
https://github.com/pandas-dev/pandas/issues/4587
18,180,553
MDU6SXNzdWUxODE4MDU1Mw==
4,587
Unexpected Behavior: Assigning ndarray to variable results in new object
{ "avatar_url": "https://avatars.githubusercontent.com/u/3711678?v=4", "events_url": "https://api.github.com/users/dirkbike/events{/privacy}", "followers_url": "https://api.github.com/users/dirkbike/followers", "following_url": "https://api.github.com/users/dirkbike/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
12
2013-08-16T21:48:21Z
2013-08-17T00:32:30Z
2013-08-17T00:32:30Z
NONE
null
The below code should yield True after the assignment, but instead it yields False. This happens in Python 2.7.3 / Pandas 0.12.0 / Numpy 1.7.1. This means that any changes to the ndarray 'x' are not guaranteed to be reflected in the source data frame 'df', which is not normal Python behavior for assignments of mutabl...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4587/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4587/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4588
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4588/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4588/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4588/events
https://github.com/pandas-dev/pandas/issues/4588
18,183,895
MDU6SXNzdWUxODE4Mzg5NQ==
4,588
BUG: concat unwantedly sorts DataFrame column names if they differ
{ "avatar_url": "https://avatars.githubusercontent.com/u/1179309?v=4", "events_url": "https://api.github.com/users/smcinerney/events{/privacy}", "followers_url": "https://api.github.com/users/smcinerney/followers", "following_url": "https://api.github.com/users/smcinerney/following{/other_user}", "gists_url":...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "AD7FA8", "de...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
36
2013-08-16T23:30:10Z
2019-06-24T13:39:14Z
2018-05-01T20:06:11Z
NONE
null
When concat'ing DataFrames, the column names get alphanumerically sorted *if* there are any differences between them. If they're identical across DataFrames, they don't get sorted. This sort is undocumented and unwanted. Certainly the default behavior should be no-sort. EDIT: the standard order as in SQL would be: col...
{ "+1": 8, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 8, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4588/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4588/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4589
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4589/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4589/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4589/events
https://github.com/pandas-dev/pandas/issues/4589
18,184,244
MDU6SXNzdWUxODE4NDI0NA==
4,589
Factor out excel_value_to_python_value from ExcelFile::_parse_excel
{ "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": "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": "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...
0
2013-08-16T23:44:01Z
2013-08-26T12:36:36Z
2013-08-26T12:36:36Z
CONTRIBUTOR
null
I will make 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/4589/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4589/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4590
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4590/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4590/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4590/events
https://github.com/pandas-dev/pandas/pull/4590
18,184,701
MDExOlB1bGxSZXF1ZXN0NzY3NDI4Mg==
4,590
ENH Factored out excel_value_to_python_value from ExcelFile::_parse_exce...
{ "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": "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...
14
2013-08-17T00:03:41Z
2013-08-26T23:00:09Z
2013-08-26T12:36:36Z
CONTRIBUTOR
null
...l (GH4589) closes #4589
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4590/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4590/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4590.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4590", "merged_at": "2013-08-26T12:36:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4590.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4590" }
https://api.github.com/repos/pandas-dev/pandas/issues/4591
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4591/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4591/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4591/events
https://github.com/pandas-dev/pandas/issues/4591
18,184,889
MDU6SXNzdWUxODE4NDg4OQ==
4,591
DOC: Unclear documentation for Period Construction
{ "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": "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": "DateOffsets", "id...
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
2013-08-17T00:11:47Z
2021-10-17T18:27:06Z
null
CONTRIBUTOR
null
The documentation is unclear as to what the date passed to a `Period` means: whether it is the start date or the end date of the period. Convention is that fiscal quarters are usually stated by the date the quarter ends, whereas weeks are many times stated by the day week starts. This is especially unclear given that 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/4591/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4591/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4592
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4592/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4592/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4592/events
https://github.com/pandas-dev/pandas/pull/4592
18,192,830
MDExOlB1bGxSZXF1ZXN0NzY3NzA4Mw==
4,592
TST: fix ujson's intermittently failing date unit test
{ "avatar_url": "https://avatars.githubusercontent.com/u/107748?v=4", "events_url": "https://api.github.com/users/Komnomnomnom/events{/privacy}", "followers_url": "https://api.github.com/users/Komnomnomnom/followers", "following_url": "https://api.github.com/users/Komnomnomnom/following{/other_user}", "gists_...
[]
closed
false
null
[]
null
3
2013-08-17T11:28:32Z
2014-07-01T09:00:09Z
2013-08-17T14:10:00Z
CONTRIBUTOR
null
Fixes #4575. As you surmised @jreback it looks like unnecessary float arithmetic was causing the test failure. I fixed this up and in the interest of consistency removed the dependence on `datetime.now()` Example ``` python In [8]: val = 1376774232215504000 In [9]: val / 1000 Out[9]: 1376774232215504 In [10]: val ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4592/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4592/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4592.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4592", "merged_at": "2013-08-17T14:10:00Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4592.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4592" }
https://api.github.com/repos/pandas-dev/pandas/issues/4593
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4593/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4593/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4593/events
https://github.com/pandas-dev/pandas/pull/4593
18,194,317
MDExOlB1bGxSZXF1ZXN0NzY3NzU0Nw==
4,593
BUG: ujson labels are encoded twice
{ "avatar_url": "https://avatars.githubusercontent.com/u/107748?v=4", "events_url": "https://api.github.com/users/Komnomnomnom/events{/privacy}", "followers_url": "https://api.github.com/users/Komnomnomnom/followers", "following_url": "https://api.github.com/users/Komnomnomnom/following{/other_user}", "gists_...
[]
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...
2
2013-08-17T13:52:57Z
2014-06-22T10:10:15Z
2013-08-21T02:01:54Z
CONTRIBUTOR
null
With its current handling ujson ends up encoding labels twice, which can cause problems if they contain escapable characters: ``` python In [16]: df = DataFrame([['a', 'b'], ['c', 'd']], index=['index " 1', 'index / 2'], columns=['a \\ b', 'y / z']) In [17]: df Out[17]: a \ b y / z index " 1 a b in...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4593/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4593/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4593.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4593", "merged_at": "2013-08-21T02:01:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4593.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4593" }
https://api.github.com/repos/pandas-dev/pandas/issues/4594
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4594/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4594/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4594/events
https://github.com/pandas-dev/pandas/issues/4594
18,198,130
MDU6SXNzdWUxODE5ODEzMA==
4,594
Allow flavor argument to read_html to be list/instance of _HtmlFrameParser
{ "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": "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": "r...
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...
12
2013-08-17T19:18:50Z
2014-01-24T19:42:23Z
2014-01-24T14:48:49Z
CONTRIBUTOR
null
Currently the `flavor` argument to `read_html` must either be `None` or a string or a container of strings. This make is difficult for the user to write his own instance of `_HtmlFrameParser` and to use that when parsing. I suggest also allowing the user to pass in a subclass of `_HtmlFrameParser` in place of a string....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4594/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4594/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4595
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4595/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4595/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4595/events
https://github.com/pandas-dev/pandas/issues/4595
18,201,161
MDU6SXNzdWUxODIwMTE2MQ==
4,595
DataFrame.to_csv/read_csv inconsistency
{ "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": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" }, { "color": "5319e7", "...
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...
19
2013-08-18T00:07:44Z
2018-02-03T10:09:14Z
2013-08-18T12:36:22Z
NONE
null
This is not a bug; maybe it is more of a philosophical issue. When I download data from Yahoo, mimicking the code on p. 139 of the book (python for data analysis) it creates a data frame. The index for this data frame is a time series index - timestamps provided by Yahoo. If I save this DataFrame to disk using 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/4595/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4595/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4596
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4596/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4596/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4596/events
https://github.com/pandas-dev/pandas/issues/4596
18,201,612
MDU6SXNzdWUxODIwMTYxMg==
4,596
PythonParser::_check_thousands appears broken
{ "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": "06909A", "default": false, "description": "IO issues that don't fit...
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
2013-08-18T00:58:17Z
2016-10-12T23:04:07Z
2013-09-19T12:24:50Z
CONTRIBUTOR
null
This code appears broken: ``` def _check_thousands(self, lines): if self.thousands is None: return lines nonnum = re.compile('[^-^0-9^%s^.]+' % self.thousands) ret = [] for l in lines: rl = [] for x in l: if (not isinstance(x, comp...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4596/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4596/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4597
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4597/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4597/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4597/events
https://github.com/pandas-dev/pandas/issues/4597
18,203,942
MDU6SXNzdWUxODIwMzk0Mg==
4,597
Add example git workflows to the wiki
{ "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": "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/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": "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
2013-08-18T06:41:44Z
2013-09-06T22:15:48Z
2013-09-06T22:15:48Z
MEMBER
null
If any of the other pandas developers would like to give a quick rundown of their workflow when hacking on pandas that would be greatly appreciated. I'll do the same. Once the dust settles, I'll collect the workflows and create a new wiki page with this information. FYI, I'm trying to highlight `git` usage here, so if...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4597/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4597/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4598
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4598/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4598/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4598/events
https://github.com/pandas-dev/pandas/pull/4598
18,208,767
MDExOlB1bGxSZXF1ZXN0NzY4Mjg2OQ==
4,598
csv_import: Thousands separator works in floating point numbers
{ "avatar_url": "https://avatars.githubusercontent.com/u/1184478?v=4", "events_url": "https://api.github.com/users/guyrt/events{/privacy}", "followers_url": "https://api.github.com/users/guyrt/followers", "following_url": "https://api.github.com/users/guyrt/following{/other_user}", "gists_url": "https://api.g...
[]
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...
23
2013-08-18T15:13:06Z
2014-06-22T08:32:53Z
2013-08-23T17:51:35Z
CONTRIBUTOR
null
Closes issue #4322 Adds support for the thousands character in csv parser for floats. Previously, the thousands separator character did not pass into the core floating point number parsing algorithm: https://github.com/pydata/pandas/blob/master/pandas/src/parser/tokenizer.c#L1861 I added an argument to this function...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4598/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4598/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/4598.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/4598", "merged_at": "2013-08-23T17:51:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/4598.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4598" }
https://api.github.com/repos/pandas-dev/pandas/issues/4599
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4599/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4599/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4599/events
https://github.com/pandas-dev/pandas/issues/4599
18,209,374
MDU6SXNzdWUxODIwOTM3NA==
4,599
Give the merge copy parameter better documentation
{ "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": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "0e8a16", "default": true, "description": null, "id": 7171206...
open
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/9169730?v=4", "events_url": "https://api.github.com/users/moaraccounts/events{/privacy}", "followers_url": "https://api.github.com/users/moaraccounts/followers", "following_url": "https://api.github.com/users/moaraccounts/following{/other_user}", "gists...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/9169730?v=4", "events_url": "https://api.github.com/users/moaraccounts/events{/privacy}", "followers_url": "https://api.github.com/users/moaraccounts/followers", "following_url": "https://api.github.com/users/moaraccounts/following{/other_user...
{ "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
2013-08-18T15:59:22Z
2020-05-27T17:14:56Z
null
MEMBER
null
See [this SO question](http://stackoverflow.com/q/18295630/564538) The docstring should indicate _what_ is not being copied unnecessarily (`Index`es, `ndarray`s, etc.)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/4599/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4599/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/4600
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/4600/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/4600/comments
https://api.github.com/repos/pandas-dev/pandas/issues/4600/events
https://github.com/pandas-dev/pandas/issues/4600
18,209,632
MDU6SXNzdWUxODIwOTYzMg==
4,600
Adding a column to a DataFrame always creates a copy of a Series
{ "avatar_url": "https://avatars.githubusercontent.com/u/188258?v=4", "events_url": "https://api.github.com/users/alefnula/events{/privacy}", "followers_url": "https://api.github.com/users/alefnula/followers", "following_url": "https://api.github.com/users/alefnula/following{/other_user}", "gists_url": "https...
[]
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...
15
2013-08-18T16:19:17Z
2018-11-01T14:29:32Z
2013-08-19T14:23:31Z
CONTRIBUTOR
null
I don't know if this is a valid behaviour, but it seems to me like a bug? ``` python >>> s = pd.Series([1,2,3]) >>> df = pd.DataFrame(s) >>> df.index is s.index True >>> df.iloc[0, 0] = 33 >>> df 0 0 33 1 2 2 3 >>> s 0 33 1 2 2 3 dtype: int64 ``` So far so good. But if I do: ``` python >>> s = 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/4600/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/4600/timeline
null
null
null