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/2401
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2401/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2401/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2401/events
https://github.com/pandas-dev/pandas/pull/2401
8,884,939
MDExOlB1bGxSZXF1ZXN0MzE5ODMxMw==
2,401
Pytables support for hierarchical keys
{ "avatar_url": "https://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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
5
2012-12-01T04:34:23Z
2014-06-27T02:54:09Z
2012-12-01T20:45:18Z
CONTRIBUTOR
null
GH #2391 support for keys of the form: foo/bar/bah includes docs & 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/2401/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2401/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2401.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2401", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2401.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2401" }
https://api.github.com/repos/pandas-dev/pandas/issues/2402
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2402/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2402/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2402/events
https://github.com/pandas-dev/pandas/issues/2402
8,904,373
MDU6SXNzdWU4OTA0Mzcz
2,402
import pandas fails with ImportError: cannot import name Series
{ "avatar_url": "https://avatars.githubusercontent.com/u/2217281?v=4", "events_url": "https://api.github.com/users/mcooganj/events{/privacy}", "followers_url": "https://api.github.com/users/mcooganj/followers", "following_url": "https://api.github.com/users/mcooganj/following{/other_user}", "gists_url": "http...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
null
3
2012-12-01T21:58:20Z
2012-12-02T00:27:14Z
2012-12-02T00:27:14Z
NONE
null
I have installed pandas with pip, which seemed to go okay, but when i import it in a python session i get the following error: > > > import pandas > > > cannot import name Series > > > Traceback (most recent call last): > > > File "<stdin>", line 1, in <module> > > > File "/Library/Python/2.7/site-packages/pandas...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2402/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2402/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2403
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2403/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2403/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2403/events
https://github.com/pandas-dev/pandas/issues/2403
8,906,315
MDU6SXNzdWU4OTA2MzE1
2,403
BUG: Consolidate not converting datetimes?
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
null
2
2012-12-01T23:26:51Z
2012-12-03T01:02:12Z
2012-12-03T01:02:12Z
CONTRIBUTOR
null
is this a bug that consolidate leaves the datetime as object? on 0.10 dev ``` import pandas import pandas.util.testing as tm from pandas import Timestamp df = tm.makeDataFrame() df['obj1'] = 'foo' df['obj2'] = 'bar' df['bool1'] = df['A'] > 0 df['bool2'] = df['B'] > 0 df['bool3'] = True df['int1'] = 1 df['int2'] = 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/2403/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2403/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2404
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2404/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2404/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2404/events
https://github.com/pandas-dev/pandas/issues/2404
8,908,881
MDU6SXNzdWU4OTA4ODgx
2,404
failing vbenchmarks
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "htt...
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
4
2012-12-02T02:06:36Z
2012-12-02T03:23:16Z
2012-12-02T03:23:16Z
NONE
null
https://travis-ci.org/y-p/pandas/jobs/3456390
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2404/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2404/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2405
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2405/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2405/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2405/events
https://github.com/pandas-dev/pandas/issues/2405
8,928,584
MDU6SXNzdWU4OTI4NTg0
2,405
Vbench and optimize single string parsing
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "a10c02", "d...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
3
2012-12-02T20:30:31Z
2017-01-25T21:01:57Z
2017-01-25T15:52:33Z
MEMBER
null
Not sure if this can be trimmed much, but... ``` In [5]: timeit pandas.tseries.tools.dateutil_parse('20000104', datetime(1, 1, 1)) 10000 loops, best of 3: 76.6 us per loop ``` Testing should be higher, at the `parse_time_string` level Time spent mostly in dateutil: ``` In [8]: timeit dateutil.parser.parse('20000104...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2405/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2405/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2406
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2406/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2406/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2406/events
https://github.com/pandas-dev/pandas/issues/2406
8,932,955
MDU6SXNzdWU4OTMyOTU1
2,406
Update dependency lists
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
5
2012-12-03T00:44:59Z
2012-12-13T03:49:32Z
2012-12-07T17:20:57Z
MEMBER
null
Notably, newer openpyxl and newer Cython required to build pandas from source and for all tests to pass Both README.rst and the docs
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2406/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2406/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2407
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2407/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2407/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2407/events
https://github.com/pandas-dev/pandas/pull/2407
8,933,268
MDExOlB1bGxSZXF1ZXN0MzIwNDk1Mg==
2,407
Docs for Panel4D/panelnd and Minor Enhancements
{ "avatar_url": "https://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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
2
2012-12-03T01:00:29Z
2014-06-12T10:20:37Z
2012-12-07T16:06:56Z
CONTRIBUTOR
null
updated whatsnew/RELEASE added boolean comparison methods to panel.py (didn't exist before) all tests pass need to update the link to dsintro-panel4d section in the whatsnew docs....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2407/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2407/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2407.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2407", "merged_at": "2012-12-07T16:06:56Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/2407.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2407" }
https://api.github.com/repos/pandas-dev/pandas/issues/2408
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2408/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2408/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2408/events
https://github.com/pandas-dev/pandas/pull/2408
8,933,859
MDExOlB1bGxSZXF1ZXN0MzIwNTExOQ==
2,408
BLD: New build matrix for Travis
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "htt...
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
5
2012-12-03T01:34:37Z
2012-12-05T19:40:34Z
2012-12-05T19:40:34Z
NONE
null
- Moved travis build logic to ci directory. - Added testing for 3.3 (with numpy 1.7b2). - Prints version strings for all installed components. - added FULL_DEPS build for 2.7 and 3.2, which includes scipy and matplotlib tests. - Made the log less verbose. - Travis now shows an "env" columnn.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2408/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2408/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2408.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2408", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2408.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2408" }
https://api.github.com/repos/pandas-dev/pandas/issues/2409
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2409/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2409/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2409/events
https://github.com/pandas-dev/pandas/pull/2409
8,949,796
MDExOlB1bGxSZXF1ZXN0MzIxMDUwMw==
2,409
Index format
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
8
2012-12-03T13:51:16Z
2012-12-03T18:01:20Z
2012-12-03T14:28:34Z
CONTRIBUTOR
null
e.g., formatters={'**index**' : <func>}
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2409/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2409/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2409.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2409", "merged_at": "2012-12-03T14:28:34Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/2409.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2409" }
https://api.github.com/repos/pandas-dev/pandas/issues/2410
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2410/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2410/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2410/events
https://github.com/pandas-dev/pandas/pull/2410
8,951,649
MDExOlB1bGxSZXF1ZXN0MzIxMTM5MA==
2,410
Resample interval
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
4
2012-12-03T14:54:54Z
2014-06-23T06:30:15Z
2012-12-07T15:44:46Z
CONTRIBUTOR
null
inference for close and label parameter values
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2410/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2410/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2410.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2410", "merged_at": "2012-12-07T15:44:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/2410.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2410" }
https://api.github.com/repos/pandas-dev/pandas/issues/2411
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2411/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2411/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2411/events
https://github.com/pandas-dev/pandas/issues/2411
8,956,108
MDU6SXNzdWU4OTU2MTA4
2,411
Enable passing arguments to str.l/r/strip functions
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
0
2012-12-03T17:00:09Z
2012-12-07T16:28:59Z
2012-12-07T16:28:59Z
MEMBER
null
re: http://stackoverflow.com/questions/13682044/pandas-dataframe-remove-unwanted-parts-from-strings-in-a-column?utm_source=twitterfeed:python:newest&utm_medium=twitter
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2411/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2411/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2412
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2412/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2412/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2412/events
https://github.com/pandas-dev/pandas/issues/2412
8,956,324
MDU6SXNzdWU4OTU2MzI0
2,412
Implement value_vars argument in melt function, add melt to pandas ns
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" } ]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
0
2012-12-03T17:05:19Z
2012-12-07T17:14:59Z
2012-12-07T17:14:59Z
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/2412/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2412/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2413
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2413/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2413/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2413/events
https://github.com/pandas-dev/pandas/pull/2413
8,957,757
MDExOlB1bGxSZXF1ZXN0MzIxNDQ5Mg==
2,413
ENH: args for strip/lstrip/rstrip #2411
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
2
2012-12-03T17:51:45Z
2012-12-07T16:28:55Z
2012-12-07T16:28:55Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2413/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2413/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2413.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2413", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2413.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2413" }
https://api.github.com/repos/pandas-dev/pandas/issues/2414
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2414/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2414/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2414/events
https://github.com/pandas-dev/pandas/issues/2414
8,958,185
MDU6SXNzdWU4OTU4MTg1
2,414
CLN: move generic code to NDFrame
{ "avatar_url": "https://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" } ]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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
2012-12-03T18:05:05Z
2013-02-22T19:43:43Z
2013-02-22T19:43:43Z
CONTRIBUTOR
null
thinking of: lots of parts of align comparison ops, parts of apply (and put special cases in the sub-classes) pop align & where
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2414/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2414/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2415
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2415/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2415/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2415/events
https://github.com/pandas-dev/pandas/pull/2415
8,958,971
MDExOlB1bGxSZXF1ZXN0MzIxNTA3Mg==
2,415
ENH: value_vars for melt
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
1
2012-12-03T18:31:30Z
2014-06-27T17:54:46Z
2012-12-07T15:59:46Z
CONTRIBUTOR
null
#2412
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2415/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2415/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2415.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2415", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2415.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2415" }
https://api.github.com/repos/pandas-dev/pandas/issues/2416
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2416/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2416/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2416/events
https://github.com/pandas-dev/pandas/issues/2416
8,961,546
MDU6SXNzdWU4OTYxNTQ2
2,416
set_index with inplace=True still returns the new dataframe
{ "avatar_url": "https://avatars.githubusercontent.com/u/69774?v=4", "events_url": "https://api.github.com/users/michaelaye/events{/privacy}", "followers_url": "https://api.github.com/users/michaelaye/followers", "following_url": "https://api.github.com/users/michaelaye/following{/other_user}", "gists_url": "...
[]
closed
false
null
[]
null
3
2012-12-03T19:53:26Z
2012-12-03T20:05:32Z
2012-12-03T20:03:59Z
CONTRIBUTOR
null
Isn't the idea of 'inplace' that nothing needs to be returned? Additionally, when I have a lot of columns, the notebook's printout of the returned dataframe 'cramps my style'. ;)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2416/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2416/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2417
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2417/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2417/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2417/events
https://github.com/pandas-dev/pandas/issues/2417
8,963,873
MDU6SXNzdWU4OTYzODcz
2,417
add align/where operations to panel
{ "avatar_url": "https://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" } ]
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
2012-12-03T21:07:55Z
2013-01-25T18:33:39Z
2013-01-25T18:33:39Z
CONTRIBUTOR
null
for 0.11 (and maybe refactor to put common into NDFrame)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2417/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2417/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2418
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2418/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2418/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2418/events
https://github.com/pandas-dev/pandas/issues/2418
8,964,420
MDU6SXNzdWU4OTY0NDIw
2,418
More broken UTF-16 support
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "06909A", "default": false, "description": "IO issues that don't fit...
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
1
2012-12-03T21:25:10Z
2012-12-06T18:35:47Z
2012-12-06T18:35:47Z
CONTRIBUTOR
null
http://stackoverflow.com/questions/13690122/pandas-read-csv-and-utf-16 ``` In [3]: url = 'http://brianckeegan.com/data/candidates-spanish.txt' In [4]: pd.read_table(url, sep='\t', encoding='utf-16') Segmentation fault: 11 (core dumped) ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2418/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2418/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2419
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2419/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2419/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2419/events
https://github.com/pandas-dev/pandas/issues/2419
8,965,094
MDU6SXNzdWU4OTY1MDk0
2,419
Series/DataFrame sample method with/without replacement
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" } ]
closed
false
null
[]
{ "closed_at": "2015-05-11T15:46:03Z", "closed_issues": 237, "created_at": "2014-10-07T14:39:07Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
35
2012-12-03T21:45:11Z
2015-05-01T12:05:09Z
2015-05-01T12:05:09Z
MEMBER
null
Should use a more intelligent algorithm than using `np.random.permutation`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2419/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2419/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2420
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2420/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2420/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2420/events
https://github.com/pandas-dev/pandas/issues/2420
8,967,471
MDU6SXNzdWU4OTY3NDcx
2,420
Improve speed and memory usage with simple integer indexes
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "a10c02", "default": false, "description": "Memory o...
closed
false
null
[]
{ "closed_at": "2016-03-12T16:19:08Z", "closed_issues": 469, "created_at": "2015-07-19T20:18:45Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2012-12-03T23:05:29Z
2016-09-21T10:14:28Z
2016-09-21T10:13:26Z
MEMBER
null
http://stackoverflow.com/questions/13692418/does-pandas-cache-values-on-ix-call I believe this will be mostly remedied when the equivalent of the `range-index` branch is merged. ``` import pandas as pd import numpy as np import datetime as dt import matplotlib.cbook as mc import inspect print 'pandas', pd.__version_...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2420/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2420/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2421
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2421/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2421/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2421/events
https://github.com/pandas-dev/pandas/issues/2421
8,968,983
MDU6SXNzdWU4OTY4OTgz
2,421
fmt.set_eng_float_format doesn't use the new core.config module
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
2
2012-12-04T00:05:38Z
2018-11-16T13:55:54Z
2012-12-04T18:14:04Z
NONE
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2421/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2421/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2422
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2422/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2422/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2422/events
https://github.com/pandas-dev/pandas/issues/2422
8,970,810
MDU6SXNzdWU4OTcwODEw
2,422
what does print_config.digits do?
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
2
2012-12-04T01:33:23Z
2014-06-26T15:04:44Z
2012-12-06T02:37:29Z
NONE
null
I'm documenting the existing options in the former print_config, and `digits` is undocumented, nor have I found any use of it anywhere in the code. Anyone know why it's there and if there's a reason not to chuck it?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2422/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2422/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2423
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2423/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2423/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2423/events
https://github.com/pandas-dev/pandas/issues/2423
8,972,989
MDU6SXNzdWU4OTcyOTg5
2,423
BUG/TST: Panel4d comparison operator
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
2
2012-12-04T03:57:07Z
2012-12-04T04:50:34Z
2012-12-04T04:50:34Z
NONE
null
pandas.tests.test_panel4d:TestPanel4d. test_setitem fails on 3.x with ``` python Traceback (most recent call last): File "/home/travis/virtualenv/python3.1/lib/python3.1/site-packages/pandas-0.10.0.dev_1b7ceed-py3.1-linux-i686.egg/pandas/tests/test_panel4d.py", line 368, in test_setitem self.panel4d['lP'] = self.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/2423/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2423/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2424
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2424/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2424/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2424/events
https://github.com/pandas-dev/pandas/issues/2424
8,983,665
MDU6SXNzdWU4OTgzNjY1
2,424
tests_parsers should skip bz2 tests if not installed
{ "avatar_url": "https://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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
2
2012-12-04T13:30:15Z
2012-12-09T22:41:49Z
2012-12-09T22:41:49Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2424/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2424/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2425
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2425/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2425/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2425/events
https://github.com/pandas-dev/pandas/issues/2425
8,990,807
MDU6SXNzdWU4OTkwODA3
2,425
Allow level wildcard via slice(None) in df.ix[] with MultiIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/297142?v=4", "events_url": "https://api.github.com/users/timcera/events{/privacy}", "followers_url": "https://api.github.com/users/timcera/followers", "following_url": "https://api.github.com/users/timcera/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": "0b02e1", "default": false, "description": "Related ...
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/...
5
2012-12-04T17:01:51Z
2013-12-18T19:59:09Z
2013-12-18T19:59:09Z
CONTRIBUTOR
null
``` arrays = [['bar', 'bar', 'baz', 'baz', 'foo', 'foo', 'qux', 'qux'],['one', 'two', 'one', 'two', 'one', 'two', 'one', 'two']] tuples = zip(*arrays) index = pd.MultiIndex.from_tuples(tuples, names=['first', 'second']) df = DataFrame(randn(3, 8), index=['A', 'B', 'C'], columns=index) df = df.T ``` The following works...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2425/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2425/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2426
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2426/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2426/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2426/events
https://github.com/pandas-dev/pandas/issues/2426
8,991,450
MDU6SXNzdWU4OTkxNDUw
2,426
get_data_fred
{ "avatar_url": "https://avatars.githubusercontent.com/u/2963682?v=4", "events_url": "https://api.github.com/users/hidooki/events{/privacy}", "followers_url": "https://api.github.com/users/hidooki/followers", "following_url": "https://api.github.com/users/hidooki/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": "06909A", "default": false, "description": "IO issue...
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...
4
2012-12-04T17:21:05Z
2014-03-07T18:47:08Z
2014-03-07T18:47:08Z
NONE
null
could you switch to calling urllib2.open (instead of urllib.open) in this function, so that it works seamlessly with http proxies?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2426/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2426/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2427
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2427/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2427/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2427/events
https://github.com/pandas-dev/pandas/issues/2427
8,995,335
MDU6SXNzdWU4OTk1MzM1
2,427
Potential bug resulting in MemoryError
{ "avatar_url": "https://avatars.githubusercontent.com/u/96318?v=4", "events_url": "https://api.github.com/users/yarden/events{/privacy}", "followers_url": "https://api.github.com/users/yarden/followers", "following_url": "https://api.github.com/users/yarden/following{/other_user}", "gists_url": "https://api....
[]
closed
false
null
[]
null
9
2012-12-04T19:24:07Z
2012-12-05T02:17:24Z
2012-12-05T02:17:24Z
NONE
null
I'm performing the following set of consecutive `merge` operations in pandas on a few small tables (100k rows by ~15 columns) that are read from file using `read_table`. Although the tables are small and I run it on a machine with over 60 GB of RAM, I consistently get `MemoryError` from the `merge` operation, and the 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/2427/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2427/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2428
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2428/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2428/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2428/events
https://github.com/pandas-dev/pandas/issues/2428
8,996,106
MDU6SXNzdWU4OTk2MTA2
2,428
read_csv segfaults when given a path to a non-existent file
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
0
2012-12-04T19:48:49Z
2012-12-05T05:57:54Z
2012-12-05T05:57:54Z
NONE
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2428/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2428/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2429
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2429/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2429/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2429/events
https://github.com/pandas-dev/pandas/pull/2429
9,001,363
MDExOlB1bGxSZXF1ZXN0MzIzNjU0OA==
2,429
Update to gotchas page for indexing
{ "avatar_url": "https://avatars.githubusercontent.com/u/58063?v=4", "events_url": "https://api.github.com/users/durden/events{/privacy}", "followers_url": "https://api.github.com/users/durden/followers", "following_url": "https://api.github.com/users/durden/following{/other_user}", "gists_url": "https://api....
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
0
2012-12-04T22:32:26Z
2012-12-07T15:41:51Z
2012-12-07T15:41:51Z
CONTRIBUTOR
null
Just a small update to the gotchas page to reference a potential gotcha using the reindex_like functionality.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2429/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2429/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2429.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2429", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2429.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2429" }
https://api.github.com/repos/pandas-dev/pandas/issues/2430
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2430/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2430/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2430/events
https://github.com/pandas-dev/pandas/issues/2430
9,002,807
MDU6SXNzdWU5MDAyODA3
2,430
Missing trailing fields in CSV file
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.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" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "htt...
{ "closed_at": "2013-05-10T10:40:59Z", "closed_issues": 96, "created_at": "2012-12-20T01:26:02Z", "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/f...
2
2012-12-04T23:22:47Z
2013-01-20T01:44:59Z
2013-01-20T01:44:59Z
MEMBER
null
``` Pandas Version: 0.10.0.dev-e80d24e I get the following error when reading a CSV file that was previously correctly read with the old Pandas 0.09 read_csv() code. CParserError: Error tokenizing data. C error: Expected 41 fields in line 7123, saw 40 Looks like the tokenizer will fail if it encounters a line with ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2430/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2430/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2431
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2431/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2431/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2431/events
https://github.com/pandas-dev/pandas/issues/2431
9,004,763
MDU6SXNzdWU5MDA0NzYz
2,431
pd.save/load does not recreate some dataframe attributes
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
2
2012-12-05T00:50:14Z
2012-12-05T01:53:42Z
2012-12-05T01:53:42Z
NONE
null
Ran into this while trying some dropna and merge type operations on a pickled data frame I loaded back i, It died with an `AttributeError` on `self._known_consolidated`. ``` python df = pd.DataFrame( [[1,2]]) df.save("/tmp/1.pickle") print df._data._known_consolidated df2=df.load("/tmp/1.pickle") print df2._data._know...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2431/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2431/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2432
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2432/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2432/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2432/events
https://github.com/pandas-dev/pandas/pull/2432
9,006,321
MDExOlB1bGxSZXF1ZXN0MzIzOTA5Mg==
2,432
Fix issue compiling with MSVC9
{ "avatar_url": "https://avatars.githubusercontent.com/u/453086?v=4", "events_url": "https://api.github.com/users/dieterv77/events{/privacy}", "followers_url": "https://api.github.com/users/dieterv77/followers", "following_url": "https://api.github.com/users/dieterv77/following{/other_user}", "gists_url": "ht...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
1
2012-12-05T02:06:18Z
2012-12-06T22:20:11Z
2012-12-06T22:20:11Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2432/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2432/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2432.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2432", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2432.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2432" }
https://api.github.com/repos/pandas-dev/pandas/issues/2433
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2433/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2433/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2433/events
https://github.com/pandas-dev/pandas/issues/2433
9,006,541
MDU6SXNzdWU5MDA2NTQx
2,433
FR: add a skipna option to pd.merge df.join, etc'
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "02d7e1", "default": false, "description": "Concat, ...
closed
false
null
[]
{ "closed_at": "2014-02-03T05:17:36Z", "closed_issues": 314, "created_at": "2013-08-26T22:11:58Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4", "events_url": "https://api.github.com/users/jtratner/events{/privacy}", "followers_url": "https://api.github.com/users/...
2
2012-12-05T02:19:33Z
2013-12-21T19:52:10Z
2013-12-21T19:21:36Z
NONE
null
see #2427.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2433/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2433/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2434
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2434/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2434/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2434/events
https://github.com/pandas-dev/pandas/issues/2434
9,027,591
MDU6SXNzdWU5MDI3NTkx
2,434
Propogating null values on comparison operations
{ "avatar_url": "https://avatars.githubusercontent.com/u/81476?v=4", "events_url": "https://api.github.com/users/fonnesbeck/events{/privacy}", "followers_url": "https://api.github.com/users/fonnesbeck/followers", "following_url": "https://api.github.com/users/fonnesbeck/following{/other_user}", "gists_url": "...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "d7e102", "default": false, "description": "np.nan, ...
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...
8
2012-12-05T17:53:20Z
2020-03-23T08:45:22Z
2020-03-23T08:45:22Z
NONE
null
I noticed that when using a boolean comparison operator on a column with null values, Pandas does not propogate the null values to the result. For example, if I do the following: ``` df.foo > 0 ``` the resulting series includes False entries where there were missing values in `foo`.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2434/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2434/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2435
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2435/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2435/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2435/events
https://github.com/pandas-dev/pandas/issues/2435
9,034,386
MDU6SXNzdWU5MDM0Mzg2
2,435
index get_loc getting called on construction / major slowdown
{ "avatar_url": "https://avatars.githubusercontent.com/u/2974689?v=4", "events_url": "https://api.github.com/users/rbakhru/events{/privacy}", "followers_url": "https://api.github.com/users/rbakhru/followers", "following_url": "https://api.github.com/users/rbakhru/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
2
2012-12-05T21:27:50Z
2012-12-07T17:13:13Z
2012-12-07T17:13:13Z
NONE
null
Using pandas 0.9 get_loc in tseries/index.py is getting called a lot more than necessary, and its fairly slow given the attempts at converting strings to dates in the exception handler. if you breakpoint get_loc and try things like truncate with a datetime range, calling as_matrix, or even just pulling slices, you'll...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2435/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2435/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2436
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2436/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2436/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2436/events
https://github.com/pandas-dev/pandas/pull/2436
9,040,518
MDExOlB1bGxSZXF1ZXN0MzI1NjEwNQ==
2,436
repr for wider DataFrames
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
2
2012-12-06T01:22:47Z
2014-06-14T05:45:22Z
2012-12-07T23:09:01Z
CONTRIBUTOR
null
by default no effect, set_option('print.expand_frame_repr', True) to have it print out wider DataFrames instead of just info repr. by default uses 80 characters as the width of the line and can be set like set_option('print.line_width', 120) also adds set_option('test.interactive', False) option for testing purposes...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2436/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2436/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2436.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2436", "merged_at": "2012-12-07T23:09:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/2436.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2436" }
https://api.github.com/repos/pandas-dev/pandas/issues/2437
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2437/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2437/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2437/events
https://github.com/pandas-dev/pandas/issues/2437
9,051,292
MDU6SXNzdWU5MDUxMjky
2,437
Partial indexing only valid for ordered time series
{ "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": "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-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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
2012-12-06T12:09:25Z
2014-11-20T16:45:49Z
2013-03-22T14:58:02Z
CONTRIBUTOR
null
This was mentioned on [StackOverflow](http://stackoverflow.com/questions/13737992/indexing-timeseries-by-date-string), I thought I ought to post it here. I'm not sure whether or not this is a bug: You can select by a date string in an ordered tseries, but not in an ordered one: ``` import pandas as pd from numpy.rand...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2437/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2437/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2438
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2438/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2438/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2438/events
https://github.com/pandas-dev/pandas/issues/2438
9,054,525
MDU6SXNzdWU5MDU0NTI1
2,438
Certain slices of Series can cause problems with matplotlib boxplot
{ "avatar_url": "https://avatars.githubusercontent.com/u/1136154?v=4", "events_url": "https://api.github.com/users/mwlodarczak/events{/privacy}", "followers_url": "https://api.github.com/users/mwlodarczak/followers", "following_url": "https://api.github.com/users/mwlodarczak/following{/other_user}", "gists_ur...
[ { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
null
[]
{ "closed_at": 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...
5
2012-12-06T14:07:40Z
2014-06-08T12:04:07Z
2014-06-08T01:40:08Z
NONE
null
We just encountered a problem when boxplotting a slice of a Series that does not contain the first element (i.e., the element with index 0). Here is an example: ``` python plt.boxplot(pd.Series([1,2,3,4])[1:]) ``` Which gives the following output: ``` -----------------------------------------------------------------...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2438/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2438/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2439
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2439/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2439/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2439/events
https://github.com/pandas-dev/pandas/issues/2439
9,057,656
MDU6SXNzdWU5MDU3NjU2
2,439
Building the library fails : ''pandas/index.c: No such file or directory"
{ "avatar_url": "https://avatars.githubusercontent.com/u/299835?v=4", "events_url": "https://api.github.com/users/sebpiq/events{/privacy}", "followers_url": "https://api.github.com/users/sebpiq/followers", "following_url": "https://api.github.com/users/sebpiq/following{/other_user}", "gists_url": "https://api...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
{ "closed_at": "2013-05-10T10:57:28Z", "closed_issues": 340, "created_at": "2013-01-18T03:58:28Z", "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/...
25
2012-12-06T15:48:14Z
2016-10-16T10:40:13Z
2012-12-06T16:38:04Z
NONE
null
I just forked and cloned the master branch (last commit from 6th December), and building fails with the following error : ``` > python setup.py build_ext --inplace running build_ext building 'pandas.index' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/home/spiq/...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2439/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2439/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2440
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2440/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2440/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2440/events
https://github.com/pandas-dev/pandas/issues/2440
9,059,054
MDU6SXNzdWU5MDU5MDU0
2,440
Underlying support code of Dataframe is not thread safe
{ "avatar_url": "https://avatars.githubusercontent.com/u/2334200?v=4", "events_url": "https://api.github.com/users/jaguarviajero/events{/privacy}", "followers_url": "https://api.github.com/users/jaguarviajero/followers", "following_url": "https://api.github.com/users/jaguarviajero/following{/other_user}", "gi...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "ededed", "default": false, "description": "Parallelism in pandas", ...
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...
12
2012-12-06T16:26:59Z
2018-04-23T10:20:41Z
2018-04-23T10:20:41Z
NONE
null
Hello, I've run into a nasty bug as I try to work with dataframes and threads. The problem is that one thread modifies a local dataframe by removing a column but in doing so somehow corrupts the dataframe of the other thread. My input data is a dataframe of multiple data types (float and integer in the example). 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/2440/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2440/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2441
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2441/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2441/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2441/events
https://github.com/pandas-dev/pandas/issues/2441
9,067,687
MDU6SXNzdWU5MDY3Njg3
2,441
Corrupted values in Panel when index is not unique
{ "avatar_url": "https://avatars.githubusercontent.com/u/2983769?v=4", "events_url": "https://api.github.com/users/rafaljozefowicz/events{/privacy}", "followers_url": "https://api.github.com/users/rafaljozefowicz/followers", "following_url": "https://api.github.com/users/rafaljozefowicz/following{/other_user}",...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "htt...
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
0
2012-12-06T21:00:21Z
2012-12-07T22:34:25Z
2012-12-07T22:34:25Z
NONE
null
import pandas as pd from StringIO import StringIO txt = """time,id,value 2012-10-20,1,1.5 2012-10-20,1,2.5 2012-10-21,1,1.5 """ xxx = pd.read_csv(StringIO(txt), parse_dates=0) print(xxx.set_index(["time"])[xxx.id == 1]) print(xxx.set_index(["time", "id"]).to_panel().value) It prints out: id value time 2...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2441/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2441/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2442
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2442/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2442/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2442/events
https://github.com/pandas-dev/pandas/issues/2442
9,070,632
MDU6SXNzdWU5MDcwNjMy
2,442
Handling of trailing delimiters in read_csv
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.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" } ]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
10
2012-12-06T22:15:57Z
2020-02-11T02:23:48Z
2012-12-10T21:22:21Z
MEMBER
null
xref http://stackoverflow.com/questions/13719946/python-pandas-trailing-delimiter-confuses-read-csv
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2442/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2442/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2443
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2443/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2443/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2443/events
https://github.com/pandas-dev/pandas/issues/2443
9,071,272
MDU6SXNzdWU5MDcxMjcy
2,443
Timestamp repr error with tzoffset tz
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "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
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "htt...
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
4
2012-12-06T22:37:14Z
2012-12-07T16:53:27Z
2012-12-07T16:53:27Z
MEMBER
null
e.g. `result = Timestamp('2002-06-28T01:00:00.000000000+0100')` from http://stackoverflow.com/questions/13703720/converting-between-datetime-timestamp-and-datetime64
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2443/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2443/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2444
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2444/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2444/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2444/events
https://github.com/pandas-dev/pandas/issues/2444
9,071,638
MDU6SXNzdWU5MDcxNjM4
2,444
Resampling with data dependent labelling
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "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": null, "closed_issues": 278, "created_at": "2013-01-06T03:02:01Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "f...
1
2012-12-06T22:49:15Z
2014-05-28T22:53:39Z
2014-05-28T22:53:39Z
MEMBER
null
This was interesting: http://stackoverflow.com/questions/13675749/resample-searies-dataframe-with-frequency-anchored-to-specific-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/2444/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2444/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2445
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2445/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2445/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2445/events
https://github.com/pandas-dev/pandas/pull/2445
9,072,991
MDExOlB1bGxSZXF1ZXN0MzI3MjQwNA==
2,445
to_execl xlwt fails on large files
{ "avatar_url": "https://avatars.githubusercontent.com/u/379552?v=4", "events_url": "https://api.github.com/users/jassinm/events{/privacy}", "followers_url": "https://api.github.com/users/jassinm/followers", "following_url": "https://api.github.com/users/jassinm/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
7
2012-12-06T23:43:15Z
2014-06-18T17:17:37Z
2012-12-09T18:31:02Z
NONE
null
``` python import pandas as pd df = pd.DataFrame([tuple([i for i in range(200)]) for i in range(10000)], columns=["%s" % i for i in range(200)]) df.to_excel('test.xls') python testlarge.py ⏎ Traceback (most recent call last): File "testlarge.py", l...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2445/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2445/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2445.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2445", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2445.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2445" }
https://api.github.com/repos/pandas-dev/pandas/issues/2446
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2446/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2446/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2446/events
https://github.com/pandas-dev/pandas/pull/2446
9,073,627
MDExOlB1bGxSZXF1ZXN0MzI3MjY5MA==
2,446
ENH: Add batteries-included index and DataFrame generators to tm
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
1
2012-12-07T00:10:41Z
2012-12-07T15:40:34Z
2012-12-07T15:40:29Z
NONE
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2446/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2446/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2446.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2446", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2446.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2446" }
https://api.github.com/repos/pandas-dev/pandas/issues/2447
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2447/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2447/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2447/events
https://github.com/pandas-dev/pandas/issues/2447
9,074,111
MDU6SXNzdWU5MDc0MTEx
2,447
Override Series.tolist to control datetime64 -> PyObject conversion
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
2
2012-12-07T00:33:19Z
2012-12-07T16:58:58Z
2012-12-07T16:36:55Z
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/2447/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2447/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2448
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2448/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2448/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2448/events
https://github.com/pandas-dev/pandas/issues/2448
9,090,272
MDU6SXNzdWU5MDkwMjcy
2,448
TimeSeries shift in plot when plotting different frequencies on same axis
{ "avatar_url": "https://avatars.githubusercontent.com/u/2330659?v=4", "events_url": "https://api.github.com/users/rhkarls/events{/privacy}", "followers_url": "https://api.github.com/users/rhkarls/followers", "following_url": "https://api.github.com/users/rhkarls/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
2
2012-12-07T14:55:11Z
2012-12-09T17:55:59Z
2012-12-09T17:55:59Z
NONE
null
using pandas.TimeSeries.plot() causes a shift in the plotted timeseries when plotting two different TimeSeries objects on the same axis. When plotting in subplots or plotting using pylab/matplotlib directly it behaves as expected. Issue remains if objects are DataFrames instead of Series. Version 0.9.1 Simple code 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/2448/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2448/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2449
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2449/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2449/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2449/events
https://github.com/pandas-dev/pandas/issues/2449
9,095,664
MDU6SXNzdWU5MDk1NjY0
2,449
get_level_values() method for MultiIndex containing dates
{ "avatar_url": "https://avatars.githubusercontent.com/u/2418513?v=4", "events_url": "https://api.github.com/users/aldanor/events{/privacy}", "followers_url": "https://api.github.com/users/aldanor/followers", "following_url": "https://api.github.com/users/aldanor/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
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "htt...
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
2
2012-12-07T17:46:50Z
2012-12-07T21:05:26Z
2012-12-07T21:05:26Z
CONTRIBUTOR
null
I was wondering if it was possible to elegantly extract the values of a MultiIndex which contains dates as datetime (and not an ndarray of datetime64[ns] which screws things up)? ``` >>> print df numtrades date id 2012-01-03 11891 1 14259 2 2012-01-05...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2449/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2449/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2450
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2450/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2450/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2450/events
https://github.com/pandas-dev/pandas/issues/2450
9,100,743
MDU6SXNzdWU5MTAwNzQz
2,450
Make simpler API for using resampling infrastructure to do general gropuby
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840...
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...
6
2012-12-07T20:46:39Z
2014-03-15T14:34:20Z
2014-03-15T14:34:20Z
MEMBER
null
Using the `TimeGrouper` is both undocumented and not necessarily intended for average users. A cleaner, simpler API would be nice cc @dalejung related to bug in #2300 related to #3794
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2450/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2450/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2451
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2451/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2451/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2451/events
https://github.com/pandas-dev/pandas/pull/2451
9,104,357
MDExOlB1bGxSZXF1ZXN0MzI4NzY0Nw==
2,451
BLD: update setup.py numpy version deps for python3
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
0
2012-12-07T23:09:32Z
2012-12-07T23:44:57Z
2012-12-07T23:44:57Z
NONE
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2451/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2451/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2451.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2451", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2451.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2451" }
https://api.github.com/repos/pandas-dev/pandas/issues/2452
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2452/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2452/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2452/events
https://github.com/pandas-dev/pandas/issues/2452
9,104,798
MDU6SXNzdWU5MTA0Nzk4
2,452
Time for a .pandas config file?
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "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": "DDDDDD", "default": false, "description": "Long-Ter...
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
2012-12-07T23:29:01Z
2013-09-21T21:20:42Z
2013-09-21T13:44:33Z
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/2452/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2452/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2453
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2453/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2453/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2453/events
https://github.com/pandas-dev/pandas/issues/2453
9,104,947
MDU6SXNzdWU5MTA0OTQ3
2,453
Data corruption in DataFrame when creating new columns while iterating over the index
{ "avatar_url": "https://avatars.githubusercontent.com/u/2983769?v=4", "events_url": "https://api.github.com/users/rafaljozefowicz/events{/privacy}", "followers_url": "https://api.github.com/users/rafaljozefowicz/followers", "following_url": "https://api.github.com/users/rafaljozefowicz/following{/other_user}",...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
2
2012-12-07T23:37:59Z
2012-12-08T00:16:32Z
2012-12-08T00:16:32Z
NONE
null
That's the shortest example I could find. Data gets somehow corrupted when creating new columns while iterating over the index. Pre-generating initial values for columns solved my problem (commented out part) I am using pandas 0.9.0 ``` python df = pd.DataFrame(index=[0,1]) df[0] = nan wasCol = {} # uncommenting these...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2453/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2453/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2454
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2454/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2454/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2454/events
https://github.com/pandas-dev/pandas/pull/2454
9,107,360
MDExOlB1bGxSZXF1ZXN0MzI4OTI1Ng==
2,454
DOC: revised whatsnew 0.10 docs - only tiny change
{ "avatar_url": "https://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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
0
2012-12-08T02:49:18Z
2012-12-09T18:18:41Z
2012-12-09T18:18:41Z
CONTRIBUTOR
null
typos in io.rst moved some api changes docs to the proper place
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2454/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2454/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2454.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2454", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2454.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2454" }
https://api.github.com/repos/pandas-dev/pandas/issues/2455
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2455/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2455/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2455/events
https://github.com/pandas-dev/pandas/issues/2455
9,107,685
MDU6SXNzdWU5MTA3Njg1
2,455
Can pd.DataFrame retain column order when passed in OrderedDict?
{ "avatar_url": "https://avatars.githubusercontent.com/u/610115?v=4", "events_url": "https://api.github.com/users/dalejung/events{/privacy}", "followers_url": "https://api.github.com/users/dalejung/followers", "following_url": "https://api.github.com/users/dalejung/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" } ]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
1
2012-12-08T03:34:59Z
2012-12-08T22:36:17Z
2012-12-08T22:36:17Z
CONTRIBUTOR
null
It would have the nice effect of having ``` python ohlc = OrderedDict() ohlc['open'] = 'first' ohlc['high'] = 'max' ohlc['low'] = 'min' ohlc['close'] = 'last' gdf = grouped.agg(ohlc) ``` come out with the proper column order. core/groupby.py ``` python 1593 else: ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2455/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2455/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2456
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2456/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2456/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2456/events
https://github.com/pandas-dev/pandas/pull/2456
9,113,114
MDExOlB1bGxSZXF1ZXN0MzI5MTMwMA==
2,456
DataFrame ctor should respect col ordering in OrderedDict
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
4
2012-12-08T18:03:54Z
2012-12-08T22:36:04Z
2012-12-08T22:35:54Z
NONE
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2456/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2456/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2456.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2456", "merged_at": "2012-12-08T22:35:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/2456.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2456" }
https://api.github.com/repos/pandas-dev/pandas/issues/2457
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2457/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2457/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2457/events
https://github.com/pandas-dev/pandas/issues/2457
9,113,288
MDU6SXNzdWU5MTEzMjg4
2,457
Easy specification of different line terminators in parsers
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
0
2012-12-08T18:20:21Z
2012-12-09T19:42:15Z
2012-12-09T19:42:15Z
MEMBER
null
like the `lineterminator` dialect option ref: http://stackoverflow.com/questions/13779308/how-to-parse-delimited-data-in-python-pandas-to-create-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/2457/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2457/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2458
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2458/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2458/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2458/events
https://github.com/pandas-dev/pandas/issues/2458
9,116,470
MDU6SXNzdWU5MTE2NDcw
2,458
umlauts in dataframe cannot be displayed in ipython notebook
{ "avatar_url": "https://avatars.githubusercontent.com/u/890156?v=4", "events_url": "https://api.github.com/users/jankatins/events{/privacy}", "followers_url": "https://api.github.com/users/jankatins/followers", "following_url": "https://api.github.com/users/jankatins/following{/other_user}", "gists_url": "ht...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
11
2012-12-09T00:44:31Z
2014-07-20T08:52:27Z
2012-12-09T14:34:57Z
CONTRIBUTOR
null
When I put this into a ipython notebook cell, an exception is thrown. ``` python import pandas data2 = [u"test", u"ß", u"ä", u"á"] df2 = pandas.DataFrame({"a":data2}) print(df2["a"][1]) df2 ``` ``` ß --------------------------------------------------------------------------- UnicodeDecodeError ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2458/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2458/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2459
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2459/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2459/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2459/events
https://github.com/pandas-dev/pandas/issues/2459
9,116,992
MDU6SXNzdWU5MTE2OTky
2,459
read_csv with names arg not implicitly setting header=None
{ "avatar_url": "https://avatars.githubusercontent.com/u/1390798?v=4", "events_url": "https://api.github.com/users/kieranholland/events{/privacy}", "followers_url": "https://api.github.com/users/kieranholland/followers", "following_url": "https://api.github.com/users/kieranholland/following{/other_user}", "gi...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "3465A4", "default": false, "description": null, "id": 134699, ...
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
8
2012-12-09T02:21:15Z
2012-12-09T18:04:08Z
2012-12-09T18:04:08Z
NONE
null
``` >>> pandas.read_csv(StringIO('1,2'), names=['a', 'b']) Empty DataFrame Columns: [a, b] Index: [] >>> pandas.read_csv(StringIO('1,2'), names=['a', 'b'], header=None) a b 0 1 2 ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2459/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2459/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2460
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2460/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2460/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2460/events
https://github.com/pandas-dev/pandas/issues/2460
9,118,488
MDU6SXNzdWU5MTE4NDg4
2,460
ENH: df.grep(col,pat) and df.dselect(col,"expr")
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "color": "DDDDDD", "default": false, "description": "Long-Term Enhancement Discussions", "id": 157369, "name": "Ideas", "node_id": "MDU6TGFiZWwxNTczNjk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Ideas" } ]
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
2012-12-09T07:40:01Z
2014-01-10T17:21:54Z
2013-04-09T01:17:00Z
NONE
null
wes, how would you feel about adding something like the following as a Dataframe method? especially with method chaining I would find this useful. Will add handling for datatypes and so on. ``` ipython In [32]: from pandas.util.testing import makeCustomDataframe as mkdf In [33]: def grep(df,col,pat): ...: vals...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2460/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2460/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2461
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2461/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2461/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2461/events
https://github.com/pandas-dev/pandas/issues/2461
9,118,938
MDU6SXNzdWU5MTE4OTM4
2,461
Index is not hashable
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "4E9A06", "default": false, "description": null, "id": 76812, ...
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...
10
2012-12-09T09:24:40Z
2016-10-12T23:03:23Z
2014-01-10T12:24:30Z
NONE
null
``` python hash(df.index) > /home/user1/src/pandas/pandas/core/index.py(346)__hash__() 345 def __hash__(self): --> 346 return hash(self.view(np.ndarray)) 347 /home/user1/src/pandas/pandas/core/index.pyc in __hash__(self) 344 345 def __hash__(self): --> 346 return hash(self.vie...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2461/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2461/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2462
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2462/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2462/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2462/events
https://github.com/pandas-dev/pandas/issues/2462
9,118,995
MDU6SXNzdWU5MTE4OTk1
2,462
New parser is not mentioned in release notes for 0.10
{ "avatar_url": "https://avatars.githubusercontent.com/u/1622906?v=4", "events_url": "https://api.github.com/users/bmu/events{/privacy}", "followers_url": "https://api.github.com/users/bmu/followers", "following_url": "https://api.github.com/users/bmu/following{/other_user}", "gists_url": "https://api.github....
[ { "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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
1
2012-12-09T09:36:21Z
2012-12-09T16:43:42Z
2012-12-09T16:43:42Z
NONE
null
The c-parser branch was merged in, however I don't see anything about this in the release notes. Did I miss it?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2462/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2462/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2463
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2463/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2463/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2463/events
https://github.com/pandas-dev/pandas/issues/2463
9,119,526
MDU6SXNzdWU5MTE5NTI2
2,463
DataFrame division results inaccurate
{ "avatar_url": "https://avatars.githubusercontent.com/u/2549985?v=4", "events_url": "https://api.github.com/users/Panoplos/events{/privacy}", "followers_url": "https://api.github.com/users/Panoplos/followers", "following_url": "https://api.github.com/users/Panoplos/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
3
2012-12-09T11:29:30Z
2013-12-04T00:40:45Z
2012-12-09T16:53:28Z
NONE
null
From a list of Dates and Values in csv format: ``` 2011, 1, 10, 1000000 2011, 1, 11, 998785 2011, 1, 12, 1002940 2011, 1, 13, 1004815 2011, 1, 14, 1009415 ... 2011, 12, 14, 1115020 2011, 12, 15, 1113532 2011, 12, 16, 1116016 2011, 12, 19, 1117444 2011, 12, 20, 1133860 ``` read in via `numpy.loadtxt(...)` and converte...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2463/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2463/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2464
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2464/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2464/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2464/events
https://github.com/pandas-dev/pandas/issues/2464
9,120,896
MDU6SXNzdWU5MTIwODk2
2,464
filter with like keyword fails when column names contain integers
{ "avatar_url": "https://avatars.githubusercontent.com/u/51236?v=4", "events_url": "https://api.github.com/users/aflaxman/events{/privacy}", "followers_url": "https://api.github.com/users/aflaxman/followers", "following_url": "https://api.github.com/users/aflaxman/following{/other_user}", "gists_url": "https:...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
0
2012-12-09T15:09:15Z
2012-12-12T15:56:04Z
2012-12-12T15:56:04Z
CONTRIBUTOR
null
Here is a small example: <pre> In [58]: df = pd.DataFrame(0., index=[0,1,2], columns=[0,1,'A','B']) df.filter(like='A') --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-58-123fe8a23e8b> in <module>() ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2464/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2464/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2465
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2465/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2465/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2465/events
https://github.com/pandas-dev/pandas/issues/2465
9,121,457
MDU6SXNzdWU5MTIxNDU3
2,465
Usecols fails when actual column names are used, but passed in names argument
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "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
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "htt...
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
0
2012-12-09T16:22:39Z
2012-12-09T21:27:05Z
2012-12-09T21:27:05Z
MEMBER
null
e.g. usecols=['b', 'd', 'e'] vs. usecols=[1, 2, 4]
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2465/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2465/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2466
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2466/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2466/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2466/events
https://github.com/pandas-dev/pandas/issues/2466
9,121,501
MDU6SXNzdWU5MTIxNTAx
2,466
Expose decimal option in C parser
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
0
2012-12-09T16:28:49Z
2012-12-09T17:53:10Z
2012-12-09T17:53:10Z
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/2466/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2466/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2467
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2467/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2467/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2467/events
https://github.com/pandas-dev/pandas/pull/2467
9,121,741
MDExOlB1bGxSZXF1ZXN0MzI5NDMxNQ==
2,467
BUG: DataFrame.filter(like=*) should treat non-string values as strings
{ "avatar_url": "https://avatars.githubusercontent.com/u/51236?v=4", "events_url": "https://api.github.com/users/aflaxman/events{/privacy}", "followers_url": "https://api.github.com/users/aflaxman/followers", "following_url": "https://api.github.com/users/aflaxman/following{/other_user}", "gists_url": "https:...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
2
2012-12-09T16:58:30Z
2014-06-15T21:22:44Z
2012-12-10T15:47:38Z
CONTRIBUTOR
null
...(issue #2464)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2467/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2467/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2467.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2467", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2467.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2467" }
https://api.github.com/repos/pandas-dev/pandas/issues/2468
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2468/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2468/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2468/events
https://github.com/pandas-dev/pandas/pull/2468
9,130,662
MDExOlB1bGxSZXF1ZXN0MzI5NzU3OA==
2,468
BUG: DataFrame.reset_index loses timezone information
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
0
2012-12-10T07:09:50Z
2014-06-25T00:23:20Z
2012-12-10T15:37:20Z
CONTRIBUTOR
null
#2262
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2468/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2468/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2468.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2468", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2468.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2468" }
https://api.github.com/repos/pandas-dev/pandas/issues/2469
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2469/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2469/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2469/events
https://github.com/pandas-dev/pandas/issues/2469
9,132,528
MDU6SXNzdWU5MTMyNTI4
2,469
Hourly Frequency Business Days
{ "avatar_url": "https://avatars.githubusercontent.com/u/3006287?v=4", "events_url": "https://api.github.com/users/dms102/events{/privacy}", "followers_url": "https://api.github.com/users/dms102/followers", "following_url": "https://api.github.com/users/dms102/following{/other_user}", "gists_url": "https://ap...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": "2015-05-11T15:46:03Z", "closed_issues": 237, "created_at": "2014-10-07T14:39:07Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
0
2012-12-10T09:13:40Z
2015-05-05T22:27:56Z
2015-05-05T22:27:56Z
NONE
null
in order to use pandas with Bloomberg time series data, I would like ability to set a time series with i) hourly frequency for business days ii) a given start and end time to that day For the first part, using bdate_range(startdate,enddate,freq='h') doesn't do the right thing. Using 'freq=h' overrides the business da...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2469/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2469/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2470
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2470/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2470/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2470/events
https://github.com/pandas-dev/pandas/pull/2470
9,144,907
MDExOlB1bGxSZXF1ZXN0MzMwMjk2MA==
2,470
BUG: DatetimeIndex.append does not preserve timezone #2260
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
1
2012-12-10T15:23:16Z
2012-12-10T15:32:57Z
2012-12-10T15:32:57Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2470/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2470/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2470.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2470", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2470.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2470" }
https://api.github.com/repos/pandas-dev/pandas/issues/2471
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2471/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2471/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2471/events
https://github.com/pandas-dev/pandas/issues/2471
9,146,144
MDU6SXNzdWU5MTQ2MTQ0
2,471
Timestamp.to_datetime fails with tzoffset objects
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
2
2012-12-10T15:39:06Z
2016-10-12T23:03:24Z
2012-12-10T17:35:36Z
MEMBER
null
example from #2262 ``` In [8]: df2['ts'][0].to_datetime() --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-8-0663d65dd92c> in <module>() ----> 1 df2['ts'][0].to_datetime() /home/wesm/code/pandas/pand...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2471/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2471/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2472
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2472/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2472/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2472/events
https://github.com/pandas-dev/pandas/issues/2472
9,146,459
MDU6SXNzdWU5MTQ2NDU5
2,472
read in a csv column as object fails
{ "avatar_url": "https://avatars.githubusercontent.com/u/890156?v=4", "events_url": "https://api.github.com/users/jankatins/events{/privacy}", "followers_url": "https://api.github.com/users/jankatins/followers", "following_url": "https://api.github.com/users/jankatins/following{/other_user}", "gists_url": "ht...
[]
closed
false
null
[]
null
2
2012-12-10T15:44:37Z
2013-12-04T00:40:42Z
2012-12-10T20:41:42Z
CONTRIBUTOR
null
I'm trying to read in a csv filed with columsn which look like integers, but I want to have that column as a string. According to http://stackoverflow.com/a/13384494/1380673 this should work: ``` authors = pandas.read_csv(csv_authors, encoding="iso-8859-15", converters={'author_id': object}) ``` But it fails with thi...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2472/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2472/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2473
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2473/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2473/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2473/events
https://github.com/pandas-dev/pandas/pull/2473
9,146,728
MDExOlB1bGxSZXF1ZXN0MzMwMzQwOA==
2,473
ENH: minor code refactoring to support sub-classes better (in Panel)
{ "avatar_url": "https://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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
1
2012-12-10T15:49:57Z
2014-06-29T00:33:46Z
2012-12-11T20:20:50Z
CONTRIBUTOR
null
added generic docstrings for sub-classes so that they show the correct object type/axes for that class update/keys methods corrected for sub-classess more 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/2473/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2473/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2473.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2473", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2473.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2473" }
https://api.github.com/repos/pandas-dev/pandas/issues/2474
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2474/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2474/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2474/events
https://github.com/pandas-dev/pandas/issues/2474
9,146,880
MDU6SXNzdWU5MTQ2ODgw
2,474
Unrecognized compression mode causes segfault in read_csv
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
0
2012-12-10T15:52:51Z
2012-12-10T19:33:20Z
2012-12-10T19:33:20Z
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/2474/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2474/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2475
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2475/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2475/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2475/events
https://github.com/pandas-dev/pandas/issues/2475
9,149,280
MDU6SXNzdWU5MTQ5Mjgw
2,475
optimize DatetimeIndex.append code
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "a10c02", "default": false, "description": "Memory or...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
2
2012-12-10T16:35:54Z
2018-07-06T21:40:03Z
2018-07-06T21:39:43Z
CONTRIBUTOR
null
refactor and also look closer at performance
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2475/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2475/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2476
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2476/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2476/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2476/events
https://github.com/pandas-dev/pandas/issues/2476
9,149,373
MDU6SXNzdWU5MTQ5Mzcz
2,476
Apply on an empty dataframe exception
{ "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": "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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
1
2012-12-10T16:37:37Z
2013-07-17T15:31:35Z
2012-12-10T17:08:23Z
CONTRIBUTOR
null
Apply to a DataFrame using lambda with a index/key (although that is in the DataFrame's index throws an error (a KeyError or IndexError respectively), perhaps it should exit more gracefully? ``` In [1]: x = pd.DataFrame(index=["a"]) In [2]: x Out[2]: Empty DataFrame Columns: array([], dtype=object) Index: array([a],...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2476/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2476/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2477
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2477/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2477/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2477/events
https://github.com/pandas-dev/pandas/issues/2477
9,152,884
MDU6SXNzdWU5MTUyODg0
2,477
Release notes and doc examples for 0.10
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_...
[ { "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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
4
2012-12-10T18:05:52Z
2012-12-17T17:12:09Z
2012-12-17T17:12:09Z
CONTRIBUTOR
null
Also using to keep milestone open - inf_as_na API change - Google Analytics API example - DONE Any additional C Parser notes etc - Excel? - DONE options API? @y-p - plotting bugs - scatter and grouped hist - DONE wide frame repr - PeriodIndex fixes - groupby memory optimization - DONE Resample API change !!! - DONE cen...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2477/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2477/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2478
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2478/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2478/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2478/events
https://github.com/pandas-dev/pandas/issues/2478
9,154,404
MDU6SXNzdWU5MTU0NDA0
2,478
New Excel functionality
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "DDDDDD", "default": false, "description": "Long-Ter...
closed
false
null
[]
{ "closed_at": "2014-05-30T12:17:57Z", "closed_issues": 755, "created_at": "2014-01-03T20:19:04Z", "creator": null, "description": "2014-02-3: previous version released", "due_on": "2014-05-31T07:00:00Z", "html_url": "https://github.com/pandas-dev/pandas/milestone/24", "id": 526062, "labels_url": "htt...
8
2012-12-10T18:54:38Z
2014-01-10T12:13:11Z
2014-01-10T12:13:03Z
NONE
null
Initial implementation was #2370 by @locojay, which was very nice but suffered from several corner-cases and ambiguity when the files were read back in. f0aa065 was a stopgap measure to roll back the functionality so 0.10 was not delayed. The enhancements should be brought back in 0.11, enahnced with parsing of multii...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2478/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2478/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2479
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2479/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2479/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2479/events
https://github.com/pandas-dev/pandas/issues/2479
9,154,975
MDU6SXNzdWU5MTU0OTc1
2,479
Hash table sharing (for factorization) between table chunks in parser.pyx
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "htt...
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
2
2012-12-10T19:10:40Z
2017-01-25T21:01:07Z
2017-01-25T15:50:10Z
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/2479/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2479/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2480
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2480/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2480/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2480/events
https://github.com/pandas-dev/pandas/issues/2480
9,154,997
MDU6SXNzdWU5MTU0OTk3
2,480
Improve value_counts performance on object data types
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "htt...
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
0
2012-12-10T19:11:30Z
2012-12-11T00:51:50Z
2012-12-11T00:51:50Z
MEMBER
null
Will do this sometime today
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2480/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2480/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2481
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2481/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2481/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2481/events
https://github.com/pandas-dev/pandas/pull/2481
9,155,225
MDExOlB1bGxSZXF1ZXN0MzMwNjkwMA==
2,481
BUG: create correctly named indexables in HDFStore Tables
{ "avatar_url": "https://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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
3
2012-12-10T19:17:46Z
2012-12-10T21:28:11Z
2012-12-10T21:28:11Z
CONTRIBUTOR
null
- indexable columns were created and named in a legacy format, now named like the indexable in the object, e.g. 'index' for DataFrame, or 'major_axis'/'minor_axis' for Panel - fixes an issue if we want to support say a 'column' oriented Table (e.g. instead of storing the transpose, store with a 'column' indexabl...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2481/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2481/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2481.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2481", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2481.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2481" }
https://api.github.com/repos/pandas-dev/pandas/issues/2482
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2482/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2482/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2482/events
https://github.com/pandas-dev/pandas/pull/2482
9,160,151
MDExOlB1bGxSZXF1ZXN0MzMwOTQzNA==
2,482
mysql support
{ "avatar_url": "https://avatars.githubusercontent.com/u/2279598?v=4", "events_url": "https://api.github.com/users/danielballan/events{/privacy}", "followers_url": "https://api.github.com/users/danielballan/followers", "following_url": "https://api.github.com/users/danielballan/following{/other_user}", "gists...
[]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/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...
23
2012-12-10T21:46:53Z
2014-06-22T22:21:00Z
2013-07-08T20:07:15Z
CONTRIBUTOR
null
I added mysql support and (untested!) support for oracle. Some parts of the code are ready to support other flavors -- it should be easy to extend.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2482/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2482/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2482.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2482", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2482.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2482" }
https://api.github.com/repos/pandas-dev/pandas/issues/2483
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2483/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2483/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2483/events
https://github.com/pandas-dev/pandas/pull/2483
9,167,509
MDExOlB1bGxSZXF1ZXN0MzMxMzQxOA==
2,483
BUG: merge tests for panel_4d - mixed_type is failing (others ok)
{ "avatar_url": "https://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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
3
2012-12-11T03:00:26Z
2014-06-12T14:50:46Z
2012-12-11T20:15:53Z
CONTRIBUTOR
null
wes...if you have a moment....mixed type concentation (with p4d) is broken...not excactly sure how this works....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2483/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2483/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2483.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2483", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2483.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2483" }
https://api.github.com/repos/pandas-dev/pandas/issues/2484
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2484/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2484/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2484/events
https://github.com/pandas-dev/pandas/pull/2484
9,167,524
MDExOlB1bGxSZXF1ZXN0MzMxMzQyNQ==
2,484
ENH: pytables support for Panel4D Tables (AppendableNDimTable)
{ "avatar_url": "https://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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
1
2012-12-11T03:01:25Z
2014-07-09T07:04:52Z
2012-12-11T18:43:15Z
CONTRIBUTOR
null
ENH: AppendableNDimTable (supporting Panel4D) Term: only allow term querys that have matching axes e.g. index/columns supported for DataFrames, items,major_axis,minor_axis for Panels
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2484/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2484/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2484.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2484", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2484.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2484" }
https://api.github.com/repos/pandas-dev/pandas/issues/2485
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2485/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2485/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2485/events
https://github.com/pandas-dev/pandas/issues/2485
9,170,204
MDU6SXNzdWU5MTcwMjA0
2,485
Allow custom metadata to be attached to panel/df/series?
{ "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": "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": 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...
84
2012-12-11T06:21:40Z
2020-04-03T04:48:58Z
2020-04-03T04:48:57Z
NONE
null
related: https://github.com/pydata/pandas/issues/39 (column descriptions) https://github.com/pydata/pandas/issues/686 (serialization concerns) https://github.com/pydata/pandas/issues/447#issuecomment-11152782 (Feature request, implementation variant) Ideas and issues: - is pickle stable enough? - serialization req. po...
{ "+1": 34, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 34, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2485/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2485/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2486
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2486/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2486/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2486/events
https://github.com/pandas-dev/pandas/issues/2486
9,171,770
MDU6SXNzdWU5MTcxNzcw
2,486
reset_index behaviour
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "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
2012-12-11T08:05:05Z
2012-12-11T21:53:54Z
2012-12-11T21:53:54Z
NONE
null
shouldn't the last two examples remove the innermost index level? ``` python In [69]: from pandas.util.testing import makeCustomDataframe as mkdf ...: mkdf(4,2,r_idx_nlevels=1).set_index("C_l0_g0",append=True,drop=False) Out[69]: C0 C_l0_g0 C_l0_g1 R0 C_l0_g0 R_l0_g0 R0C0 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/2486/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2486/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2487
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2487/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2487/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2487/events
https://github.com/pandas-dev/pandas/issues/2487
9,172,094
MDU6SXNzdWU5MTcyMDk0
2,487
return type of predicate in select is too strict?
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
0
2012-12-11T08:21:44Z
2012-12-14T03:42:07Z
2012-12-14T03:42:07Z
NONE
null
is there a reason to be so strict in the predicate return type? notably python3 is much less cavalier about coercing things to bool. ``` python In [75]: from pandas.util.testing import makeCustomDataframe as mkdf ...: mkdf(4,2,r_idx_nlevels=2).select(lambda x: bool(re.search("g1",x[0]))) Out[75]: C0 ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2487/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2487/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2488
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2488/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2488/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2488/events
https://github.com/pandas-dev/pandas/issues/2488
9,174,606
MDU6SXNzdWU5MTc0NjA2
2,488
df.sort(col) fails if col is not unique.
{ "avatar_url": "https://avatars.githubusercontent.com/u/1327168?v=4", "events_url": "https://api.github.com/users/gerigk/events{/privacy}", "followers_url": "https://api.github.com/users/gerigk/followers", "following_url": "https://api.github.com/users/gerigk/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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
1
2012-12-11T10:11:16Z
2012-12-11T21:00:41Z
2012-12-11T21:00:41Z
NONE
null
one more trouble case with duplicate column names the exception could be nicer (sort ambiguous because of duplicate column or similar) or it could sort by the first? column with this name (although this would not be nice in case the column is not duplicate but has in fact different content with the same name and the us...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2488/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2488/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2489
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2489/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2489/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2489/events
https://github.com/pandas-dev/pandas/issues/2489
9,175,211
MDU6SXNzdWU5MTc1MjEx
2,489
Loosing series names, when concatenating into DataFrame
{ "avatar_url": "https://avatars.githubusercontent.com/u/1969965?v=4", "events_url": "https://api.github.com/users/gbakalian/events{/privacy}", "followers_url": "https://api.github.com/users/gbakalian/followers", "following_url": "https://api.github.com/users/gbakalian/following{/other_user}", "gists_url": "h...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "https://api.githu...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm/followers", "following_url": "https://api.github.com/users/wesm/following{/other_user}", "gists_url": "htt...
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
1
2012-12-11T10:35:11Z
2012-12-14T04:27:26Z
2012-12-14T04:27:26Z
NONE
null
In the version 9.1, when we are concatenating pandas.Series, we would expect the columns name of the created DataFrame to be the ones of the Series which were concatenated together. Nevertheless the series' names are lost, and the columns are simply 0, 1, 2 ... Error shown below: ``` python pd.__version__ Out[14]: '0...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2489/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2489/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2490
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2490/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2490/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2490/events
https://github.com/pandas-dev/pandas/issues/2490
9,182,585
MDU6SXNzdWU5MTgyNTg1
2,490
failing test_moments after centered moving window introduced
{ "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": "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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
42
2012-12-11T15:16:51Z
2012-12-14T16:45:32Z
2012-12-14T16:45:32Z
NONE
null
I'm getting sporadic failures in FAIL: test_rolling_std (pandas.stats.tests.test_moments.TestMoments) FAIL: test_rolling_sum (pandas.stats.tests.test_moments.TestMoments) FAIL: test_rolling_kurt (pandas.stats.tests.test_moments.TestMoments) FAIL: test_rolling_max (pandas.stats.tests.test_moments.TestMoments) and relate...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2490/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2490/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2491
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2491/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2491/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2491/events
https://github.com/pandas-dev/pandas/issues/2491
9,185,246
MDU6SXNzdWU5MTg1MjQ2
2,491
Series.filter?
{ "avatar_url": "https://avatars.githubusercontent.com/u/296164?v=4", "events_url": "https://api.github.com/users/jseabold/events{/privacy}", "followers_url": "https://api.github.com/users/jseabold/followers", "following_url": "https://api.github.com/users/jseabold/following{/other_user}", "gists_url": "https...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" } ]
closed
false
null
[]
null
4
2012-12-11T16:32:09Z
2012-12-11T17:00:29Z
2012-12-11T17:00:29Z
CONTRIBUTOR
null
Is there an equivalent to DataFrame.filter(regex=...) for Series? I don't see anything in 0.9.0, and I'm not somewhere I can check and upgrade easily. Use case, using iterrows returns a Series for each row, and I can't pre-filter the DataFrame because the regex criterion is dependent on the index. Ie., for row index = ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2491/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2491/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2492
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2492/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2492/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2492/events
https://github.com/pandas-dev/pandas/pull/2492
9,188,553
MDExOlB1bGxSZXF1ZXN0MzMyMzY2OQ==
2,492
more pprint escaping
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
0
2012-12-11T18:08:22Z
2014-06-12T14:14:43Z
2012-12-11T18:40:47Z
NONE
null
Escape embedded "\n"\"\r" as well as "\t" in labels/data when producing reprs related #2368
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2492/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2492/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2492.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2492", "merged_at": "2012-12-11T18:40:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/2492.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2492" }
https://api.github.com/repos/pandas-dev/pandas/issues/2493
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2493/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2493/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2493/events
https://github.com/pandas-dev/pandas/issues/2493
9,196,737
MDU6SXNzdWU5MTk2NzM3
2,493
DataFrame.isort?
{ "avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4", "events_url": "https://api.github.com/users/changhiskhan/events{/privacy}", "followers_url": "https://api.github.com/users/changhiskhan/followers", "following_url": "https://api.github.com/users/changhiskhan/following{/other_user}", "gists_...
[ { "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
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
2012-12-11T21:27:52Z
2014-02-18T22:12:26Z
2014-02-18T22:12:26Z
CONTRIBUTOR
null
Sort by column number Related #2488
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2493/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2493/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2494
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2494/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2494/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2494/events
https://github.com/pandas-dev/pandas/issues/2494
9,197,041
MDU6SXNzdWU5MTk3MDQx
2,494
better quantities support
{ "avatar_url": "https://avatars.githubusercontent.com/u/206581?v=4", "events_url": "https://api.github.com/users/thisch/events{/privacy}", "followers_url": "https://api.github.com/users/thisch/followers", "following_url": "https://api.github.com/users/thisch/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": "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...
7
2012-12-11T21:36:29Z
2021-04-13T18:27:10Z
2015-12-05T19:29:19Z
NONE
null
I want to use the quantities package and pandas to process scientific data. However, pandas strips the unit(s) of the data stored in numpy arrays if I create a dataframe out of them: ``` python a = np.random.rand(10)*pq.s b = np.random.rand(10)*pq.A df = pd.DataFrame({'current':b, 't':a}, columns=['t','current']) ```...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2494/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2494/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2495
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2495/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2495/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2495/events
https://github.com/pandas-dev/pandas/pull/2495
9,198,093
MDExOlB1bGxSZXF1ZXN0MzMyNzkwNQ==
2,495
DOC: broken display in 2 places in Updated PyTables Support section
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
0
2012-12-11T22:06:51Z
2014-06-27T13:41:32Z
2012-12-13T14:58:37Z
CONTRIBUTOR
null
also..have a hanging ref in N Dimensional Panels (Experimental) section to the dsintro-panel4d docs which is not working....thanks!
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2495/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2495/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2495.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2495", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2495.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2495" }
https://api.github.com/repos/pandas-dev/pandas/issues/2496
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2496/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2496/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2496/events
https://github.com/pandas-dev/pandas/issues/2496
9,203,192
MDU6SXNzdWU5MjAzMTky
2,496
DataFrame.from_dict (orient broken?)
{ "avatar_url": "https://avatars.githubusercontent.com/u/1972276?v=4", "events_url": "https://api.github.com/users/hugadams/events{/privacy}", "followers_url": "https://api.github.com/users/hugadams/followers", "following_url": "https://api.github.com/users/hugadams/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" } ]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
5
2012-12-12T01:34:45Z
2016-10-12T23:03:24Z
2012-12-14T03:42:57Z
NONE
null
I tried creating using the from_dict() method to create a dataframe recently and noticed that orient='index' failed, even with trivial data. > > > a={'hi': [32, 3, 3], 'there': [3, 5, 3]} > > > > > > df=DataFrame.from_dict(a) > > > > > > df2=DataFrame.from_dict(a, orient='index') > > > Traceback (most recent call la...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2496/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2496/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2497
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2497/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2497/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2497/events
https://github.com/pandas-dev/pandas/pull/2497
9,204,759
MDExOlB1bGxSZXF1ZXN0MzMzMTYwNg==
2,497
ENH: ndim tables in HDFStore (allow indexables to be passed in)
{ "avatar_url": "https://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-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
21
2012-12-12T03:16:49Z
2014-06-22T17:19:33Z
2012-12-13T22:57:00Z
CONTRIBUTOR
null
- ENH: changes axes_to_index keyword in table creation to axes - ENH: allow passing of numeric or named axes (e.g. 0 or 'minor_axis') in axes - BUG: create_axes now checks for current table scheme; raises if this indexing scheme is violated - TST: added many p4d tests for appending/selection/partial selection/and axis ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2497/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2497/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2497.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2497", "merged_at": "2012-12-13T22:57:00Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/2497.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2497" }
https://api.github.com/repos/pandas-dev/pandas/issues/2498
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2498/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2498/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2498/events
https://github.com/pandas-dev/pandas/pull/2498
9,207,295
MDExOlB1bGxSZXF1ZXN0MzMzMjc5OA==
2,498
CLN: remove new has_index_names argument from ExcelFile.parse() before rls
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "2013-01-18T04:50:20Z", "closed_issues": 276, "created_at": "2012-06-27T14:43: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/...
0
2012-12-12T06:37:10Z
2014-07-14T09:43:09Z
2012-12-13T14:54:16Z
NONE
null
better not introduce API changes just yet
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2498/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2498/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2498.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2498", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/2498.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2498" }
https://api.github.com/repos/pandas-dev/pandas/issues/2499
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2499/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2499/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2499/events
https://github.com/pandas-dev/pandas/issues/2499
9,207,710
MDU6SXNzdWU5MjA3NzEw
2,499
is pytz a hard dep?
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": "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
2012-12-12T07:07:16Z
2012-12-14T23:38:44Z
2012-12-14T23:38:44Z
NONE
null
the README states not, but setup.py has it in setup_requires.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2499/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2499/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/2500
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/2500/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/2500/comments
https://api.github.com/repos/pandas-dev/pandas/issues/2500/events
https://github.com/pandas-dev/pandas/pull/2500
9,208,541
MDExOlB1bGxSZXF1ZXN0MzMzMzMxOQ==
2,500
BLD: travis deps (stats,timeseries, pytables on py2.x), clean setup.py, nose tricks
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
null
4
2012-12-12T07:55:27Z
2012-12-13T05:50:51Z
2012-12-12T16:41:21Z
NONE
null
note that this brings up some currently failing cmov tests (@changhiskhan) which were previously skipped due to no scikit.timeseries on travis. I picked the current statsmodels 0.5 git master commit hash as the version to be installed, since pypi 0.5.0-beta raises a failing test in WLS see http://nose.readthedocs.o...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/2500/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/2500/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/2500.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/2500", "merged_at": "2012-12-12T16:41:21Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/2500.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2500" }